diff options
author | Nicolas Williams <nico@cryptonector.com> | 2012-09-11 21:37:53 -0500 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-09-12 14:49:06 -0400 |
commit | b858e776ece87756202d4c646931d35bd407e3ea (patch) | |
tree | aa03eaca32bc796416c4a4542eb5caced1570b5a /src/tests/gssapi/t_gssapi.py | |
parent | 9e182bcee06362de1dd0aa6a6bc71929c7543600 (diff) | |
download | krb5-b858e776ece87756202d4c646931d35bd407e3ea.tar.gz krb5-b858e776ece87756202d4c646931d35bd407e3ea.tar.xz krb5-b858e776ece87756202d4c646931d35bd407e3ea.zip |
Use blocking locks in krb5kdc and libkadm5srv
We don't really need or want to use non-blocking locks, and we certainly
don't want to sleep(1) in krb5kdc (possibly several times, as there was
a loop over this) when either of the principal or policy DB is locked.
Some callers still request non-blocking locks, and ctx_lock() still
honors this.
ticket: 7359 (new)
Diffstat (limited to 'src/tests/gssapi/t_gssapi.py')
0 files changed, 0 insertions, 0 deletions