summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* * klist.c (do_v4_ccache): Call life_to_time()Tom Yu2000-10-092-1/+5
* * kinit.c (k4_kinit): Call time_to_life()Tom Yu2000-10-092-5/+5
* * kinit.c: Include krb524.h if suport desired. Clean upEzra Peisach2000-10-032-52/+82
* * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() isEzra Peisach2000-10-034-13/+18
* * klist.c: Compiler warning cleanups by declaring functions asEzra Peisach2000-08-022-18/+21
* * kdestroy.c (main): Clean up compiler warningsEzra Peisach2000-08-022-2/+7
* * kvno.c (main): Compiler warning fixes - declare usage as static, andEzra Peisach2000-08-022-8/+20
* kpasswd.c (main): Warnings cleanupEzra Peisach2000-07-292-16/+18
* pullup from 1.2-beta4Ken Raeburn2000-07-017-166/+135
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-016-12/+12
* Use getopt so that we can parse packed options (e.g., -an, -54, etc.)Danilo Almeida2000-04-193-8/+21
* Clean up unsed variables when V4 compatibility is not definedEzra Peisach2000-03-162-1/+10
* Remove unused variablesEzra Peisach2000-03-162-4/+4
* * kinit.c (k4_kinit): Fix the code that was broken withEzra Peisach2000-03-162-6/+25
* Add krb5_get_prompt_types() functionalityDanilo Almeida2000-03-162-40/+68
* * kinit.c: Add support for using both -4 and -5. Default to krb5Danilo Almeida2000-03-143-71/+73
* * klist.M: Get man page up-to-dateDanilo Almeida2000-03-143-51/+109
* * kdestroy.M: Make up-to-dateDanilo Almeida2000-03-143-32/+96
* Test for <arpa/inet.h> for possible inet_ntop prototypeEzra Peisach2000-02-244-2/+18
* Document that -s is not applicable to Kerberos 4Danilo Almeida2000-02-162-0/+3
* * kinit.c: Nicer usage message. Better checking for illegalDanilo Almeida2000-02-163-355/+513
* * kdestroy.c: Fix GET_PROGNAME macro to properly return programDanilo Almeida2000-02-162-11/+17
* * klist.c: Fix GET_PROGNAME macro to properly return program nameDanilo Almeida2000-02-162-28/+34
* * configure.in: Check for inet_ntop and getipnodebyaddr, both used in klistKen Raeburn2000-02-072-1/+6
* * kinit.c (try_convert524): Avoid duplicate free callsKen Raeburn2000-02-072-0/+7
* * kinit.c: Only free stuff if it's not NULL. (Note: The krb5_free_*Danilo Almeida2000-02-042-4/+13
* * Makefile.in (klist): Fix to build under Unix againTom Yu2000-02-042-2/+6
* * Makefile.in (kinit): Fix to build on Unix againTom Yu2000-02-044-4/+12
* * kinit.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-043-217/+847
* * klist.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-32/+216
* * kdestroy.c: Major revamp to support Kerberos 4 compatibility. CodeDanilo Almeida2000-02-042-41/+119
* * kvno.c (main): Use krb5_decode_ticket() instead ofDanilo Almeida2000-02-022-1/+6
* left date line off last log entryKen Raeburn2000-01-281-0/+1
* * main.c (print_status): Now static. Add format attribute if using GNU CKen Raeburn2000-01-272-2/+11
* 1.1 branch changes -> trunkKen Raeburn1999-12-158-41/+28
* merge from 1.1 branchKen Raeburn1999-12-0612-123/+397
* * kvno.c (main): Use krb5_free_unparsed_name() isntead of free().Danilo Almeida1999-12-043-12/+12
* Add kvno to Windows build.Danilo Almeida1999-12-042-0/+14
* * klist.c (one_addr): Always use indicated address family and length inKen Raeburn1999-11-022-2/+12
* log tritan's changesTom Yu1999-10-266-0/+42
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-266-11/+10
* display ipv6 addresses if supportedKen Raeburn1999-10-172-6/+37
* copyright notice updates from 1.1 branchKen Raeburn1999-09-247-7/+28
* use KRB5_TC_SUPPORTED_KTYPESKen Raeburn1999-09-013-5/+13
* From 1.1 branch:Ken Raeburn1999-09-012-5/+15
* fix uninit var; make compile on sunos4. from 1.1 branchKen Raeburn1999-09-012-1/+16
* Use standard windows exe link flagsDanilo Almeida1999-08-106-3/+15
* Build kpasswd under windowsDanilo Almeida1999-08-105-16/+54
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-192-6/+10
* Add NO_OUTPRE flag to prevent creation of outputDanilo Almeida1999-05-172-11/+29