summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme2017-07-032-22/+6
* s3/smbd: get rid of files_struct.aapl_copyfile_supportedRalph Boehme2017-07-031-1/+0
* s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme2017-07-032-8/+10
* s3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack in the SMB2 codeRalph Boehme2017-07-031-0/+16
* s3/smbd: remove ununsed req arg from CHECK_READ_IOCTL macroRalph Boehme2017-07-031-1/+1
* s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2017-07-032-41/+43
* s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2017-07-032-0/+36
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-012-6/+8
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-012-6/+12
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-012-7/+13
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-012-6/+10
* s3:secrets: remove unused secrets_store_[prev_]machine_password()Stefan Metzmacher2017-06-271-1/+0
* s3:secrets: add infrastructure to use secrets_domain_infoB to store credentialsStefan Metzmacher2017-06-271-0/+28
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-271-0/+1
* s3:secrets: let secrets_delete_machine_password_ex() also remove the des_salt...Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: re-add secrets_delete() helper to simplify deleting optional keysStefan Metzmacher2017-06-271-0/+1
* s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: add some const to secrets_store_domain_guid()Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: move kerberos_secrets_*salt related functions to machine_account_...Stefan Metzmacher2017-06-271-0/+4
* s3:libsmb: add CLI_FULL_CONNECTION_DISABLE_SMB1Stefan Metzmacher2017-06-221-0/+1
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-06-221-0/+1
* s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher2017-06-221-1/+0
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-211-8/+0
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-3/+8
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-182-6/+13
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-182-7/+12
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-3/+8
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-182-10/+16
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-182-8/+15
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-182-7/+12
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-182-7/+13
* s3: VFS: Remove old traces of smb_vfs_call_llistxattr().Jeremy Allison2017-06-181-2/+0
* g_lock: Make g_lock_dump return a complete list of locksVolker Lendecke2017-06-151-3/+10
* g_lock: Add g_lock_write_dataVolker Lendecke2017-06-151-0/+3
* g_lock: Remove unused g_lock_getVolker Lendecke2017-06-151-2/+0
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-012-8/+15
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-312-8/+19
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-312-6/+11
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-312-6/+13
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-313-8/+16
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-312-6/+8
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-313-8/+11
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-313-7/+11
* s3: lib: Add new utility function cp_smb_filename_nostream().Jeremy Allison2017-05-311-0/+2
* libads: Decide to have no fallback optionGarming Sam2017-05-301-0/+1
* libads: abstract out SASL wrapping codeAlexander Bokovoy2017-05-171-32/+36
* s3-proto: remove some dead prototypesGünther Deschner2017-05-101-11/+0
* s3-passdb: remove some dead prototypesGünther Deschner2017-05-101-5/+0
* vfs: add VFS_COPY_CHUNK_FL_IGNORE_LOCKS for dup extentsDavid Disseldorp2017-05-101-1/+4
* vfs: add parameter to copy chunk VFS function to handle dup_extentsAurelien Aptel2017-05-102-6/+20