summaryrefslogtreecommitdiffstats
path: root/source/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug #5783 FindFirst fails where search pattern == mangled filename."Karolin Seeger2008-11-171-1/+2
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-10-061-2/+1
* Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam2008-08-131-1/+1
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-121-5/+13
* Couple of minor fixes for POSIX pathname processing in theJeremy Allison2008-01-191-8/+10
* Add streams supportVolker Lendecke2008-01-191-0/+121
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-121-3/+3
* If we detect a case insensitive filesystem makeJeremy Allison2007-12-221-4/+11
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-221-0/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
* r25167: Fix breakage from mangling rewrite. Use theJeremy Allison2007-10-101-1/+2
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-2/+2
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-2/+1
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-77/+112
* r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison2007-10-101-63/+96
* r24595: Fix Coverity ID 393Volker Lendecke2007-10-101-2/+1
* r24549: Fix unix_convert to return the already converted partVolker Lendecke2007-10-101-4/+10
* r24497: Revert r24485 -- this needs more thoughtVolker Lendecke2007-10-101-1/+1
* r24485: Even in the failure case unix_convert must pass the already convertedVolker Lendecke2007-10-101-1/+1
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-1/+2
* r23879: Fix two memleaks, found by the IBM checkerVolker Lendecke2007-10-101-2/+4
* r23878: Fix an error return, found by the IBM checkerVolker Lendecke2007-10-101-0/+1
* r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP mapsJeremy Allison2007-10-101-6/+15
* r23844: Add patch series from Volker (after review and consultation).Jeremy Allison2007-10-101-99/+207
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23761: Rename reduce_name to check_reduced_nameVolker Lendecke2007-10-101-2/+2
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-1/+1
* r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-10-101-0/+6
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-10-101-12/+9
* r20722: RAW-CHKPATH should now pass, build farm shouldJeremy Allison2007-10-101-4/+13
* r20721: Fix the search unix_convert error returns. Only openJeremy Allison2007-10-101-25/+35
* r20720: Fix the chkpath problem, still looking at findfirst.Jeremy Allison2007-10-101-1/+6
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-41/+119
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-10/+12
* r11945: Make us follow the newly documented pathname processing rules:Jeremy Allison2007-10-101-0/+13
* r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure thatJeremy Allison2007-10-101-10/+8
* r11346: Fix for bug found by Dina Fine. If in case sensitive mode thenJeremy Allison2007-10-101-1/+10
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-101-1/+1
* r7210: Fix my own mistakes up, sorry.Jeremy Allison2007-10-101-1/+1
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2007-10-101-3/+3
* r6631: More typo's. Sorry.Jeremy Allison2007-10-101-2/+2
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2007-10-101-5/+5
* r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison2007-10-101-1/+1
* r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison2007-10-101-4/+0
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2007-10-101-1/+1
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2007-10-101-1/+1
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2007-10-101-1/+3
* r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison2007-10-101-17/+1
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2007-10-101-15/+3