aboutsummaryrefslogtreecommitdiff
path: root/kasetkey
AgeCommit message (Collapse)Author
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss 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-25Add a note about error codes and debugging.Russ Allbery
2007-09-25Be consistent in how we handle cells and realms in kasetkey. AssumeRuss 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-25Determine the cell of our target principal before we open an authserverRuss Allbery
connection and use that cell as the authserver cell.
2007-09-01Add a note that this is part of the wallet system.Russ Allbery
2007-08-29Kill warnings. We now build with all warnings enabled.Russ Allbery
2007-03-09Delete the correct principal on -D.release/0.1debian/0.1-1Russ Allbery
2007-03-09const is more trouble than it's worth when dealing with AFS code.Russ Allbery
2007-03-09Fix principal parsing to not always use the admin principal, whichRuss Allbery
caused us to delete our own principal.
2007-03-09Once you get the realm, *use* the realm.Russ Allbery
2007-03-09Need the dummy variable for ka_CellToRealm.Russ Allbery
2007-03-09read_service_key wants the realm, not the cell.Russ Allbery
2007-03-09Improve the debugging for read_service_key.Russ Allbery
2007-03-09Missing newline in help.Russ Allbery
2007-03-09Use the package version for our version.Russ Allbery
2007-03-08Initial manual page for kasetkey.Russ Allbery
2007-03-08Mention -D in the documentation.Russ Allbery
2007-03-07Redo 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-21Add a -D flag to delete an AFS kaserver principal.Russ Allbery
2006-08-17Fix the includes along the lines that I was trying the first time.Russ Allbery
2006-08-17Import gen_srvtab as kasetkey and add the basic build framework.Russ Allbery