More const fixes. Remove CONST_DISCARD.
[kai/samba.git] / source3 / smbd / filename.c
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-04-04 Jeremy AllisonMove SET_STAT_INVALID call added by Volker as fix for...
2011-04-04 Jeremy AllisonNote that check_parent_exists() doesn't change the...
2011-04-03 Volker Lendeckes3: Fix bug 8042: File creation on OS/X
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-10 Jeremy AllisonPut OpenDir() back the way it was - don't overload...
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-12-19 Volker Lendeckes3: Fix some typos
2010-09-11 Jeremy AllisonAdd check missing from previous patch after talloc_strd...
2010-09-11 Jeremy AllisonFactor out the recent changes into a function - check_p...
2010-09-08 Jeremy AllisonOptimization suggested by Metze. Without this patch,
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-04-09 Jeremy AllisonFix bug #7339 - MSDFS is non-functional in 3.5.x
2010-02-11 Jeremy AllisonRemove lp_safe_widelinks() -> convert to just lp_wideli...
2010-02-11 Simo SorceIntroduce lp_safe_widelinks()
2009-11-25 Jeremy AllisonMake us pass RAW-CHKPATH with a case sensitive share.
2009-11-25 Jeremy AllisonRemove call into reduce_name if case sensitive. This...
2009-11-24 Jeremy AllisonAllow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMAN...
2009-11-23 Jeremy AllisonProper fix for #6898 - Samba duplicates file content...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-09-24 Tim Proutys3: Add more helpful debugging to some of the streams...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-27 Stefan Metzmachers3:smbd: teach filename_convert() about fake files...
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Change unix_convert to use an smb_filename struct...
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Separate out a new file: filename_utils.c
2009-07-21 Tim Proutys3: Move is_ntfs_stream*() to filename.c
2009-07-06 Tim Proutys3: Add ability to pass NULL to filename_convert for...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-19 Volker LendeckeFix Coverity IDs 922 and 933
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-12 Tim Proutys3: Add smb_filename utility functions and fix a bug...
2009-06-10 Tim Proutys3: Add utility function for copying an smb_filename...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-30 Jeremy AllisonSimplify the dropbox patch
2009-05-29 Volker LendeckeRe-Add the "dropbox" functionality with -wx rights...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-05-09 Volker LendeckeDo not call SMB_VFS_GET_REAL_FILENAME if the name is...
2009-05-05 tproutys3: Fix trans2 path to use case-insensitive stat optimi...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Volker LendeckeRevert "Do not use the file system GET_REAL_FILENAME...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Volker LendeckeDo not use the file system GET_REAL_FILENAME for mangle...
2009-02-10 Steven DannemanPass stat buffer down through all levels of VFS_READDIR...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Jeremy AllisonFix bug #Bug 6090 renaming or deleting a "not matching...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-10 Volker LendeckePass the get_real_filename operation through the VFS
2008-12-10 Volker LendeckeChange get_real_filename() to unix syscall conventions...
2008-12-10 Volker LendeckeApply some const
2008-12-10 Volker LendeckeRename "scan_directory" to "get_real_filename"
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Jeremy AllisonRe-structure Volker's patch to "Fix trans2findfirst...
2008-11-18 Volker LendeckeFix trans2findfirst for the large directory optimization
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Jeremy AllisonFix bug #5783 FindFirst fails where search pattern...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Michael AdamFix unix_convert() for "*" after changing map_nt_error_...
2008-04-07 Stefan Metzmacherlocking: combine get_delete_on_close_flag() and get_wri...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-20 Jeremy AllisonCouple of minor fixes for POSIX pathname processing...
2008-01-19 Volker LendeckeAdd streams support
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Volker LendeckeConvert OpenDir to talloc, use talloc_tos()
2007-12-23 Jeremy AllisonIf we detect a case insensitive filesystem make
2007-12-22 James PeachUse filesystem capabilities to support case-insensitive...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25167: Fix breakage from mangling rewrite. Use the
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Jeremy Allisonr24811: Simple reformatting to fit the 80 columns rule.
2007-10-10 Volker Lendecker24595: Fix Coverity ID 393
2007-10-10 Volker Lendecker24549: Fix unix_convert to return the already converte...
2007-10-10 Volker Lendecker24497: Revert r24485 -- this needs more thought
2007-10-10 Volker Lendecker24485: Even in the failure case unix_convert must...
2007-10-10 Stefan Metzmacherr24120: add a file_id_create() hook into the VFS layer
2007-10-10 Volker Lendecker23879: Fix two memleaks, found by the IBM checker
2007-10-10 Volker Lendecker23878: Fix an error return, found by the IBM checker
2007-10-10 Jeremy Allisonr23846: Belt-and-braces on the msdfs bug. Ensure ELOOP...
2007-10-10 Jeremy Allisonr23844: Add patch series from Volker (after review...
next