summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supportedGregor Beck2012-09-211-0/+1
* s3: Use SBVAL in put_long_date_timespecVolker Lendecke2012-09-191-2/+1
* s3: Fix some nonempty line endingsVolker Lendecke2012-09-181-12/+12
* quota: add supprt for gfs2Björn Jacke2012-09-181-0/+2
* quota: also log which fs type we foundBjörn Jacke2012-09-151-1/+1
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-12/+9
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-121-9/+7
* s3:quota-nfs: add RQ_PATHLEN define for systems that don't have itBjörn Jacke2012-09-091-0/+4
* s3:quota-nfs: another build fix for the old Unix worldBjörn Jacke2012-09-091-1/+1
* s3:quota: don't add the string '"' into the argument listBjörn Jacke2012-09-081-2/+2
* s3:lib: use includes.h with cbuf and srprsGregor Beck2012-09-073-12/+1
* s3:sysquota_nfs: fix build on Tru64 et aliiBjörn Jacke2012-09-071-23/+31
* s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke2012-09-072-7/+9
* s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2012-09-072-8/+2
* s3:sysquota_xfs: check and include the right fs header file for xfs quotasBjörn Jacke2012-09-071-2/+3
* s3-smbldap: make smbldap public library and maintain its ABIAlexander Bokovoy2012-09-071-0/+28
* s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy2012-09-071-7/+7
* fileserver:sysquotas: remove wrong castBjörn Jacke2012-09-061-1/+1
* sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...Björn Jacke2012-09-061-0/+1
* s3: Fix a commentVolker Lendecke2012-09-041-1/+1
* s3: in sys_popen(), add a debug message for failed forkMichael Adam2012-09-041-0/+1
* s3: in sys_popen(), add a debug message for failed extract_args()Michael Adam2012-09-041-0/+1
* s3: in sys_popen(), untangle function call from result checkMichael Adam2012-09-041-1/+3
* s3: in sys_popen(), untangle assigment from check and add a debug message in ...Michael Adam2012-09-041-1/+4
* s3: in sys_popen(), improve call to pipe and report error to debugMichael Adam2012-09-041-1/+5
* s3: in sys_popen(), validate input before opening the pipe.Michael Adam2012-09-041-5/+5
* s3: in sys_popen(), fix a debug messageMichael Adam2012-09-041-1/+1
* s3: adopt the new sysquotas_4B support for BSDBjörn Jacke2012-09-021-3/+19
* s3: add sysquotas_4B supportBjörn Jacke2012-09-022-2/+222
* Change the S3 fileserver over to se_file_access_check().Jeremy Allison2012-08-311-1/+1
* tdb: return unpack error on strdup failureDavid Disseldorp2012-08-311-0/+3
* s3:dbwrap_ctdb: Add DB name and key to warning messageChristof Schmitt2012-08-311-1/+8
* s3:lib: make sure we don't try to send messages to server_id's marked as disc...Stefan Metzmacher2012-08-241-0/+4
* s3:lib: remove unused processes_exist()Stefan Metzmacher2012-08-241-70/+0
* s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist()Stefan Metzmacher2012-08-241-0/+45
* s3:lib: only loop over the server_ids we need to verify in serverids_exist()Stefan Metzmacher2012-08-241-11/+23
* s3:lib: use server_id_is_disconnected() in serverids_exist()Stefan Metzmacher2012-08-241-0/+4
* s3:lib: inline processes_exist() into serverids_exist()Stefan Metzmacher2012-08-241-14/+99
* s3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means not to verify the 'unique...Stefan Metzmacher2012-08-241-3/+4
* s3:lib: implement process_exists() as wrapper of serverid_exists()Stefan Metzmacher2012-08-241-14/+2
* s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFYStefan Metzmacher2012-08-241-1/+10
* s3:lib: implement serverid_exists() as wrapper of serverids_exist()Stefan Metzmacher2012-08-241-30/+5
* s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() fo...Stefan Metzmacher2012-08-241-6/+0
* Remove align_string(). No longer used.Jeremy Allison2012-08-221-11/+0
* 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