summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2012-09-02s3: adopt the new sysquotas_4B support for BSDBjörn Jacke1-3/+19
2012-09-02s3: add sysquotas_4B supportBjörn Jacke2-2/+222
2012-08-31Change the S3 fileserver over to se_file_access_check().Jeremy Allison1-1/+1
2012-08-31tdb: return unpack error on strdup failureDavid Disseldorp1-0/+3
2012-08-31s3:dbwrap_ctdb: Add DB name and key to warning messageChristof Schmitt1-1/+8
2012-08-24s3:lib: make sure we don't try to send messages to server_id's marked as disc...Stefan Metzmacher1-0/+4
2012-08-24s3:lib: remove unused processes_exist()Stefan Metzmacher1-70/+0
2012-08-24s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist()Stefan Metzmacher1-0/+45
2012-08-24s3:lib: only loop over the server_ids we need to verify in serverids_exist()Stefan Metzmacher1-11/+23
2012-08-24s3:lib: use server_id_is_disconnected() in serverids_exist()Stefan Metzmacher1-0/+4
2012-08-24s3:lib: inline processes_exist() into serverids_exist()Stefan Metzmacher1-14/+99
2012-08-24s3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means not to verify the 'unique...Stefan Metzmacher1-3/+4
2012-08-24s3:lib: implement process_exists() as wrapper of serverid_exists()Stefan Metzmacher1-14/+2
2012-08-24s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFYStefan Metzmacher1-1/+10
2012-08-24s3:lib: implement serverid_exists() as wrapper of serverids_exist()Stefan Metzmacher1-30/+5
2012-08-24s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() fo...Stefan Metzmacher1-6/+0
2012-08-22Remove align_string(). No longer used.Jeremy Allison1-11/+0
2012-08-17s3: add a debug message for failed execv in sys_popen()Michael Adam1-1/+6
2012-08-17s3:lib: implement interpret_pid() as wrapper of server_id_from_string()Stefan Metzmacher1-30/+1
2012-08-17s3:lib: implement serverid_equal() as macro of server_id_equal()Stefan Metzmacher1-21/+0
2012-08-16s3-g_lock: Make g_lock_lock more robustVolker Lendecke1-0/+24
2012-08-16s3-msg: For msg_channel, correct the talloc hierarchyVolker Lendecke1-1/+1
2012-08-16s3-msg: Rename msg_channel_init_destructorVolker Lendecke1-3/+3
2012-08-16s3-g_lock: Properly free "rec" on retry to avoid deadlockVolker Lendecke1-0/+1
2012-08-15s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett1-5/+0
2012-08-15s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett1-6/+0
2012-08-15s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett1-10/+9
2012-08-09Remove smb_panic() from unix_strlower(). Just rely on error code return.Jeremy Allison1-2/+0
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison5-12/+37
2012-08-09Fix strlower_m() to return an error indication.Jeremy Allison1-4/+8
2012-08-09Check error returns on strnorm().Jeremy Allison1-2/+3
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison4-8/+19
2012-08-09Change strupper_m() to return a value.Jeremy Allison1-4/+8
2012-08-09Fix bad return in unix_strupper.Jeremy Allison1-1/+1
2012-08-09Prepare to remove smb_panic() from unix_strlower().Jeremy Allison1-0/+2
2012-08-09Fix bad return values in unix_strlower/unix_strupper.Jeremy Allison1-2/+2
2012-08-09s3-events: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett1-4/+6
2012-08-07source3/loadparm.c: Move string_set/string_free inside.Rusty Russell1-77/+0
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