summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Use module_path() instead of lib_path() for loading shared modules.Michael Adam2008-08-151-1/+1
* Add modules_path() to construct paths to files in MODULESDIR.Michael Adam2008-08-151-0/+13
* netapi: add some remaining documentation fixes.Günther Deschner2008-08-141-3/+3
* netapi: add doxygen documentation for NetUserModalsGet and NetUserModalsSet.Günther Deschner2008-08-141-0/+30
* netapi: add doxygen documentation for NetLocalGroup{Add,Del,Set,Get}Members.Günther Deschner2008-08-141-0/+75
* netapi: make libnetapi_open_ipc_connection static.Günther Deschner2008-08-148-196/+114
* netapi: make non-implemented local calls default to remote "localhost" calls.Günther Deschner2008-08-146-38/+35
* netapi: add NetLocalGroupGetMembers example code.Günther Deschner2008-08-142-0/+171
* netapi: let libnetapi_samr_lookup_and_open_alias return NTSTATUS.Günther Deschner2008-08-141-85/+77
* netapi: add c++ guard.Günther Deschner2008-08-131-1/+8
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-0/+2
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+8
* allow nested ctdb transactions in the same manner that they areAndrew Tridgell2008-08-131-2/+21
* drop retries to 5Andrew Tridgell2008-08-131-1/+1
* use CTDB_CONTROL_TRANS2_COMMIT_RETRY to prevent the counter gettingAndrew Tridgell2008-08-131-2/+3
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-133-10/+14
* don't leave a dangling transaction on retry errorAndrew Tridgell2008-08-131-2/+4
* cope with the control failing completely without returning a statusAndrew Tridgell2008-08-131-12/+18
* handle two special casesAndrew Tridgell2008-08-131-16/+42
* put a limit on the number of retries. I found a case where a recoveryAndrew Tridgell2008-08-131-0/+12
* we need to commit, not cancel, on record destructionAndrew Tridgell2008-08-131-1/+4
* removed more unused codeAndrew Tridgell2008-08-131-72/+0
* all persistent databases now do all stores via automatic transactionsAndrew Tridgell2008-08-131-150/+46
* fixed fetch of empty recordsAndrew Tridgell2008-08-131-6/+11
* samba3 can't handle NOREPLY yetAndrew Tridgell2008-08-131-0/+3
* cleanup debugging and fix handling of empty transactionAndrew Tridgell2008-08-131-13/+11
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-137-1359/+635
* dbwrap ctdb: fix a DEBUG message.Michael Adam2008-08-131-1/+1
* dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store().Michael Adam2008-08-131-0/+1
* dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ...Michael Adam2008-08-131-3/+26
* dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBsMichael Adam2008-08-131-1/+17
* dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete().Michael Adam2008-08-131-7/+2
* dbwrap ctdb: add a retry loop to the persistent store operation.Michael Adam2008-08-131-51/+120
* dbwrap ctdb: release the lock before calling ctdbd_persistent_store()Michael Adam2008-08-131-0/+26
* dbwrap ctdb: remove erroneously duplicated comment.Michael Adam2008-08-131-1/+0
* Use transaction start/cancel for persistent writes to avoid leaving the datab...Ronnie Sahlberg2008-08-132-6/+46
* Correctly return NULL from messaging_ctdbd_connection if messaging_init failedVolker Lendecke2008-08-131-0/+1
* Attempt to fix bug 5684Volker Lendecke2008-08-131-1/+1
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-124-16/+25
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+10
* ensure we give an error code to any routines above that are lookingAndrew Tridgell2008-08-121-0/+3
* netapi: add NetLocalGroupSetMembers example code.Günther Deschner2008-08-112-0/+147
* netapi: add NetLocalGroupDelMembers example code.Günther Deschner2008-08-112-0/+147
* netapi: add NetLocalGroupAddMembers example code.Günther Deschner2008-08-112-0/+147
* netapi: implement NetLocalGroupSetMembers_r().Günther Deschner2008-08-111-7/+69
* netapi: implement NetLocalGroupDelMembers_r().Günther Deschner2008-08-111-5/+36
* netapi: implement NetLocalGroupAddMembers_r().Günther Deschner2008-08-111-2/+260
* netapi: add NetLocalGroup*Member calls to public headers.Günther Deschner2008-08-111-0/+57
* netapi: add skeleton for NetLocalGroup*Member calls.Günther Deschner2008-08-113-0/+311
* netapi: add NetUserModalsGet and NetUserModalsSet tests.Günther Deschner2008-08-111-0/+55