Age | Commit message (Expand) | Author | Files | Lines |
2009-11-21 | s3: Make the implicit reference to Protocol in is_in_path() explicit | Volker Lendecke | 1 | -2/+3 |
2009-11-21 | s3: Make the implicit reference to Protocol in mask_match_list() explicit | Volker Lendecke | 1 | -3/+3 |
2009-11-21 | s3: Make the implicit reference to Protocol in mask_match() explicit | Volker Lendecke | 1 | -4/+8 |
2009-11-21 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -43/+42 |
2009-11-21 | s3: Avoid two calls to strcmp() | Volker Lendecke | 1 | -4/+4 |
2009-11-21 | s3: Fix a bool/enum mismatch | Volker Lendecke | 1 | -1/+1 |
2009-11-21 | s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901) | Michael Adam | 1 | -4/+6 |
2009-11-21 | s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901) | Michael Adam | 1 | -4/+6 |
2009-11-19 | s3: Factor timeval_string out of current_timestring() | Volker Lendecke | 1 | -12/+13 |
2009-11-18 | s3:load_interfaces(): use function gfree_interfaces() that we have. | Michael Adam | 1 | -9/+1 |
2009-11-17 | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 2 | -0/+34 |
2009-11-15 | s3: Fix a memleak in sys_popen | Volker Lendecke | 1 | -0/+1 |
2009-11-14 | Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/ | Volker Lendecke | 1 | -0/+11 |
2009-11-08 | Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_... | Volker Lendecke | 12 | -61/+54 |
2009-11-08 | s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table | Volker Lendecke | 12 | -54/+61 |
2009-11-07 | s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax | Volker Lendecke | 1 | -1/+1 |
2009-11-05 | s3: Add parameter "ctdb timeout" | Volker Lendecke | 2 | -4/+21 |
2009-11-04 | Remove "Protocol" as an extern, and add accessor functions. | Jeremy Allison | 1 | -1/+11 |
2009-11-03 | s3: Remove debug_ctx() | Volker Lendecke | 2 | -18/+3 |
2009-11-03 | s3:dbwrap_ctdb: add debug message to transaction_fetch_start() | Michael Adam | 1 | -0/+4 |
2009-11-03 | s3:dbwrap_ctdb: split combined check in two and add descriptive debug | Michael Adam | 1 | -1/+14 |
2009-11-03 | s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n... | Michael Adam | 1 | -0/+12 |
2009-11-03 | s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_... | Michael Adam | 1 | -0/+21 |
2009-11-03 | s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single node | Michael Adam | 1 | -0/+25 |
2009-11-03 | s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_start | Michael Adam | 1 | -6/+4 |
2009-11-03 | s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch() | Michael Adam | 1 | -16/+6 |
2009-11-03 | s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch() | Michael Adam | 1 | -0/+53 |
2009-11-03 | s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store() | Michael Adam | 1 | -27/+39 |
2009-11-03 | s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness. | Michael Adam | 1 | -3/+5 |
2009-11-02 | s3: Fix a 100% CPU loop when ctdbd dies during a traverse | Volker Lendecke | 1 | -0/+1 |
2009-11-02 | s3-gencache: restore gencache_get behavior with NULL args (with torture test). | Günther Deschner | 1 | -4/+8 |
2009-10-29 | s3: Fix incorrect rc check of nscd_flush_cache. | Jim McDonough | 1 | -1/+1 |
2009-10-26 | s3: Rename new parameter "ldap ref follow" to "ldap follow referral". | Karolin Seeger | 1 | -2/+2 |
2009-10-22 | s3: Remove a pointless #endif/#ifdef pair | Volker Lendecke | 1 | -2/+0 |
2009-10-16 | s3-libnetapi: add nltest tool. | Günther Deschner | 2 | -1/+258 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} example code. | Günther Deschner | 3 | -1/+303 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} to public headers. | Günther Deschner | 1 | -1/+91 |
2009-10-16 | s3-libnetapi: fill in I_NetLogonControl{2}_r. | Günther Deschner | 1 | -2/+181 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} skeleton. | Günther Deschner | 3 | -0/+172 |
2009-10-15 | Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind | Jeremy Allison | 1 | -1/+7 |
2009-10-12 | s3/smbldap: add option to disable following LDAP refs | Jan Engelhardt | 1 | -2/+10 |
2009-10-11 | Fix builds with external tdb | Simo Sorce | 1 | -6/+0 |
2009-10-06 | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 1 | -1/+1 |
2009-10-01 | s3: remove unused rpcstr_pull and rpcstr_pull_talloc. | Günther Deschner | 1 | -35/+0 |
2009-09-30 | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 1 | -4/+4 |
2009-09-30 | s3-util: use pull_reg_multi_sz in reg_pull_multi_sz. | Günther Deschner | 1 | -26/+10 |
2009-09-30 | s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions. | Günther Deschner | 1 | -0/+35 |
2009-09-30 | s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions. | Günther Deschner | 1 | -0/+30 |
2009-09-28 | s3:gencache: Add my copyright | Volker Lendecke | 1 | -0/+1 |
2009-09-24 | Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This code | Jeremy Allison | 1 | -6/+6 |