aboutsummaryrefslogtreecommitdiff
path: root/client/wallet.c
AgeCommit message (Expand)Author
2018-06-03Add SPDX-License-Identifier headersRuss Allbery
2018-05-28Pass realm to krb5_appdefault_* functionsRuss Allbery
2018-05-27Update to rra-c-util 7.2 and C TAP Harness 4.3Russ Allbery
2014-07-15Use xcalloc instead of xmalloc with calculated sizesRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-02-27Use correct form of Stanford's copyright statementRuss Allbery
2010-07-28Break wallet-rekey out into a separate client programRuss Allbery
2010-07-27Finished first pass of the rekey commandJon Robertson
2010-07-27Adding wallet rekey capability -- work in progress, testingJon Robertson
2010-02-20Add portable/uio.h and include it in client/wallet.cRuss Allbery
2010-02-20Add support in the wallet client for store of binary dataRuss Allbery
2010-02-09Update util code and import Kerberos portability glueRuss Allbery
2010-02-09Use a temporary disk cache in the wallet client instead of memoryRuss Allbery
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-04-24The wallet command-line client now reads the data for store from aRuss Allbery
2008-04-24Major coding style cleanup. Updated all shared code from my otherRuss Allbery
2008-02-07Add new exists and autocreate wallet server interfaces. The firstRuss Allbery
2008-01-19The wallet client now supports a -u option, saying to obtain KerberosRuss Allbery
2008-01-19When downloading a keytab to a file that already exists, merge the newRuss Allbery
2008-01-17Initialize the temporary variable when getting numbers from appdefaults.Russ Allbery
2008-01-05The wallet client can now get the server, port, principal, and remctlRuss Allbery
2007-10-08Add a missing close parenthesis to the wallet -h output.Russ Allbery
2007-10-07Default to a port of 0, which tells remctl to use its default.Russ Allbery
2007-10-07Use WALLET_SERVER and WALLET_PORT rather than SERVER and PORT.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-10-05The wallet client now automatically sets the sync attribute on a keytabRuss Allbery
2007-10-05Refactor the remctl calls in the wallet client to share a common routine.Russ Allbery
2007-10-05Pull keytab handling in the client into a separate file for laterRuss Allbery
2007-10-05Pull the file writing code for the wallet client into a separate fileRuss Allbery
2007-10-04Use die, warn, and xmalloc, now that we have them.Russ Allbery
2007-09-27Initial cut at srvtab support in the wallet client. This still requiresRuss Allbery
2007-09-01Change an instance of remctl to wallet in the -h output.Russ Allbery
2007-08-29Kill warnings. We now build with all warnings enabled.Russ Allbery
2007-08-29Add support for -f and recognize -S. Remove the special-casing of onlyRuss Allbery
2006-08-23Make quite a bit more behavior configurable so that I can run a meaningfulRuss Allbery
2006-08-17Initial very simple wallet client program.Russ Allbery