summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-2/+2
2000-04-23fixed two uninitialised memory referencesAndrew Tridgell1-2/+2
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-87/+78
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-4/+3
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-11/+11
2000-04-04Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison1-6/+0
2000-03-28Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison1-1/+2
2000-03-28Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison1-10/+8
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-4/+4
2000-03-13Cleaning up call_trans2getdfsreferral.Shirish Kalele1-1/+0
2000-03-13Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele1-1/+1
2000-03-13moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau1-1/+1
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele1-6/+3
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-0/+2
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-3/+56
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-1/+2
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-17/+21
2000-01-14useable_space does not include the alignment offset calculations.Jeremy Allison1-1/+8
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-2/+2
1999-12-21Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-6/+5
1999-12-20*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1-3/+14
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-602/+432