summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3: "check_log_size" only looks at the sizeVolker Lendecke2009-12-081-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-12-084-19/+26
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-12-0811-0/+12
* s3-registry: fix REG_MULTI_SZ handling in registry_push_value.Günther Deschner2009-11-261-3/+20
* s3-registry: use push_reg_multi_sz() in registry_push_value().Günther Deschner2009-11-261-59/+3
* s3-registry: remove reg_pull_multi_sz().Günther Deschner2009-11-262-28/+18
* s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)Michael Adam2009-11-261-4/+6
* s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)Michael Adam2009-11-261-4/+6
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-261-12/+13
* s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam2009-11-261-9/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-262-0/+34
* s3: Fix a memleak in sys_popenVolker Lendecke2009-11-261-0/+1
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-261-0/+4
* s3:dbwrap_ctdb: split combined check in two and add descriptive debugMichael Adam2009-11-261-1/+14
* s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...Michael Adam2009-11-261-0/+12
* s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...Michael Adam2009-11-261-0/+21
* s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single nodeMichael Adam2009-11-261-0/+25
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_startMichael Adam2009-11-261-6/+4
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()Michael Adam2009-11-261-16/+6
* s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()Michael Adam2009-11-261-0/+53
* s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()Michael Adam2009-11-261-27/+39
* s3:dbwrap_ctdb: reformat a comment slightly to enhance clearness.Michael Adam2009-11-261-3/+5
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke2009-11-2612-61/+54
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-2612-54/+61
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-261-1/+1
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-262-4/+21
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-261-1/+11
* s3: Remove debug_ctx()Volker Lendecke2009-11-262-18/+3
* s3: Fix a 100% CPU loop when ctdbd dies during a traverseVolker Lendecke2009-11-261-0/+1
* s3-gencache: restore gencache_get behavior with NULL args (with torture test).Günther Deschner2009-11-261-4/+8
* s3: Fix incorrect rc check of nscd_flush_cache.Jim McDonough2009-11-261-1/+1
* s3: Rename new parameter "ldap ref follow" to "ldap follow referral".Karolin Seeger2009-11-261-2/+2
* s3-libnetapi: add nltest tool.Günther Deschner2009-11-262-1/+258
* s3-libnetapi: add I_NetLogonControl{2} example code.Günther Deschner2009-11-263-1/+303
* s3-libnetapi: add I_NetLogonControl{2} to public headers.Günther Deschner2009-11-261-1/+91
* s3-libnetapi: fill in I_NetLogonControl{2}_r.Günther Deschner2009-11-261-2/+181
* s3-libnetapi: add I_NetLogonControl{2} skeleton.Günther Deschner2009-11-263-0/+172
* Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison2009-11-261-1/+7
* s3/smbldap: add option to disable following LDAP refsJan Engelhardt2009-11-261-2/+10
* Fix builds with external tdbSimo Sorce2009-11-261-6/+0
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-11-261-1/+1
* w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUNDKamen Mazdrashki2009-11-261-4/+4
* s3: remove unused rpcstr_pull and rpcstr_pull_talloc.Günther Deschner2009-11-261-35/+0
* s3-util: use pull_reg_multi_sz in reg_pull_multi_sz.Günther Deschner2009-09-301-26/+10
* s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions.Günther Deschner2009-09-301-0/+35
* s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions.Günther Deschner2009-09-301-0/+30
* s3:gencache: Add my copyrightVolker Lendecke2009-09-281-0/+1
* Revert 918b5a7e057bd91289ec06b3ef8d95da43a50ede. This codeJeremy Allison2009-09-241-6/+6
* s3:util_str "str_list_make_v3" - introduce also here the "const" resultMatthias Dieter Wallnöfer2009-09-241-9/+9
* s3:gencache: Make gencache_del() return success for expired entriesVolker Lendecke2009-09-231-4/+13