summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Canonicalise pathnames returned to Windows directory separators.Jeremy Allison2002-03-041-0/+1
* This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell2002-02-251-4/+6
* this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell2002-02-211-19/+12
* check for empty parameters in qpathinfoAndrew Tridgell2002-02-051-0/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-5/+5
* First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2002-01-101-1/+169
* fixed long filenames on win98Andrew Tridgell2001-12-201-1/+3
* Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2001-11-281-0/+9
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-231-72/+89
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-0/+1
* Fixed allocation bug in database prog. Some format fixes.Jeremy Allison2001-11-121-954/+953
* Use defined constants not integers.Jeremy Allison2001-11-101-3/+3
* Only 1mb allocate slop.Jeremy Allison2001-11-081-56/+55
* Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison2001-11-081-40/+29
* Added more define bits. Fixed error in vol attributes.Jeremy Allison2001-11-081-1/+0
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-3/+3
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-121-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-16/+8
* Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison2001-09-051-7/+0
* when you update the share mode in the db you must also updateAndrew Tridgell2001-09-051-0/+7
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-54/+50
* fixed level2 find first for unisys clientsAndrew Tridgell2001-08-241-0/+1
* Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison2001-08-231-15/+6