Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup(). | Tim Potter | 1 | -8/+9 |
2007-10-10 | r7569: Fix typo in comments. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -352/+6 |
2007-10-10 | r4769: added a smb_composite_connect() function that provides a simple async | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r4361: fix the build | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4080: missing file from the last commit | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4070: move some defines from asn_1.h to the places they belong to | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3400: - allow callers to control the flags2 field in raw packets | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 1 | -13/+1 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -19/+31 |
2007-10-10 | r2655: fixed an error in the shutdown of the sock->transport->session->tree | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2587: fixed a couple of authentication memory leaks. There are more to be | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r2497: fixed an uninitialised 4 bytes in old style session setup (found with ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security, | Andrew Bartlett | 1 | -10/+19 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -9/+4 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 1 | -70/+70 |
2007-10-10 | r1602: make sure we honor the use_spnego flag | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1521: Updates to our SMB signing code. | Andrew Bartlett | 1 | -14/+29 |
2007-10-10 | r1475: More kerberos work | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r1462: GENSEC Kerberos and SPENGO work: | Andrew Bartlett | 1 | -13/+17 |
2007-10-10 | r1409: if we have no user name don't use extended security | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1406: I got spnego in the smb client working | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r1348: get gensec backend by OID instead of name | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1345: add extended security spnego support to the smb client | Stefan Metzmacher | 1 | -4/+107 |
2007-10-10 | r1268: varient -> variant | Tim Potter | 1 | -1/+1 |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 1 | -8/+21 |
2007-10-10 | r100: remember the user session key during session setup so it can be used in... | Andrew Tridgell | 1 | -0/+2 |
2004-01-15 | * fixed a segv when -U is not used in smbtorture. | Andrew Tridgell | 1 | -3/+9 |
2003-11-03 | a major revamp of the low level dcerpc code in samba4, We can now do a | Andrew Tridgell | 1 | -2/+2 |
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+444 |