summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison2003-08-131-1/+1
* Add the same signing code to the server. Ensure we use identical sessionJeremy Allison2003-08-021-0/+6
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* this fixes a bug where Samba would under some circumstances returnAndrew Tridgell2003-07-181-1/+7
* Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. IncorrectJeremy Allison2003-07-011-1/+1
* 2 more places where win2003 forces UCS2Andrew Tridgell2003-06-061-2/+2
* - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell2003-06-061-3/+3
* - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-061-5/+5
* fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell2003-06-061-2/+1
* fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell2003-06-061-5/+5
* removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell2003-06-061-8/+0
* fixed the termination of several trans2 stringsAndrew Tridgell2003-06-041-3/+3
* shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell2003-06-041-1/+1
* added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell2003-06-011-3/+9
* fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell2003-06-011-35/+2
* Got us happy running under valgrind again :-).Jeremy Allison2003-05-311-0/+8
* fix quota build on non-64bit systemsGerald Carter2003-05-141-2/+2
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy2003-05-141-5/+5
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-27/+27
* Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy2003-05-121-1/+7
* Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-6/+7
* Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-1/+6
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-7/+190
* Fix VFS layer:Alexander Bokovoy2003-05-111-28/+28
* SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-041-0/+3
* Merge whitespace to match HEAD.Andrew Bartlett2003-03-181-17/+17
* Merge from HEAD:Andrew Bartlett2003-03-171-10/+17
* Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison2003-03-071-1/+1
* Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison2003-03-071-20/+73
* Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2003-02-111-45/+30
* merge alt_name patch from headAndrew Tridgell2003-01-141-1/+1
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-051-4/+1
* Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...Jeremy Allison2002-12-041-1/+1
* Missed the removal of the incorrect ifdef.Jeremy Allison2002-12-041-3/+1
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-041-10/+10
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+1
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-0/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-24/+45
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-36/+52
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1084/+1539
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-13/+13
* Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-021-0/+14
* Ensure that setting file length can return disk full on failure.Jeremy Allison2002-03-281-2/+7
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-1/+1
* HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison2002-03-201-1/+1
* Ensure we get a real fd when opening for set file allocation.Jeremy Allison2002-03-201-1/+1
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-7/+2
* Mask off the aDIR on setfileinfo.Jeremy Allison2002-03-051-0/+5