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