summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add placeholder inquire_nameHEADmasterSimo Sorce2015-06-063-0/+25
* Return actual mech on accept context tooSimo Sorce2015-04-191-0/+1
* Fix gss_inquire_cred with no credsSimo Sorce2015-04-191-5/+16
* Return the actual_mech_type when requestedSimo Sorce2015-04-041-0/+1
* Fix length check of nt_responsefix32bitSimo Sorce2015-03-191-3/+1
* Support openssl optimized 32bit RC4 key packingSimo Sorce2015-03-192-18/+15
* Fix incorrect import of exported_session_keySimo Sorce2015-03-191-1/+1
* Names with a . in the domain are enteprise namesSimo Sorce2015-01-061-3/+10
* Put comments before translatable stringsDavid Woodhouse2014-08-111-30/+30
* Fix typos in error stringsDavid Woodhouse2014-08-111-2/+2
* Use NLS for translating error messages in gssntlm_display_status()David Woodhouse2014-08-111-34/+39
* Include config.h in gss_err.c, fix GNU strerror_r() code pathDavid Woodhouse2014-08-111-1/+3
* Always send NetBIOS Domain NameSimo Sorce2014-08-104-2/+25
* Add --with-wbclient configure flagSimo Sorce2014-08-101-2/+0
* Add more custom error messageSimo Sorce2014-08-1010-118/+168
* Add support for printing internal NTLM error codesSimo Sorce2014-08-102-1/+21
* Add macros to handle returning errorsSimo Sorce2014-08-108-523/+575
* Add debug helpers to be used to trace gss-ntlmsspSimo Sorce2014-08-103-0/+71
* Add support for both strerror_r variantsSimo Sorce2014-08-101-0/+17
* We can handle only mech status codesSimo Sorce2014-08-101-0/+6
* Add gssntlm_display_status()David Woodhouse2014-08-103-0/+85
* Offer OEM charset support in the negotiate packetSimo Sorce2014-08-102-1/+26
* Do not send domain/workstation name in nego_msgSimo Sorce2014-08-101-10/+1
* Ignore domain and workstation in negotiate messageSimo Sorce2014-08-082-9/+7
* Very old NTLM servers may omit target_infoSimo Sorce2014-08-082-1/+21
* Improve role managementwinbindSimo Sorce2014-08-083-17/+49
* Fetch server names much earier in the processSimo Sorce2014-08-081-40/+40
* Fix target info checkSimo Sorce2014-08-081-3/+1
* Set the domain name only when available.Simo Sorce2014-08-084-28/+14
* Add helper to check for allowed ntlm versionsSimo Sorce2014-08-084-10/+46
* Formal adjustment of ntlmv1_signSimo Sorce2014-08-071-2/+2
* Fix winbindd NTLMv1 Extended Security authSimo Sorce2014-08-071-1/+20
* Add helper to compute extended security challengeSimo Sorce2014-08-072-14/+36
* Add support for NTLMv1 auth to the serverSimo Sorce2014-08-073-24/+77
* Add functions to verify NTLMv1 responsesSimo Sorce2014-08-072-0/+72
* Fix NTLMv1 client authSimo Sorce2014-08-071-8/+15
* Pass ctx and cred to external_xxx_auth functionsSimo Sorce2014-08-073-36/+24
* Support client authentication using WinbindSimo Sorce2014-08-076-1/+151
* Add call to get names from winbindSimo Sorce2014-08-073-0/+41
* Add call to get creds from winbindSimo Sorce2014-08-073-0/+65
* Add external server auth support via WinbindSimo Sorce2014-08-074-1/+74
* Move client auth bits to gss_authSimo Sorce2014-08-073-266/+304
* Move sec_req flags in the context handlerSimo Sorce2014-08-073-30/+22
* Use helpers to get the local netbios namesSimo Sorce2014-08-074-54/+125
* Move local key and flags computations to the endDavid Woodhouse2014-08-071-17/+17
* Add support to perform external operationsSimo Sorce2014-08-076-60/+186
* Move all message structures to ntlm_common.hDavid Woodhouse2014-08-072-22/+23
* Let caller decide whether to (un)seal or notSimo Sorce2014-08-071-8/+0
* Fix order of signature vs payloadSimo Sorce2014-08-072-11/+7
* Internalize extended security and datagram statusSimo Sorce2014-08-064-126/+164