summaryrefslogtreecommitdiffstats
path: root/source3/smbd/message.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* again an intrusive patch:Jean-François Micouleau2001-12-061-1/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-4/+4
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+4
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-231-2/+2
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-211-3/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-1/+1
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-6/+5
* converted the smb messaging code to unicodeAndrew Tridgell2001-03-141-17/+15
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* changes to sync with 2.2. treeHerb Lewis2000-10-111-4/+20
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Fixed code page conversions of messages outgoing/incoming.Jeremy Allison2000-01-271-0/+10
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-8/+12
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-6/+10
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-4/+4
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-1/+1
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-061-1/+1
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-4/+4
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-7/+7
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* - added support for TMPDIR env variableAndrew Tridgell1996-10-241-1/+1
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-15/+13
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* Initial version imported to CVS Samba Release Account1996-05-041-0/+204