summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-30bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter1-0/+5
2003-10-28Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison1-1/+1
2003-10-28Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison1-1/+1
2003-10-16Tidyup wrap checking.Jeremy Allison1-4/+12
2003-10-07Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison1-6/+23
2003-10-02Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison1-3/+0
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison1-1/+1
2003-08-18Added level 262. Found by Samba4 torture tester.Jeremy Allison1-0/+44
2003-08-18Add level 261 to search. Found using Samba4 tester.Jeremy Allison1-0/+22
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison1-41/+86
2003-08-15Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison1-3/+0
2003-08-15Ignore silently set disposition information when set on a path.Jeremy Allison1-1/+2
2003-08-14nlink field should decrement when delete pending is set.Jeremy Allison1-2/+8
2003-08-14Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison1-6/+1
2003-08-14Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison1-4/+12
2003-08-14Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison1-3/+22
2003-08-13Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison1-1/+1
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison1-0/+6
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-18this fixes a bug where Samba would under some circumstances returnAndrew Tridgell1-1/+7
2003-07-01Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. IncorrectJeremy Allison1-1/+1
2003-06-062 more places where win2003 forces UCS2Andrew Tridgell1-2/+2
2003-06-06- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell1-3/+3
2003-06-06- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell1-5/+5
2003-06-06fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell1-2/+1
2003-06-06fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell1-5/+5
2003-06-06removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell1-8/+0
2003-06-04fixed the termination of several trans2 stringsAndrew Tridgell1-3/+3
2003-06-04shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell1-1/+1
2003-06-01added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell1-3/+9
2003-06-01fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell1-35/+2
2003-05-31Got us happy running under valgrind again :-).Jeremy Allison1-0/+8
2003-05-14fix quota build on non-64bit systemsGerald Carter1-2/+2
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-5/+5
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-27/+27
2003-05-12Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy1-1/+7
2003-05-12Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy1-6/+7
2003-05-12Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy1-1/+6
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-7/+190
2003-05-11Fix VFS layer:Alexander Bokovoy1-28/+28
2003-05-07SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison1-9/+1
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
2003-04-04Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison1-0/+3
2003-03-18Merge whitespace to match HEAD.Andrew Bartlett1-17/+17
2003-03-17Merge from HEAD:Andrew Bartlett1-10/+17
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison1-1/+1
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison1-20/+73
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison1-45/+30
2003-01-14merge alt_name patch from headAndrew Tridgell1-1/+1
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-4/+1