summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-38/+29
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-2/+2
* fixed two uninitialised memory referencesAndrew Tridgell2000-04-231-2/+2
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-87/+78
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-4/+3
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-11/+11
* Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison2000-04-041-6/+0
* Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison2000-03-281-1/+2
* Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison2000-03-281-10/+8
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-4/+4
* Cleaning up call_trans2getdfsreferral.Shirish Kalele2000-03-131-1/+0
* Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2000-03-131-1/+1
* moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau2000-03-131-1/+1
* Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-101-6/+3
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-0/+2
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-3/+56
* Fix for reporting file system attributes correctly.Jeremy Allison2000-02-181-1/+2
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-17/+21
* useable_space does not include the alignment offset calculations.Jeremy Allison2000-01-141-1/+8
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-2/+2