Age | Commit message (Expand) | Author | Files | Lines |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 1 | -7/+10 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 1 | -1/+1 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -0/+3 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -4/+4 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -1/+1 |
2003-03-03 | Add const | Andrew Bartlett | 1 | -1/+1 |
2003-02-24 | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 1 | -13/+16 |
2003-02-15 | Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a | Andrew Bartlett | 1 | -3/+53 |
2003-02-15 | Move our NTLMSSP code into easily seperated peices, not relying on the whole | Andrew Bartlett | 1 | -322/+0 |
2003-02-14 | NTLMSSP parinoia - we really don't want to run over the end of our blob, | Andrew Bartlett | 1 | -8/+33 |
2003-02-13 | A few typo fixes Andrew eventually let off to me. | Rafal Szczesniak | 1 | -4/+4 |
2003-02-09 | (only for HEAD at the moment). | Andrew Bartlett | 1 | -1/+2 |
2003-01-28 | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 1 | -49/+18 |
2003-01-16 | (missed in last commit) | Andrew Bartlett | 1 | -1/+1 |
2003-01-13 | Updates to our NTLMSSP code: | Andrew Bartlett | 1 | -13/+48 |
2002-09-17 | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 1 | -2/+2 |
2002-09-03 | Fix the struct_blob. | Richard Sharpe | 1 | -0/+1 |
2002-09-03 | Fix the client side NTLMSSP. It now works between smbclient and smbd! | Richard Sharpe | 1 | -1/+46 |
2002-09-03 | Add type A to the small MSRPC generator ... | Richard Sharpe | 1 | -0/+2 |
2002-08-31 | Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to | Andrew Bartlett | 1 | -16/+18 |
2002-08-30 | convert the LDAP/SASL code to use GSS-SPNEGO if possible | Andrew Tridgell | 1 | -3/+1 |
2002-08-25 | Fix from kai to correctly decode ntlmssp flags. | Andrew Bartlett | 1 | -1/+1 |
2002-08-15 | Fix NTLMSSP challenge command and auth response. We can now service joins | Jim McDonough | 1 | -0/+61 |
2002-05-26 | Add support for NTLMv2 (tested!) with NTLMSSP. | Andrew Bartlett | 1 | -1/+42 |
2002-02-15 | Try not to malloc -1 bytes (apx 4GB) when the data is already in error. | Andrew Bartlett | 1 | -2/+12 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-05 | simple fix for creating blank data blobs | Andrew Tridgell | 1 | -3/+1 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -1/+1 |
2001-10-21 | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 1 | -8/+8 |
2001-10-21 | made smbclient cope better with arbitrary principle forms | Andrew Tridgell | 1 | -14/+1 |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 1 | -0/+23 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -7/+215 |
2001-10-14 | fixed NTLMSSP with XP servers (who don't send the duplicate challenge | Andrew Tridgell | 1 | -3/+9 |
2001-10-12 | moved some OIDs to the ASN.1 header | Andrew Tridgell | 1 | -6/+2 |
2001-10-12 | added NTLMSSP authentication to libsmb. It seems to work well so I have enabl... | Andrew Tridgell | 1 | -0/+395 |