]> eyrie.org Git - kerberos/kstart.git/commit
Add -a option to always renew tickets and tokens
authorRuss Allbery <eagle@eyrie.org>
Thu, 3 Jul 2014 19:00:06 +0000 (12:00 -0700)
committerRuss Allbery <eagle@eyrie.org>
Thu, 3 Jul 2014 19:00:06 +0000 (12:00 -0700)
commit5b7eaf97c68fd16055fd3b5ff96c75f1a57fd587
treee35f9ee4c70441e93764153230453a6147456e4c
parent32667daafba581b67d4339642aa540aef1eb2b0c
Add -a option to always renew tickets and tokens

Add the -a option to k5start and krenew, which says to always try
to renew our tickets (and tokens, if -t) every time we wake up,
regardless of how much time is left on the tickets.  This is useful if
you want to ensure that a certain amount of lifetime always exists
on the tickets, or if you want to ensure aklog gets run, even if
something else is keeping our tickets fresh.

Based on a patch by Andrew Deason.
framework.c
internal.h
k5start.c
k5start.pod
krenew.c
krenew.pod