summaryrefslogtreecommitdiffstats
path: root/src/clients
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Don't look for getipnodebyaddrKen Raeburn2001-04-262-1/+5
* * klist.c (one_addr): Drop getipnodebyaddr supportKen Raeburn2001-04-262-11/+5
* * kinit.c (k4_kinit): Use ANSI C-style string continuationDanilo Almeida2001-04-052-1/+5
* * setenv.c: Add conditionals for compilation of setenv, unsetenv,Tom Yu2001-04-042-2/+13
* * configure.in: Add checks for unsetenv and getenv. CompileTom Yu2001-04-042-2/+9
* * kpasswd.c (main): Argument to krb5_read_password takes anEzra Peisach2000-10-172-3/+8
* * krb_auth_su.c (krb5_get_tkt_via_passwd): Argument toEzra Peisach2000-10-172-1/+6
* * klist.c (one_addr): gethostbyaddr takes an int as second argumentEzra Peisach2000-10-172-1/+5
* * kinit.c (k4_kinit): Argument to krb5_read_password takes asEzra Peisach2000-10-172-1/+6
* * 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