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