aboutsummaryrefslogtreecommitdiff
path: root/src/clients/klist/klist.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-27Make ccache name work for klist/kdestroy -AGreg Hudson1-17/+16
2017-05-24Modernize coding style of most client programsMichael Mattioli1-218/+211
2017-05-18Use krb5_timestamp where appropriateGreg Hudson1-1/+1
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-14/+8
2016-08-10Fix a variety of one-time leaksGreg Hudson1-0/+3
2016-03-31Move the util/windows getopt to libkrb5supportMatt Rogers1-6/+0
2014-11-03Stop using KRB5_TC_OPENCLOSEGreg Hudson1-15/+0
2014-10-13Fix klist -A -s outputGreg Hudson1-1/+1
2014-10-13Improve klist check for expired cacheGreg Hudson1-5/+16
2014-10-13Separate ccache display and checking in klistGreg Hudson1-54/+71
2014-10-04Fix minor memory leak in klist (again)Greg Hudson1-1/+1
2014-07-04Avoid using length fields in socket addressesGreg Hudson1-6/+0
2014-07-04Don't depend on sa_len sockaddr fieldGreg Hudson1-1/+1
2013-12-20Use an extended com_err hook in klistGreg Hudson1-18/+17
2013-07-15Fix minor leaks in klistGreg Hudson1-3/+4
2012-10-15Add a -C flag to klist to also show config entriesNalin Dahyabhai1-12/+54
2012-07-16Add kinit/klist -i options to use client keytabGreg Hudson1-3/+12
2012-07-06Allow using locales when gettext is absentBen Kaduk1-0/+1
2012-07-06Enable all localizations in main functionsBen Kaduk1-1/+1
2012-06-29Remove an outdated reference to DES in klist helpGreg Hudson1-1/+1
2012-06-20Document how to free krb5_cc_get_full_name resultGreg Hudson1-2/+2
2012-02-28Require IPv6 supportKen Raeburn1-2/+0
2011-09-19Updated command line utilities not to complain about missing getopt() definitionSam Hartman1-0/+3
2011-09-05Add ccache collection support to toolsGreg Hudson1-27/+144
2011-06-10Add setlocale() calls to main functionsGreg Hudson1-0/+1
2011-06-10Mark up strings for translationGreg Hudson1-53/+56
2011-05-25Don't assume principal components are C strings in klist -sGreg Hudson1-5/+4
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2010-11-25Fix Windows buildGreg Hudson1-0/+4
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson1-1/+1
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson1-1/+1
2010-01-03Some unsigned/signed warning cleanupEzra Peisach1-1/+1
2009-12-14fast negotiation projecSam Hartman1-1/+3
2009-10-31make mark-cstyleTom Yu1-374/+375
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-2/+25
2009-03-06Add "-V" option to klist to print the package name and version, and exitKen Raeburn1-3/+13
2008-12-15Remove krb4 support from clients. Some of the code has beenGreg Hudson1-179/+3
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn1-1/+1
2006-03-30* klist.c: Include autoconf.h firstKen Raeburn1-1/+1
2004-08-31fix MITKRB5-SA-2004-002Tom Yu1-1/+7
2004-07-11* klist.c: Include autoconf.h before network headersKen Raeburn1-0/+2
2002-04-11* klist.c: Do not pull in winsock.h since we already pull inDanilo Almeida1-3/+1
2002-04-05* klist.c (one_addr): Make 0 unsigned (!) in conditional expression inKen Raeburn1-1/+1
2002-03-26Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn1-2/+1
2002-03-07don't use k5-int.h hereKen Raeburn1-2/+2
2001-11-28* klist.c (flags_string): Display transit-policy-checked, ok-as-delegate, and...Ken Raeburn1-0/+6
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-8/+8
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-1/+1
2001-08-29update fake-addrinfo stuffKen Raeburn1-2/+1
2001-08-02* klist.c: Include k5-int.h and fake-addrinfo.h.Ken Raeburn1-34/+53