summaryrefslogtreecommitdiffstats
path: root/src/clients/klist
Commit message (Expand)AuthorAgeFilesLines
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-1/+1
* Add resource data windows/version.rc for:Jeffrey Altman2007-04-141-4/+14
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-0/+1
* install headers into include/krb5Ken Raeburn2006-05-231-3/+4
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-181-2/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-384/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-38/+0
* more DEFS=Ken Raeburn2006-04-042-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-6/+6
* make dependKen Raeburn2006-03-301-6/+5
* * klist.c: Include autoconf.h firstKen Raeburn2006-03-302-1/+5
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* add missing $(SCLIB) aka bufferoverflow.lib for 64-bit windowsJeffrey Altman2006-02-281-1/+1
* make dependTom Yu2005-11-291-5/+3
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-1/+0
* Update dependenciesKen Raeburn2005-06-211-3/+5
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-0/+1
* Makefile.in: add krb5 support library to windows klist executableJeffrey Altman2005-01-052-1/+5
* * Makefile.in (SRCS): DefineKen Raeburn2004-11-032-0/+18
* fix MITKRB5-SA-2004-002Tom Yu2004-08-312-1/+11
* * klist.c: Include autoconf.h before network headersKen Raeburn2004-07-112-0/+6
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-172-2/+4
* -s can return non-zero exit status if credentials are expiredSam Hartman2003-07-272-1/+7
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+1
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-1/+6
* Updated the manpage with new ticket flagsJen Selby2002-06-132-0/+9
* * klist.c: Do not pull in winsock.h since we already pull inDanilo Almeida2002-04-112-3/+6
* * klist.c (one_addr): Make 0 unsigned (!) in conditional expression inKen Raeburn2002-04-052-1/+6
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-262-2/+6
* don't use k5-int.h hereKen Raeburn2002-03-072-2/+8
* * klist.c (flags_string): Display transit-policy-checked, ok-as-delegate, and...Ken Raeburn2001-11-282-0/+11
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-102-8/+12
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-062-1/+5
* update fake-addrinfo stuffKen Raeburn2001-08-292-2/+6
* * klist.c: Include k5-int.h and fake-addrinfo.h.Ken Raeburn2001-08-022-34/+59
* * klist.c (one_addr): Pass UNIX address family, not Kerberos address type, toKen Raeburn2001-07-192-2/+11
* Include unistd.h (if present) for getopt() prototypeEzra Peisach2001-06-082-0/+7
* * klist.c (one_addr): Drop getipnodebyaddr supportKen Raeburn2001-04-262-11/+5
* * klist.c (one_addr): gethostbyaddr takes an int as second argumentEzra Peisach2000-10-172-1/+5
* * klist.c (do_v4_ccache): Call life_to_time()Tom Yu2000-10-092-1/+5
* * klist.c: Compiler warning cleanups by declaring functions asEzra Peisach2000-08-022-18/+21
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* Use getopt so that we can parse packed options (e.g., -an, -54, etc.)Danilo Almeida2000-04-193-8/+21
* * klist.M: Get man page up-to-dateDanilo Almeida2000-03-143-51/+109
* Test for <arpa/inet.h> for possible inet_ntop prototypeEzra Peisach2000-02-242-1/+12
* * klist.c: Fix GET_PROGNAME macro to properly return program nameDanilo Almeida2000-02-162-28/+34
* * Makefile.in (klist): Fix to build under Unix againTom Yu2000-02-042-2/+6
* * klist.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-32/+216