summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-272-2/+13
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_logon()Andreas Schneider2019-06-271-5/+6
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_validation()Andreas Schneider2019-06-271-4/+5
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-273-2/+3
* s3: torture: Ensure we can always get a POSIX ACL on a directory handle.Jeremy Allison2019-06-262-0/+128
* s3: smbd: We also need to open a real directory fd when modifying security.Jeremy Allison2019-06-261-1/+4
* client: enable allinfo and altname tab completionDavid Disseldorp2019-06-251-2/+2
* s3: torture: Add POSIX-ACL-OPLOCK test to check interaction of posix ACL oper...Jeremy Allison2019-06-242-0/+210
* s3: smbd: Posix ACLs. Now we know we have a handle, always use VFS_FCHMOD ins...Jeremy Allison2019-06-241-5/+2
* s3: modules: Fruit. Now we know we have a handle, always use VFS_FCHMOD inste...Jeremy Allison2019-06-241-11/+6
* s3: smbd: If smbd_do_qfilepathinfo() causes an oplock or lease break, we must...Jeremy Allison2019-06-241-0/+4
* s3: smbd: Make set_unix_posix_default_acl() take an fsp argument, not smb_fname.Jeremy Allison2019-06-243-16/+10
* s3: smbd: Add default ACLS can only be set on directory check to smb_set_posi...Jeremy Allison2019-06-241-0/+8
* s3: smbd: Only pass fsp to remove_posix_acl(). No longer uses smb_fname.Jeremy Allison2019-06-241-45/+23
* s3: smbd: Only pass fsp to set_unix_posix_acl(). No longer uses smb_fname.Jeremy Allison2019-06-243-30/+10
* s3: smbd: Change set_unix_posix_default_acl() to return NTSTATUS.Jeremy Allison2019-06-243-14/+14
* s3: smbd: Cleanup - make set_unix_posix_default_acl() use modern coding stand...Jeremy Allison2019-06-241-22/+32
* s3: smbd: Make set_unix_posix_acl() return NTSTATUS.Jeremy Allison2019-06-243-14/+11
* s3: smbd: Cleanup - make remove_posix_acl() return NTSTATUS.Jeremy Allison2019-06-241-5/+25
* s3: smbd: Cleanup - make set_unix_posix_acl() use modern coding standards.Jeremy Allison2019-06-241-17/+29
* s3: smbd: Cleanup - make remove_posix_acl() use modern coding standards.Jeremy Allison2019-06-241-54/+90
* s3: smbd: Fix smb_query_posix_acl() to always use fsp handle.Jeremy Allison2019-06-241-24/+53
* s3: smbd: Plumb through struct smb_request *req parameter so it can be used b...Jeremy Allison2019-06-243-1/+6
* s3: smbd: Fix smb_query_posix_acl() to use modern coding standards.Jeremy Allison2019-06-241-40/+62
* s3: smbd: Factor out code into a separate function smb_query_posix_acl().Jeremy Allison2019-06-241-93/+111
* s3: smbd: Now we always have a handle in smb_set_posix_acl(), use it instead ...Jeremy Allison2019-06-241-4/+4
* s3: smbd: Update smb_set_posix_acl() to always use an open file handle.Jeremy Allison2019-06-241-0/+31
* s3: smbd: Add get_posix_fsp() utility function. Not yet used.Jeremy Allison2019-06-241-0/+76
* s3: smbd: Clarify logic with helper variables in smb_set_posix_acl()Jeremy Allison2019-06-241-10/+19
* s3: smbd: Make data offset use clearer in smb_set_posix_acl()Jeremy Allison2019-06-241-3/+8
* s3: smbd: Add correct wrap checks to smb_set_posix_acl().Jeremy Allison2019-06-241-3/+35
* s3: smbd: Update smb_set_posix_acl() to have only one exit path.Jeremy Allison2019-06-241-7/+17
* s3: smbd: Update smb_set_posix_acl() argument list to prepare for handle open.Jeremy Allison2019-06-241-0/+2
* s3: smbd: Update smb_set_posix_acl() to modern coding standards.Jeremy Allison2019-06-241-8/+9
* s3: torture: Fix a debug typo.Jeremy Allison2019-06-241-1/+1
* s3: smbd: Ensure open for security descriptor access actually opens an fd.Jeremy Allison2019-06-242-2/+25
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-19/+19
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-16/+16
* py3: Remove PyStr_Type() compatability macroAndrew Bartlett2019-06-241-14/+14
* s3:smbd: Use gnutls_error_to_ntstatus() in smb2_sesssetupAndreas Schneider2019-06-241-4/+5
* s3:smbd: Use gnutls_error_to_ntstatus() in smb2_serverAndreas Schneider2019-06-241-6/+7
* libcli:smb: Return NSTATUS for smb2_signing_check_pdu()Andreas Schneider2019-06-241-20/+35
* regfio: Return instead of assert for short blocksMichael Hanselmann2019-06-201-1/+2
* smbd: Remove struct blocking_lock_recordVolker Lendecke2019-06-203-22/+0
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-209-95/+3
* smbd: Remove unused brlock codeVolker Lendecke2019-06-2016-2188/+10
* smbd: Cancel smbd_smb1_do_locks requests in reply_ntcancelVolker Lendecke2019-06-201-1/+1
* smbd: Add a clarifying comment on triggering waitersVolker Lendecke2019-06-201-0/+6
* smbd: Don't call cancel_pending_lock_requests_by_fid on closeVolker Lendecke2019-06-201-1/+0
* smbd: Base smb2_lock.c on tevent_reqVolker Lendecke2019-06-203-33/+121