summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.Michael Adam2008-08-142-0/+49
* Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.Michael Adam2008-08-142-0/+62
* Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.Michael Adam2008-08-142-0/+49
* Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.Michael Adam2008-08-142-0/+49
* Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.Michael Adam2008-08-143-18/+50
* Fix coverity CID: 594. Resource leak on error path.Jeremy Allison2008-08-141-2/+4
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-141-0/+2
* Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough2008-08-141-0/+6
* Revert "Add winbind:online check timeout parameter"Volker Lendecke2008-08-141-16/+0
* Revert "If it is a forced DOS error, nt_errstr should say so"Volker Lendecke2008-08-131-5/+0
* If it is a forced DOS error, nt_errstr should say soVolker Lendecke2008-08-131-0/+5
* VERSION: Raise version number.Karolin Seeger2008-08-131-3/+3
* netapi: add c++ guard.Günther Deschner2008-08-131-1/+8
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* smbd/conn: fix prototype change of conn_close_all() in proto.h.Michael Adam2008-08-131-1/+1
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-132-5/+13
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-132-1/+5
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-132-0/+12
* 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-135-16/+21
* 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
* use transactions in idmap_tdb2Andrew Tridgell2008-08-131-18/+42
* 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-1318-1390/+648
* got rid of the redundent cache databaseAndrew Tridgell2008-08-131-134/+28
* idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam2008-08-132-57/+22
* dbwrap ctdb: fix a DEBUG message.Michael Adam2008-08-131-1/+1
* idmap tdb2: fix broken logic in tdb2_delete_bystring().Michael Adam2008-08-131-5/+8
* idmap tdb2: fix broken logic in tdb2_store_bystring().Michael Adam2008-08-131-5/+8
* 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