]> eyrie.org Git - kerberos/webauth.git/history - include
Fix URL to HelpSU
[kerberos/webauth.git] / include /
2014-09-22 Jon RobertsonGive a validation remctl command its own timeout error
2014-08-14 Russ AllberyProvide the device and default factor information to...
2014-08-14 Russ AllberyAdd support for default and device info in userinfo...
2014-08-14 Russ AllberyAdd new device_id field to login tokens
2014-08-02 Russ AllberyInitial implementation of JSON user information service...
2014-07-15 Russ AllberyAdd FAST support, fix WebKdcKerberosFactors
2014-07-14 Russ AllberyAdd new mp and v factors
2014-03-12 Russ AllberyAdd locking to keyring updates
2014-03-08 Russ AllberyChange my email address to eagle@eyrie.org
2014-02-27 Russ AllberyAdd support for Kerberos password change via remctl
2013-08-13 Russ AllberyFix nonnull parameter on webauth_user_validate
2013-04-20 Russ AllberyRemove dead webauth_factors_interactive code
2013-04-19 Russ AllberyFurther refactoring of the WebKDC login code
2013-04-19 Russ AllberyAllow webauth_factors_satisfies to take a NULL second...
2013-04-19 Russ AllberyRemove login_error and login_message from webkdc_login
2013-04-18 Russ AllberyImprove comment in webauth/basic.h documenting status...
2013-04-18 Russ AllberyRemove duplicate error codes
2013-04-18 Russ AllberySort the internal WebAuth errors
2013-04-18 Russ AllberyIntegrate protocol error codes and internal error codes
2013-04-17 Russ AllberyPass all tokens into webauth_webkdc_login encrypted
2013-04-17 Russ AllberyPass WebKDC client IP to webkdc_login for logging purposes
2013-04-17 Russ Allberywebauth_webkdc_login now takes encrypted credential...
2013-04-17 Russ AllberyUse struct webauth_factors for userinfo and webkdc_logi...
2013-04-16 Russ AllberyRemove login_state from struct webauth_token_login
2013-04-15 Benjamin CoddingtonImplement loginState object for WebLogin and callouts
2013-04-13 Russ AllberyFinish adding const to userinfo and WebKDC login code
2013-04-13 Russ AllberyAdd const to the factor functions
2013-04-12 Russ AllberyImproved const cleanliness in WebKDC login code
2013-04-11 Russ Allbery<valid-threshold>, not <invalid-after> in userinfo
2013-04-11 Russ AllberyAdd user information service support for <invalid-before>
2013-04-03 Russ AllberyAdd new WA_ERR_TOKEN_REJECTED error code
2013-04-02 Russ AllberyMake webauth_factors a private data structure
2013-04-02 Russ AllberyAdd webauth_factors_contains and use it
2013-04-01 Russ AllberyRename webauth_factors_subset to _satisfies
2013-04-01 Russ AllberyAdd webauth_factors_interactive function
2013-04-01 Russ AllberyAdd webauth_factors_new interface
2013-03-22 Russ AllberyRefactor factor parsing code
2013-03-22 Russ AllberyModify webkdc-factor tokens to only store one kind...
2013-03-14 Russ AllberyChange webauth_factors_trim to webauth_factors_subtract
2013-03-14 Russ AllberyFix non-null attribute for webauth_user_validate
2013-03-14 Russ AllberyUse ott instead of otp_type in login encoding
2013-03-14 Benjamin CoddingtonAdd an otp_type field to loginToken
2013-03-14 Benjamin CoddingtonAdd a factor utility function - trim existing factors
2013-03-14 Benjamin CoddingtonUserinfo service can require specific/multiple factors
2013-03-14 Benjamin CoddingtonExtend userMessage from validation service to WebLogin
2013-03-14 Benjamin CoddingtonExtend userMessage from userinfo service to WebLogin
2013-03-08 Russ AllberyAdd support for logging inside libwebauth
2013-03-01 Russ AllberyAdd support for additional factors from user informatio...
2013-02-28 Russ AllberyAllow webauth_factors_string to take a NULL argument
2013-02-14 Russ AllberyInclude the expiration of a webkdc-factor token in...
2013-02-14 Russ AllberySupport expirations for userinfo validate factors
2013-02-12 Russ AllberyGenerate webkdc-factor token from WebKDC login
2013-02-12 Russ AllberyPass the initial factors to the user information service
2013-02-12 Russ AllberyReturn persistent factors from userinfo validate
2013-02-07 Russ AllberyAdd webkdc-factor tokens
2012-12-12 Russ AllberyRename new protocol error constants
2012-12-07 Russ AllberyAdd new protocol error code for rate limited logins
2012-12-07 Russ AllberyAdd new protocol error code for replays
2012-12-06 Russ AllberyMake threshold for proxy token freshness configurable
2012-11-29 Russ AllberyAdd webauth_token_{encrypt,decrypt} to the public API
2012-11-23 Russ AllberyRename struct members to match the protocol
2012-11-22 Russ AllberyAdd authz_subject members to app, id, and proxy tokens
2012-10-05 Russ AllberyAllow identity assertion during login
2012-10-05 Russ AllberyInitial support for an identity ACL
2012-09-06 Russ AllberyRemove webauth_attrs?_.* and webauth_hex_.* from public API
2012-09-04 Russ AllberyAdd new WA_ERR_FILE_NOT_FOUND error
2012-09-04 Russ AllberyAdd service token cache support to the WebAuth library
2012-09-04 Russ AllberyRename all WA_ERR_KEYRING_* codes to WA_ERR_FILE_*
2012-09-04 Russ AllberyRemove WA_TK_* constants
2012-09-04 Russ AllberyRemove WA_SA_* constants
2012-09-04 Russ AllberyRemove WA_TT_* constants from webauth.h
2012-08-28 Russ AllberyConvert token decoding to use the new encoder
2012-08-27 Russ AllberyConvert WebAuth token encoding to use the new machinery
2012-08-16 Russ AllberyAdd public webauth_kerying_encode and webauth_keyring_d...
2012-08-15 Russ AllberyRemove base64 functions from libwebauth
2012-08-06 Russ AllberyRewrite the Kerberos-related library API
2012-07-19 Russ AllberyMerge branch 'stable-4.2'
2012-07-19 Russ AllberyMerge branch 'stable-4.2'
2012-07-18 Russ AllberyPass errors from user information service through login...
2012-07-18 Russ AllberyAdd return URL to user information query, support errors
2012-06-07 Benjamin CoddingtonSupport keyring credential caches
2012-05-23 Russ AllberyRename WA_AES_KEY to WA_KEY_AES
2012-05-23 Russ AllberyRemove webauth_random_{bytes,key} from the public API
2012-05-22 Russ AllberyRewrite the keyring library functions to use APR
2012-05-15 Russ AllberyMake the old webauth_token_{create,parse} functions...
2012-05-14 Russ AllberyRename user metadata to user information service
2012-05-08 Russ AllberyConvert the low-level token functions to use APR
2012-03-12 Russ AllberyFix random multifactor for WebKdcUserInfoIgnoreFail
2012-03-11 Russ AllberyDrop support for base64-encoded attributes
2012-03-11 Russ AllberyDrop webauth_info_build and webauth_info_version APIs
2012-03-02 Russ AllberyAdd a flag to ignore failure of user information retrieval
2012-03-02 Russ AllberySupport configuring a timeout for user information...
2012-02-24 Russ AllberyAdd const to webauth_krb5_export_ticket
2011-08-29 Russ AllberyAdd additional logging of factor and LoA in WebKDC
2011-08-17 Russ AllberySupport random multifactor in parsing code
2011-08-10 Russ Allberywebauth_factors_parse may take a NULL second argument
2011-08-10 Russ AllberyObtain Kerberos tickets before making remctl calls
2011-08-05 Russ AllberyReturn password expiration information to WebLogin
2011-08-05 Russ AllberyPass the IP address into the webkdc-validate middleware...
2011-08-04 Russ AllberyUpdate for simplified webkdc-validate interface
next