summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-19ntdb: special accessor functions for read/write of an offset.Rusty Russell3-50/+114
2012-06-19ntdb: inline oob checkRusty Russell6-14/+24
2012-06-19ntdb: allocator attribute.Rusty Russell15-92/+311
2012-06-19ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell1-10/+8
2012-06-19ntdb: simply disallow NULL names.Rusty Russell3-10/+5
2012-06-19ntdb: reduce transaction pagesize from 64k to 16k.Rusty Russell1-1/+1
2012-06-19ntdb: remove last block transactoin logic.Rusty Russell1-44/+1
2012-06-19ntdb: create initial database to be multiple of NTDB_PGSIZE.Rusty Russell8-88/+138
2012-06-19ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)Rusty Russell6-46/+73
2012-06-19ntdb: fix recovery data write.Rusty Russell2-9/+36
2012-06-19ntdb: enhance external-helper test code.Rusty Russell6-18/+36
2012-06-19ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.Rusty Russell2-1/+11
2012-06-19ccan: remove bogus debug print.Rusty Russell1-1/+0
2012-06-19ntdb: make fork test more thorough.Rusty Russell2-9/+29
2012-06-19ntdb: print \n at end of log messages in tests.Rusty Russell1-1/+1
2012-06-19ntdb: reduce race between creating file and getting open lock.Rusty Russell1-23/+30
2012-06-19ntdb: catch any valgrind errors in testRusty Russell1-2/+2
2012-06-19ntdb: catch any valgrind errors in testRusty Russell1-1/+1
2012-06-19ntdb: remove ntdb_error()Rusty Russell14-190/+144
2012-06-19TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell148-13728/+13586
2012-06-19tdb2: Fix typo in TDB1_porting.txtKirill Smelkov1-1/+1
2012-06-19TDB2: more internal cleanups after TDB1 compatibility removal.Rusty Russell13-263/+239
2012-06-19TDB2: remove TDB1 compatibility.Rusty Russell95-8164/+160
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell17-535/+10
2012-06-19ccan: check for err.h ourselvesRusty Russell2-0/+3
2012-06-19WHATSNEW: Fix typo.Jelmer Vernooij1-1/+1
2012-06-19tdb/wscript: Remove unecessary semicolons.Jelmer Vernooij1-4/+4
2012-06-19wafsamba/irixcc: add '-c99' option to ccStefan Metzmacher1-1/+3
2012-06-18Revert "s3: temporary hack to make the waf build work withouth autotools bein...Björn Jacke1-1/+0
2012-06-18selftest/flapping: samba4.nss.test is also flakey for s3memberStefan Metzmacher1-1/+1
2012-06-18s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stageStefan Metzmacher2-3/+2
2012-06-18s3:Makefile.in: remove pidl generated files with 'make realdistclean'Stefan Metzmacher1-0/+1
2012-06-18s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto...Stefan Metzmacher1-1/+1
2012-06-18s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/Stefan Metzmacher1-6/+5