summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vfs_fruit: remove base_fsp name translationRalph Boehme2017-03-071-80/+3
* vfs_fruit: use SMB_VFS_NEXT_OPEN in two placesRalph Boehme2017-03-071-7/+7
* vfs_fruit: refactor readdir_attr_macmeta() resource fork sizeRalph Boehme2017-03-071-8/+82
* vfs_fruit: refactor fruit_ftruncate() and fix stream caseRalph Boehme2017-03-071-42/+78
* vfs_fruit: fix fruit_ntimes() for the fruit:metadata!=netatalk caseRalph Boehme2017-03-071-2/+8
* vfs_fruit: refactor fruit_streaminfo()Ralph Boehme2017-03-071-44/+265
* vfs_fruit: add fruit_stat_rsrc_xattr() implementationRalph Boehme2017-03-071-0/+45
* vfs_fruit: add fruit_stat_rsrc_stream() implementationRalph Boehme2017-03-071-0/+18
* vfs_fruit: refactor fruit_stat_rsrc()Ralph Boehme2017-03-071-8/+33
* vfs_fruit: refactor fruit_open_rsrc()Ralph Boehme2017-03-071-34/+71
* vfs_fruit: in fruit_rmdir() check ._ files before deleting themRalph Boehme2017-03-071-14/+47
* vfs_fruit: fix fruit_rmdir() for the fruit:resource!=file caseRalph Boehme2017-03-071-1/+1
* vfs_fruit: fix fruit_chown() for the fruit:resource!=file caseRalph Boehme2017-03-071-7/+8
* vfs_fruit: fix fruit_chmod() for the fruit:resource!=file caseRalph Boehme2017-03-071-6/+7
* vfs_fruit: refactor fruit_unlink()Ralph Boehme2017-03-071-33/+197
* vfs_fruit: fix fruit_rename() for the fruit:resource!=file caseRalph Boehme2017-03-071-14/+41
* vfs_fruit: correct readdir_attr_meta_finderi_stream() implementationRalph Boehme2017-03-071-1/+67
* vfs_fruit: refactor readdir_attr_meta()Ralph Boehme2017-03-071-39/+98
* vfs_fruit: update_btime() is only needed for metadata=netatalkRalph Boehme2017-03-071-0/+15
* vfs_fruit: correct fruit_stat_meta_stream() implementationRalph Boehme2017-03-071-0/+18
* vfs_fruit: refactor fruit_stat_meta()Ralph Boehme2017-03-071-3/+27
* vfs_fruit: correct fruit_open_meta_stream() implementationRalph Boehme2017-03-071-1/+54
* vfs_fruit: refactor fruit_open_meta()Ralph Boehme2017-03-071-13/+46
* vfs_fruit: replace unsafe ad_entry macro with a functionRalph Boehme2017-03-071-27/+86
* vfs_fruit: fix fruit_pwrite() with metadata=streamRalph Boehme2017-03-071-25/+58
* vfs_fruit: rename empty_finderinfo() and make it more robustRalph Boehme2017-03-071-9/+13
* vfs_fruit: fix fruit_ftruncate with metadata=streamRalph Boehme2017-03-071-28/+16
* vfs_fruit: fix fruit_pread with metadata=streamRalph Boehme2017-03-071-16/+21
* vfs_catia: add catia_(g|s)et_dos_attributesRalph Boehme2017-03-071-0/+70
* vfs_catia: add catia_readdir_attrRalph Boehme2017-03-071-0/+28
* vfs_catia: run translation on all handle based VFS functionsRalph Boehme2017-03-071-14/+1199
* vfs_streams_xattr: use SMB_VFS_NEXT_OPEN and CLOSERalph Boehme2017-03-071-5/+5
* vfs_streams_xattr: call SMB_VFS_OPEN with smb_fname_baseRalph Boehme2017-03-071-3/+3
* s3/includes: add FinderInfo offset define to MacExtensions.hRalph Boehme2017-03-071-0/+3
* selftest: don't run vfs_fruit tests against ad_dc envRalph Boehme2017-03-071-1/+0
* dbchecker: Stop ignoring linked cases where both objects are aliveGarming Sam2017-03-012-11/+13
* tests/dbcheck: Add a test for two live objects, with a dangling forward linkGarming Sam2017-03-015-2/+38
* tests/dbcheck: Add a test for two live objects, with a dangling backlinkGarming Sam2017-03-015-2/+28
* s3:idmap_ad: make use of pdb_get_trust_credentials() to get the machine accou...Stefan Metzmacher2017-03-011-23/+13
* s3:winbindd: allow a fallback to NTLMSSP for LDAP connectionsStefan Metzmacher2017-03-011-0/+2
* s3:libads: add more debugging to ads_sasl_spnego_bind()Stefan Metzmacher2017-03-011-1/+24
* s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()Stefan Metzmacher2017-03-011-11/+0
* s3:winbindd: add more debugging to cm_prepare_connection()Stefan Metzmacher2017-03-011-10/+31
* s3:passdb: use cli_credentials_set_kerberos_state() for trusts in pdb_get_tru...Stefan Metzmacher2017-03-011-0/+17
* s3:winbindd: fix the valid usage anonymous smb authenticationStefan Metzmacher2017-03-011-5/+5
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-03-011-1/+16
* s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trus...Stefan Metzmacher2017-03-011-1/+22
* Revert "s3-winbind: Fix schannel connections against trusted domain DCs"Stefan Metzmacher2017-03-011-15/+1
* s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid t...Stefan Metzmacher2017-03-011-3/+11
* vfs_streams_xattr: use fsp, not base_fspRalph Boehme2017-02-251-24/+17