]> eyrie.org Git - kerberos/webauth.git/history - lib
Fix URL to HelpSU
[kerberos/webauth.git] / lib /
2015-02-05 Jon Robertsonlib/userinfo-json.c: Added missing include for macros.h
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 AllberyRecognize more failed login error codes from Kerberos
2014-08-14 Russ AllberyAdd new device_id field to login tokens
2014-08-07 Russ AllberyBump shared library versioning
2014-08-07 Russ AllberyRefactor JSON command construction
2014-08-07 Russ AllberyRefactor JSON argument construction with macros
2014-08-07 Russ AllberyUse macros to clean up JSON parsing
2014-08-07 Russ AllberyRefactor userinfo code
2014-08-06 Russ AllberyFix userinfo test suite for JSON, fix various issues...
2014-08-06 Russ AllberyClose memory leak on user information service failure
2014-08-06 Russ AllberyEnable JSON testing and fix one minor bug
2014-08-02 Russ AllberyInitial implementation of JSON user information service...
2014-07-23 Russ AllberyBump shared library versioning release/4.6.1
2014-07-15 Russ AllberyTranslate EINVAL to WA_PEC_LOGIN_FAILED
2014-07-15 Russ AllberyTranslate KRB5_KDC_UNREACH to WA_PEC_USER_REJECTED
2014-07-15 Russ AllberyAdd webauth_krb5_set_fast_armor_path to library exports
2014-07-15 Russ AllberyAdd FAST support, fix WebKdcKerberosFactors
2014-07-14 Russ AllberyAdd new mp and v factors
2014-05-10 Russ AllberyBuild correctly when remctl support is disabled
2014-05-10 Russ AllberyAvoid gcc warnings when built without remctl support
2014-03-18 Russ AllberyPreserve ownership and permissions on keyring updates
2014-03-12 Russ AllberyRename hex encode and decode functions to use wai_...
2014-03-12 Russ AllberyAdd locking to keyring updates
2014-03-12 Russ AllberyChange wai_error_set* functions to return the new code
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-11-10 Russ AllberyDocument more details of the token encryption
2013-09-16 Russ AllberyTranslate malformed principal names into WA_PEC_USER_RE...
2013-09-09 Russ AllberyFix compiler warnings when size_t and apr_off_t differ
2013-09-08 Russ AllberyMap more Kerberos error codes to better WebAuth codes
2013-08-28 Russ AllberyRecord the subject of a failed login token
2013-08-28 Russ AllberyFix another wai_log_error calling error
2013-08-14 Russ AllberyLog and ignore mismatched webkdc-proxy tokens
2013-08-14 Russ AllberyDiagnose a missing Kerberos authenticator earlier in...
2013-08-14 Russ AllberyImprove initial factor handling with non-password initi...
2013-08-14 Russ AllberyCheck the return URL in request tokens
2013-08-14 Russ AllberyLog ignored expired tokens during <requestTokenRequest>
2013-08-13 Russ AllberyFix login interaction for non-password session factor...
2013-08-13 Russ AllberyFix incorrect order of arguments to wai_log_error
2013-06-04 Russ AllberyAdd more stopwords for POD spelling tests
2013-04-23 Russ AllberyFix compilation error with Heimdal Kerberos libraries
2013-04-20 Russ AllberyRemove dead webauth_factors_interactive code
2013-04-20 Russ AllberyRevert forced authentication change, require a login...
2013-04-20 Russ AllberyMake better use of WebKDC login state
2013-04-20 Russ AllberyFix error logging from the user information service
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 AllberyUse the return code for all WebKDC login processing
2013-04-18 Russ AllberyAllow WebKDC login logging with login or request tokens
2013-04-18 Russ AllberyNew internal APIs to change and translate errors
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-18 Russ AllberySupport prefix to wai_log_error log message
2013-04-18 Russ AllberyProvide error context when encoding or decoding tokens
2013-04-18 Russ AllberyAllow wai_error_set* to take a NULL format
2013-04-18 Russ AllberyRemove unneeded nul termination of wai_buffer in WebKDC...
2013-04-18 Russ AllberyUniformly use s as the variable name for WebAuth status
2013-04-18 Russ AllberyRemove redundant WebKDC login check for proxy subjects
2013-04-18 Russ AllberyMove WebKDC logging functions into separate source...
2013-04-18 Russ AllberyImprove formatting of token creation in WebKDC login...
2013-04-18 Russ AllberySkip WebKDC login logging if we have no notice handler
2013-04-17 Russ AllberyRename wai_error_add_context to wai_error_context
2013-04-17 Russ AllberyRename struct buffer to struct wai_buffer
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 AllberyDon't set the subject in login unless returning proxy...
2013-04-16 Russ AllberyReturn wanted initial and session factors from login
2013-04-16 Russ AllberySimplify the WebKDC token merge code slightly
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 AllberyLog when we invalidate webkdc-factor tokens
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 AllberyRefactor the webkdc-login userinfo code
2013-04-11 Russ AllberyAdd support for invalidating webkdc-factor tokens
2013-04-11 Russ AllberyAdd user information service support for <invalid-before>
2013-04-11 Russ AllberyMove webkdc-factor merging out of webkdc-proxy merging
2013-04-09 Russ AllberyMove webkdc-proxy merging into token-merge.c and add...
2013-04-09 Russ AllberyMove webkdc-proxy and webkdc-factor merging into library
2013-04-09 Russ AllberyMove webkdc-factor handling out of webkdc-proxy merging
2013-04-06 Russ AllberyUse a temporary in attribute decoding for correct types
2013-04-03 Russ AllberyMove webkdc-factor token merging into a separate source...
2013-04-03 Russ AllberyImprove the leading comment of lib/token-crypto.c
2013-04-03 Russ AllberyUpdate webkdc-proxy proxy subject when merging
2013-04-03 Russ AllberyMove webkdc-proxy proxy subject checking into merge
2013-04-03 Russ AllberyAdd new WA_ERR_TOKEN_REJECTED error code
2013-04-03 Russ AllberySimplify webkdc-proxy token checking during login
2013-04-02 Russ AllberyLog ignored user information service errors
2013-04-02 Russ AllberyMake webauth_factors a private data structure
2013-04-02 Russ AllberyAdd webauth_factors_contains and use it
2013-04-02 Russ AllberyFix error in checking for satisfaction of session factors
2013-04-01 Russ AllberyRename webauth_factors_subset to _satisfies
next