Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-12 | smbd: Remove pre-allocation of ACL array in sys_acl_init() | Andrew Bartlett | 1 | -12/+9 | |
Instead, this is just handled with realloc in sys_acl_create_entry() This allows us to remove the size element from the SMB_ACL_T. Andrew Bartlett | |||||
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 1 | -9/+7 | |
This is a clearer, long-term-stable structure we can hash without risking it changing. Andrew Bartlett | |||||
2012-09-09 | s3:quota-nfs: add RQ_PATHLEN define for systems that don't have it | Björn Jacke | 1 | -0/+4 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sun Sep 9 17:44:51 CEST 2012 on sn-devel-104 | |||||
2012-09-09 | s3:quota-nfs: another build fix for the old Unix world | Björn Jacke | 1 | -1/+1 | |
2012-09-08 | s3:quota: don't add the string '"' into the argument list | Björn Jacke | 1 | -2/+2 | |
this is not used to quote or anything else. This is mainly causing work for the script writer who has to remove the quote stings again :-) Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sat Sep 8 03:13:13 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3:lib: use includes.h with cbuf and srprs | Gregor Beck | 3 | -12/+1 | |
hopefully fixes build on hpux Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s3:sysquota_nfs: fix build on Tru64 et alii | Björn Jacke | 1 | -23/+31 | |
the old Unix world put the struct rquota directly into the getquota_rslt struct, the new Unix world puts a getquota_rslt_u union in between and they decided to rename the status struct member. | |||||
2012-09-07 | s3:quota: clean up and consolidate the xfs quota checks and defines | Björn Jacke | 2 | -7/+9 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Sep 7 15:59:46 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3:sysquota_xfs: fix logic so that we actually use this module on Linux | Björn Jacke | 2 | -8/+2 | |
2012-09-07 | s3:sysquota_xfs: check and include the right fs header file for xfs quotas | Björn Jacke | 1 | -2/+3 | |
2012-09-07 | s3-smbldap: make smbldap public library and maintain its ABI | Alexander Bokovoy | 1 | -0/+28 | |
Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Fri Sep 7 14:14:30 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3-smbldap: use smbldap_ prefix for all functions | Alexander Bokovoy | 1 | -7/+7 | |
2012-09-06 | fileserver:sysquotas: remove wrong cast | Björn Jacke | 1 | -1/+1 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Thu Sep 6 17:16:30 CEST 2012 on sn-devel-104 | |||||
2012-09-06 | sysquota: we need to list nfs4 as a separate fs name for the ↵ | Björn Jacke | 1 | -0/+1 | |
sys_get_nfs_quota backend at least the Linux kernel up to 3.5.0 lists NFSv4 aѕ nfs4 and not as nfs | |||||
2012-09-04 | s3: Fix a comment | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-09-04 | s3: in sys_popen(), add a debug message for failed fork | Michael Adam | 1 | -0/+1 | |
Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 4 22:17:30 CEST 2012 on sn-devel-104 | |||||
2012-09-04 | s3: in sys_popen(), add a debug message for failed extract_args() | Michael Adam | 1 | -0/+1 | |
2012-09-04 | s3: in sys_popen(), untangle function call from result check | Michael Adam | 1 | -1/+3 | |
2012-09-04 | s3: in sys_popen(), untangle assigment from check and add a debug message in ↵ | Michael Adam | 1 | -1/+4 | |
failure case | |||||
2012-09-04 | s3: in sys_popen(), improve call to pipe and report error to debug | Michael Adam | 1 | -1/+5 | |
2012-09-04 | s3: in sys_popen(), validate input before opening the pipe. | Michael Adam | 1 | -5/+5 | |
2012-09-04 | s3: in sys_popen(), fix a debug message | Michael Adam | 1 | -1/+1 | |
2012-09-02 | s3: adopt the new sysquotas_4B support for BSD | Björn Jacke | 1 | -3/+19 | |
most BSD systems have ufs/ufs/quota.h and they count the quota in blocks, not bytes and have slightly different dqblk struct members. | |||||
2012-09-02 | s3: add sysquotas_4B support | Björn Jacke | 2 | -2/+222 | |
this is from James Peach's darwin patch, that exists since a couple of years already. Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sun Sep 2 01:00:41 CEST 2012 on sn-devel-104 | |||||
2012-08-31 | Change the S3 fileserver over to se_file_access_check(). | Jeremy Allison | 1 | -1/+1 | |
Don't set the priv_open_requested yet until the open-for-backup request is correctly passed in. | |||||
2012-08-31 | tdb: return unpack error on strdup failure | David Disseldorp | 1 | -0/+3 | |
Signed-off-by: Lars Müller <lars@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Fri Aug 31 21:05:21 CEST 2012 on sn-devel-104 | |||||
2012-08-31 | s3:dbwrap_ctdb: Add DB name and key to warning message | Christof Schmitt | 1 | -1/+8 | |
When a operation takes too long, it is useful for debugging to know the DB and the key. Signed-off-by: Christian Ambach <ambi@samba.org> | |||||
2012-08-24 | s3:lib: make sure we don't try to send messages to server_id's marked as ↵ | Stefan Metzmacher | 1 | -0/+4 | |
disconnected metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Aug 24 15:54:48 CEST 2012 on sn-devel-104 | |||||
2012-08-24 | s3:lib: remove unused processes_exist() | Stefan Metzmacher | 1 | -70/+0 | |
metze | |||||
2012-08-24 | s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist() | Stefan Metzmacher | 1 | -0/+45 | |
metze | |||||
2012-08-24 | s3:lib: only loop over the server_ids we need to verify in serverids_exist() | Stefan Metzmacher | 1 | -11/+23 | |
metze | |||||
2012-08-24 | s3:lib: use server_id_is_disconnected() in serverids_exist() | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2012-08-24 | s3:lib: inline processes_exist() into serverids_exist() | Stefan Metzmacher | 1 | -14/+99 | |
metze | |||||
2012-08-24 | s3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means not to verify the ↵ | Stefan Metzmacher | 1 | -3/+4 | |
'unique_id' part It doesn't mean the the server_id is always valid. metze | |||||
2012-08-24 | s3:lib: implement process_exists() as wrapper of serverid_exists() | Stefan Metzmacher | 1 | -14/+2 | |
The changes the behavior of process_exists() it checks the pid.unique_id now, if it's not SERVERID_UNIQUE_ID_NOT_TO_VERIFY. metze | |||||
2012-08-24 | s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFY | Stefan Metzmacher | 1 | -1/+10 | |
metze | |||||
2012-08-24 | s3:lib: implement serverid_exists() as wrapper of serverids_exist() | Stefan Metzmacher | 1 | -30/+5 | |
metze | |||||
2012-08-24 | s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() ↵ | Stefan Metzmacher | 1 | -6/+0 | |
for now This will be readded... metze | |||||
2012-08-22 | Remove align_string(). No longer used. | Jeremy Allison | 1 | -11/+0 | |
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Aug 22 20:38:50 CEST 2012 on sn-devel-104 | |||||
2012-08-17 | s3: add a debug message for failed execv in sys_popen() | Michael Adam | 1 | -1/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-08-17 | s3:lib: implement interpret_pid() as wrapper of server_id_from_string() | Stefan Metzmacher | 1 | -30/+1 | |
metze | |||||
2012-08-17 | s3:lib: implement serverid_equal() as macro of server_id_equal() | Stefan Metzmacher | 1 | -21/+0 | |
metze | |||||
2012-08-16 | s3-g_lock: Make g_lock_lock more robust | Volker Lendecke | 1 | -0/+24 | |
If for some reason the cleanup of dbwrap_watch_send does not work properly, we might starve indefinitely. Make the lock routine more robust by retrying every 5-10 seconds. g_lock_trylock will clean up orphaned entries. Signed-off-by: Christian Ambach <ambi@samba.org> Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Thu Aug 16 19:44:00 CEST 2012 on sn-devel-104 | |||||
2012-08-16 | s3-msg: For msg_channel, correct the talloc hierarchy | Volker Lendecke | 1 | -1/+1 | |
talloc_free() of a channel must free all immediate requests that have piled up Signed-off-by: Christian Ambach <ambi@samba.org> | |||||
2012-08-16 | s3-msg: Rename msg_channel_init_destructor | Volker Lendecke | 1 | -3/+3 | |
Signed-off-by: Christian Ambach <ambi@samba.org> | |||||
2012-08-16 | s3-g_lock: Properly free "rec" on retry to avoid deadlock | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Christian Ambach <ambi@samba.org> | |||||
2012-08-15 | s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op | Andrew Bartlett | 1 | -5/+0 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Aug 15 05:23:18 CEST 2012 on sn-devel-104 | |||||
2012-08-15 | s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE() | Andrew Bartlett | 1 | -6/+0 | |
2012-08-15 | s3-smbd: Change allocation of smb_acl_t to talloc() | Andrew Bartlett | 1 | -10/+9 | |
The acl element is changed to be a talloc child, and is no longer one element longer than requested by virtue of the acl[1] base pointer. This also avoids one of the few remaining cases of over-allocation of a structure. Andrew Bartlett | |||||
2012-08-09 | Remove smb_panic() from unix_strlower(). Just rely on error code return. | Jeremy Allison | 1 | -2/+0 | |
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Aug 9 23:52:53 CEST 2012 on sn-devel-104 |