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