summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison2004-03-121-2/+2
* Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2004-03-091-6/+1
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-051-3/+3
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-14/+81
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-16/+53
* More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2004-02-281-2/+4
* Fixup bad-path error found by gentest.Jeremy Allison2004-02-241-4/+6
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-201-1/+3
* Ensure the server can cope with multiple secondary transJeremy Allison2003-12-011-0/+8
* bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter2003-10-301-0/+5
* Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison2003-10-281-1/+1
* Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-281-1/+1
* Tidyup wrap checking.Jeremy Allison2003-10-161-4/+12
* Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison2003-10-071-6/+23
* Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2003-10-021-3/+0
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-051-1/+1
* Added level 262. Found by Samba4 torture tester.Jeremy Allison2003-08-181-0/+44
* Add level 261 to search. Found using Samba4 tester.Jeremy Allison2003-08-181-0/+22
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-161-41/+86
* Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison2003-08-151-3/+0
* Ignore silently set disposition information when set on a path.Jeremy Allison2003-08-151-1/+2
* nlink field should decrement when delete pending is set.Jeremy Allison2003-08-141-2/+8
* Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison2003-08-141-6/+1
* Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2003-08-141-4/+12
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-141-3/+22
* 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