summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clisession.c
Commit message (Expand)AuthorAgeFilesLines
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-101-3/+8
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-352/+6
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-101-3/+3
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-3/+1
* r4361: fix the buildStefan Metzmacher2007-10-101-2/+3
* r4173: - new t2open code, that can cope with "create with EAs". Many thanksAndrew Tridgell2007-10-101-1/+1
* r4080: missing file from the last commitStefan Metzmacher2007-10-101-1/+1
* r4070: move some defines from asn_1.h to the places they belong toStefan Metzmacher2007-10-101-3/+2
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell2007-10-101-0/+22
* r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell2007-10-101-6/+6
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-13/+1
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-19/+31
* r2655: fixed an error in the shutdown of the sock->transport->session->treeAndrew Tridgell2007-10-101-1/+0
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-1/+1
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-101-1/+1
* r2587: fixed a couple of authentication memory leaks. There are more to beAndrew Tridgell2007-10-101-2/+3
* r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...Andrew Tridgell2007-10-101-0/+1
* r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett2007-10-101-10/+19
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-0/+2
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-9/+4
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...Andrew Bartlett2007-10-101-1/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-70/+70
* r1602: make sure we honor the use_spnego flagAndrew Tridgell2007-10-101-1/+2
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-101-14/+29
* r1475: More kerberos workAndrew Bartlett2007-10-101-0/+7
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-101-13/+17
* r1409: if we have no user name don't use extended securityStefan Metzmacher2007-10-101-1/+1
* r1406: I got spnego in the smb client workingStefan Metzmacher2007-10-101-0/+3
* r1348: get gensec backend by OID instead of nameStefan Metzmacher2007-10-101-1/+1
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-101-4/+107
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-2/+2
* r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett2007-10-101-8/+21
* r100: remember the user session key during session setup so it can be used in...Andrew Tridgell2007-10-101-0/+2
* * fixed a segv when -U is not used in smbtorture.Andrew Tridgell2004-01-151-3/+9
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-031-2/+2
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+444