summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3: add a debug message for failed execv in sys_popen()Michael Adam2012-08-171-1/+6
* s3:lib: implement interpret_pid() as wrapper of server_id_from_string()Stefan Metzmacher2012-08-171-30/+1
* s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher2012-08-171-21/+0
* s3-g_lock: Make g_lock_lock more robustVolker Lendecke2012-08-161-0/+24
* s3-msg: For msg_channel, correct the talloc hierarchyVolker Lendecke2012-08-161-1/+1
* s3-msg: Rename msg_channel_init_destructorVolker Lendecke2012-08-161-3/+3
* s3-g_lock: Properly free "rec" on retry to avoid deadlockVolker Lendecke2012-08-161-0/+1
* s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett2012-08-151-5/+0
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-151-6/+0
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-10/+9
* Remove smb_panic() from unix_strlower(). Just rely on error code return.Jeremy Allison2012-08-091-2/+0
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-095-12/+37
* Fix strlower_m() to return an error indication.Jeremy Allison2012-08-091-4/+8
* Check error returns on strnorm().Jeremy Allison2012-08-091-2/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-094-8/+19
* Change strupper_m() to return a value.Jeremy Allison2012-08-091-4/+8
* Fix bad return in unix_strupper.Jeremy Allison2012-08-091-1/+1
* Prepare to remove smb_panic() from unix_strlower().Jeremy Allison2012-08-091-0/+2
* Fix bad return values in unix_strlower/unix_strupper.Jeremy Allison2012-08-091-2/+2
* s3-events: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett2012-08-091-4/+6
* source3/loadparm.c: Move string_set/string_free inside.Rusty Russell2012-08-071-77/+0
* s3-ctdb: return proper exit codeChristian Ambach2012-08-031-1/+1
* s3-ctdb: adjust a loglevelChristian Ambach2012-08-031-2/+2
* s3-ctdb: Fix ctdb_serverids_exist for target nodes that diedVolker Lendecke2012-08-031-4/+20
* s3-ctdb: Add debugs to ctdb_serverids_existVolker Lendecke2012-08-031-10/+20
* s3:ctdbd_conn: use unitX_t types consistently throughout the moduleMichael Adam2012-08-011-22/+22
* s3:dbwrap_ctdb: initialize db_record->dbStefan Metzmacher2012-07-311-0/+1
* s3: add Darwin sendfile support and merge with the FreeBSD codeBjörn Jacke2012-07-261-50/+44
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-242-0/+2
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-231-8/+1
* Remove source3/lib/pidfile.cJeremy Allison2012-07-201-81/+0
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-137/+27
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-4/+4
* s3: Add tevent_wait_send/recvVolker Lendecke2012-07-182-0/+120
* s3-libasys: Add asys_fsync() implementationVolker Lendecke2012-07-181-0/+43
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-148/+0
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-181-0/+4
* libasysVolker Lendecke2012-07-184-0/+521
* 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