aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-23Add a test infrastructure and a very basic test for the clientRuss Allbery
functionality so far.
2006-08-23Make quite a bit more behavior configurable so that I can run a meaningfulRuss Allbery
test. Display show output to standard out instead of writing it to a keytab file. NULL-terminate the commands passed to the server. Don't constrain the object type to be keytab.
2006-08-23Let autogen make copies of the supporting programs when run after a freshRuss Allbery
checkout rather than checking them into Subversion.
2006-08-17Initial very simple wallet client program.Russ Allbery
2006-08-17Update ignores.Russ Allbery
2006-08-17Split AFS headers and AFS libraries into different configure options, sinceRuss Allbery
the AFS stuff can be in very odd places. Search for res_search, since the AFS libraries require it.
2006-08-17Fix the includes along the lines that I was trying the first time.Russ Allbery
2006-08-17Ignore generated Automake and Autoconf files.Russ Allbery
2006-08-17More random crap needed by Automake.Russ Allbery
2006-08-17Import gen_srvtab as kasetkey and add the basic build framework.Russ Allbery
2006-08-16Document the requirements for the keytab backend.Russ Allbery
2006-08-16First draft of the API specification for wallet server components.Russ Allbery
2006-08-15Initial wallet design documentation.Russ Allbery
2006-08-14Create structure for the wallet project.Russ Allbery