summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-59/+111
* s3-memcache: update memcache to use new DLIST macrosAndrew Tridgell2010-02-101-18/+3
* s3-ldb: update the old ldb in s3 to use new DLIST macrosAndrew Tridgell2010-02-102-30/+4
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-101-0/+16
* s3-events: make the old timed events compatible with teventAndrew Tridgell2010-02-051-2/+19
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-02-051-8/+0
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-261-4/+61
* s3:netapi: remove unused variableBjörn Jacke2010-01-261-2/+0
* Revert "s3: Make string_to_sid a wrapper around dom_sid_parse"Volker Lendecke2010-01-251-7/+50
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-243-0/+16
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-242-1/+16
* s3: Make string_to_sid a wrapper around dom_sid_parseVolker Lendecke2010-01-231-50/+7
* s3: Remove string_sid_tallocVolker Lendecke2010-01-231-13/+0
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-231-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-231-11/+11
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-211-18/+0
* s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a stringVolker Lendecke2010-01-171-0/+17
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-171-5/+5
* s3:smbldap: add smbldap_talloc_first_attribute()Stefan Metzmacher2010-01-141-0/+34
* s3: Remove unused samr_make_sam_obj_sdVolker Lendecke2010-01-101-40/+0
* s3-time: fix build warnings after we moved to shared time functions.Günther Deschner2010-01-081-6/+6
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-01-071-8/+0
* ѕ3:lib/time: replace make_dos_ and put_dos_ functions with those from lib/util/Björn Jacke2010-01-071-89/+6
* s3:lib/time: remoce null_mtime() - use null_time()Björn Jacke2010-01-071-13/+2
* s3:lib/time: remove unused nt_time_equalsBjörn Jacke2010-01-071-8/+0
* s3: Adapt sid_dup_talloc to README.CodingVolker Lendecke2010-01-021-8/+9
* 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