aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2014-08-02 14:20:33 -0400
committerTom Yu <tlyu@mit.edu>2014-08-02 14:20:33 -0400
commitc35e3316423af7b806c9f8971a0cce5e0d4c893f (patch)
tree4dcf332cb83941932d3a1602adbcbead59bc7047 /src/include
parent0d3db948464bf7a38afa458f2f54867d107bbb72 (diff)
downloadkrb5-c35e3316423af7b806c9f8971a0cce5e0d4c893f.zip
krb5-c35e3316423af7b806c9f8971a0cce5e0d4c893f.tar.gz
krb5-c35e3316423af7b806c9f8971a0cce5e0d4c893f.tar.bz2
Support unlocked iteration in DB2
Add support to the DB2 KDB back end to optionally release the lock when calling the iterator callback. This prevents the blocking of other processes when dumps of large databases are taking place. Also add support for reversed iteration. ticket: 7977
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index d87b848..d57dd6b 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -278,6 +278,7 @@ typedef unsigned char u_char;
#define KRB5_CONF_SUPPORTED_ENCTYPES "supported_enctypes"
#define KRB5_CONF_TICKET_LIFETIME "ticket_lifetime"
#define KRB5_CONF_UDP_PREFERENCE_LIMIT "udp_preference_limit"
+#define KRB5_CONF_UNLOCKITER "unlockiter"
#define KRB5_CONF_V4_INSTANCE_CONVERT "v4_instance_convert"
#define KRB5_CONF_V4_REALM "v4_realm"
#define KRB5_CONF_VERIFY_AP_REQ_NOFAIL "verify_ap_req_nofail"