3
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Indentation should be tabs. More... about 12 years ago
Use Krb5Admin::C::kinit_anonymous() rather than calling kinit. More... about 12 years ago
Read user2service mappings from a separate configuration file, or a directory with multiple such files More... about 12 years ago
Suppress perl warnings for unknown enctypes when bootstrapping. More... about 12 years ago
Add des-cbc-md5 to the list of understood enctypes... More... about 12 years ago
Obtain anonymous tickets from the target realm of the bootstrap id More... about 12 years ago
When instance is primary hostname, automatically change when max(kvno) is missing. Delete the bootstrap principal after successful bootstrap, the KDC does likewise. Tidy up a bit of related code. More... about 12 years ago
Make $realm visible in sub scope in install_bootstrap_key, now that we need to send it to the KDC. More... about 12 years ago
Pass realm when calling create_bootstrap_id(). More... about 12 years ago
Obtain initial host key for the default library version More... about 12 years ago
First pass at bootstrapping support in krb5_keytab. More... about 12 years ago
Document the -Z flag (use local Kerberos DB.) More... about 12 years ago
$@ was being overwritten in the outputting code. More... about 12 years ago
Slight improved usage for installing bootstrap keys. More... about 12 years ago
We add support for fetching the bootstrap key. More... about 12 years ago
Save $@ into $err to make future errors less likely... More... about 12 years ago
Update krb5_keytab to use the curve25519 logic in krb5_admin. More... about 12 years ago
Fix a man page typo. More... about 12 years ago
Deal with our ccache in BEGIN{} END{} blocks. More... over 12 years ago
kinit, et al. live in $KRB5DIR/bin/klist, not $KRB5DIR/klist. More... over 12 years ago
maintainer update More... over 12 years ago
Define KRB5DIR for the location of krb5 in our Makefile. More... over 12 years ago
Check to ensure that princs are defined before calling krb5_parse_name(). More... over 12 years ago
Allow build framework to pass additional options to kinit. More... over 12 years ago
Change from qx// to fork/exec to run kinit. More... over 12 years ago
Fix verbose warning about undefined variable. More... over 12 years ago
We can't create the kmdb object this early. More... over 12 years ago
We need a -k in the kinit. More... over 12 years ago
Be consistent with $opts{'Z'} vs $opts{Z}. We opt for the latter. More... over 12 years ago
Add -W and -w flags which enable xrealm bootstrapping from a Windows realm. More... over 12 years ago