Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-24 | Major coding style cleanup. Updated all shared code from my other | Russ Allbery | |
projects. The configure option requesting AFS kaserver support (and thus building kasetkey) is now --with-kaserver instead of --with-afs. If KRB5_CONFIG was explicitly set in the environment, don't use a different krb5-config based on --with-krb4 or --with-krb5. If krb5-config isn't executable, don't use it. This allows one to force library probing by setting KRB5_CONFIG to point to a nonexistent file. Sanity-check the results of krb5-config before proceeding and error out in configure if they don't work. Stop setting Stanford-specific compile-time defaults for the wallet server and port. | |||
2008-04-07 | Print out version information with a hard-coded kasetkey instead of | Russ Allbery | |
using argv[0]. | |||
2008-04-07 | Clean up a few bugs in the new enable/disable and examine support. | Russ Allbery | |
It now passes basic tests. | |||
2008-04-07 | Add support for enabling and disabling principals (clearing or setting | Russ Allbery | |
the NOTGS flag) and examining principals to kasetkey. This functionality isn't used by wallet (and probably won't be) but is convenient for other users of kasetkey such as kadmin-remctl. | |||
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery | |
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices. | |||
2007-09-25 | Add a note about error codes and debugging. | Russ Allbery | |
2007-09-25 | Be consistent in how we handle cells and realms in kasetkey. Assume | Russ Allbery | |
that all cells in the interfaces we call are actually realms, and assume that fully-qualified principals, when parsed from the command-line, will give us realms. If we are using the local cell, convert it to a realm at the very start and then don't worry about the conversion thereafter. Also improve debugging output in a few places. | |||
2007-09-25 | Determine the cell of our target principal before we open an authserver | Russ Allbery | |
connection and use that cell as the authserver cell. | |||
2007-09-01 | Add a note that this is part of the wallet system. | Russ Allbery | |
2007-08-29 | Kill warnings. We now build with all warnings enabled. | Russ Allbery | |
2007-03-09 | Delete the correct principal on -D.release/0.1debian/0.1-1 | Russ Allbery | |
2007-03-09 | const is more trouble than it's worth when dealing with AFS code. | Russ Allbery | |
2007-03-09 | Fix principal parsing to not always use the admin principal, which | Russ Allbery | |
caused us to delete our own principal. | |||
2007-03-09 | Once you get the realm, *use* the realm. | Russ Allbery | |
2007-03-09 | Need the dummy variable for ka_CellToRealm. | Russ Allbery | |
2007-03-09 | read_service_key wants the realm, not the cell. | Russ Allbery | |
2007-03-09 | Improve the debugging for read_service_key. | Russ Allbery | |
2007-03-09 | Missing newline in help. | Russ Allbery | |
2007-03-09 | Use the package version for our version. | Russ Allbery | |
2007-03-08 | Initial manual page for kasetkey. | Russ Allbery | |
2007-03-08 | Mention -D in the documentation. | Russ Allbery | |
2007-03-07 | Redo the coding style of kasetkey and factor out common code. | Russ Allbery | |
Authenticate via a srvtab instead of a DES key to make management of the key used by kasetkey easier. | |||
2007-02-21 | Add a -D flag to delete an AFS kaserver principal. | Russ Allbery | |
2006-08-17 | Fix the includes along the lines that I was trying the first time. | Russ Allbery | |
2006-08-17 | Import gen_srvtab as kasetkey and add the basic build framework. | Russ Allbery | |