summaryrefslogtreecommitdiff
path: root/source3/smbd/message.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid NULL pointer dereference in SMBsendend handlerMichael Hanselmann2019-03-121-0/+6
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* s3:smbd: use req->xconn in message.cStefan Metzmacher2014-08-061-4/+3
* s3:smbd: move xconn->msg_state to xconn->smb1.msg_stateStefan Metzmacher2014-08-061-17/+21
* s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'Stefan Metzmacher2014-04-021-5/+5
* param: rename lp function and variable from "msg_command" to "message_command"Garming Sam2014-02-071-6/+6
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+4
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-6/+6
* s3:smbd: move global smbd_msg_state to smbXsrv_connectionStefan Metzmacher2012-05-251-15/+19
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* s3: Protect against an invalid bcc in SMBsendtxtVolker Lendecke2010-01-171-1/+1
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-211-4/+4
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke2008-11-021-2/+2
* Simplify params of srvstr_pull_buf_talloc()Volker Lendecke2008-11-021-12/+10
* Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke2008-11-011-7/+7
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-7/+6
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-4/+4
* Get rid of the msgbuf[1600]Volker Lendecke2007-12-091-98/+132
* Remove last pstring from smbd/*.cJeremy Allison2007-11-131-11/+40
* r24440: Convert the reply_sendXX functions to the new APIVolker Lendecke2007-10-101-31/+31
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* 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