summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* source3/netapi: fix only caller which doesn't set up a talloc_stackframe()Rusty Russell2012-07-181-0/+4
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-184-7/+8
* source3/lib/smbconf/testsuite.c: fix stackframe leakRusty Russell2012-07-181-0/+1
* Move set_thread_credentials_permanently() to set_thread_credentials()Jeremy Allison2012-07-111-12/+12
* Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.Jeremy Allison2012-07-101-1/+1
* Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison2012-07-091-0/+29
* s3: Fix Coverity ID 709470 Uninitialized scalar variableVolker Lendecke2012-07-061-1/+1
* Move copy_unix_token() from locking/locking.c to lib/util.c.Jeremy Allison2012-07-031-0/+30
* Add function set_thread_credentials_permanently(). Panic if fail.Jeremy Allison2012-07-031-0/+48
* s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider2012-07-031-6/+0
* s3-libpidfile: fix check for running process.Björn Baumbach2012-07-021-1/+1
* s3-libpidfile: some more debug outputBjörn Baumbach2012-07-021-0/+6
* Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison2012-06-301-3/+0
* s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()Michael Adam2012-06-291-1/+3
* s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()Michael Adam2012-06-291-2/+3
* s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() functionMichael Adam2012-06-291-1/+4
* s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()Michael Adam2012-06-291-3/+3
* s3:dbrwap_ctdb: remove commented out legacy codeMichael Adam2012-06-291-5/+1
* s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdbMichael Adam2012-06-291-4/+3
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-291-9/+9
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-283-66/+73
* s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke2012-06-281-1/+0
* 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