summaryrefslogtreecommitdiff
path: root/source/smbd/message.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-12/+8
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-4/+8
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-4/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+2
* r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison2007-10-101-153/+152
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+9
* r4704: Fix encoding while receiving of a message which was actually sent usin...Alexander Bokovoy2007-10-101-4/+4
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-111-1/+1
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-201-1/+1
* Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij2003-03-201-9/+18
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+5
* 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