summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More constant conversions.Tim Potter2001-08-101-2/+2
* Fixed wrong placement of allocate code :-(.Jeremy Allison2001-08-091-5/+5
* Added fixes to return correct error codes on space allocation fail.Jeremy Allison2001-08-071-1/+1
* Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison2001-08-011-10/+44
* Fix for potential crash bug with bad fid.Jeremy Allison2001-07-281-1/+13
* fixed some unicode and LANMAN2 bugs in trans2 find first/nextAndrew Tridgell2001-07-071-39/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-30/+22
* Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-041-7/+24
* Set support for info levels...Jeremy Allison2001-06-191-20/+14
* Best-effort so far implementation of new W2K info levels.Jeremy Allison2001-06-181-0/+148
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-3/+6
* Correctly make max pathlength 255.Jeremy Allison2001-06-081-1/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-134/+84
* Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.Jeremy Allison2001-03-281-1/+1
* Made the fixes Andrew suggested to asci string code to use srvstr_push.Jeremy Allison2001-03-231-2/+2
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-5/+62
* don't need to force unicode strings in flg2 anymoreAndrew Tridgell2001-03-161-4/+3
* finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell2001-03-161-18/+6
* converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell2001-03-141-179/+145
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-131-9/+9
* converted findnext to unicodeAndrew Tridgell2001-03-131-1/+1
* this patch does a number of things:Andrew Tridgell2001-03-131-59/+94
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* Fixed file descriptor leak in error processing of print jobs.Jeremy Allison2001-02-221-3/+17
* reverted *.* patch until someone explains to me what the test case isAndrew Tridgell2001-02-081-5/+0