vfs_fruit: convert adouble accessor macros to functions
[samba.git] / source3 / modules / vfs_fruit.c
2019-07-12 Ralph Boehmevfs_fruit: convert adouble accessor macros to functions
2019-07-08 Volker Lendeckevfs_fruit: Fix a typo
2019-07-03 Andreas Schneiders3:modules: Use hash_inode() in vfs_fruit
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_lock()
2019-07-02 Volker Lendeckesmbd: do_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: Make do_lock() return NTSTATUS
2019-07-01 Ralph Boehmevfs_fruit: change default for "fruit:zero_file_id"...
2019-07-01 Ralph Boehmevfs_fruit: make "fruit:zero_file_id" a per share option
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-06-24 Jeremy Allisons3: modules: Fruit. Now we know we have a handle, alway...
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-05-30 Ralph Boehmevfs_fruit: remove a now unnecessary include
2019-05-30 Ralph Boehmevfs_fruit: use VFS functions in ad_read_rsrc_adouble()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove syscalls from ad_convert_...
2019-05-30 Ralph Boehmevfs_fruit: use VFS function in ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: add VFS handle to ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove mmap in ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: remove use of mmap() from ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: convert ad_open_rsrc() to open a proper...
2019-05-30 Ralph Boehmevfs_fruit: only do cross protocol locking on non-intern...
2019-05-30 Ralph Boehmevfs_fruit: remove a layer of indirection
2019-05-30 Ralph Boehmevfs_fruit: pass VFS handle to ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: remove xattr code from the AppleDouble subsystem
2019-05-30 Ralph Boehmevfs_fruit: remove now unused AppleDouble code for resou...
2019-05-30 Ralph Boehmevfs_fruit: use stream code for resource fork size calcu...
2019-05-30 Ralph Boehmevfs_fruit: use correct case FRUIT_RSRC_STREAM in readdi...
2019-05-30 Ralph Boehmevfs_fruit: ignore AppleDouble files in fruit_unlink()
2019-05-30 Ralph Boehmevfs_fruit: add a missing else
2019-05-30 Ralph Boehmevfs_fruit: add and use is_adouble_file()
2019-05-30 Ralph Boehmevfs_fruit: finally, remove ad_handle from struct adouble
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_delete_adfile()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_finderinfo()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_blank_rfork()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_rsrc() and all the...
2019-05-30 Ralph Boehmevfs_fruit: use proper VFS function in ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_set()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_fset()
2019-05-23 Ralph Boehmevfs_fruit: change trigger points of AppleDouble conversion
2019-05-23 Ralph Boehmevfs_fruit: add a forward declaration for ad_get()
2019-05-21 Andreas Schneiders3:vfs: Use GnuTLS MD5 in vfs_fruit
2019-02-08 Andreas Schneiders3:vfs: Initialize pid to 0 in test_netatalk_lock()
2019-02-08 Jeremy Allisons3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatib...
2018-12-21 Günther Deschners3-vfs-fruit: add close call
2018-12-02 Ralph Boehmevfs_fruit: avoid dereferencing fsp->base_fsp in fruit_f...
2018-11-09 Ralph Boehmevfs_fruit: validation of writes on AFP_AfpInfo stream
2018-11-09 Ralph Boehmevfs_fruit: move a comment to the right place
2018-11-01 Ralph Boehmevfs_fruit: let fruit_open_meta() with O_CREAT return...
2018-10-31 Ralph Boehmevfs_fruit: don't check for delete-on-close on the Finde...
2018-10-31 Ralph Boehmevfs_fruit: let fruit_pwrite_meta_stream also ftruncate...
2018-10-31 Ralph Boehmevfs_fruit: pass stream size to delete_invalid_meta_stream()
2018-10-31 Ralph Boehmevfs_fruit: let fruit handle all aio on the FinderInfo...
2018-10-31 Ralph Boehmevfs_fruit: do ino calculation
2018-10-31 Ralph Boehmevfs_fruit: prepare fruit_pread_meta() for reading on...
2018-10-31 Ralph Boehmevfs_fruit: prepare fruit_pwrite_meta() for on-demand...
2018-10-31 Ralph Boehmevfs_fruit: prepare struct fio for fake-fd and on-demand...
2018-10-31 Ralph Boehmevfs_fruit: add fio->created
2018-10-31 Ralph Boehmevfs_fruit: remove resource fork special casing
2018-10-31 Ralph Boehmevfs_fruit: add some debugging of dev/ino
2018-10-31 Ralph Boehmevfs_fruit: filter empty streams
2018-10-31 Ralph Boehmevfs_fruit: use check on global_fruit_config.nego_aapl...
2018-10-31 Ralph Boehmevfs_fruit: don't unlink 0-byte size truncated streams
2018-10-31 Ralph Boehmevfs_fruit: update handling of read-only creation of...
2018-10-31 Ralph Boehmevfs_fruit: optionally delete AppleDouble files without...
2018-10-31 Ralph Boehmevfs_fruit: add option "delete_empty_adfiles"
2018-10-31 Ralph Boehmevfs_fruit: detect empty resource forks in ad_convert()
2018-10-31 Ralph Boehmevfs_fruit: add option "wipe_intentionally_left_blank_rfork"
2018-10-29 Ralph Boehmevfs_fruit: remove check for number of xattrs from ad_co...
2018-10-10 Ralph Boehmevfs_fruit: move check in ad_convert() to ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: make call to ad_convert_truncate() optional
2018-10-10 Ralph Boehmevfs_fruit: add out arg "converted_xattr" to ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: add check for OS X filler in FinderInfo...
2018-10-10 Ralph Boehmevfs_fruit: call ad_convert_move_reso() from ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: let the ad_convert_*() subfunction update...
2018-10-10 Ralph Boehmevfs_fruit: let the ad_convert_*() subfunctions mmap...
2018-10-10 Ralph Boehmevfs_fruit: fix error returns in ad_convert_xattr()
2018-10-10 Ralph Boehmevfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in...
2018-10-10 Ralph Boehmevfs_fruit: split out moving of the resource fork
2018-10-10 Ralph Boehmevfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in...
2018-10-10 Ralph Boehmevfs_fruit: split out truncating from ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: move FinderInfo lenght check to ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: move FinderInfo conversion to helper functio...
2018-10-10 Ralph Boehmevfs_fruit: move storing of modified struct adouble...
2018-10-10 Ralph Boehmevfs_fruit: remove unneeded fd argument from ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: do direct return from error checks in ad_con...
2018-10-10 Ralph Boehmevfs_fruit: move setting ADEID_FINDERI length to ad_conv...
2018-10-10 Ralph Boehmevfs_fruit: store filler bytes from AppleDouble file...
2018-10-10 Ralph Boehmevfs_fruit: fix two comments
2018-09-07 Volker Lendeckevfs_fruit: fix an uninitialized variable error
2018-08-23 Volker Lendeckevfs_fruit: Don't unlink the main file
2018-08-20 Volker Lendeckevfs_fruit: Fix a leak of "br_lck"
2018-06-13 Swen SchilligCID 1416475: possibly dereferencing NULL in fruit_pread...
2018-06-13 Swen SchilligCID 1416476: possibly dereferencing NULL in fruit_ftrun...
2018-06-13 Swen SchilligCID 1416477: possibly dereferencing NULL in fruit_pwrit...
2018-06-13 Swen SchilligCID 1416478: de-ref NULL value in fruit_pwrite_rsrc
2018-05-30 Ralph Boehmevfs_fruit: delete 0 byte size streams if AAPL is enabled
next