libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / lib / adouble.c
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-06-16 Andreas Schneiders3:lib: Make sure that have_rsrc is initialized
2020-06-16 Andreas Schneiders3:lib: Avoid a NULL pointer deref on log level 10
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2019-10-30 Ralph Boehmelib/adouble: pass filesize to ad_unpack()
2019-10-30 Ralph Boehmelib/adouble: drop ad_data reallocate logic
2019-10-30 Ralph Boehmelib/adouble: README.Coding fix: multi-line if expression
2019-10-30 Ralph Boehmelib/adouble: fix a long line
2019-09-26 Jeremy Allisons3: lib: adouble: Add dirfsp to ad_convert_delete_adfil...
2019-09-26 Jeremy Allisons3: lib: adouble: Add struct files_struct *dirfsp param...
2019-07-18 Volker Lendeckelib: Fix the 32-bit build
2019-07-12 Ralph Boehmeadouble: add ad_unconvert()
2019-07-12 Ralph Boehmes3:modules: pass a TALLOC_CTX to string_replace_init_map()
2019-07-12 Ralph Boehmeadouble: ensure stat info is marked invalid on new...
2019-07-12 Ralph Boehmeadouble: remove xattrs after successfull conversion
2019-07-12 Ralph Boehmeadouble: add some ASCII art
2019-07-12 Ralph Boehmeadouble: use runtime size when writing out AppleDouble...
2019-07-12 Ralph Boehmeadouble: pass VFS handle and fsp to ad_pack()
2019-07-12 Ralph Boehmeadouble: remove redundant calls to ad_pack()
2019-07-12 Ralph Boehmevfs_fruit: move AppleDouble functionality to a dedicate...