summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* selftest: add a test that itime is not set when setting DOS attrsRalph Boehme2019-07-012-0/+41
* vfs_fruit: change default for "fruit:zero_file_id" to falseRalph Boehme2019-07-011-1/+1
* vfs_fruit: make "fruit:zero_file_id" a per share optionRalph Boehme2019-07-012-3/+6
* vfs_fruit: move zero file-id to vfs_fruitRalph Boehme2019-07-015-19/+17
* s3:smbd: set file_id in fetch_dos_mode_done()Ralph Boehme2019-07-011-0/+27
* s3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()Ralph Boehme2019-07-011-0/+4
* s3:vfs: move get_fs_file_id to vfs_defaultRalph Boehme2019-07-014-26/+28
* s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme2019-07-016-0/+64
* s3:smbd: rename get_FileIndex() to get_fs_file_id()Ralph Boehme2019-07-013-17/+17
* s3:smbd: return inode number, not FileIndex for UNIX query info levelRalph Boehme2019-07-011-2/+1
* s3:smbd: use xattr_DosInfo4 in set_ea_dos_attribute()Ralph Boehme2019-07-011-4/+10
* s3:smbd: parse xattr_DosInfo4 in parse_dos_attribute_blob()Ralph Boehme2019-07-011-0/+44
* s3:smbd: mark itime non-calculated if we created a file or dirRalph Boehme2019-07-011-0/+6
* s3/lib: add make_file_index_from_itime()Ralph Boehme2019-07-012-0/+39
* s3/lib: add update_stat_ex_file_id()Ralph Boehme2019-07-012-0/+7
* s3/lib: add update_stat_ex_itime()Ralph Boehme2019-07-012-0/+8
* s3: add st_ex_file_id to struct stat_exRalph Boehme2019-07-014-0/+7
* s3: add st_ex_itime to struct stat_exRalph Boehme2019-07-014-1/+12
* s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2019-07-017-18/+21
* s3: remove unused st_ex_mask from struct stat_exRalph Boehme2019-07-014-16/+1
* vfs_catia: pass stat info to synthetic_smb_fname()Ralph Boehme2019-07-011-21/+21
* s3:winbind: Add support for storing KRB5 credential in KCMAndreas Schneider2019-07-011-0/+5
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-3026-82/+159
* s3: smbd: Make open_directory() always open a fd.Jeremy Allison2019-06-301-24/+10
* vfs_preopen: TALLOC_FREE(fde) before closing the underlying fdVolker Lendecke2019-06-281-0/+1
* vfs_preopen: Fix an uninitialized variable readVolker Lendecke2019-06-281-0/+1
* vfs_preopen: Fix for O_NOFOLLOWVolker Lendecke2019-06-281-1/+1
* smbd: Fix broken brlock for clusteringVolker Lendecke2019-06-281-10/+6
* vfs:glusterfs_fuse: treat ENOATTR as ENOENTMichael Adam2019-06-281-1/+1
* vfs:glusterfs: treat ENOATTR as ENOENTMichael Adam2019-06-281-1/+1
* s3:notifyd: Handle sigup in notifyd to reparse smb.confShyamsunder Rathi2019-06-271-1/+23
* s3:utils: Use GnuTLS RC4 in npc_rpc_trustAndreas Schneider2019-06-271-7/+47
* s4:rpc_server: Use GnuTLS RC4 in lsa endpointAndreas Schneider2019-06-272-5/+36
* s3:rpc_client: Use C99 inititializer in dcerpc_samr_chgpasswd_user()Andreas Schneider2019-06-272-10/+10
* 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