summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-275-6/+6
* s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck2012-06-272-5/+19
* s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...Gregor Beck2012-06-271-6/+17
* s3:serverid: don't ignore the result of dbwrap_parse_record()Stefan Metzmacher2012-06-221-1/+6
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-221-3/+3
* dbwrap: remove get_flags().Rusty Russell2012-06-221-8/+0
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-221-81/+0
* s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher2012-06-211-0/+7
* s3: Use string_term_tdb_data where appropriateVolker Lendecke2012-06-211-2/+1
* s3: Fix const warningsVolker Lendecke2012-06-211-2/+3
* s3:move serverid_equal() to serverid.cMichael Adam2012-06-212-21/+21
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-213-4/+4
* s3:util: remove (now) unused cluster_id_equal()Michael Adam2012-06-211-6/+0
* s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam2012-06-211-7/+14
* s3:util: also compare the unique_id in procid_equal().Michael Adam2012-06-211-0/+3
* s3: We can depend on pthreadpool nowVolker Lendecke2012-06-191-42/+0
* s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2012-06-192-4/+183
* Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher2012-06-191-0/+14
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-1/+1
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-193-115/+0
* build: Remove support for non-64bit sendfile()Andrew Bartlett2012-06-161-87/+0
* s3-lib: Fix conversion of lib/events.c to modern tevent namesAndrew Bartlett2012-06-151-2/+2
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-6/+6
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-2/+2
* s3-lib: Convert lib/events.c to modern tevent namesAndrew Bartlett2012-06-151-14/+14
* s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam2012-06-151-1/+2
* s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam2012-06-151-0/+28
* s3:lib: elaborate the comment for fsp_str_debug a bit.Michael Adam2012-06-151-1/+1
* s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.Michael Adam2012-06-151-2/+1
* s3: Add --pw-nt-hash to popt_common_credentialsVolker Lendecke2012-06-121-0/+5
* s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke2012-06-121-0/+12
* s3:lib: we don't need smbd/proto.h in smbd_shim.cStefan Metzmacher2012-06-061-1/+0
* build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett2012-06-061-3/+3
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-052-0/+63
* s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2012-06-032-0/+8
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-678/+0
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-2/+3
* s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy2012-05-241-1/+19
* s3:idmap_cache: improve checks for format of value string in idmap_cache_find...Michael Adam2012-05-181-0/+15
* s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()Michael Adam2012-05-181-12/+10
* s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()Michael Adam2012-05-181-5/+24
* s3: Remove some unused codeVolker Lendecke2012-05-151-14/+0
* lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher2012-05-141-11/+0
* s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()Stefan Metzmacher2012-05-141-1/+1
* move the dbwrap library to the top levelMichael Adam2012-05-1414-2812/+2
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.cMichael Adam2012-05-131-1/+1
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.cMichael Adam2012-05-131-2/+2
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.cMichael Adam2012-05-131-6/+8
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.cMichael Adam2012-05-131-6/+7
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.cMichael Adam2012-05-131-9/+9