summaryrefslogtreecommitdiffstats
path: root/src/clients/klist
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 1.1 branch changes -> trunkKen Raeburn1999-12-152-10/+7
* * klist.c (one_addr): Always use indicated address family and length inKen Raeburn1999-11-022-2/+12
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-2/+2
* display ipv6 addresses if supportedKen Raeburn1999-10-172-6/+37
* copyright notice updates from 1.1 branchKen Raeburn1999-09-242-2/+8
* From 1.1 branch:Ken Raeburn1999-09-012-5/+15
* Use standard windows exe link flagsDanilo Almeida1999-08-102-1/+5
* Do win32 build in subdirDanilo Almeida1999-05-102-2/+6
* klist.c: Under Windows, #include winsock.h instead of sys/socket.h andTheodore Tso1999-02-093-1/+14
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-052-0/+7
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-302-23/+72
* Tue Aug 11 23:38:53 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-122-1/+6
* * klist.c (main): Exit with a 0 exit status if everything okayEzra Peisach1998-03-302-0/+6
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-3/+8
* Mass makefile/configure.in build system revampTheodore Tso1998-02-123-6/+6
* main returns int, not void. ANSI X3.159-1989Ezra Peisach1998-01-212-1/+6
* Need to link with $(CLIB) - comerr library (win32)Richard Basch1997-02-152-2/+6
* Build kinit/klist/kdestroy under win32Richard Basch1997-02-112-5/+23
* Merge of libhack_branchTom Yu1997-02-093-8/+11
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-1/+5
* Fix stupid typo in previous checkinTheodore Tso1996-11-071-1/+1
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-072-2/+11