summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3: add LDAP Alias Dereferencing supportBjörn Jacke2009-12-101-0/+11
* s3-ldb: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-2/+1
* s3: make sys_posix_fallocate more genericBjörn Jacke2009-12-081-4/+4
* s3: let gencache_init() use tdb_check()Stefan Metzmacher2009-12-071-0/+25
* s3: let tdb_validate_child() use tdb_check()Stefan Metzmacher2009-12-071-0/+11
* s3:dbwrap_ctdb: increase the number of commit retries 5-->100Michael Adam2009-12-051-1/+1
* s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-051-0/+2
* s3: Fix explicit stat64 supportVolker Lendecke2009-12-051-3/+12
* s3: check if glibc has broken posix_fallocateBjörn Jacke2009-12-041-1/+1
* Restructure the ACL code some more, get the internal semanticsJeremy Allison2009-12-021-0/+20
* s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke2009-12-021-0/+14
* s3: Cope with older external libtdbVolker Lendecke2009-12-021-0/+2
* s3: Fix a "not handled in switch" warningVolker Lendecke2009-11-291-0/+1
* s3: Move directory_exist_stat to testparm.c, it only looks at the modeVolker Lendecke2009-11-291-21/+0
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...Volker Lendecke2009-11-291-2/+3
* s3: "get_file_size" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: "socket_exist" only looks at the modeVolker Lendecke2009-11-291-1/+1
* s3: "sys_path_to_bdev" only looks at the devicenumberVolker Lendecke2009-11-291-4/+3
* s3: "check_log_size" only looks at the sizeVolker Lendecke2009-11-291-2/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-294-18/+25
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-2611-0/+12
* s3-registry: fix REG_MULTI_SZ handling in registry_push_value.Günther Deschner2009-11-251-3/+20
* s3-registry: use push_reg_multi_sz() in registry_push_value().Günther Deschner2009-11-241-59/+3
* s3-registry: remove reg_pull_multi_sz().Günther Deschner2009-11-242-28/+18
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-231-8/+4
* Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...Volker Lendecke2009-11-231-3/+3
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-3/+2
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-0/+12
* s3: Make alloc_sub_basic() staticVolker Lendecke2009-11-211-2/+5
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-12/+0
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-2/+3
* s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke2009-11-211-3/+3
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-211-4/+8
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-212-43/+42
* s3: Avoid two calls to strcmp()Volker Lendecke2009-11-211-4/+4
* s3: Fix a bool/enum mismatchVolker Lendecke2009-11-211-1/+1
* s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)Michael Adam2009-11-211-4/+6
* s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)Michael Adam2009-11-211-4/+6
* s3: Factor timeval_string out of current_timestring()Volker Lendecke2009-11-191-12/+13
* s3:load_interfaces(): use function gfree_interfaces() that we have.Michael Adam2009-11-181-9/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-172-0/+34
* s3: Fix a memleak in sys_popenVolker Lendecke2009-11-151-0/+1
* Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke2009-11-141-0/+11
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke2009-11-0812-61/+54
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-0812-54/+61
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-071-1/+1
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-052-4/+21
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-041-1/+11
* s3: Remove debug_ctx()Volker Lendecke2009-11-032-18/+3
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-031-0/+4