Age | Commit message (Expand) | Author | Files | Lines |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -58/+195 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -2/+14 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -93/+260 |
2003-05-07 | SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATION | Jeremy Allison | 1 | -9/+1 |
2003-04-24 | Fix length in findfirst2 responses, fix os/2 clients | Jim McDonough | 1 | -4/+10 |
2003-04-04 | Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due to | Jeremy Allison | 1 | -0/+3 |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 1 | -23/+30 |
2003-03-07 | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 1 | -20/+73 |
2003-02-11 | Fix delete on close semantics to match W2K. I (think:-) I understand it now :-). | Jeremy Allison | 1 | -45/+30 |
2003-01-14 | query_alt_name takes a forced unicode string in win2000. It is not | Andrew Tridgell | 1 | -1/+1 |
2002-12-05 | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 1 | -4/+1 |
2002-12-04 | Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac... | Jeremy Allison | 1 | -1/+1 |
2002-12-04 | Missed the removal of the incorrect ifdef. | Jeremy Allison | 1 | -3/+1 |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 1 | -10/+10 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+1 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 1 | -0/+2 |
2002-09-09 | Merged Steve French's fix for OS/2 EA return error being removed. | Jeremy Allison | 1 | -1/+3 |
2002-09-09 | Patch from Steve French to fix difference in responses to | Jeremy Allison | 1 | -1/+5 |
2002-08-23 | Merged initial allocation code for IFSTEST fix. | Jeremy Allison | 1 | -21/+26 |
2002-08-21 | Fix longstanding bug in Win2k clients by clearing the shortname | Jeremy Allison | 1 | -0/+5 |
2002-08-19 | Added comment about our implementation of the trans2 | Tim Potter | 1 | -1/+6 |
2002-07-29 | introduced a get_file_size() macro in trans2.c to make it easier to | Andrew Tridgell | 1 | -19/+21 |
2002-07-29 | an initial fix for handling sparse files in smbd | Andrew Tridgell | 1 | -15/+25 |
2002-07-18 | Don't crash on setfileinfo on printer fsp. | Jeremy Allison | 1 | -1/+2 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 1 | -2/+5 |
2002-06-26 | fixed 3 bugs in jeremys trans2 merge. Hopefully it now works. | Andrew Tridgell | 1 | -8/+4 |
2002-06-24 | Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthrough | Jeremy Allison | 1 | -1073/+1513 |
2002-06-21 | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 1 | -1/+1 |
2002-06-13 | Merge in mangle fixes from 2.2. | Jeremy Allison | 1 | -2/+1 |
2002-05-13 | Fix bug where setting end of file length to 8 was hitting erroneous | Jeremy Allison | 1 | -0/+4 |
2002-05-09 | Sync'ing SAMBA_2_2 with HEAD. | Shirish Kalele | 1 | -8/+15 |
2002-04-13 | two time handling bugfixes | Andrew Tridgell | 1 | -1/+9 |
2002-04-12 | fixed the display of the 'size on disk' property of files from w2k. | Andrew Tridgell | 1 | -4/+5 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -13/+13 |
2002-04-02 | Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works. | Jeremy Allison | 1 | -0/+14 |
2002-03-28 | Ensure that setting file length can return disk full on failure. | Jeremy Allison | 1 | -2/+7 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | Ensure we get a real fd when opening for set file allocation. | Jeremy Allison | 1 | -1/+1 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -7/+2 |
2002-03-05 | Mask off the aDIR on setfileinfo. | Jeremy Allison | 1 | -0/+5 |
2002-03-04 | Canonicalise pathnames returned to Windows directory separators. | Jeremy Allison | 1 | -0/+1 |
2002-02-25 | This fixes 4 info levels in a trans2 find_first that should not be null | Andrew Tridgell | 1 | -4/+6 |
2002-02-21 | this fixes the security tab on mapped drives for unicode clients. | Andrew Tridgell | 1 | -19/+12 |
2002-02-05 | check for empty parameters in qpathinfo | Andrew Tridgell | 1 | -0/+4 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -5/+5 |
2002-01-10 | First part of UNIX extensions (#ifdefed out) more to follow. | Jeremy Allison | 1 | -1/+169 |
2001-12-20 | fixed long filenames on win98 | Andrew Tridgell | 1 | -1/+3 |