idra/gss-ntlmssp.git
2014-06-21 Simo SorceRelease 0.4.0 v0.4.0
2014-06-21 Simo SorceFix const warnings
2014-05-17 Simo SorceFix Makefile cflags use
2014-05-17 Simo SorceFix memory leak in NTLMv2 acceptor code
2014-05-05 Simo SorceRelease Candidate 2 for 0.4.0
2014-05-05 Simo SorceAdd way to talk about MIC with SPNEGO
2014-05-04 Simo SorceRelease Candidate 1 for 0.4.0
2014-05-04 Simo SorceDisable MIC by default.
2014-05-04 Simo SorceProvide the correct target name in the challenge
2014-05-04 Simo SorceCheck netbios computer and domain name when needed
2014-05-04 Simo SorceAlways provide netbios computer and domain name
2014-05-04 Simo SorceTest Challenge V2 message with CBT test vectors
2014-05-04 Simo SorceVerify Channel Bindings in accept_sec_context
2014-05-04 Simo SorceAdd support for setting CBT in the client
2014-05-04 Simo SorceAdd function to verify Channel Binding Token
2014-05-04 Simo SorceAdd function to calculate channel bindings hash
2014-05-04 Simo SorceGet av_flags and check MIC if a client sent it
2014-05-04 Simo SorceReturn target_info from ntlm_decode_auth_msg
2014-05-04 Simo SorceMake MIC conditional on integrity being requested
2014-05-04 Simo SorceCompute MIC in the client when requested
2014-05-04 Simo SorceAdd function to verify MICs
2014-05-04 Simo SorceAdd function to calculate MIC
2014-05-04 Simo SorceUse target_info parsing helper
2014-05-04 Simo SorceAugment target_info processing with a utility
2014-05-04 Simo SorceSet version before tests that use MS test vectors
2014-05-04 Simo SorceAdd internal facility to override standard version
2014-05-04 Simo SorceRetry auth with NULL Domain as per spec
2014-05-04 Simo SorceRemove unnecessary assignments
2014-05-04 Simo SorceRemove redundant definition
2014-05-04 Simo SorceChange input parameter to be const
2014-05-04 Simo SorceFail if the encryption level is not matched
2014-05-04 Simo SorceDo not send LM Response on auth to modern servers
2014-05-04 Simo SorceAlways use Extedned Session Security when possible
2014-05-04 Simo SorceFix missing assignments in ntlm_decode_target_info
2014-05-04 Simo SorceReturn flags and time when requested
2014-04-13 Simo SorceReturn Client name if requested
2014-04-13 Simo SorceFix epoch value
2014-01-26 Simo SorceRelease 0.3.1 v0.3.1
2014-01-26 Simo SorceFix segfault in init context.
2014-01-13 Simo SorceRelease 0.3.0 v0.3.0
2014-01-12 Simo SorceImplement Import/Export cred functions export_cred
2014-01-12 Simo SorceGeneralize export_state and related functions
2014-01-12 Simo SorceExpose cred store names in public header file.
2013-12-16 Simo SorceTest export/import context functions export_ctx
2013-12-16 Simo SorceImplement import context function
2013-12-16 Simo SorceImplement export context function
2013-12-16 Simo SorceAdd import/export functions for the RC4 state
2013-12-16 Simo SorceUse RC4 instead of EVP interface of openssl
2013-12-16 Simo SorceFix potential leaks in delete_context
2013-12-15 Simo SorceDo not copy creds on the context
2013-12-13 Stefan BeckerFix memleaks in init_sec_context
2013-12-13 Simo SorceFix memory leak with gssntlm_names
2013-11-23 Simo SorceFix spec file krb5-libs dep
2013-11-23 Simo SorceFix NTLM specific cred_store prefixes
2013-10-25 Simo SorceBump up version number to prerelease level
2013-10-25 Simo SorceAdd methods to inquire credentials
2013-10-23 Simo SorceAdd support for NTLMv1 Signing and Sealing
2013-10-23 Simo SorceAdd CRC32 function using Zlib's crc32
2013-10-23 Simo SorceFix URLs with new upstream locations
2013-10-18 Simo SorceRelease 0.2.0 v0.2.0
2013-10-18 Simo SorceTest connectionless contexts connectionless
2013-10-18 Simo SorceSupport connectionless signing and sealing.
2013-10-18 Simo SorceAdd way to set sequence numbres.
2013-10-18 Simo SorceAdd support for connectionless mode
2013-10-18 Simo SorceAdd public devel header file
2013-10-18 Simo SorceAdd special case for enterprise names
2013-10-18 Simo SorceTreat NO OID as GSS_C_NT_USER_NAME on import
2013-10-18 Simo SorceFix potential segfault condition in RC4_FREE
2013-10-18 Simo SorceFix generation of signing keys and add tests
2013-10-18 Simo SorceFix symbols export regex to include gssspi_ too.
2013-10-17 Simo SorceTest acquire_cred_with_password
2013-10-17 Simo SorceAdd support for gss_acquire_cred_with_password()
2013-10-17 Simo SorceFix handling of NULL domain
2013-10-17 Simo SorceFix acquiring creds via cred_store
2013-10-17 Simo SorceStreamline spec file.
2013-10-17 Simo SorceBump up version number afeter 0.1.0 release
2013-10-14 Simo SorceCorrect upstream page in spec
2013-10-13 Simo SorceMake version 0.1.0 v0.1.0
2013-10-13 Simo SorceFix typos in README.txt
2013-08-22 Simo SorceAdd more tests.
2013-08-22 Simo SorceAdd gss_display_name implementation
2013-08-22 Simo SorceAdd implementation of gss_inquire_context
2013-08-19 Simo SorceTest Integrity and Confidentiality
2013-08-19 Simo SorceAdd integrity and confidentiality functions
2013-08-18 Simo SorceAdd testsing of gssntlm mechglue functions
2013-08-18 Simo SorceBasic implementation of accept_sec_context
2013-07-28 Simo SorceAdd support for server credentials
2013-07-28 Simo SorceAdd helper to copy names and gss_duplicate_name
2013-07-28 Simo SorceInternal release name
2013-07-28 Simo SorceHelper function to check lm compatibility level
2013-07-28 Simo SorceFix message type check
2013-07-28 Simo SorceAdd gss_context_time() implementation
2013-07-28 Simo SorceHelper function to check security context validity
2013-07-28 Simo SorceAdd expiration time checks
2013-07-28 Simo SorceAdd Credential Store support
2013-07-28 Simo SorceFix some comments
2013-07-28 Simo SorceFix target_info length calculation
2013-07-19 Simo SorceAlways request NTLMSSP_REQUEST_TARGET
2013-07-19 Simo SorceAdd README.txt with section on Testing
2013-07-19 Simo SorceAdd NTLMv1 support to context initialization
next