summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace syncup.Tim Potter2003-04-141-2/+2
* Merge from HEAD:Andrew Bartlett2003-03-171-6/+6
* don't forget the NULLGerald Carter2003-02-271-3/+3
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-1/+1
* removing unused variable and unused fileGerald Carter2003-01-141-1/+0
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-031-432/+425
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-8/+13
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-36/+85
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+69
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-68/+88
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-3/+3
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-2/+2
* return . and .. first in readdir - this fixes masktest on IRIX whichHerb Lewis2002-03-211-1/+13
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-22/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison2001-12-171-1/+37
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+10
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+2
* use asprintf for hideunreadable optionAndrew Tridgell2001-04-281-14/+8
* Rememver to use VFS at all times... even in new user_can_read_file code :-).Jeremy Allison2001-04-181-3/+3
* hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+49
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* removed wrong patch to get_dir_entry(). This was left over from theGerald Carter2001-02-231-5/+0
* merge from SAMBA_2_2Gerald Carter2001-02-081-0/+5
* Turned down noisy debug statement.Tim Potter2001-01-301-1/+1
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-4/+4
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2000-04-301-10/+11
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-1/+1
* More Japanese filename fixes wrt VFS code fromTim Potter2000-03-291-6/+7
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-4/+8
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-8/+5
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-12/+0
* client/client.c: I18N fixes.Jeremy Allison2000-01-051-58/+38
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-236/+407
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-081-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+3
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-2/+2
* really fixed the warning this time :)Andrew Tridgell1998-10-081-1/+1
* fixed a warningAndrew Tridgell1998-10-081-1/+1
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-051-3/+4
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-3/+0
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-4/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-65/+63