Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the event...
[samba.git] / source3 / lib / filename_util.c
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...