moonshot.git
2011-03-17 Luke Howarddocument default_realm appdefault
2011-03-17 Luke HowardMerge branch 'master' into tlv-mic
2011-03-17 Luke Howardtry to get cyrus sasl building again, weird builbot...
2011-03-17 Luke HowardMerge branch 'master' into tlv-mic
2011-03-17 Luke HowardFor now, configure default realm using eap_gss appdefault
2011-03-17 Luke HowardFor now, configure default realm using eap_gss appdefault
2011-03-17 Luke Howardsimplify importAnonymousName
2011-03-17 Luke Howardfor now, allow default GSS EAP realm to be set
2011-03-17 Luke Howardfor now, allow default GSS EAP realm to be set
2011-03-17 Luke Howardrevert previous cyrus-sasl commit
2011-03-17 Luke Howardrevert previous cyrus-sasl change
2011-03-17 Luke Howardcyrus: add server FQDN as realm if we don't have one
2011-03-17 Luke Howardupdate cyrus for realm fix
2011-03-17 Luke Howardrequire a realm in EAP names; don't add default Kerbero...
2011-03-17 Luke Howardrequire a realm in EAP names; don't add default Kerbero...
2011-03-17 Luke Howardstub implementation of gss_userok SPI
2011-03-17 Luke Howardstub implementation of gss_userok SPI
2011-03-17 Luke Howardimplement gss_inquire_mechs_for_name properly, although...
2011-03-17 Luke Howardimplement gss_inquire_mechs_for_name properly, although...
2011-03-17 Luke HowardMerge branch 'master' into tlv-mic
2011-03-17 Luke Howardclarify use of enctype-less OID
2011-03-17 Luke Howardclarify use of enctype-less OID
2011-03-16 Luke Howardcleanup gssEapCanonicalizeOid, remove testing assert
2011-03-16 Luke Howardcleanup gssEapCanonicalizeOid, remove testing assert
2011-03-16 Luke Howardupdate cyrus sasl
2011-03-16 Luke Howardupdate cyrus sasl
2011-03-16 Luke Howardupdate cyrus-sasl
2011-03-16 Luke Howardupdate cyrus-sasl
2011-03-16 Luke Howarddon't enable GSSEAP_CREDS hack unless using default...
2011-03-16 Luke Howarddon't enable GSSEAP_CREDS hack unless using default...
2011-03-16 Luke HowardMerge branch 'master' into tlv-mic
2011-03-16 Luke Howardupdate to current cyrus-sasl changes
2011-03-16 Luke Howardcall gssEapCanonicalizeOid, gssEapInternalizeOid is...
2011-03-16 Luke Howardrefactor OID interning code
2011-03-16 Luke HowardFix for OpenSSH interoperability
2011-03-16 Luke HowardRevert "Fix for OpenSSH interoperability"
2011-03-16 Luke HowardFix for OpenSSH interoperability
2011-03-16 Luke Howardrefactor OID interning code
2011-03-15 Luke HowardAdd -Werror to CFLAGS
2011-03-15 Luke HowardAdd -Werror to CFLAGS
2011-03-15 Luke Howardsend GSS mutual auth flag from initiator to acceptor
2011-03-15 Luke Howardrefactor previous commit
2011-03-15 Luke Howardreturn mechanism used, if any, in gss_inquire_name
2011-03-15 Luke Howardadd a testing path for setting initiator credentials meeting/moonshot2
2011-03-15 Luke HowardMerge branch 'master' into tlv-mic
2011-03-15 Luke Howardcorrect buffer length check when importing name
2011-03-15 Luke HowardFix for OpenSSH interoperability
2011-03-15 Luke Howardpass glue context to defrostAttrContext
2011-03-15 Luke Howardadd a testing path for setting initiator credentials
2011-03-15 Luke HowardMerge branch 'master' into tlv-mic
2011-03-15 Luke HowardDefine AC_GNU_SOURCE to avoid Linux compile warnings
2011-03-15 Luke Howardplug leak in previous commit
2011-03-15 Luke Howardplug leak in previous commit
2011-03-15 Luke HowardEnsure credentials are initialized before calling initB...
2011-03-15 Luke HowardEnsure credentials are initialized before calling initB...
2011-03-15 Luke HowardMerge branch 'master' into tlv-mic
2011-03-15 Luke Howardinclude stdarg.h for vasprintf
2011-03-15 Luke Howardfix unused parameter warning when building without...
2011-03-15 Luke Howardfix unused parameter warning when building without...
2011-03-15 Luke Howardupdate libeap unused parameter warnings
2011-03-15 Luke Howardupdate libeap unused parameter warnings
2011-03-15 Luke Howardremove an extraneous GSSEAP_UNUSED
2011-03-15 Luke HowardMerge branch 'master' into tlv-mic
2011-03-15 Luke HowardDon't specify -g -O in Makefile.am, configure does...
2011-03-15 Luke HowardMerge branch 'tlv'
2011-03-15 Luke Howardcleanup unused parameter warnings
2011-03-15 Luke HowardMerge branch 'master' into tlv
2011-03-15 Sam Hartmanenable --enable-tls because we probably want it and...
2011-03-15 Linus NordbergFollow API changes in libradsec.
2011-03-15 Luke Howardremove -fno-strict-aliasing and -Wunused-parameter
2011-03-15 Luke Howardput some state machine plumbing in acceptor to allow...
2011-03-15 Luke Howardadd some documentation
2011-03-14 Luke Howardmore cleanups
2011-03-14 Luke Howardcleanup previous commit
2011-03-14 Luke Howardminor refactoring
2011-03-14 Luke Howardcleanup
2011-03-14 Luke Howards/ITOK_TYPE_xxx_EXTS/ITOK_TYPE_SUPPORTED_xxx_EXTS
2011-03-14 Luke Howarduse Kerberos GSS chan bindings to handle initiator...
2011-03-14 Luke HowardAdd some extension feature negotiation
2011-03-14 Luke HowardRevert "Don't set GSS_C_MUTUAL_FLAG because we don...
2011-03-14 Luke HowardDon't set GSS_C_MUTUAL_FLAG because we don't yet suppor...
2011-03-14 Luke Howardremove redundant state machine attribute
2011-03-14 Luke Howardremove trailing whitespace
2011-03-14 Luke Howarddo MIC round trip for fast reauth case
2011-03-14 Luke Howardadd acceptor MIC
2011-03-14 Luke Howardcompute initiator MIC
2011-03-14 Luke Howardadd get/verify conversation MIC APIs
2011-03-14 Luke Howardimport/export conversation
2011-03-14 Luke Howardrecord EAP conversation in context
2011-03-13 Luke Howardadd MIC symbols
2011-03-13 Luke Howarddon't leak RADIUS response packet
2011-03-12 Luke Howardremove trailing space
2011-03-12 Luke Howardremove trailing space
2011-03-12 Luke HowardHEADS UP: move dictionary file to $prefix/etc/raddb...
2011-03-12 Luke Howarddon't free RADIUS context before packet
2011-03-12 Luke Howarddon't free RADIUS context before packet
2011-03-12 Luke HowardDon't promote bindings unwrap failure to GSS_S_BAD_BINDINGS
2011-03-12 Luke HowardMerge branch 'master' into tlv
2011-03-12 Luke Howardcleanup commit 87b8bd5ef53b7813f138949b6cd2a1712f14eef5
2011-03-12 Luke HowardHEADS UP: move dictionary file to $prefix/etc/raddb...
next