summaryrefslogtreecommitdiff
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* merging for 2.2.6pre1Gerald Carter2002-07-271-1/+2
* more syncs with SAMBA_2_2Gerald Carter2002-06-181-12/+41
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-34/+50
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-75/+90
* Check for NULL params (from HEAD).Jeremy Allison2002-02-051-0/+3
* 2.2.3 now in sync.Jeremy Allison2002-02-021-5/+9
* Sync for release.Jeremy Allison2002-02-021-0/+13
* Move over to RELEASE branch.Jeremy Allison2002-02-011-1814/+2436
* nsswitch/winbindd_group.c: Memory leak fixes.Jeremy Allison2001-10-121-1/+1
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-324/+349
* Syncup getting ready for release.Jeremy Allison2001-07-061-19/+182
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-1/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-134/+84
* Insure fix. Only read 4 bytes from data area if there are 4 bytes to read.Jeremy Allison2001-03-281-1/+1
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-231-5/+59
* Fixed file descriptor leak in error conditions on print close.Jeremy Allison2001-02-221-3/+17
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-4/+0
* include/debug.h:Jeremy Allison2001-02-091-5/+0
* Wildcard fixes for NT4 clients and DOS clients.Gerald 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
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-31/+27
* add remaining profile statsHerb Lewis2000-10-101-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