summaryrefslogtreecommitdiff
path: root/source3/lib/adouble.c
Commit message (Expand)AuthorAgeFilesLines
* lib/adouble: pass filesize to ad_unpack()Ralph Boehme2019-10-301-1/+3
* lib/adouble: drop ad_data reallocate logicRalph Boehme2019-10-301-23/+23
* lib/adouble: README.Coding fix: multi-line if expressionRalph Boehme2019-10-301-1/+2
* lib/adouble: fix a long lineRalph Boehme2019-10-301-1/+5
* s3: lib: adouble: Add dirfsp to ad_convert_delete_adfile(). Use UNLINKAT inst...Jeremy Allison2019-09-261-5/+13
* s3: lib: adouble: Add struct files_struct *dirfsp parameter to ad_convert().Jeremy Allison2019-09-261-3/+4
* lib: Fix the 32-bit buildVolker Lendecke2019-07-181-4/+4
* adouble: add ad_unconvert()Ralph Boehme2019-07-121-0/+765
* s3:modules: pass a TALLOC_CTX to string_replace_init_map()Ralph Boehme2019-07-121-1/+2
* adouble: ensure stat info is marked invalid on new pathRalph Boehme2019-07-121-0/+2
* adouble: remove xattrs after successfull conversionRalph Boehme2019-07-121-0/+3
* adouble: add some ASCII artRalph Boehme2019-07-121-0/+35
* adouble: use runtime size when writing out AppleDouble headerRalph Boehme2019-07-121-2/+2
* adouble: pass VFS handle and fsp to ad_pack()Ralph Boehme2019-07-121-3/+5
* adouble: remove redundant calls to ad_pack()Ralph Boehme2019-07-121-17/+0
* vfs_fruit: move AppleDouble functionality to a dedicated subsystemRalph Boehme2019-07-121-0/+1884