s3/lib: fsp_str_dbg() doesn't show a possible stream name
[amitay/samba.git] / source3 / lib / filename_util.c
2020-07-18 Ralph Boehmes3/lib: fsp_str_dbg() doesn't show a possible stream...
2020-05-21 Ralph Boehmesmbd: prepare fsp_str_dbg() for atnames
2020-05-05 Ralph Boehmesmbd: print twrp in smb_fname_str_dbg()
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmes3/lib: realign synthetic_smb_fname() args in synthetic...
2020-04-29 Ralph Boehmesmbd: copy twrp in cp_smb_filename()
2020-04-29 Ralph Boehmes3/lib: add parent_smb_fname()
2020-03-30 Jeremy Allisons3: smbd: Remove all references to original_lcomp from...
2019-10-02 Ralph Boehmes3:lib: add is_named_stream()
2019-10-02 Ralph Boehmes3:lib: use strequal_m() in is_ntfs_default_stream_smb_...
2019-10-02 Ralph Boehmes3:lib: implement logic directly in is_ntfs_default_str...
2019-10-02 Ralph Boehmes3:lib: expand a comment with the function doc for...
2019-10-02 Ralph Boehmes3:lib: factor out stream name asserts to helper function
2019-10-02 Ralph Boehmes3:lib: assert stream_name is NULL for POSIX paths
2019-10-02 Ralph Boehmes3:lib: rework a return expression into an if block
2017-05-31 Jeremy Allisons3: lib: Add new utility function cp_smb_filename_nostr...
2016-03-24 Jeremy Allisons3: smbd: Remove many common uses of lp_posix_pathnames().
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-24 Jeremy Allisons3: smbd: Add uint32_t flags field to struct smb_filename.
2016-03-24 Jeremy Allisons3:smbd: Move lp_posix_pathnames() out of ea_list_has_i...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-10 Jeremy Allisons3:lib: Rewrite synthetic_smb_fname_split() to use...
2016-03-10 Jeremy Allisons3:lib. Add split_stream_filename() Not yet used.
2015-05-26 Volker Lendeckesmbd: Fix a typo
2015-01-11 Volker Lendeckesmbd: Make talloc_report of smb_filename more readable
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-08 Volker Lendeckesmbd: Use talloc_pooled_object in cp_smb_filename
2013-07-19 Jeremy AllisonAdd ea_list_has_invalid_name() function.
2013-04-18 Volker Lendeckesmbd: Remove NTSTATUS based create_synthetic_smb_fname
2013-04-17 Volker Lendeckelib: Make create_synthetic_smb_fname_split use syntheti...
2013-04-17 Volker Lendeckelib: Add synthetic_smb_fname_split
2013-04-17 Volker Lendeckelib: Remove unused copy_smb_filename
2013-04-17 Volker Lendeckelib: Make create_synthetic_smb_fname use synthetic_smb_...
2013-04-17 Volker Lendeckelib: Add synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Make copy_smb_filename static
2013-04-17 Volker Lendeckelib: Convert copy_smb_filename to use cp_smb_filename
2013-04-17 Volker Lendeckelib: Add cp_smb_filename
2012-06-15 Michael Adams3:vfs: change files_struct.fnum from int to uint64_t
2012-06-15 Michael Adams3:lib: add a utility function "fsp_fnum_dbg" for loggi...
2012-06-15 Michael Adams3:lib: elaborate the comment for fsp_str_debug a bit.
2012-06-15 Michael Adams3:lib: remove part of a comment for fsp_str_dbg that...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-05 Günther Deschners3-lib: run minimal_includes.pl.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3: move filename_util.c out of source3/smbd to source3...