summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-07-15 12:58:55 -0700
committerRuss Allbery <rra@stanford.edu>2014-07-15 13:02:38 -0700
commit8b91f6b023f93e689a4933dbffe7d7dc9ebc349e (patch)
treea79be6899286256b88da213b6a6049824632d8c5
parent21b492a8023617c58344523af331a7f3ab1811fe (diff)
Add webauth_krb5_set_fast_armor_path to library exports
Also document the addition of the new public interface in NEWS. Change-Id: I4a565ebfe7a358e0c16ac6c1277bc95dfbe714e1 Reviewed-on: https://gerrit.stanford.edu/1541 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r--NEWS4
-rw-r--r--lib/libwebauth.map1
-rw-r--r--lib/libwebauth.sym1
3 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10f37490..f80258ed 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ WebAuth 4.6.1 (unreleased)
Fix parsing of the WebKdcKerberosFactors configuration directive.
+ Add a new webauth_krb5_set_fast_armor_path interface to libwebauth
+ that allows configuring a path to a FAST armor ticket cache before
+ authenticating with a password.
+
Show the expiring password warning in WebLogin if the browser request
was a POST. Previously, it was skipped if the user had a REMOTE_USER
preference or if the browser presented a single sign-on cookie. This
diff --git a/lib/libwebauth.map b/lib/libwebauth.map
index d2eeb5a2..e80934bb 100644
--- a/lib/libwebauth.map
+++ b/lib/libwebauth.map
@@ -41,6 +41,7 @@ WEBAUTH_4_5 {
webauth_krb5_prepare_via_cred;
webauth_krb5_read_auth;
webauth_krb5_read_auth_data;
+ webauth_krb5_set_fast_armor_path;
webauth_log_callback;
webauth_parse_interval;
webauth_token_decode;
diff --git a/lib/libwebauth.sym b/lib/libwebauth.sym
index e35a2c04..8691d0d7 100644
--- a/lib/libwebauth.sym
+++ b/lib/libwebauth.sym
@@ -39,6 +39,7 @@ webauth_krb5_new
webauth_krb5_prepare_via_cred
webauth_krb5_read_auth
webauth_krb5_read_auth_data
+webauth_krb5_set_fast_armor_path
webauth_log_callback
webauth_parse_interval
webauth_token_decode