smbd: Use talloc_pooled_object in cp_smb_filename
[amitay/samba.git] / source3 / lib / filename_util.c
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...