- May 21, 2014
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- Apr 13, 2014
-
-
Russ Allbery authored
-
- Jan 08, 2014
-
-
Russ Allbery authored
This probably won't matter, but may as well.
-
Russ Allbery authored
Extend delays, since authentication can take a while on a remote, loaded network. Use better strategies for waiting for activity than simple numeric delays. Fix the test count in k5start/daemon.
-
Russ Allbery authored
MIT Kerberos doesn't cope well with UID session keyrings. It can get tickets, but then the tickets disappear. Check for that and skip the keyring tests if we're running into that problem.
-
Russ Allbery authored
-
Russ Allbery authored
-H can now be used with -K in krenew as well. Simplify the implementation, hopefully improve the documentation, and add a NEWS entry.
-
- Jan 07, 2014
-
-
Michael Lass authored
This allows users to override the default minimum remaining ticket lifetime of two minutes after the next run when using -K. When using -H without -K there should be no change in behaviour.
-
- Sep 17, 2012
-
-
Russ Allbery authored
-
- Apr 30, 2012
-
-
Russ Allbery authored
-
Russ Allbery authored
-
Rasmus Borup Hansen authored
k5start, when run with the -K option to run as a daemon, no longer exits if the initial authentication fails. Instead, it reports the error to standard error and then continues to run, attempting authentication every minute as if authentication had failed after it had started. Patch from Rasmus Borup Hansen.
-
Russ Allbery authored
Clean up the temporary ticket cache on k5start failure if -o, -g, or -m were given. Based on a patch by Rasmus Borup Hansen.
-
Russ Allbery authored
-
Rasmus Borup Hansen authored
If -i is given to krenew and the initial ticket renewal failed, start with the shorter wake-up interval of one minute just as if a subsequent renewal failed.
-
- Mar 02, 2012
-
-
Russ Allbery authored
The first argument is the principal, not a username. Don't call it a username and imply that k5start can switch users.
-
- Jan 10, 2012
-
-
Russ Allbery authored
-
Robbert Eggermont authored
- The .spec file refers to version 3.16. - SLED doesn't have krb5-libs; both SLED and RHEL seem fine with Requires: krb5'. - The %defattr lines cause some directory permissions problems.
-
- Jan 08, 2012
-
-
Russ Allbery authored
This was breaking formatting for the web pages.
-
Russ Allbery authored
If there is no keytab configuration, we were generating a krb5.conf file and not deleting it.
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
When k5start or krenew are running as a daemon and obtaining new tickets fails, both now shorten the wakeup interval to one minute and keep trying at that interval until the error resolves itself, and then go back to the normal wakeup interval.
-
Russ Allbery authored
After a SIGHUP or SIGTERM when not running a command, k5start and krenew now clean up their PID files, if any, before exiting.
-
Russ Allbery authored
-
Russ Allbery authored
Add a new -s option to krenew that, if given, tells krenew to send SIGHUP to the command it's running when it exits because it can't renew the ticket. This is useful when continuing to run the command without a valid ticket would be pointless.
-
Russ Allbery authored
-
Russ Allbery authored
Fix a regression introduced in kstart 4.0 where k5start -H would be happy with an unexpired ticket for a different principal than the desired client principal.
-
- Jan 05, 2012
-
-
Russ Allbery authored
Fix a regression introduced in kstart 4.0 that caused k5start -H and krenew -H to fail and attempt reauthentication with non-renewable tickets even if the lifetime was long enough. Thanks to pod for the report.
-
- Dec 30, 2011
-
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
Remove the MIT copyright and license; there are no appreciable bits of MIT kinit left in this code. Everything has been rewritten. Update lots of LICENSE information from the import of new code from rra-c-util and various licensing changes there.
-
Russ Allbery authored
-