summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vfs_fruit: rework struct adouble APIRalph Boehme2017-03-021-290/+423
* selftest: disable vfs_fruit testsRalph Boehme2017-03-021-1/+1
* vfs_fruit: fix fruit_check_access()Ralph Boehme2017-03-021-4/+26
* vfs_fruit: remove base_fsp name translationRalph Boehme2017-03-021-80/+3
* vfs_fruit: use SMB_VFS_NEXT_OPEN in two placesRalph Boehme2017-03-021-7/+7
* vfs_fruit: refactor readdir_attr_macmeta() resource fork sizeRalph Boehme2017-03-021-8/+82
* vfs_fruit: refactor fruit_ftruncate() and fix stream caseRalph Boehme2017-03-021-42/+78
* vfs_fruit: fix fruit_ntimes() for the fruit:metadata!=netatalk caseRalph Boehme2017-03-021-2/+8
* vfs_fruit: refactor fruit_streaminfo()Ralph Boehme2017-03-021-44/+265
* vfs_fruit: add fruit_stat_rsrc_xattr() implementationRalph Boehme2017-03-021-0/+45
* vfs_fruit: add fruit_stat_rsrc_stream() implementationRalph Boehme2017-03-021-0/+18
* vfs_fruit: refactor fruit_stat_rsrc()Ralph Boehme2017-03-021-8/+33
* vfs_fruit: refactor fruit_open_rsrc()Ralph Boehme2017-03-021-34/+71
* vfs_fruit: in fruit_rmdir() check ._ files before deleting themRalph Boehme2017-03-021-14/+47
* vfs_fruit: fix fruit_rmdir() for the fruit:resource!=file caseRalph Boehme2017-03-021-1/+1
* vfs_fruit: fix fruit_chown() for the fruit:resource!=file caseRalph Boehme2017-03-021-7/+8
* vfs_fruit: fix fruit_chmod() for the fruit:resource!=file caseRalph Boehme2017-03-021-6/+7
* vfs_fruit: refactor fruit_unlink()Ralph Boehme2017-03-021-33/+197
* vfs_fruit: fix fruit_rename() for the fruit:resource!=file caseRalph Boehme2017-03-021-14/+41
* vfs_fruit: correct readdir_attr_meta_finderi_stream() implementationRalph Boehme2017-03-021-1/+67
* vfs_fruit: refactor readdir_attr_meta()Ralph Boehme2017-03-021-39/+98
* vfs_fruit: update_btime() is only needed for metadata=netatalkRalph Boehme2017-03-021-0/+15
* vfs_fruit: correct fruit_stat_meta_stream() implementationRalph Boehme2017-03-021-0/+18
* vfs_fruit: refactor fruit_stat_meta()Ralph Boehme2017-03-021-3/+27
* vfs_fruit: correct fruit_open_meta_stream() implementationRalph Boehme2017-03-021-1/+54
* vfs_fruit: refactor fruit_open_meta()Ralph Boehme2017-03-021-13/+46
* vfs_fruit: replace unsafe ad_entry macro with a functionRalph Boehme2017-03-021-27/+86
* vfs_fruit: fix fruit_pwrite() with metadata=streamRalph Boehme2017-03-021-25/+58
* vfs_fruit: rename empty_finderinfo() and make it more robustRalph Boehme2017-03-021-9/+13
* vfs_fruit: fix fruit_ftruncate with metadata=streamRalph Boehme2017-03-021-28/+16
* vfs_fruit: fix fruit_pread with metadata=streamRalph Boehme2017-03-021-16/+21
* vfs_catia: add catia_(g|s)et_dos_attributesRalph Boehme2017-03-021-0/+70
* vfs_catia: add catia_readdir_attrRalph Boehme2017-03-021-0/+28
* vfs_catia: run translation on all handle based VFS functionsRalph Boehme2017-03-021-14/+1199
* vfs_streams_xattr: use SMB_VFS_NEXT_OPEN and CLOSERalph Boehme2017-03-021-5/+5
* vfs_streams_xattr: call SMB_VFS_OPEN with smb_fname_baseRalph Boehme2017-03-021-3/+3
* s3/includes: add FinderInfo offset define to MacExtensions.hRalph Boehme2017-03-021-0/+3
* selftest: don't run vfs_fruit tests against ad_dc envRalph Boehme2017-03-021-1/+0
* winbind: Fix a cut&paste debug typoVolker Lendecke2017-03-021-2/+2
* waf: Fix a typoVolker Lendecke2017-03-011-1/+1
* posix_acls: Use talloc_zero_arrayVolker Lendecke2017-03-011-3/+1
* posix_acls: Do a *bit* of reformattingVolker Lendecke2017-03-011-2/+5
* script: Add test script for traffic_summary.plGary Lockyer2017-03-012-0/+51
* script: Add script to provide an anonymous summary from tsharkGary Lockyer2017-03-011-0/+707
* script: Add test data for traffic_summary.plGary Lockyer2017-03-012-0/+5018
* samdb: Fix a typoVolker Lendecke2017-02-281-1/+1
* auth4: Reduce indentation level by an early error returnVolker Lendecke2017-02-281-18/+22
* auth4: Only use CrackNames if we're a DCVolker Lendecke2017-02-282-3/+10
* auth4: Fix map_user_info_cracknames for domain==NULLVolker Lendecke2017-02-281-4/+3
* auth3: Simplify get_system_info3Volker Lendecke2017-02-271-11/+2