Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -6/+46 |
2008-08-13 | Correctly return NULL from messaging_ctdbd_connection if messaging_init failed | Volker Lendecke | 1 | -0/+1 |
2008-08-13 | Attempt to fix bug 5684 | Volker Lendecke | 1 | -1/+1 |
2008-08-12 | Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX. | Jeremy Allison | 4 | -16/+25 |
2008-08-12 | I found lots of places where we assume error will be set when calling | Andrew Tridgell | 1 | -2/+10 |
2008-08-12 | ensure we give an error code to any routines above that are looking | Andrew Tridgell | 1 | -0/+3 |
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 |
2008-08-11 | netapi: add NetLocalGroupAddMembers example code. | Günther Deschner | 2 | -0/+147 |
2008-08-11 | netapi: implement NetLocalGroupSetMembers_r(). | Günther Deschner | 1 | -7/+69 |
2008-08-11 | netapi: implement NetLocalGroupDelMembers_r(). | Günther Deschner | 1 | -5/+36 |
2008-08-11 | netapi: implement NetLocalGroupAddMembers_r(). | Günther Deschner | 1 | -2/+260 |
2008-08-11 | netapi: add NetLocalGroup*Member calls to public headers. | Günther Deschner | 1 | -0/+57 |
2008-08-11 | netapi: add skeleton for NetLocalGroup*Member calls. | Günther Deschner | 3 | -0/+311 |
2008-08-11 | netapi: add NetUserModalsGet and NetUserModalsSet tests. | Günther Deschner | 1 | -0/+55 |
2008-08-11 | netapi: implement NetUserModalsSet_r. | Günther Deschner | 1 | -2/+466 |
2008-08-11 | netapi: implement NetUserModalsGet_r. | Günther Deschner | 1 | -2/+372 |
2008-08-11 | netapi: add example code for NetUserModalsGet and NetUserModalsSet. | Günther Deschner | 3 | -0/+284 |
2008-08-11 | netapi: add NetUserModalsGet and NetUserModalsSet to public headers. | Günther Deschner | 1 | -0/+62 |
2008-08-11 | netapi: add skeleton for NetUserModalsGet and NetUserModalsSet. | Günther Deschner | 3 | -0/+140 |
2008-08-11 | netapi: add NetApiBufferAllocate. | Günther Deschner | 2 | -0/+33 |
2008-08-11 | netapi: add ConvertStringSidToSid(). | Günther Deschner | 2 | -0/+41 |
2008-08-10 | Make events robust against their event_context being freed | Volker Lendecke | 1 | -5/+28 |
2008-08-10 | Remove an unused variable, process.c has its static copy | Volker Lendecke | 1 | -2/+0 |
2008-08-09 | lib/access: make list_match() public. | Michael Adam | 1 | -1/+1 |
2008-08-09 | lib/access: make client_match() public. | Michael Adam | 1 | -1/+1 |
2008-08-08 | using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s... | Yannick Bergeron | 1 | -1/+1 |
2008-08-08 | Add simple async wrappers around send, recv and connect | Volker Lendecke | 1 | -0/+674 |
2008-08-06 | Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro... | Yannick Bergeron | 1 | -1/+2 |
2008-08-06 | fixed permissions on ctdb databases | Andrew Tridgell | 1 | -0/+5 |
2008-08-05 | dbwrap: add comment describing behaviour of dbwrap_change_int32_atomic(). | Michael Adam | 1 | -0/+7 |
2008-08-05 | secrets: fix replacemend random seed generator (security issue). | Michael Adam | 1 | -2/+6 |
2008-08-05 | dbwrap: add comment describing behaviour of dbwrap_change_uint32_atomic(). | Michael Adam | 1 | -0/+7 |
2008-08-05 | idmap_tdb2: fix a race condition in idmap_tdb2_allocate_id(). | Michael Adam | 1 | -2/+6 |
2008-07-31 | netapi: in NetLocalGroupAdd_r() only set description if necessary. | Günther Deschner | 1 | -1/+1 |
2008-07-30 | Fix uninitialized variables. | Jeremy Allison | 1 | -1/+1 |
2008-07-30 | netapi: add NetGroupGetUsers example code. | Günther Deschner | 2 | -0/+138 |
2008-07-30 | netapi: add NetGroupGetUsers to public header. | Günther Deschner | 1 | -0/+38 |
2008-07-30 | netapi: add NetGroupGetUsers skeleton. | Günther Deschner | 3 | -0/+85 |
2008-07-30 | netapi: fix libnetapi_samr_lookup_user_map_USER_INFO. | Günther Deschner | 1 | -37/+31 |
2008-07-30 | netapi: use "buffer" in libnetapi. | Günther Deschner | 5 | -41/+41 |
2008-07-30 | netapi: use init_samr_CryptPasswordEx and init_samr_CryptPassword. | Günther Deschner | 1 | -25/+9 |
2008-07-30 | netapi: implement NetUserSetInfo_r() for at least level 1007. | Günther Deschner | 1 | -1/+123 |