python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / lib / adouble.c
2023-10-25 Joseph Suttons3:lib: Fix code spelling
2023-10-24 Ralph Boehmevfs_fruit: add option fruit:validate_afpinfo = yes...
2023-08-08 Joseph Suttons3:lib: Add missing newlines to logging messages
2023-07-13 Andreas Schneiders3:lib: Fix code spelling
2023-05-25 Ralph Boehmelibadouble: allow FILE_SHARE_DELETE in ad_convert_xattr()
2023-05-05 Joseph Suttons3:lib: Fix typos
2023-04-27 Andreas Schneiders3:lib: Give better warnings about corrupted AppleDobul...
2023-04-27 Andreas Schneiders3:lib: Move ad_unpack() debug message to notice level
2022-08-06 Volker Lendeckesmbd: Pass vfs_open_how through fd_openat
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-03-11 Volker Lendeckesmbd: Remove a few vfs_stat() calls
2022-03-01 Volker Lendeckelib: Use cp_smb_filename_nostream() in adouble_path()
2022-02-11 Volker Lendeckesmbd: Introduce metadata_fsp()
2022-02-11 Volker Lendeckesmbd: Introduce fsp_is_alternate_stream()
2022-02-10 Volker Lendeckesmbd: NULL out "fsp" in close_file()
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: harden parsing code
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: harden ad_unpack_xattrs()
2021-11-03 Ralph Boehmevfs_fruit: remove a fsp check from ad_fset()
2021-07-04 Jeremy Allisons3: lib: adouble.c: In ad_read_meta() we can now guaran...
2021-07-04 Jeremy Allisons3: lib: In ad_read_meta(), allow use of SMB_VFS_FGETXA...
2021-06-25 Jeremy Allisons3: lib: adouble: Remove ad_set() - Dead code. Not...
2021-06-25 Jeremy Allisons3: lib: adouble: Protect ad_read_meta() from accidentl...
2021-06-22 Jeremy Allisons3: lib: In adouble_path(), if the parent directory...
2021-05-11 Noel Powers3/lib: adouble: vfs_streaminfo -> vfs_fstreaminfo
2021-04-07 Jeremy Allisonlib: adouble: Use FREMOVEXATTR in preference to REMOVEX...
2021-03-11 Noel Powers3/lib: SMB_VFS_NEXT_SETXATTR -> SMB_VFS_NEXT_FSETXATTR
2021-03-11 Noel Powers3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTR
2021-02-05 Ralph Boehmes3/libadouble: stat path before calling openat_pathref_...
2021-01-28 Ralph Boehmes3/libadouble: use real dirfsp in ad_convert_delete_adf...
2021-01-28 Ralph Boehmes3/libadouble: remove dirfsp arg from ad_convert_delete...
2021-01-28 Ralph Boehmes3/libadouble: remove dirfsp arg from ad_convert()
2021-01-21 Stefan Metzmachers3:adouble: add adouble_open_from_base_fsp()
2021-01-21 Stefan Metzmachers3:adouble: allow ad_fget/ad_get_internal to be used...
2021-01-21 Stefan Metzmachers3:adouble: rewrite ad_open_rsrc() as adouble_open_rsrc...
2021-01-14 Ralph Boehmelibadouble: assert valid stat in ad_unconvert_get_streams()
2021-01-14 Ralph Boehmelibadouble: call vfs_stat() in ad_convert_finderinfo()
2021-01-14 Ralph Boehmelibadouble: call vfs_stat() in ad_convert_xattr()
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in ad_open_rsrc()
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in ad_collect_o...
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in ad_unconvert...
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in ad_unconvert...
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in ad_convert_f...
2020-12-16 Ralph Boehmes3/libadouble: use openat_pathref_fsp() in ad_convert_x...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
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...