Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | s4-libcli: make LIBCLI_LDAP a private library | Andrew Tridgell | 1 | -7/+8 |
2010-10-21 | s4-auth: make auth a private library | Andrew Tridgell | 1 | -5/+6 |
2010-10-21 | replace: make libreplace a private library | Andrew Tridgell | 1 | -0/+1 |
2010-10-21 | s4-ndr: make NDR_TABLE a private library | Andrew Tridgell | 1 | -1/+2 |
2010-10-21 | libcli: make LIBCLI_NBT a private library | Andrew Tridgell | 1 | -4/+5 |
2010-10-21 | wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs | Andrew Tridgell | 3 | -12/+15 |
2010-10-21 | waf: re-work the module alias code | Andrew Tridgell | 1 | -22/+52 |
2010-10-21 | s4-dsdb: make SAMDB_COMMON into a private library | Andrew Tridgell | 1 | -5/+6 |
2010-10-21 | libcli: make the LIBSECURITY subsystem into a private library | Andrew Tridgell | 1 | -4/+5 |
2010-10-21 | waf: fixed expansion of direct_objects and direct_libs | Andrew Tridgell | 1 | -2/+2 |
2010-10-21 | waf: allows libraries to be marked as private_library=True | Andrew Tridgell | 2 | -3/+13 |
2010-10-21 | waf: rework expand_subsystem_deps() | Andrew Tridgell | 1 | -18/+36 |
2010-10-21 | waf: added --show-deps and --show-duplicates | Andrew Tridgell | 2 | -1/+74 |
2010-10-21 | ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas... | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-10-21 | ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free" | Matthias Dieter Wallnöfer | 1 | -3/+1 |
2010-10-21 | ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codes | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-10-21 | s4:lib/util/charset/iconv.c - remove a distinction which can never happen | Matthias Dieter Wallnöfer | 1 | -4/+1 |
2010-10-21 | Now we have SeSystemSecurity, remove the source3-only #ifdef. | Jeremy Allison | 1 | -2/+0 |
2010-10-21 | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 3 | -27/+21 |
2010-10-20 | pytalloc: use talloc_unlink() to free py_talloc objects | Kamen Mazdrashki | 1 | -1/+3 |
2010-10-20 | talloc: make header C++ safe | Simo Sorce | 1 | -0/+8 |
2010-10-20 | smbtorture: Fix typo in status message. | James Peach | 1 | -1/+1 |
2010-10-20 | s3: Make "unpack_pjob" static | Volker Lendecke | 2 | -2/+1 |
2010-10-20 | s3: Use any_nt_status_not_ok in winbind | Volker Lendecke | 19 | -95/+19 |
2010-10-20 | s3: Add any_nt_status_not_ok | Volker Lendecke | 2 | -0/+14 |
2010-10-20 | s3: Don't use talloc_autofree_context in map_file | Volker Lendecke | 1 | -1/+1 |
2010-10-20 | uid_wrapper: The gid wrapper does not require a destructor | Volker Lendecke | 1 | -2/+2 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 17 | -117/+97 |
2010-10-20 | nsstest: no need for two copies of the same tool. | Günther Deschner | 4 | -527/+116 |
2010-10-20 | s3-waf: more registry cleanup. | Günther Deschner | 1 | -9/+20 |
2010-10-20 | s3-waf: convert LIBSMBCONF into a subsystem. | Günther Deschner | 1 | -5/+8 |
2010-10-20 | s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem. | Günther Deschner | 2 | -7/+12 |
2010-10-20 | s4-schema_init: Print more info about syntax we fail to recognize | Kamen Mazdrashki | 1 | -2/+4 |
2010-10-20 | asn1_tests.c: Make test data static const | Kamen Mazdrashki | 1 | -6/+6 |
2010-10-20 | lib/util/asn1.c: comment spelling | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-20 | ldb:ldb_index.c - fix some memory leaks | Matthias Dieter Wallnöfer | 1 | -1/+6 |
2010-10-20 | ldb:ldb_index.c - let "ldb_module_oom" generate the return code | Matthias Dieter Wallnöfer | 1 | -15/+8 |
2010-10-20 | ldb:ldb_cache.c - fix memory contexts and memory leaks | Matthias Dieter Wallnöfer | 1 | -3/+4 |
2010-10-20 | ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate | Matthias Dieter Wallnöfer | 2 | -12/+12 |
2010-10-20 | ldb:ldb_pack.c - remove superflous "message->elements = NULL" | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-10-20 | libcli/security/access_check.c - fix a memory leak | Matthias Dieter Wallnöfer | 1 | -7/+12 |
2010-10-20 | s3: Add some DEBUG | Volker Lendecke | 1 | -0/+2 |
2010-10-20 | s3: Cope with EINTR in smbd_[un]lock_socket | Volker Lendecke | 1 | -2/+10 |
2010-10-20 | libcli/ldap Don't try and encode a control with a NULL OID | Andrew Bartlett | 1 | -0/+6 |
2010-10-19 | autobuild: create an autobuild.pid file | Andrew Tridgell | 1 | -0/+9 |
2010-10-19 | s4-mailslot: fixed handling of random collision in temporary mailslot names | Andrew Tridgell | 1 | -1/+1 |
2010-10-19 | Fix shadow warning for "access" variable. | Jeremy Allison | 1 | -3/+3 |
2010-10-19 | Add deadtime detection for SMB2. Correctly update lastused timestamp across a... | Jeremy Allison | 2 | -30/+76 |
2010-10-19 | Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n... | Jeremy Allison | 1 | -32/+105 |
2010-10-19 | Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths. | Jeremy Allison | 1 | -20/+27 |