summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tdb: handle processes dying during transaction commit.Rusty Russell2010-02-243-0/+86
* patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patchRusty Russell2010-02-241-16/+13
* tdb: add -k option to tdbtortureRusty Russell2010-02-241-57/+142
* tdb: don't truncate tdb on recoveryRusty Russell2010-02-241-10/+0
* tdb: remove lock opsRusty Russell2010-02-244-40/+22
* tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()Rusty Russell2010-02-243-13/+9
* tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.Rusty Russell2010-02-241-17/+13
* tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgradeRusty Russell2010-02-173-29/+62
* tdb: suppress record write locks when allrecord lock is taken.Rusty Russell2010-02-241-0/+9
* tdb: cleanup: always grab allrecord lock to infinity.Rusty Russell2010-02-241-7/+3
* tdb: remove num_locksRusty Russell2010-02-172-11/+2
* tdb: use tdb_nest_lock() for seqnum lock.Rusty Russell2010-02-171-3/+3
* tdb: use tdb_nest_lock() for active lock.Rusty Russell2010-02-242-5/+18
* tdb: use tdb_nest_lock() for open lock.Rusty Russell2010-02-223-15/+10
* tdb: use tdb_nest_lock() for transaction lock.Rusty Russell2010-02-172-32/+23
* tdb: cleanup: find_nestlock() helper.Rusty Russell2010-02-171-28/+23
* tdb: cleanup: tdb_release_extra_locks() helperRusty Russell2010-02-243-17/+22
* tdb: cleanup: tdb_have_extra_locks() helperRusty Russell2010-02-174-5/+17
* tdb: don't suppress the transaction lock because of the allrecord lock.Rusty Russell2010-02-171-6/+0
* tdb: cleanup: tdb_nest_lock/tdb_nest_unlockRusty Russell2010-02-173-45/+67
* tdb: cleanup: rename global_lock to allrecord_lock.Rusty Russell2010-02-175-29/+29
* tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.Rusty Russell2010-02-173-17/+17
* tdb: make _tdb_transaction_cancel static.Rusty Russell2010-02-242-2/+1
* tdb: cleanup: split brlock and brunlock methods.Rusty Russell2010-02-177-117/+235
* s4/schema: Move msDS-IntId implementation to samldb.c moduleKamen Mazdrashki2010-02-242-149/+87
* s4/torture/smb2: Add two new SMB2 compound testsSteven Danneman2010-02-231-0/+157
* s4:cleanup remove unused schannel ldb codeSimo Sorce2010-02-233-406/+0
* s4:schannel merge code with s3Simo Sorce2010-02-236-51/+22
* schannel_tdb: make code compilable in both treesSimo Sorce2010-02-234-54/+104
* s3:schannel streamline interfaceSimo Sorce2010-02-238-201/+191
* s3:schannel fix memory hierarchySimo Sorce2010-02-231-1/+1
* schannel: merge header filesSimo Sorce2010-02-232-48/+34
* s4:schannel more readable check logicSimo Sorce2010-02-233-24/+44
* s3:schannel more readable check logicSimo Sorce2010-02-233-22/+39
* s3 move the sitename cache in its own fileSimo Sorce2010-02-2311-117/+172
* s3: Consolidate some pid_to_procid() calls to procid_self()Volker Lendecke2010-02-232-7/+7
* s3: re-run make samba3-idl.Günther Deschner2010-02-232-54/+56
* spoolss: some fixes for devicemode dm extra structs.Günther Deschner2010-02-231-10/+2
* s3: re-run make samba3-idl.Günther Deschner2010-02-233-0/+675
* spoolss: add various DM extradata formats (including PostScript and UniDriver).Günther Deschner2010-02-231-0/+307
* s3:spoolss: construct the devmode the same way for level 2 and 8Stefan Metzmacher2010-02-231-17/+3
* s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structureStefan Metzmacher2010-02-231-2/+6
* s3:selftest: $WORKGROUP doesn't exist, we should use $DOMAINStefan Metzmacher2010-02-231-1/+1
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-2313-17/+11
* s3: add explicit configure option whether or not to enable dmapi supportBjörn Jacke2010-02-231-2/+23
* tstream: Added a typedef for the function prototype.Andreas Schneider2010-02-232-9/+19
* s4-smb: Migrate named_pipe_server to tsocket.Andreas Schneider2010-02-232-211/+279
* s4-selftest: disable rndc and dns update in build farmAndrew Tridgell2010-02-231-1/+2
* s4-dns: improved logging, and run name check at startupAndrew Tridgell2010-02-231-6/+10
* s4-pyglue: added interface_ips() callAndrew Tridgell2010-02-231-0/+43