summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-58/+195
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-2/+14
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-93/+260
* 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
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-161-23/+30
* 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
* query_alt_name takes a forced unicode string in win2000. It is notAndrew 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
* Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison2002-09-091-1/+3
* Patch from Steve French to fix difference in responses toJeremy Allison2002-09-091-1/+5
* Merged initial allocation code for IFSTEST fix.Jeremy Allison2002-08-231-21/+26
* Fix longstanding bug in Win2k clients by clearing the shortnameJeremy Allison2002-08-211-0/+5
* Added comment about our implementation of the trans2Tim Potter2002-08-191-1/+6
* introduced a get_file_size() macro in trans2.c to make it easier toAndrew Tridgell2002-07-291-19/+21
* an initial fix for handling sparse files in smbdAndrew Tridgell2002-07-291-15/+25
* Don't crash on setfileinfo on printer fsp.Jeremy Allison2002-07-181-1/+2
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-171-2/+5
* fixed 3 bugs in jeremys trans2 merge. Hopefully it now works.Andrew Tridgell2002-06-261-8/+4
* Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison2002-06-241-1073/+1513
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-1/+1
* Merge in mangle fixes from 2.2.Jeremy Allison2002-06-131-2/+1
* Fix bug where setting end of file length to 8 was hitting erroneousJeremy Allison2002-05-131-0/+4
* Sync'ing SAMBA_2_2 with HEAD.Shirish Kalele2002-05-091-8/+15
* two time handling bugfixesAndrew Tridgell2002-04-131-1/+9
* fixed the display of the 'size on disk' property of files from w2k.Andrew Tridgell2002-04-121-4/+5
* 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
* Canonicalise pathnames returned to Windows directory separators.Jeremy Allison2002-03-041-0/+1