lib/util/charset Add tests for strcasecmp_m(), talloc_strupper() et al
[samba.git] / source3 /
2011-03-31 Andrew Tridgells3-torture: a very simple test for convert_string_error()
2011-03-31 Volker Lendeckes3: Fix a typo
2011-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-31 Holger HetterichSMBTA: make vfs_smb_traffic_analyzer aware of the sendf...
2011-03-30 Günther Deschners3-samr: make getgrgid() failure a little more visible...
2011-03-30 Günther Deschners3-idmap: fix the build of idmap_hash on FreeBSD.
2011-03-30 Günther Deschners3-libndr: add ../librpc/ndr/libndr.h include in some...
2011-03-30 Günther Deschners3-rpcclient: include rpc_client/cli_pipe.h globally...
2011-03-30 Günther Deschnerrep_parse_prs: remove some dead, unused code.
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-30 Günther Deschners3-build: make it a little easier to build smbtorture4.
2011-03-30 Günther Deschners3-vfs: try to fix build of aio_fork module.
2011-03-30 Jeremy AllisonChange convert_string_internal() and convert_string_err...
2011-03-30 Jeremy AllisonFix the nstring calls to use the correct sizes.
2011-03-30 Volker Lendeckes3: Fix g_lock_lock after the select/poll conversion
2011-03-30 Günther Deschners3-smbd: try to fix the irix build.
2011-03-30 Günther Deschners3-vfs acl modules: more non-linux build fixes.
2011-03-30 Günther Deschners3-passdb: move LOOKUP_NAME_ flags to passdb where...
2011-03-30 Günther Deschners3-passdb: move some passdb defines to passdb.h
2011-03-30 Günther Deschners3-proto: pure cosmetics, remove some generated comments.
2011-03-30 Günther Deschners3-winbind: try to fix the build on hosts w/o winbind...
2011-03-30 Günther Deschners3-vfs_solarisacl: try to fix the solaris build.
2011-03-30 Volker Lendeckes3: Use cli_ntcreate to when listing snapshots
2011-03-30 Günther Deschners3: Fix Coverity ID 2041, "UNUSED_VALUE"
2011-03-30 Andrew Bartlettlib/util Move base64 functions into lib/util/base64.c
2011-03-30 Andrew Bartletts3:lib make lazy_initialize_conv() static
2011-03-30 Günther Deschners3: try to fix the build on some non-linux buildfarm...
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2236: REVERSE_INULL
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2332: MISSING_BREAK
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2237: REVERSE_INULL
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2304: FORWARD_NULL
2011-03-30 Günther Deschners3-ctdb_wrap: remove unused variable from db_ctdb_fetch...
2011-03-29 Günther Deschners3-rpc_server: move access check functions out of samr...
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3: include ../librpc/gen_ndr/lsa.h where needed.
2011-03-29 Günther Deschners3-passdb: move lsa_dom_info and lsa_name_info out...
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-prototyes: user_in_netgroup and user_in_list moved...
2011-03-29 Günther Deschners3-includes: finally remove global include of auth.h.
2011-03-29 Günther Deschners3-auth: vfs modules need auth.h
2011-03-29 Günther Deschners3-auth: printing needs auth.h
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3-auth: rpc_server needs auth.h
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-auth: move auth prototypes to auth/proto.h.
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-locking: move locking prototypes out of proto.h.
2011-03-29 Günther Deschners3: finally remove global include of smbd prototypes.
2011-03-29 Günther Deschners3: rpc_server needs parts of smbd.
2011-03-29 Günther Deschners3: printing needs parts of smbd.
2011-03-29 Günther Deschners3: auth also needs parts of smbd.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-smbd: add smbd.h and move smbd prototypes to smbd...
2011-03-29 Günther Deschners3: move filename_util.c out of source3/smbd to source3...
2011-03-29 Günther Deschners3-build: only include intl protos where needed.
2011-03-29 Günther Deschners3-passdb: finally stop including passdb.h globaly.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-passdb: move util_builtin.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_unixsids.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_wellknown.c out of passdb.
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-03-29 Günther Deschners3-passdb: add machine_sid.h and lookup_sid.h
2011-03-29 Günther Deschners3-proto: add some forward declarations.
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-passdb: move mapping.h into passdb.h, its needed...
2011-03-29 Günther Deschners3-passdb: move passdb headers to passdb/proto.h.
2011-03-29 Günther Deschners3-groupdb: move groupdb headers to groupdb/proto.h.
2011-03-29 Günther Deschners3: create_builtin_users/administrators belongs to...
2011-03-29 Günther Deschners3-build: only include transfer_file.h where needed.
2011-03-29 Günther Deschnerregistry: create and use shared libcli/registry/util_re...
2011-03-29 Günther Deschners3-includes: no point in including all security headers...
2011-03-29 Günther Deschners3-includes: remove EILSEQ check, this is handled by
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: remove global include of "system/network.h"
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/shmem.h when needed.
2011-03-29 Günther Deschners3-includes: remove global include of "system/select.h".
2011-03-29 Günther Deschners3-includes: only include system/terminal.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/capability.h when...
2011-03-29 Günther Deschners3-includes: only include system/glob.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/iconv.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/syslog.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-29 Volker Lendeckecharconv: Fix the slow-path character conversions
2011-03-29 Günther Deschners3-libsmb: remove duplicate NTSTATUS variable.
2011-03-29 Günther Deschners3-waf: fix spoolssd compile.
2011-03-29 Andreas Schneiders3-rpc_server: Fixed rpc_pipe_open_internal documentation.
2011-03-29 Andreas Schneiders3-rpc_server: Only allow embedded, daemon and external...
2011-03-29 Andreas Schneiders3-spoolssd: Start the spoolss service correctly.
2011-03-29 Andreas Schneiders3-spoolssd: Register spoolssd endpoints.
2011-03-29 Andreas Schneiders3-epmap: Make rpc_ep_setup_register an internal function.
2011-03-29 Andreas Schneiders3-spoolssd: Fixed logfile creation.
2011-03-29 Andreas Schneiders3-spoolssd: Added missing include.
next