Age | Commit message (Expand) | Author | Files | Lines |
2003-01-13 | Updates to our NTLMSSP code: | Andrew Bartlett | 1 | -2/+2 |
2002-12-20 | Fixed bug in debug statement when tconX fails. | Tim Potter | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -26/+25 |
2002-11-08 | patches from Urban | Gerald Carter | 1 | -0/+3 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -1/+1 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -1/+11 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -1/+1 |
2002-09-28 | Ok, hopefully final fix for this one. abartlet told a bit about the | Volker Lendecke | 1 | -7/+1 |
2002-09-28 | Thanks to abartlet I looked at that function a bit closer. What did | Volker Lendecke | 1 | -5/+0 |
2002-09-27 | Touching somebody else's code again... Sorry, Richard. | Volker Lendecke | 1 | -2/+9 |
2002-09-23 | Don't uppercase the username and domain in a session setup. | Tim Potter | 1 | -2/+2 |
2002-09-17 | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 1 | -1/+1 |
2002-09-11 | Merge the cli_shutdown change from 2_2. All except one call to | Volker Lendecke | 1 | -2/+0 |
2002-09-03 | Fix the struct_blob. | Richard Sharpe | 1 | -5/+8 |
2002-09-03 | Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> where | Jeremy Allison | 1 | -1/+7 |
2002-09-03 | Formatting tidyup and additon of cli_close_connection() before bugfix. | Jeremy Allison | 1 | -69/+46 |
2002-09-03 | Fix the client side NTLMSSP. It now works between smbclient and smbd! | Richard Sharpe | 1 | -3/+6 |
2002-09-03 | Parse the NTLMSSP Challenge in cliconnect.c. | Richard Sharpe | 1 | -2/+28 |
2002-09-03 | Make sure that an NTLMSSP negotiate blob has the correct stuff in it! | Richard Sharpe | 1 | -2/+3 |
2002-09-03 | The session key in NTLMSSP AUTH blobs is actually an empty string. | Richard Sharpe | 1 | -1/+1 |
2002-08-30 | convert the LDAP/SASL code to use GSS-SPNEGO if possible | Andrew Tridgell | 1 | -4/+9 |
2002-08-26 | Some fixes for SMB signing. I can now get Win2k to correctly respond with a | Andrew Bartlett | 1 | -3/+14 |
2002-08-26 | Updates! | Andrew Bartlett | 1 | -27/+47 |
2002-08-22 | move where got_sig_term and reload_after_sighup are defined. | Herb Lewis | 1 | -9/+9 |
2002-08-19 | fixed memory corruption in cli_full_connection() | Andrew Tridgell | 1 | -2/+1 |
2002-07-30 | this fixes plaintext passwords with win2000 | Andrew Tridgell | 1 | -3/+2 |
2002-07-26 | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 1 | -3/+2 |
2002-07-22 | fixed a segv in net time when the host is unavailable | Andrew Tridgell | 1 | -1/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 1 | -8/+20 |
2002-07-20 | Fix up char/uchar casts etc. Fix up comments on some of the password hash | Andrew Bartlett | 1 | -8/+5 |
2002-07-15 | checking for NULL really is counter-productive, and this one was also | Andrew Tridgell | 1 | -5/+0 |
2002-07-01 | The 17-bit length field in the header contains the number of | Christopher R. Hertel | 1 | -1/+8 |
2002-06-26 | reverted some bogus test code that jeremy accidentally committed | Andrew Tridgell | 1 | -8/+0 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -15/+26 |
2002-06-21 | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 1 | -0/+8 |
2002-06-16 | Two things: Check how many paramaters that the LDAP libs take for the | Andrew Bartlett | 1 | -5/+6 |
2002-06-16 | Fix up some of the SMB signing code: | Andrew Bartlett | 1 | -17/+24 |
2002-06-14 | Ok, now I can try my first client test... | Jeremy Allison | 1 | -8/+21 |
2002-06-07 | A couple of updates for the SmbEncrypt code, and some of its users. | Andrew Bartlett | 1 | -13/+31 |
2002-06-01 | More cleanup work preparing for SMB signing. | Jeremy Allison | 1 | -88/+104 |
2002-05-25 | Update some of the LM hash code to better respect the seperation between | Andrew Bartlett | 1 | -13/+14 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 1 | -1/+2 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -5/+6 |
2002-05-23 | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 1 | -147/+1 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 1 | -13/+0 |
2002-04-15 | better handling of DOS LANMAN2.1 protocol | Andrew Tridgell | 1 | -4/+18 |
2002-04-06 | Always pass NT password as well as Lanman. | Jeremy Allison | 1 | -1/+1 |
2002-03-06 | Removed duplicate \n from debug message. | Tim Potter | 1 | -21/+13 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-20 | Fix a couple of memory leaks in the cli_establish_connection() code's failure | Andrew Bartlett | 1 | -0/+2 |