idra/gss-ntlmssp.git
2019-12-18 Amandeep Gautamadd support for getting session key master
2019-12-17 Simo SorceFix CI dependencies
2019-12-17 Simo Sorcealso on pull requests
2019-12-17 Simo SorceAdd build CI
2019-12-11 Simo SorceAdd Key exchange also when wanting integrity only
2019-12-11 Simo SorceAdd new Windows version flags
2019-05-16 Simo SorceReturn actual data for RFC5587 API
2019-05-16 David WoodhouseAdd gss_inquire_attrs_for_mech()
2019-05-16 Simo SorceFix strncpy warnings with recent compilers
2019-04-18 Simo SorceRelease 0.8.0
2019-04-18 Simo SorceAdd support to return SSF value ssf
2019-04-18 Simo SorceAdd support for RFC5801 rfc5801
2017-03-31 Simo SorceRename and split the README file overview
2017-03-20 Simo SorcePort some documentation into the tree
2016-07-01 Simo SorceAdd compatibility with OpenSSL 1.1.0 origin
2016-06-03 Simo SorceRelease 0.7.0 v0.7.0
2016-06-03 Simo SorceAdd context extension to reset crypto state
2016-05-23 Simo SorceMove setting seq numbers to a spearate function
2016-05-23 Simo SorceCheck that we are actually asking for a known oid
2016-05-20 Simo SorceFix a regression in error handling
2015-06-06 Simo SorceAdd placeholder inquire_name
2015-04-20 Simo SorceAdd test for accept returning mech
2015-04-20 Simo SorceReturn actual mech on accept context too
2015-04-19 Simo SorceFix gss_inquire_cred with no creds
2015-04-04 Simo SorceAdd test to check actual_mech is actually returned
2015-04-04 Simo SorceReturn the actual_mech_type when requested
2015-03-20 Simo SorceRelease 0.6.0 v0.6.0
2015-03-20 Simo SorceFix length check of nt_response fix32bit
2015-03-19 Simo SorceFix error reporting in some tests
2015-03-19 Simo SorceSupport openssl optimized 32bit RC4 key packing
2015-03-19 Simo SorceFix incorrect import of exported_session_key
2015-02-20 Simo SorceUse Zanata for transalations
2015-02-20 Simo SorceStore pot file in git
2015-01-08 Simo SorceFix make dist builds with automake 1.15
2015-01-06 Simo SorceNames with a . in the domain are enteprise names
2014-08-13 Simo SorceFix spec file (was missing lang detection)
2014-08-12 Simo SorceRleasese 0.5.0 v0.5.0
2014-08-11 David WoodhouseAdd en_GB translation wip
2014-08-11 David WoodhousePut comments before translatable strings
2014-08-11 David WoodhouseFix typos in error strings
2014-08-11 David WoodhouseUse NLS for translating error messages in gssntlm_displ...
2014-08-11 David WoodhouseAdd support for building with NLS
2014-08-11 David WoodhouseInclude config.h in gss_err.c, fix GNU strerror_r(...
2014-08-10 Simo SorceAlways send NetBIOS Domain Name
2014-08-10 Simo Sorce0.5.0 - Release Candidate 2
2014-08-10 Simo SorceAdd --with-wbclient configure flag
2014-08-10 Simo SorceAdd more custom error message
2014-08-10 Simo SorceAdd support for printing internal NTLM error codes
2014-08-10 Simo SorceAdd macros to handle returning errors
2014-08-10 Simo SorceAdd debug helpers to be used to trace gss-ntlmssp
2014-08-10 Simo SorceSimplify test checking and unify display format
2014-08-10 Simo SorceUse gssntlm_display_error in tests
2014-08-10 Simo SorceAdd support for both strerror_r variants
2014-08-10 Simo SorceWe can handle only mech status codes
2014-08-10 David WoodhouseAdd gssntlm_display_status()
2014-08-10 Simo SorceOffer OEM charset support in the negotiate packet
2014-08-10 Simo SorceDo not send domain/workstation name in nego_msg
2014-08-08 Simo SorceIgnore domain and workstation in negotiate message
2014-08-08 Simo SorceVery old NTLM servers may omit target_info
2014-08-08 Simo SorceBump version to 5.0 rc1
2014-08-08 Simo SorceImprove role management winbind
2014-08-08 Simo SorceFetch server names much earier in the process
2014-08-08 Simo SorceFix target info check
2014-08-08 Simo SorceSet the domain name only when available.
2014-08-08 Simo SorceAdd helper to check for allowed ntlm versions
2014-08-08 Simo SorceAdd test to check gss_wrap with no SEAL negotiated
2014-08-07 Simo Sorcetests: Remove unused field
2014-08-07 Simo SorceFormal adjustment of ntlmv1_sign
2014-08-07 Simo SorceTest both NTLMv1 and NTLMv2
2014-08-07 Simo SorceFix winbindd NTLMv1 Extended Security auth
2014-08-07 Simo SorceAdd helper to compute extended security challenge
2014-08-07 Simo SorceAdd support for NTLMv1 auth to the server
2014-08-07 Simo SorceAdd functions to verify NTLMv1 responses
2014-08-07 Simo SorceFix NTLMv1 client auth
2014-08-07 Simo SorcePass ctx and cred to external_xxx_auth functions
2014-08-07 Simo SorceSupport client authentication using Winbind
2014-08-07 Simo SorceAdd call to get names from winbind
2014-08-07 Simo SorceAdd call to get creds from winbind
2014-08-07 Simo SorceAdd external server auth support via Winbind
2014-08-07 Simo SorceInitial build support for detecting and using libwbclient
2014-08-07 Simo SorceMove client auth bits to gss_auth
2014-08-07 Simo SorceMove sec_req flags in the context handler
2014-08-07 Simo SorceUse helpers to get the local netbios names
2014-08-07 David WoodhouseMove local key and flags computations to the end
2014-08-07 Simo SorceAdd support to perform external operations
2014-08-07 David WoodhouseMove all message structures to ntlm_common.h
2014-08-07 Simo SorceLet caller decide whether to (un)seal or not
2014-08-07 Simo SorceFix order of signature vs payload
2014-08-07 Simo SorceInternalize extended security and datagram status
2014-08-07 Simo SorceIntroduce ntlm_signseal_state
2014-08-06 Simo SorceUse a macro to define the ntlm signature size
2014-08-06 Simo SorceImplement gss_wrap_size_limit()
2014-08-06 Simo SorceFix sealing key regen with shorter keys
2014-08-06 Simo SorceFix unsealing without extended session security
2014-08-06 Simo SorceFix flag clearing
2014-08-06 Simo SorceGenerate LM hash when getting pwd from cred_store
2014-08-01 Simo SorceFix rpmbuild
2014-07-31 Simo SorceBump up to pre-release status
2014-07-31 Simo SorceInstall mechanism configuration in mech.d
2014-07-12 Simo SorceSilence const errors
next