summaryrefslogtreecommitdiff
path: root/source3/libsmb/climessage.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2013-02-19s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2012-06-05s3:libsmb: remove unused 'inbuf' variableStefan Metzmacher1-2/+1
2012-05-28s3:libsmb: get rid of cli_has_async_callsLuk Claes1-1/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-3/+3
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-08-21s3: Fix bug 7635Volker Lendecke1-2/+4
2010-02-22s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke1-2/+4
2010-02-22s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke1-3/+3
2009-11-10s3: Convert libsmb/cli_message to the async APIVolker Lendecke1-97/+348
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-2/+2
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-2/+3
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-3/+3
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-19/+27
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-3/+3
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-1/+1
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison1-1/+1
2003-06-06applying David Lee's climessage patch to make sending messages more extendableGerald Carter1-6/+32
2003-05-07Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison1-3/+2
2003-03-20Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij1-3/+14
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-3/+3
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+2
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-4/+7
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-2/+2
2001-02-20converted a bunch more fnsAndrew Tridgell1-6/+4
2001-02-20- neater setting of bccAndrew Tridgell1-1/+1
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+122