Age | Commit message (Expand) | Author | Files | Lines |
2003-03-17 | Add const. | Andrew Bartlett | 1 | -1/+1 |
2003-03-16 | Add const. | Andrew Bartlett | 1 | -7/+7 |
2003-02-27 | don't forget the NULL | Gerald Carter | 1 | -3/+3 |
2003-02-27 | and the winner of "i should have just written it in assembly | Gerald Carter | 1 | -3/+3 |
2003-02-27 | don't pass NULL pointers to strcmp() | Gerald Carter | 1 | -2/+2 |
2003-02-10 | Some cleanups: | Andrew Bartlett | 1 | -1/+1 |
2003-01-07 | Remove unused variable. | Tim Potter | 1 | -1/+0 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 1 | -432/+425 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -8/+13 |
2002-09-10 | Added final Steve French patch for "required" attributes with old | Jeremy Allison | 1 | -3/+18 |
2002-08-28 | fix file_is_special test, was wrong. | Simo Sorce | 1 | -2/+10 |
2002-08-26 | Reverted and tidied up the "special" files patch. Adds "hide special files" | Jeremy Allison | 1 | -56/+84 |
2002-08-24 | do not expose special files, only files, directories and links (and we | Simo Sorce | 1 | -51/+49 |
2002-07-29 | as suggested by Alexander Oswald <oswald@is.haw-hamburg.de> | Simo Sorce | 1 | -4/+4 |
2002-07-27 | nice day today | Simo Sorce | 1 | -0/+69 |
2002-06-13 | Merge in mangle fixes from 2.2. | Jeremy Allison | 1 | -2/+7 |
2002-05-20 | Stop smbd looping when hide unreadable is true and .. is unreadable. | Jeremy Allison | 1 | -65/+72 |
2002-04-13 | Tidy up winbindd debug. Added Bill Moran's hide unreadable fix. | Jeremy Allison | 1 | -1/+9 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -3/+3 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -2/+2 |
2002-03-21 | return . and .. first in readdir - this fixes masktest on IRIX which | Herb Lewis | 1 | -1/+13 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -22/+5 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-17 | Made "hide unreadable" work much more reliably (just for Volker :-). | Jeremy Allison | 1 | -1/+37 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -12/+10 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -5/+2 |
2001-04-28 | use asprintf for hideunreadable option | Andrew Tridgell | 1 | -14/+8 |
2001-04-18 | Rememver to use VFS at all times... even in new user_can_read_file code :-). | Jeremy Allison | 1 | -3/+3 |
2001-04-16 | hide unreadable patch from idra | Andrew Tridgell | 1 | -0/+49 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-02-23 | removed wrong patch to get_dir_entry(). This was left over from the | Gerald Carter | 1 | -5/+0 |
2001-02-08 | merge from SAMBA_2_2 | Gerald Carter | 1 | -0/+5 |
2001-01-30 | Turned down noisy debug statement. | Tim Potter | 1 | -1/+1 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -4/+4 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-04-30 | fixed our smbsearch code. We now store the mask with the dptr, this | Andrew Tridgell | 1 | -10/+11 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -1/+1 |
2000-03-29 | More Japanese filename fixes wrt VFS code from | Tim Potter | 1 | -6/+7 |
2000-02-03 | Put back lots of missing calls to dos_to_unix(). Thanks to | Tim Potter | 1 | -4/+8 |
2000-02-03 | Mega-VFS merge. Yeah baby! | Tim Potter | 1 | -8/+5 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -12/+0 |
2000-01-05 | client/client.c: I18N fixes. | Jeremy Allison | 1 | -58/+38 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -236/+407 |
1999-04-08 | Forgot about closedir() function for VFS. Hoo embarassing. | Tim Potter | 1 | -2/+2 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -3/+3 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -2/+2 |
1998-10-08 | really fixed the warning this time :) | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | fixed a warning | Andrew Tridgell | 1 | -1/+1 |