summaryrefslogtreecommitdiff
path: root/source3/libsmb/climessage.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: clang: Fix 'Value stored to 'p' is never read'Noel Power2019-10-221-1/+0
* s3: libsmb: Add uint16_t additional_flags2 arg to cli_smb_send().Jeremy Allison2016-08-191-3/+3
* Use tevent_req_poll_ntstatusVolker Lendecke2015-05-181-2/+1
* s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* s3:libsmb: remove unused 'inbuf' variableStefan Metzmacher2012-06-051-2/+1
* s3:libsmb: get rid of cli_has_async_callsLuk Claes2012-05-281-1/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-3/+3
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3: Fix bug 7635Volker Lendecke2010-08-211-2/+4
* s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke2010-02-221-2/+4
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-221-3/+3
* s3: Convert libsmb/cli_message to the async APIVolker Lendecke2009-11-101-97/+348
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-2/+2
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-2/+3
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-3/+3
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-19/+27
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-3/+3
* 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
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-3/+3
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* 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
* applying David Lee's climessage patch to make sending messages more extendableGerald Carter2003-06-061-6/+32
* Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
* Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij2003-03-201-3/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-3/+3
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+2
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-4/+7
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-2/+2
* converted a bunch more fnsAndrew Tridgell2001-02-201-6/+4
* - neater setting of bccAndrew Tridgell2001-02-201-1/+1
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+122