Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r191: Only send the ntlm_auth 'ntlm-server-1' helper client a '.' after the | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r188: Add a new 'helper protocol' to ntlm_auth. | Andrew Bartlett | 1 | -2/+202 |
2007-10-10 | r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutter | Andrew Bartlett | 1 | -599/+30 |
2007-10-10 | r171: Continue the 'rename nt_session_key' work. This attempts to rename | Andrew Bartlett | 1 | -88/+76 |
2007-10-10 | r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call. | Andrew Bartlett | 1 | -6/+0 |
2007-10-10 | r87: Fix the build that Andrew Bartlett broke. Andrew - don't check *ANYTHING... | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r84: Implement --required-membership-of=, an ntlm_auth option that restricts | Andrew Bartlett | 1 | -38/+113 |
2007-10-10 | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke... | Andrew Bartlett | 1 | -22/+22 |
2004-04-03 | Fix most of bug #169. | Andrew Bartlett | 1 | -0/+1 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 1 | -1/+2 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 1 | -1/+1 |
2004-02-08 | Make this table static const. | Andrew Bartlett | 1 | -1/+1 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 1 | -5/+10 |
2003-12-30 | Get the DOMAIN\username around the right way (I had username\domain...) | Andrew Bartlett | 1 | -1/+3 |
2003-12-30 | Try to gain a bit more consistancy in the output of usernames from ntlm_auth: | Andrew Bartlett | 1 | -11/+23 |
2003-12-30 | Make the name of the NTLMSSP client more consistant before we lock it in stone. | Andrew Bartlett | 1 | -2/+2 |
2003-12-30 | Remove testing hack | Andrew Bartlett | 1 | -2/+0 |
2003-12-30 | Move our basic password checking code from inside the authentication | Andrew Bartlett | 1 | -54/+254 |
2003-12-30 | Refactor our authentication and authentication testing code. | Andrew Bartlett | 1 | -342/+181 |
2003-12-24 | Thanks to Serassio Guido for noticing issues in our Squid NTLMSSP | Andrew Bartlett | 1 | -4/+9 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -72/+112 |
2003-11-06 | Final round of printf warnings fixes for the moment. | Tim Potter | 1 | -2/+2 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -39/+39 |
2003-08-15 | Add the gss-spnego kerberos server side to ntml_auth. This uses the | Volker Lendecke | 1 | -10/+68 |
2003-08-14 | Fix the build for non-kerberos environments. | Volker Lendecke | 1 | -0/+8 |
2003-08-12 | This adds *experimental* kerberos gss spnego client support to ntlm_auth. | Volker Lendecke | 1 | -12/+110 |
2003-08-12 | Some more shuffling around gss-spnego server | Volker Lendecke | 1 | -34/+37 |
2003-08-12 | Clarify gss spnego ntlmssp server a bit | Volker Lendecke | 1 | -36/+29 |
2003-08-12 | Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username | Tim Potter | 1 | -3/+17 |
2003-08-04 | Changes to make gss-spnego ntlmssp client work against W2k AD. | Volker Lendecke | 1 | -26/+42 |
2003-08-01 | Add ntlmssp client support to ntlm_auth. Find the corresponding cyrus sasl | Volker Lendecke | 1 | -25/+310 |
2003-07-31 | Fixes for memory leaks in gss spnego handling by aliguori. | Volker Lendecke | 1 | -13/+9 |
2003-07-29 | This adds gss-spnego to ntlm_auth. It contains some new spnego support | Volker Lendecke | 1 | -1/+225 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -1/+1 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -20/+20 |
2003-05-12 | Fix up a bit of my sloppy C. | Andrew Bartlett | 1 | -3/+2 |
2003-05-12 | Give up on the idea of avoiding lp_load() in ntlm_auth.... | Andrew Bartlett | 1 | -8/+18 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+2 |
2003-05-09 | Finally get NTLMv2 working on the client! | Andrew Bartlett | 1 | -84/+29 |
2003-05-09 | Added some more diagnostic tests to check out a theory that having either hash | Tim Potter | 1 | -12/+174 |
2003-05-05 | We also get back the LM session key on pure 'NTLM' logins. | Andrew Bartlett | 1 | -1/+16 |
2003-05-05 | Add some comments. | Andrew Bartlett | 1 | -0/+34 |
2003-05-05 | Add some more tests to the ntlm_auth diagnositics package. | Andrew Bartlett | 1 | -9/+373 |
2003-04-30 | Fix for AIX - you can't qualify a return type as const, when it's not a | Andrew Bartlett | 1 | -1/+1 |
2003-04-28 | Fix compiler warning. | Tim Potter | 1 | -1/+1 |
2003-04-28 | Merge of const fixes from HEAD. | Tim Potter | 1 | -1/+1 |
2003-04-23 | This const isn't quite vaild C. | Andrew Bartlett | 1 | -1/+1 |
2003-04-14 | Merge: | Tim Potter | 1 | -1/+2 |
2003-04-07 | Merge the ntlm_auth updates (refactor, add --diagnostics) into Samba 3.0 | Andrew Bartlett | 1 | -121/+425 |