summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2012-08-03s3-ctdb: return proper exit codeChristian Ambach1-1/+1
2012-08-03s3-ctdb: adjust a loglevelChristian Ambach1-2/+2
2012-08-03s3-ctdb: Fix ctdb_serverids_exist for target nodes that diedVolker Lendecke1-4/+20
2012-08-03s3-ctdb: Add debugs to ctdb_serverids_existVolker Lendecke1-10/+20
2012-08-01s3:ctdbd_conn: use unitX_t types consistently throughout the moduleMichael Adam1-22/+22
2012-07-31s3:dbwrap_ctdb: initialize db_record->dbStefan Metzmacher1-0/+1
2012-07-26s3: add Darwin sendfile support and merge with the FreeBSD codeBjörn Jacke1-50/+44
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett2-0/+2
2012-07-23s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider1-8/+1
2012-07-20Remove source3/lib/pidfile.cJeremy Allison1-81/+0
2012-07-19Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison1-137/+27
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-4/+4
2012-07-18s3: Add tevent_wait_send/recvVolker Lendecke2-0/+120
2012-07-18s3-libasys: Add asys_fsync() implementationVolker Lendecke1-0/+43
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-148/+0
2012-07-18s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke1-0/+4
2012-07-18libasysVolker Lendecke4-0/+521
2012-07-18source3/netapi: fix only caller which doesn't set up a talloc_stackframe()Rusty Russell1-0/+4
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell4-7/+8
2012-07-18source3/lib/smbconf/testsuite.c: fix stackframe leakRusty Russell1-0/+1
2012-07-11Move set_thread_credentials_permanently() to set_thread_credentials()Jeremy Allison1-12/+12
2012-07-10Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.Jeremy Allison1-1/+1
2012-07-09Make check_same_stat() and check_same_dev_ino() common functions.Jeremy Allison1-0/+29
2012-07-06s3: Fix Coverity ID 709470 Uninitialized scalar variableVolker Lendecke1-1/+1
2012-07-03Move copy_unix_token() from locking/locking.c to lib/util.c.Jeremy Allison1-0/+30
2012-07-03Add function set_thread_credentials_permanently(). Panic if fail.Jeremy Allison1-0/+48
2012-07-03s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider1-6/+0
2012-07-02s3-libpidfile: fix check for running process.Björn Baumbach1-1/+1
2012-07-02s3-libpidfile: some more debug outputBjörn Baumbach1-0/+6
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-3/+0
2012-06-29s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()Michael Adam1-1/+3
2012-06-29s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()Michael Adam1-2/+3
2012-06-29s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() functionMichael Adam1-1/+4
2012-06-29s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()Michael Adam1-3/+3
2012-06-29s3:dbrwap_ctdb: remove commented out legacy codeMichael Adam1-5/+1
2012-06-29s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdbMichael Adam1-4/+3
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-9/+9
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison3-66/+73
2012-06-28s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke1-1/+0
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett5-6/+6
2012-06-27s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck2-5/+19
2012-06-27s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...Gregor Beck1-6/+17
2012-06-22s3:serverid: don't ignore the result of dbwrap_parse_record()Stefan Metzmacher1-1/+6
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-3/+3
2012-06-22dbwrap: remove get_flags().Rusty Russell1-8/+0
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell1-81/+0
2012-06-21s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher1-0/+7
2012-06-21s3: Use string_term_tdb_data where appropriateVolker Lendecke1-2/+1
2012-06-21s3: Fix const warningsVolker Lendecke1-2/+3
2012-06-21s3:move serverid_equal() to serverid.cMichael Adam2-21/+21