Age | Commit message (Expand) | Author | Files | Lines |
2008-08-13 | put a limit on the number of retries. I found a case where a recovery | Andrew Tridgell | 1 | -0/+12 |
2008-08-13 | we need to commit, not cancel, on record destruction | Andrew Tridgell | 1 | -1/+4 |
2008-08-13 | removed more unused code | Andrew Tridgell | 1 | -72/+0 |
2008-08-13 | all persistent databases now do all stores via automatic transactions | Andrew Tridgell | 1 | -150/+46 |
2008-08-13 | use transactions in idmap_tdb2 | Andrew Tridgell | 1 | -18/+42 |
2008-08-13 | fixed fetch of empty records | Andrew Tridgell | 1 | -6/+11 |
2008-08-13 | samba3 can't handle NOREPLY yet | Andrew Tridgell | 1 | -0/+3 |
2008-08-13 | cleanup debugging and fix handling of empty transaction | Andrew Tridgell | 1 | -13/+11 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 18 | -1390/+648 |
2008-08-13 | got rid of the redundent cache database | Andrew Tridgell | 1 | -134/+28 |
2008-08-13 | idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe... | Michael Adam | 2 | -57/+22 |
2008-08-13 | dbwrap ctdb: fix a DEBUG message. | Michael Adam | 1 | -1/+1 |
2008-08-13 | idmap tdb2: fix broken logic in tdb2_delete_bystring(). | Michael Adam | 1 | -5/+8 |
2008-08-13 | idmap tdb2: fix broken logic in tdb2_store_bystring(). | Michael Adam | 1 | -5/+8 |
2008-08-13 | dbwrap ctdb: don't retry when tdb_store failed in db_ctdb_persistent_store(). | Michael Adam | 1 | -0/+1 |
2008-08-13 | dbwrap ctdb: add a partial mapping from tdb_error to NTSTATUS and use it for ... | Michael Adam | 1 | -3/+26 |
2008-08-13 | dbwrap ctdb: add db_ctdb_delete_persistent() and use it for persistent DBs | Michael Adam | 1 | -1/+17 |
2008-08-13 | dbwrap ctdb: call db_ctdb_store() in db_ctdb_delete(). | Michael Adam | 1 | -7/+2 |
2008-08-13 | dbwrap ctdb: add a retry loop to the persistent store operation. | Michael Adam | 1 | -51/+120 |
2008-08-13 | dbwrap ctdb: release the lock before calling ctdbd_persistent_store() | Michael Adam | 1 | -0/+26 |
2008-08-13 | dbwrap ctdb: remove erroneously duplicated comment. | Michael Adam | 1 | -1/+0 |
2008-08-13 | Use transaction start/cancel for persistent writes to avoid leaving the datab... | Ronnie Sahlberg | 3 | -6/+48 |
2008-08-13 | Add a gpfs_prefetch module | Volker Lendecke | 3 | -1/+315 |
2008-08-13 | Correctly return NULL from messaging_ctdbd_connection if messaging_init failed | Volker Lendecke | 1 | -0/+1 |
2008-08-13 | Exit smbstatus cleanly if messaging_init fails | Volker Lendecke | 1 | -0/+6 |
2008-08-13 | keep compatibility with v3-0-ctdb name for fileid:mapping option | Andrew Tridgell | 1 | -1/+1 |
2008-08-13 | Add winbind:online check timeout parameter | Volker Lendecke | 1 | -0/+16 |
2008-08-13 | Attempt to fix bug 5684 | Volker Lendecke | 1 | -1/+1 |
2008-08-13 | Attempt to fix the build on Irix CC | Volker Lendecke | 1 | -1/+3 |
2008-08-12 | Merge from Herb. print correct test status | Jeremy Allison | 1 | -1/+2 |
2008-08-12 | Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX. | Jeremy Allison | 6 | -38/+42 |
2008-08-12 | use variables for files used in multiple places | Herb Lewis | 1 | -17/+19 |
2008-08-12 | Make sure to always set errno on error path in OpenDir (and hence scan_direct... | Michael Adam | 1 | -0/+1 |
2008-08-12 | Fix unix_convert() for "*" after changing map_nt_error_from_unix(). | Michael Adam | 1 | -1/+1 |
2008-08-12 | I found lots of places where we assume error will be set when calling | Andrew Tridgell | 2 | -4/+12 |
2008-08-12 | ensure we give an error code to any routines above that are looking | Andrew Tridgell | 1 | -0/+3 |
2008-08-12 | cifs.upcall: negatively instantiate keys on error | Jeff Layton | 1 | -2/+10 |
2008-08-12 | Remove two unused variables | Volker Lendecke | 1 | -2/+1 |
2008-08-12 | Do not create a new mapping if a domain with an explicit config fails | Volker Lendecke | 1 | -0/+18 |
2008-08-12 | Some doxygen comments for idmap | Volker Lendecke | 2 | -15/+157 |
2008-08-12 | Fix prototypes | Volker Lendecke | 2 | -19/+25 |
2008-08-12 | Remove "idmap alloc config : range" parameter | Volker Lendecke | 3 | -135/+76 |
2008-08-12 | idmap rewrite | Volker Lendecke | 20 | -1051/+656 |
2008-08-12 | Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache | Volker Lendecke | 5 | -1069/+0 |
2008-08-12 | Directly call backends from idmap_[ugs]_to_[ugs]id | Volker Lendecke | 2 | -22/+45 |
2008-08-12 | Move the gid2sid cache to the parent winbind process | Volker Lendecke | 2 | -19/+158 |
2008-08-12 | Move the uid2sid cache to the parent winbind process | Volker Lendecke | 3 | -19/+160 |
2008-08-11 | libnetjoin: support kerberized joining/unjoing (fix #5416). | Günther Deschner | 2 | -21/+49 |
2008-08-11 | netapi: add NetLocalGroupSetMembers example code. | Günther Deschner | 2 | -0/+147 |
2008-08-11 | netapi: add NetLocalGroupDelMembers example code. | Günther Deschner | 2 | -0/+147 |