summaryrefslogtreecommitdiffstats
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* 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