Age | Commit message (Expand) | Author | Files | Lines |
2012-09-02 | s3: adopt the new sysquotas_4B support for BSD | Björn Jacke | 2 | -3/+28 |
2012-09-02 | s3: add sysquotas_4B support | Björn Jacke | 5 | -4/+227 |
2012-09-01 | s3: Make an if statement a bit easier to read | Volker Lendecke | 1 | -2/+3 |
2012-08-31 | Change the S3 fileserver over to se_file_access_check(). | Jeremy Allison | 2 | -7/+10 |
2012-09-01 | s3: Fix warnings in aio_fork.c | Volker Lendecke | 1 | -2/+4 |
2012-09-01 | s3: Remove a shadowing variable declaration | Volker Lendecke | 1 | -2/+0 |
2012-08-31 | tdb: return unpack error on strdup failure | David Disseldorp | 1 | -0/+3 |
2012-08-31 | s3: Fix a few "warning: ISO C90 forbids mixed declarations and code" | Volker Lendecke | 1 | -154/+234 |
2012-08-31 | s3:build fix autoconf build on RHEL5 | Christian Ambach | 1 | -0/+236 |
2012-08-31 | s3:dbwrap_ctdb: Add DB name and key to warning message | Christof Schmitt | 1 | -1/+8 |
2012-08-30 | Windows does canonicalization of inheritance bits. Do the same. | Jeremy Allison | 1 | -0/+35 |
2012-08-30 | Change the other two places where we set a security descriptor given by the c... | Jeremy Allison | 2 | -25/+2 |
2012-08-30 | Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c... | Jeremy Allison | 2 | -14/+28 |
2012-08-30 | Rename set_sd() to set_sd_blob() - this describes what it does. | Jeremy Allison | 3 | -6/+6 |
2012-08-30 | s3:libsmb correctly set isFsctl for snapshot list | Christian Ambach | 1 | -1/+1 |
2012-08-29 | s4-torture: Add start of a test to confirm winbindd PAC parsing | Andrew Bartlett | 1 | -1/+3 |
2012-08-29 | s3:vfs_gpfs: Use directory not file to get fileset id | Christof Schmitt | 2 | -5/+35 |
2012-08-29 | vfs_media_harmony: fix some compile warnings with llvm | Björn Jacke | 1 | -66/+66 |
2012-08-29 | s3-printing: fix bug 9123 lprng job tracking errors | David Disseldorp | 2 | -3/+3 |
2012-08-28 | s3-smbd: Fix flooding the logs with records we don't find in pcap. | Andreas Schneider | 1 | -1/+1 |
2012-08-28 | s3-vfs: Indicate the symlink destination when failing check_reduced_name | Andrew Bartlett | 1 | -2/+2 |
2012-08-28 | s3-vfs: Try to be consistent about localtime vs GMT handling in vfs_shadow_copy2 | Andrew Bartlett | 1 | -12/+19 |
2012-08-28 | s3-vfs_shadow_copy2: Also accept a sscanf result | Andrew Bartlett | 1 | -18/+46 |
2012-08-28 | s3-passdb: Allow reload of the static passdb from python | Andrew Bartlett | 2 | -2/+21 |
2012-08-28 | selftest: Add test of smbclient --machine-pass against and using both s3 and s4 | Andrew Bartlett | 2 | -0/+24 |
2012-08-28 | s3-secrets: Use talloc_stackframe() in secrets_init_path() | Andrew Bartlett | 1 | -3/+6 |
2012-08-28 | s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel() | Andrew Bartlett | 1 | -1/+2 |
2012-08-28 | s3-secrets: Add helper function to set machine account password from secrets_... | Andrew Bartlett | 2 | -0/+92 |
2012-08-28 | s3-param: Avoid assert on use of talloc_tos() without stackframe | Andrew Bartlett | 1 | -2/+3 |
2012-08-24 | s3:lib: make sure we don't try to send messages to server_id's marked as disc... | Stefan Metzmacher | 1 | -0/+4 |
2012-08-24 | s3:lib: remove unused processes_exist() | Stefan Metzmacher | 1 | -70/+0 |
2012-08-24 | s3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimization to serverids_exist() | Stefan Metzmacher | 1 | -0/+45 |
2012-08-24 | s3:lib: only loop over the server_ids we need to verify in serverids_exist() | Stefan Metzmacher | 1 | -11/+23 |
2012-08-24 | s3:lib: use server_id_is_disconnected() in serverids_exist() | Stefan Metzmacher | 1 | -0/+4 |
2012-08-24 | s3:lib: inline processes_exist() into serverids_exist() | Stefan Metzmacher | 1 | -14/+99 |
2012-08-24 | s3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means not to verify the 'unique... | Stefan Metzmacher | 1 | -3/+4 |
2012-08-24 | s3:lib: implement process_exists() as wrapper of serverid_exists() | Stefan Metzmacher | 1 | -14/+2 |
2012-08-24 | s3:g_lock: use serverid_exists() with SERVERID_UNIQUE_ID_NOT_TO_VERIFY | Stefan Metzmacher | 1 | -1/+10 |
2012-08-24 | s3:lib: implement serverid_exists() as wrapper of serverids_exist() | Stefan Metzmacher | 1 | -30/+5 |
2012-08-24 | s3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization in serverids_exist() fo... | Stefan Metzmacher | 1 | -6/+0 |
2012-08-23 | s3: fix compile warning on openindiana | Björn Jacke | 1 | -5/+5 |
2012-08-23 | s3/registry: fix compile warning on openindiana | Björn Jacke | 1 | -1/+1 |
2012-08-23 | s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum | Andrew Bartlett | 4 | -7/+7 |
2012-08-23 | s3-pysmbd: Fix return type of smbd.get_nt_acl | Andrew Bartlett | 1 | -1/+1 |
2012-08-23 | s3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum() | Andrew Bartlett | 1 | -3/+8 |
2012-08-23 | param: Add startup checks for valid server role/binary combinations | Andrew Bartlett | 3 | -0/+23 |
2012-08-23 | s3-pysmbd: Fix error message | Andrew Bartlett | 1 | -2/+2 |
2012-08-23 | s3-pysmbd: Allow a mode to be specified for the simple ACL | Andrew Bartlett | 1 | -27/+32 |
2012-08-23 | file_server: Move default VFS module settings to loadparm.c | Andrew Bartlett | 1 | -0/+13 |
2012-08-23 | s3:smb2_break: encrypt OPLOCK BREAK notifications | Stefan Metzmacher | 3 | -18/+107 |