summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-16don't need to force unicode strings in flg2 anymoreAndrew Tridgell1-4/+3
2001-03-16finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell1-18/+6
2001-03-14converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell1-179/+145
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell1-9/+9
2001-03-13converted findnext to unicodeAndrew Tridgell1-1/+1
2001-03-13this patch does a number of things:Andrew Tridgell1-59/+94
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-22Fixed file descriptor leak in error processing of print jobs.Jeremy Allison1-3/+17
2001-02-08reverted *.* patch until someone explains to me what the test case isAndrew Tridgell1-5/+0
2001-02-08merge from SAMBA_2_2Gerald Carter1-2/+8
2001-01-23Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison1-21/+51
2000-12-11Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison1-1/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-8/+23
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-31/+27
2000-10-11changes to sync with 2.2. treeHerb Lewis1-5/+42
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-14/+14
2000-10-03Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison1-8/+9
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-2/+1
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-2/+3
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison1-0/+4
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison1-0/+3
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele1-2/+13
2000-05-10lib/util_unistr.c:Jeremy Allison1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-04-30go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell1-10/+4
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-38/+29