summaryrefslogtreecommitdiffstats
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-3/+3
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-257/+2
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-0/+6
* Fix some more compile warnings.Tim Potter2000-02-071-1/+2
* Fix some compile warnings.Tim Potter2000-02-041-1/+1
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-2/+2
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-6/+8
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-261-81/+92
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-49/+19
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-151-3/+33
* Use VFS I/O for stat_cache_lookup()Tim Potter1999-04-051-3/+5
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+4
* formatting changeAndrew Tridgell1998-11-211-1/+1
* Added code to convert empty file names to "." so we avoidRichard Sharpe1998-10-091-0/+12
* Add a DEBUG to unix_convertRichard Sharpe1998-10-091-0/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-13/+11
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-261-3/+0
* I've disabled the conversion of null filenames to "." until we solveAndrew Tridgell1998-09-251-0/+3
* Small bit of paranioa. Ensure that if the incoming name toJeremy Allison1998-09-191-2/+14
* Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1998-09-101-17/+15
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-0/+14
* add a "stat cache" boolean smb.conf option. (defaults to on)Andrew Tridgell1998-09-061-2/+10
* fixed a stat cache bug (the one found by Matthew Geier).Andrew Tridgell1998-09-051-1/+5
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-2/+3
* tridge the destroyer returns!Andrew Tridgell1998-09-051-5/+5
* fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-9/+9
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-6/+14
* Fixed stat cache statistics calculation. Oops.Jeremy Allison1998-08-271-1/+1
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-17/+273
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-191-102/+152
* more splitting of server.cAndrew Tridgell1998-08-171-0/+380