summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Mark as the beta2 releasesamba-4.0.0beta2Andrew Bartlett2012-06-201-1/+1
* WHATNEW: Update for the beta2 releaseAndrew Bartlett2012-06-201-0/+17
* s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett2012-06-203-22/+51
* s4-provision: Remove --slapd-path optionAndrew Bartlett2012-06-203-9/+6
* s4-provision: Remove last unused remenants of the 'sid generator' configurationAndrew Bartlett2012-06-202-19/+3
* Revert "s4-libcli: Remove unused finddcs_nbt"Andrew Bartlett2012-06-201-0/+311
* Fix unused variable warnings.Jeremy Allison2012-06-191-6/+2
* Fix unused variable warnings.Jeremy Allison2012-06-191-5/+12
* Remove unused variables.Jeremy Allison2012-06-191-8/+0
* Remove unused variables and code.Jeremy Allison2012-06-191-9/+0
* Fix more "set but not used" warnings.Jeremy Allison2012-06-191-6/+3
* Fix a bunch of "set but not used" warnings.Jeremy Allison2012-06-191-14/+7
* s3: We can depend on pthreadpool nowVolker Lendecke2012-06-192-43/+0
* s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2012-06-193-7/+189
* Remove unused code now we set the correct command codes.Jeremy Allison2012-06-192-11/+0
* Fix warning: variable ‘status’ set but not used.Jeremy Allison2012-06-191-2/+1
* Fix warnings using %lu to print a 64-bit value (should by %llu).Jeremy Allison2012-06-191-2/+2
* Fix warning: variable ‘in_start_time’ set but not used.Jeremy Allison2012-06-191-2/+0
* Fix warning: variable ‘XX’ set but not used.Jeremy Allison2012-06-191-7/+0
* waf: Fix make etagsVolker Lendecke2012-06-191-1/+1
* selftest/flapping: mark samba4.nss.test using winbind as flakeyStefan Metzmacher2012-06-191-1/+1
* Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2012-06-192-0/+15
* s3:rpc_server/lsasd: remove dependency to libgen.h and basename()Stefan Metzmacher2012-06-191-8/+11
* s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett2012-06-191-1/+3
* s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett2012-06-191-47/+39
* s3-auth: inline make_session_info functions into only callersAndrew Bartlett2012-06-191-74/+35
* auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2012-06-194-12/+1
* s3-auth: Fix system token as just being SID_NT_SYSTEMAndrew Bartlett2012-06-191-0/+3
* s3-spoolss: delete_drivers should be called as the connecting user.Andreas Schneider2012-06-191-1/+1
* ntdb: add autoconf support.Rusty Russell2012-06-193-0/+96
* ntdb: put it back into the build.Rusty Russell2012-06-193-2/+10
* libcli: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-2/+2
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-196-8/+8
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-199-27/+30
* lib/dbwrap: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-191-1/+1
* lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell2012-06-192-5/+5
* ntdb: update documentation.Rusty Russell2012-06-196-5821/+505
* ntdb: optimize ntdb_fetch.Rusty Russell2012-06-197-51/+59
* ntdb: add -h arg to ntdbrestoreRusty Russell2012-06-191-8/+28
* ntdb: reduce default hashsize on ntdbtorture.Rusty Russell2012-06-191-3/+10
* ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2012-06-192-2/+41
* ntdb: remove hash table trees.Rusty Russell2012-06-1936-1662/+1096
* ntdb: special accessor functions for read/write of an offset.Rusty Russell2012-06-193-50/+114
* ntdb: inline oob checkRusty Russell2012-06-196-14/+24
* ntdb: allocator attribute.Rusty Russell2012-06-1915-92/+311
* ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell2012-06-191-10/+8
* ntdb: simply disallow NULL names.Rusty Russell2012-06-193-10/+5
* ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell2012-06-191-1/+1
* ntdb: remove last block transactoin logic.Rusty Russell2012-06-191-44/+1
* ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell2012-06-198-88/+138