summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-21s4-param Autogenerate the loadparm_globals and loadparm_service tablesAndrew Bartlett3-153/+226
2011-06-21selftest: Run tests for libsmbclient and libnetapiAndrew Bartlett4-2/+11
2011-06-21s4-torture Enable libnetapi and libsmbclient tests using combined buildAndrew Bartlett4-27/+25
2011-06-21build: disable -Wl,--as-needed to try and fix the buildAndrew Bartlett1-2/+7
2011-06-21s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett3-12/+12
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett10-145/+112
2011-06-21lib/util: allow parmlist.c to compile under s3 includes.hAndrew Bartlett1-0/+2
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett7-162/+26
2011-06-21s3-param Put &Globals in the FN_ macros, rather than in each entryAndrew Bartlett1-254/+254
2011-06-21s4-param Add my authorship to this scriptAndrew Bartlett1-2/+3
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett4-5/+2
2011-06-20s3: Fix a winbind messageVolker Lendecke1-1/+1
2011-06-20s3:idmap_autorid: remove redundant codeMichael Adam1-4/+0
2011-06-20s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam1-2/+4
2011-06-20s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam1-1/+1
2011-06-20s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+7
2011-06-20s3: Fix the build, NAME_MAX not universally availableVolker Lendecke1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke15-25/+25
2011-06-20tevent: change version to 0.9.12Volker Lendecke2-1/+75
2011-06-20tevent: Add tevent_req_oomVolker Lendecke2-1/+20
2011-06-20tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell1-0/+6
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell5-5/+123
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell13-25/+68
2011-06-20tdb2: python wrapperRusty Russell1-0/+574
2011-06-20source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell1-0/+96
2011-06-20tdb2: minor changes to SAMBIFY it.Rusty Russell3-4/+18
2011-06-20tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell84-0/+26504
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell22-40/+40
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell10-49/+107
2011-06-20tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2-3/+3
2011-06-20source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell1-2/+16
2011-06-20tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell1-2/+10
2011-06-20tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell3-1/+14
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell7-12/+15
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell4-15/+15
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell3-12/+12
2011-06-20tdb_unlockall/tdb_unlockall_read: ignore return value.Rusty Russell1-1/+2
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell15-19/+19
2011-06-20tdb_chainunlock: ignore return value.Rusty Russell3-10/+5
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell4-5/+5
2011-06-20tdb_transaction_cancel: ignore return value.Rusty Russell4-22/+10
2011-06-20tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2-5/+5
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell12-32/+32
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell5-8/+8
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell20-64/+66
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell35-82/+94
2011-06-20lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell4-0/+240
2011-06-20source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.Rusty Russell1-3/+2
2011-06-20source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2-3/+5
2011-06-20smb_share_modes: don't use tdb_jenkins_hash.Rusty Russell3-5/+4