summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ldb: expose syntax oids to pythonAndrew Tridgell2011-06-221-0/+10
* samba-tool: try to keep dbcheck.py in a logical orderingAndrew Tridgell2011-06-221-29/+38
* s4-dsdb: don't add zero GUID to BINARY_DNAndrew Tridgell2011-06-221-9/+11
* s3-spoolss: Fix some valgrind warnings.Andreas Schneider2011-06-212-8/+8
* s3-rpc_client: Fix some valgrind warnings.Andreas Schneider2011-06-211-10/+12
* s4-smbtorture: rework the spoolss notify test a bit.Günther Deschner2011-06-211-16/+15
* s4-smbtorture: use ipv4 addresses for backchannel spoolss change notifyGünther Deschner2011-06-211-1/+1
* s3: Remove unused codeVolker Lendecke2011-06-213-127/+0
* s3: Convert WINBINDD_WINS_BYNAME to the async APIVolker Lendecke2011-06-215-4/+159
* s3-smbd: longer explanation of smbd_shim codeAndrew Tridgell2011-06-211-2/+7
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-2113-95/+187
* 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.12tevent-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