summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Restore CH_UNIX as source charset for d_printf()Andrew Bartlett2011-06-211-1/+1
* lib/util Remove display_cd from d_printf()Andrew Bartlett2011-06-211-7/+0
* s4/auth: Trivial spelling fixes.Brad Hards2011-06-212-6/+6
* build: move dynconfig for top level build upAndrew Bartlett2011-06-213-4/+4
* lib/ccan/tally.h: update for FreeBSD compile.Rusty Russell2011-06-217-2/+8
* s4-param Autogenerate the loadparm_globals and loadparm_service tablesAndrew Bartlett2011-06-213-153/+226
* selftest: Run tests for libsmbclient and libnetapiAndrew Bartlett2011-06-214-2/+11
* s4-torture Enable libnetapi and libsmbclient tests using combined buildAndrew Bartlett2011-06-214-27/+25
* build: disable -Wl,--as-needed to try and fix the buildAndrew Bartlett2011-06-211-2/+7
* s4-cmdline: Rename popt tables to avoid symbol conflictsAndrew Bartlett2011-06-213-12/+12
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-2110-145/+112
* lib/util: allow parmlist.c to compile under s3 includes.hAndrew Bartlett2011-06-211-0/+2
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-217-162/+26
* s3-param Put &Globals in the FN_ macros, rather than in each entryAndrew Bartlett2011-06-211-254/+254
* s4-param Add my authorship to this scriptAndrew Bartlett2011-06-211-2/+3
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-214-5/+2
* s3: Fix a winbind messageVolker Lendecke2011-06-201-1/+1
* s3:idmap_autorid: remove redundant codeMichael Adam2011-06-201-4/+0
* s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam2011-06-201-2/+4
* s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam2011-06-201-1/+1
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-201-0/+7
* s3: Fix the build, NAME_MAX not universally availableVolker Lendecke2011-06-201-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-2015-25/+25
* tevent: change version to 0.9.12Volker Lendecke2011-06-202-1/+75
* tevent: Add tevent_req_oomVolker Lendecke2011-06-202-1/+20
* tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell2011-06-201-0/+6
* tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell2011-06-205-5/+123
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-2013-25/+68
* tdb2: python wrapperRusty Russell2011-06-201-0/+574
* source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell2011-06-201-0/+96
* tdb2: minor changes to SAMBIFY it.Rusty Russell2011-06-203-4/+18
* tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell2011-06-2084-0/+26504
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-2022-40/+40
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-2010-49/+107
* tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2011-06-202-3/+3
* source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell2011-06-201-2/+16
* tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell2011-06-201-2/+10
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-203-1/+14
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-207-12/+15
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-204-15/+15
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-203-12/+12
* tdb_unlockall/tdb_unlockall_read: ignore return value.Rusty Russell2011-06-201-1/+2
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-2015-19/+19
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-203-10/+5
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-204-5/+5
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-204-22/+10
* tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2011-06-202-5/+5
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-2012-32/+32
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-205-8/+8
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-2020-64/+66