summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-21s4-libcli: make LIBCLI_LDAP a private libraryAndrew Tridgell1-7/+8
2010-10-21s4-auth: make auth a private libraryAndrew Tridgell1-5/+6
2010-10-21replace: make libreplace a private libraryAndrew Tridgell1-0/+1
2010-10-21s4-ndr: make NDR_TABLE a private libraryAndrew Tridgell1-1/+2
2010-10-21libcli: make LIBCLI_NBT a private libraryAndrew Tridgell1-4/+5
2010-10-21wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libsAndrew Tridgell3-12/+15
2010-10-21waf: re-work the module alias codeAndrew Tridgell1-22/+52
2010-10-21s4-dsdb: make SAMDB_COMMON into a private libraryAndrew Tridgell1-5/+6
2010-10-21libcli: make the LIBSECURITY subsystem into a private libraryAndrew Tridgell1-4/+5
2010-10-21waf: fixed expansion of direct_objects and direct_libsAndrew Tridgell1-2/+2
2010-10-21waf: allows libraries to be marked as private_library=TrueAndrew Tridgell2-3/+13
2010-10-21waf: rework expand_subsystem_deps()Andrew Tridgell1-18/+36
2010-10-21waf: added --show-deps and --show-duplicatesAndrew Tridgell2-1/+74
2010-10-21ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas...Matthias Dieter Wallnöfer1-0/+1
2010-10-21ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free"Matthias Dieter Wallnöfer1-3/+1
2010-10-21ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codesMatthias Dieter Wallnöfer1-1/+1
2010-10-21s4:lib/util/charset/iconv.c - remove a distinction which can never happenMatthias Dieter Wallnöfer1-4/+1
2010-10-21Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison1-2/+0
2010-10-21Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison3-27/+21
2010-10-20pytalloc: use talloc_unlink() to free py_talloc objectsKamen Mazdrashki1-1/+3
2010-10-20talloc: make header C++ safeSimo Sorce1-0/+8
2010-10-20smbtorture: Fix typo in status message.James Peach1-1/+1
2010-10-20s3: Make "unpack_pjob" staticVolker Lendecke2-2/+1
2010-10-20s3: Use any_nt_status_not_ok in winbindVolker Lendecke19-95/+19
2010-10-20s3: Add any_nt_status_not_okVolker Lendecke2-0/+14
2010-10-20s3: Don't use talloc_autofree_context in map_fileVolker Lendecke1-1/+1
2010-10-20uid_wrapper: The gid wrapper does not require a destructorVolker Lendecke1-2/+2
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison17-117/+97
2010-10-20nsstest: no need for two copies of the same tool.Günther Deschner4-527/+116
2010-10-20s3-waf: more registry cleanup.Günther Deschner1-9/+20
2010-10-20s3-waf: convert LIBSMBCONF into a subsystem.Günther Deschner1-5/+8
2010-10-20s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.Günther Deschner2-7/+12
2010-10-20s4-schema_init: Print more info about syntax we fail to recognizeKamen Mazdrashki1-2/+4
2010-10-20asn1_tests.c: Make test data static constKamen Mazdrashki1-6/+6
2010-10-20lib/util/asn1.c: comment spellingKamen Mazdrashki1-1/+1
2010-10-20ldb:ldb_index.c - fix some memory leaksMatthias Dieter Wallnöfer1-1/+6
2010-10-20ldb:ldb_index.c - let "ldb_module_oom" generate the return codeMatthias Dieter Wallnöfer1-15/+8
2010-10-20ldb:ldb_cache.c - fix memory contexts and memory leaksMatthias Dieter Wallnöfer1-3/+4
2010-10-20ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriateMatthias Dieter Wallnöfer2-12/+12
2010-10-20ldb:ldb_pack.c - remove superflous "message->elements = NULL"Matthias Dieter Wallnöfer1-1/+0
2010-10-20libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer1-7/+12
2010-10-20s3: Add some DEBUGVolker Lendecke1-0/+2
2010-10-20s3: Cope with EINTR in smbd_[un]lock_socketVolker Lendecke1-2/+10
2010-10-20libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett1-0/+6
2010-10-19autobuild: create an autobuild.pid fileAndrew Tridgell1-0/+9
2010-10-19s4-mailslot: fixed handling of random collision in temporary mailslot namesAndrew Tridgell1-1/+1
2010-10-19Fix shadow warning for "access" variable.Jeremy Allison1-3/+3
2010-10-19Add deadtime detection for SMB2. Correctly update lastused timestamp across a...Jeremy Allison2-30/+76
2010-10-19Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...Jeremy Allison1-32/+105
2010-10-19Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.Jeremy Allison1-20/+27