summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-13/+13
2002-04-02Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison1-0/+14
2002-03-28Ensure that setting file length can return disk full on failure.Jeremy Allison1-2/+7
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-1/+1
2002-03-20HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison1-1/+1
2002-03-20Ensure we get a real fd when opening for set file allocation.Jeremy Allison1-1/+1
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-7/+2
2002-03-05Mask off the aDIR on setfileinfo.Jeremy Allison1-0/+5
2002-03-04Canonicalise pathnames returned to Windows directory separators.Jeremy Allison1-0/+1
2002-02-25This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell1-4/+6
2002-02-21this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell1-19/+12
2002-02-05check for empty parameters in qpathinfoAndrew Tridgell1-0/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-5/+5
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison1-1/+169
2001-12-20fixed long filenames on win98Andrew Tridgell1-1/+3
2001-11-28Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison1-0/+9
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-72/+89
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-0/+1
2001-11-12Fixed allocation bug in database prog. Some format fixes.Jeremy Allison1-954/+953
2001-11-10Use defined constants not integers.Jeremy Allison1-3/+3
2001-11-08Only 1mb allocate slop.Jeremy Allison1-56/+55
2001-11-08Merge overdue changes from 2.2. Fix <4gb write problem.Jeremy Allison1-40/+29
2001-11-08Added more define bits. Fixed error in vol attributes.Jeremy Allison1-1/+0
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-3/+3
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-16/+8
2001-09-05Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison1-7/+0
2001-09-05when you update the share mode in the db you must also updateAndrew Tridgell1-0/+7
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-54/+50
2001-08-24fixed level2 find first for unisys clientsAndrew Tridgell1-0/+1
2001-08-23Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison1-15/+6
2001-08-10More constant conversions.Tim Potter1-2/+2
2001-08-09Fixed wrong placement of allocate code :-(.Jeremy Allison1-5/+5
2001-08-07Added fixes to return correct error codes on space allocation fail.Jeremy Allison1-1/+1
2001-08-01Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison1-10/+44
2001-07-28Fix for potential crash bug with bad fid.Jeremy Allison1-1/+13
2001-07-07fixed some unicode and LANMAN2 bugs in trans2 find first/nextAndrew Tridgell1-39/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-30/+22
2001-07-04Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison1-7/+24
2001-06-19Set support for info levels...Jeremy Allison1-20/+14
2001-06-18Best-effort so far implementation of new W2K info levels.Jeremy Allison1-0/+148
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-3/+6
2001-06-08Correctly make max pathlength 255.Jeremy Allison1-1/+1
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-134/+84
2001-03-28Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.Jeremy Allison1-1/+1
2001-03-23Made the fixes Andrew suggested to asci string code to use srvstr_push.Jeremy Allison1-2/+2
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison1-5/+62