summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clisession.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23s4:libcli/raw: setup a smbXcli_session for each smbcli_sessionStefan Metzmacher1-1/+13
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-1/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij1-4/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+2
2008-02-21Fix the build.Jelmer Vernooij1-0/+1
2008-02-21Remove yet more global_loadparm instances.Jelmer Vernooij1-0/+3
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-10/+10
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+7
2007-10-10r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter1-8/+9
2007-10-10r7569: Fix typo in comments.Tim Potter1-2/+2
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-2/+2
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell1-1/+0
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-3/+8
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-352/+6
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell1-3/+3
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell1-3/+1
2007-10-10r4361: fix the buildStefan Metzmacher1-2/+3
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