| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more good stuff from coolo. | Richard Sharpe | 2003-04-04 | 1 | -0/+71 |
* | added a simple test for the old SMBtcon interface | Andrew Tridgell | 2003-03-29 | 1 | -1/+42 |
* | Specify buffer sizes | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
* | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 2003-03-10 | 1 | -6/+41 |
* | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 2003-03-09 | 1 | -44/+3 |
* | Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full | Jeremy Allison | 2003-03-05 | 1 | -7/+2 |
* | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 2003-02-24 | 1 | -1/+1 |
* | Doesn't anyone run ./configure.developer anymore? | Tim Potter | 2003-02-21 | 1 | -1/+1 |
* | Only do a kinit if we got told to use kerberos. | Andrew Bartlett | 2003-02-19 | 1 | -12/+12 |
* | Add the 'session key' output of the NTLMSSP exchange to the cli struct, so | Andrew Bartlett | 2003-02-16 | 1 | -0/+11 |
* | Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a | Andrew Bartlett | 2003-02-15 | 1 | -113/+66 |
* | Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable | Andrew Bartlett | 2003-02-15 | 1 | -0/+22 |
* | Further extract our NTLMv2 code into smbencrypt.c, prior to merge into our | Andrew Bartlett | 2003-02-14 | 1 | -32/+20 |
* | Clean up our NTLMv2 code by moving the grunt work into a helper function. | Andrew Bartlett | 2003-02-10 | 1 | -41/+7 |
* | (only for HEAD at the moment). | Andrew Bartlett | 2003-02-09 | 1 | -31/+107 |
* | Add some return values, and don't attempt signing for NTLMSSP yet (it uses a | Andrew Bartlett | 2003-02-02 | 1 | -3/+1 |
* | We now have client-side SMB signing support! | Andrew Bartlett | 2003-02-01 | 1 | -1/+4 |
* | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 2003-01-15 | 1 | -1/+2 |
* | Updates to our NTLMSSP code: | Andrew Bartlett | 2003-01-13 | 1 | -2/+2 |
* | Fixed bug in debug statement when tconX fails. | Tim Potter | 2002-12-20 | 1 | -1/+1 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -26/+25 |
* | patches from Urban | Gerald Carter | 2002-11-08 | 1 | -0/+3 |
* | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 2002-11-07 | 1 | -1/+1 |
* | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 2002-10-17 | 1 | -1/+11 |
* | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 2002-10-04 | 1 | -1/+1 |
* | Ok, hopefully final fix for this one. abartlet told a bit about the | Volker Lendecke | 2002-09-28 | 1 | -7/+1 |
* | Thanks to abartlet I looked at that function a bit closer. What did | Volker Lendecke | 2002-09-28 | 1 | -5/+0 |
* | Touching somebody else's code again... Sorry, Richard. | Volker Lendecke | 2002-09-27 | 1 | -2/+9 |
* | Don't uppercase the username and domain in a session setup. | Tim Potter | 2002-09-23 | 1 | -2/+2 |
* | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 2002-09-17 | 1 | -1/+1 |
* | Merge the cli_shutdown change from 2_2. All except one call to | Volker Lendecke | 2002-09-11 | 1 | -2/+0 |
* | Fix the struct_blob. | Richard Sharpe | 2002-09-03 | 1 | -5/+8 |
* | Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> where | Jeremy Allison | 2002-09-03 | 1 | -1/+7 |
* | Formatting tidyup and additon of cli_close_connection() before bugfix. | Jeremy Allison | 2002-09-03 | 1 | -69/+46 |
* | Fix the client side NTLMSSP. It now works between smbclient and smbd! | Richard Sharpe | 2002-09-03 | 1 | -3/+6 |
* | Parse the NTLMSSP Challenge in cliconnect.c. | Richard Sharpe | 2002-09-03 | 1 | -2/+28 |
* | Make sure that an NTLMSSP negotiate blob has the correct stuff in it! | Richard Sharpe | 2002-09-03 | 1 | -2/+3 |
* | The session key in NTLMSSP AUTH blobs is actually an empty string. | Richard Sharpe | 2002-09-03 | 1 | -1/+1 |
* | convert the LDAP/SASL code to use GSS-SPNEGO if possible | Andrew Tridgell | 2002-08-30 | 1 | -4/+9 |
* | Some fixes for SMB signing. I can now get Win2k to correctly respond with a | Andrew Bartlett | 2002-08-26 | 1 | -3/+14 |
* | Updates! | Andrew Bartlett | 2002-08-26 | 1 | -27/+47 |
* | move where got_sig_term and reload_after_sighup are defined. | Herb Lewis | 2002-08-22 | 1 | -9/+9 |
* | fixed memory corruption in cli_full_connection() | Andrew Tridgell | 2002-08-19 | 1 | -2/+1 |
* | this fixes plaintext passwords with win2000 | Andrew Tridgell | 2002-07-30 | 1 | -3/+2 |
* | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 2002-07-26 | 1 | -3/+2 |
* | fixed a segv in net time when the host is unavailable | Andrew Tridgell | 2002-07-22 | 1 | -1/+1 |
* | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 2002-07-20 | 1 | -8/+20 |
* | Fix up char/uchar casts etc. Fix up comments on some of the password hash | Andrew Bartlett | 2002-07-20 | 1 | -8/+5 |
* | checking for NULL really is counter-productive, and this one was also | Andrew Tridgell | 2002-07-15 | 1 | -5/+0 |
* | The 17-bit length field in the header contains the number of | Christopher R. Hertel | 2002-07-01 | 1 | -1/+8 |