summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge from SAMBA_2_2Gerald Carter2001-02-081-2/+8
* Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison2001-01-231-21/+51
* Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison2000-12-111-1/+2
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-8/+23
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-31/+27
* changes to sync with 2.2. treeHerb Lewis2000-10-111-5/+42
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-14/+14
* Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-2/+1
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-261-2/+3
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-231-0/+4
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-231-0/+3
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-161-2/+13
* lib/util_unistr.c:Jeremy Allison2000-05-101-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* go back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFOAndrew Tridgell2000-04-301-10/+4