summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-20wafsamba/irixcc: next try to inject '-c99' the the buildStefan Metzmacher1-1/+3
2012-06-20Revert "wafsamba/irixcc: add '-c99' option to cc"Stefan Metzmacher1-3/+1
2012-06-20idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke1-1/+6
2012-06-20idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Adapt mapfile_read_line to README.CodingVolker Lendecke1-1/+2
2012-06-20idmap-hash: Fix Coverity ID 709119 Unused pointer valueVolker Lendecke1-1/+1
2012-06-20VERSION: Move on to beta3!Andrew Bartlett1-2/+2
2012-06-20VERSION: Mark as the beta2 releaseAndrew Bartlett1-1/+1
2012-06-20WHATNEW: Update for the beta2 releaseAndrew Bartlett1-0/+17
2012-06-20s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett3-22/+51
2012-06-20s4-provision: Remove --slapd-path optionAndrew Bartlett3-9/+6
2012-06-20s4-provision: Remove last unused remenants of the 'sid generator' configurationAndrew Bartlett2-19/+3
2012-06-20Revert "s4-libcli: Remove unused finddcs_nbt"Andrew Bartlett1-0/+311
2012-06-19Fix unused variable warnings.Jeremy Allison1-6/+2
2012-06-19Fix unused variable warnings.Jeremy Allison1-5/+12
2012-06-19Remove unused variables.Jeremy Allison1-8/+0
2012-06-19Remove unused variables and code.Jeremy Allison1-9/+0
2012-06-19Fix more "set but not used" warnings.Jeremy Allison1-6/+3
2012-06-19Fix a bunch of "set but not used" warnings.Jeremy Allison1-14/+7
2012-06-19s3: We can depend on pthreadpool nowVolker Lendecke2-43/+0
2012-06-19s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke3-7/+189
2012-06-19Remove unused code now we set the correct command codes.Jeremy Allison2-11/+0
2012-06-19Fix warning: variable ‘status’ set but not used.Jeremy Allison1-2/+1
2012-06-19Fix warnings using %lu to print a 64-bit value (should by %llu).Jeremy Allison1-2/+2
2012-06-19Fix warning: variable ‘in_start_time’ set but not used.Jeremy Allison1-2/+0
2012-06-19Fix warning: variable ‘XX’ set but not used.Jeremy Allison1-7/+0
2012-06-19waf: Fix make etagsVolker Lendecke1-1/+1
2012-06-19selftest/flapping: mark samba4.nss.test using winbind as flakeyStefan Metzmacher1-1/+1
2012-06-19Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2-0/+15
2012-06-19s3:rpc_server/lsasd: remove dependency to libgen.h and basename()Stefan Metzmacher1-8/+11
2012-06-19s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett1-1/+3
2012-06-19s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett1-47/+39
2012-06-19s3-auth: inline make_session_info functions into only callersAndrew Bartlett1-74/+35
2012-06-19auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett4-12/+1
2012-06-19s3-auth: Fix system token as just being SID_NT_SYSTEMAndrew Bartlett1-0/+3
2012-06-19s3-spoolss: delete_drivers should be called as the connecting user.Andreas Schneider1-1/+1
2012-06-19ntdb: add autoconf support.Rusty Russell3-0/+96
2012-06-19ntdb: put it back into the build.Rusty Russell3-2/+10
2012-06-19libcli: use tdb directly, not tdb_compat.Rusty Russell1-2/+2
2012-06-19lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell6-8/+8
2012-06-19ldb: use tdb directly, not tdb_compat.Rusty Russell9-27/+30
2012-06-19lib/dbwrap: depend directly on tdb, not tdb_compat.Rusty Russell1-1/+1
2012-06-19lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell2-5/+5
2012-06-19ntdb: update documentation.Rusty Russell6-5821/+505
2012-06-19ntdb: optimize ntdb_fetch.Rusty Russell7-51/+59
2012-06-19ntdb: add -h arg to ntdbrestoreRusty Russell1-8/+28
2012-06-19ntdb: reduce default hashsize on ntdbtorture.Rusty Russell1-3/+10
2012-06-19ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2-2/+41
2012-06-19ntdb: remove hash table trees.Rusty Russell36-1662/+1096