Age | Commit message (Expand) | Author | Files | Lines |
2003-08-02 | Add the same signing code to the server. Ensure we use identical session | Jeremy Allison | 1 | -0/+6 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -1/+1 |
2003-07-18 | this fixes a bug where Samba would under some circumstances return | Andrew Tridgell | 1 | -1/+7 |
2003-07-01 | Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. Incorrect | Jeremy Allison | 1 | -1/+1 |
2003-06-06 | 2 more places where win2003 forces UCS2 | Andrew Tridgell | 1 | -2/+2 |
2003-06-06 | - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name | Andrew Tridgell | 1 | -3/+3 |
2003-06-06 | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode | Andrew Tridgell | 1 | -5/+5 |
2003-06-06 | fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level | Andrew Tridgell | 1 | -2/+1 |
2003-06-06 | fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level | Andrew Tridgell | 1 | -5/+5 |
2003-06-06 | removed the 'valgrind fix' that (although it may well remove a | Andrew Tridgell | 1 | -8/+0 |
2003-06-04 | fixed the termination of several trans2 strings | Andrew Tridgell | 1 | -3/+3 |
2003-06-04 | shouldn't null terminate trans2 qfileinfo all_info/name | Andrew Tridgell | 1 | -1/+1 |
2003-06-01 | added the COMPRESSION_INFO trans2 QFILEINFO level and fixed the | Andrew Tridgell | 1 | -3/+9 |
2003-06-01 | fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The | Andrew Tridgell | 1 | -35/+2 |
2003-05-31 | Got us happy running under valgrind again :-). | Jeremy Allison | 1 | -0/+8 |
2003-05-14 | fix quota build on non-64bit systems | Gerald Carter | 1 | -2/+2 |
2003-05-14 | Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No... | Alexander Bokovoy | 1 | -5/+5 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -27/+27 |
2003-05-12 | Wrap into WITH_QUOTAS yet another place in trans2 | Alexander Bokovoy | 1 | -1/+7 |
2003-05-12 | Small fix for HAVE_SYS_QUOTAS usage, spotted by build farm | Alexander Bokovoy | 1 | -6/+7 |
2003-05-12 | Small fix for HAVE_SYS_QUOTAS usage, spotted by build farm | Alexander Bokovoy | 1 | -1/+6 |
2003-05-12 | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 1 | -7/+190 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -28/+28 |
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-18 | Merge whitespace to match HEAD. | Andrew Bartlett | 1 | -17/+17 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -10/+17 |
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 | merge alt_name patch from head | 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-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -24/+45 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -36/+52 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1084/+1539 |
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 |