summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2015-06-08Added new method for wallet-backend, updateJon Robertson
2015-06-08Added acl replace command to wallet backendJon Robertson
2014-07-15Use xcalloc instead of xmalloc with calculated sizesRuss Allbery
2014-07-15Fix wallet-backend parsing of expiresRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2014-01-06Fix wallet-rekey on keytabs containing multiple principalsRuss Allbery
2013-03-27Allow owners of objects to destroy them by defaultRuss Allbery
2013-02-27Add missing license statement to client/krb5.cRuss Allbery
2013-02-27Add explicit license statements to all POD documentationRuss Allbery
2013-02-27Drop use of concat in favor of xasprintfRuss Allbery
2013-02-27Use correct form of Stanford's copyright statementRuss Allbery
2013-02-27Check for errors when renaming new keytabRuss Allbery
2012-11-04Add new acl check commandRuss Allbery
2012-08-07Add some stopwords for POD spelling checksRuss Allbery
2011-06-20Add a comment field to objectsRuss Allbery
2010-08-13Various minor fixes for wallet-rekeyRuss Allbery
2010-08-13Use die instead of sysdie for no rekeyable principalsRuss Allbery
2010-07-29Abort rekeying if we fail on the first principalRuss Allbery
2010-07-29Fix wallet-rekey with foreign realm keytab entriesRuss Allbery
2010-07-29Add documentation for wallet-rekeyRuss 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-06-29Add another stopword to the wallet client man pageRuss Allbery
2010-05-26Document acl rename in the wallet man pageRuss Allbery
2010-03-08Correctly include portable/krb5.h in wallet/krb5.cRuss Allbery
2010-02-20Add portable/uio.h and include it in client/wallet.cRuss Allbery
2010-02-20Update documentation for support for storing nul dataRuss Allbery
2010-02-20Add support in the wallet client for store of binary dataRuss Allbery
2010-02-09Document that -u works if you don't have a ticketRuss Allbery
2010-02-09Reorganize main POD tests and add a spelling checkRuss 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
2010-02-09Use the long enctype name for aes256-cts-hmac-sha1-96Russ Allbery
2010-02-09Remove kaserver synchronization support from the wallet clientRuss Allbery
2010-02-08Initial port to HeimdalRuss 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-04-24Switch to messages-krb5 in util instead of the one built in the clientRuss Allbery
2008-02-12Correctly handle get of an empty object in the wallet client. TheRuss Allbery
2008-02-08Fix the wallet client to use check instead of exists.Russ Allbery
2008-02-07Add new exists and autocreate wallet server interfaces. The firstRuss Allbery
2008-02-07Add a new autocreate API call that tries to create an object using theRuss Allbery
2008-02-07Add a check command to the wallet server to determine whether an objectRuss Allbery
2008-02-07When creating a srvtab based on a just-downloaded keytab, extract theRuss Allbery
2008-02-07Add UNUSED markers for older versions of Kerberos.Russ Allbery
2008-01-19The wallet client now supports a -u option, saying to obtain KerberosRuss Allbery
2008-01-19If -f is used and the output file name with ".new" appended alreadyRuss Allbery
2008-01-19When downloading a keytab to a file that already exists, merge the newRuss Allbery