| Commit message (Expand) | Author | Age | Files | Lines |
* | Include unistd.h (if present) for getopt() prototype | Ezra Peisach | 2001-06-08 | 6 | -0/+21 |
* | * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c: | Ezra Peisach | 2001-06-05 | 6 | -67/+111 |
* | * configure.in: Don't look for getipnodebyaddr | Ken Raeburn | 2001-04-26 | 2 | -1/+5 |
* | * klist.c (one_addr): Drop getipnodebyaddr support | Ken Raeburn | 2001-04-26 | 2 | -11/+5 |
* | * kinit.c (k4_kinit): Use ANSI C-style string continuation | Danilo Almeida | 2001-04-05 | 2 | -1/+5 |
* | * setenv.c: Add conditionals for compilation of setenv, unsetenv, | Tom Yu | 2001-04-04 | 2 | -2/+13 |
* | * configure.in: Add checks for unsetenv and getenv. Compile | Tom Yu | 2001-04-04 | 2 | -2/+9 |
* | * kpasswd.c (main): Argument to krb5_read_password takes an | Ezra Peisach | 2000-10-17 | 2 | -3/+8 |
* | * krb_auth_su.c (krb5_get_tkt_via_passwd): Argument to | Ezra Peisach | 2000-10-17 | 2 | -1/+6 |
* | * klist.c (one_addr): gethostbyaddr takes an int as second argument | Ezra Peisach | 2000-10-17 | 2 | -1/+5 |
* | * kinit.c (k4_kinit): Argument to krb5_read_password takes as | Ezra Peisach | 2000-10-17 | 2 | -1/+6 |
* | * klist.c (do_v4_ccache): Call life_to_time() | Tom Yu | 2000-10-09 | 2 | -1/+5 |
* | * kinit.c (k4_kinit): Call time_to_life() | Tom Yu | 2000-10-09 | 2 | -5/+5 |
* | * kinit.c: Include krb524.h if suport desired. Clean up | Ezra Peisach | 2000-10-03 | 2 | -52/+82 |
* | * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() is | Ezra Peisach | 2000-10-03 | 4 | -13/+18 |
* | * klist.c: Compiler warning cleanups by declaring functions as | Ezra Peisach | 2000-08-02 | 2 | -18/+21 |
* | * kdestroy.c (main): Clean up compiler warnings | Ezra Peisach | 2000-08-02 | 2 | -2/+7 |
* | * kvno.c (main): Compiler warning fixes - declare usage as static, and | Ezra Peisach | 2000-08-02 | 2 | -8/+20 |
* | kpasswd.c (main): Warnings cleanup | Ezra Peisach | 2000-07-29 | 2 | -16/+18 |
* | pullup from 1.2-beta4 | Ken Raeburn | 2000-07-01 | 7 | -166/+135 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 6 | -12/+12 |
* | Use getopt so that we can parse packed options (e.g., -an, -54, etc.) | Danilo Almeida | 2000-04-19 | 3 | -8/+21 |
* | Clean up unsed variables when V4 compatibility is not defined | Ezra Peisach | 2000-03-16 | 2 | -1/+10 |
* | Remove unused variables | Ezra Peisach | 2000-03-16 | 2 | -4/+4 |
* | * kinit.c (k4_kinit): Fix the code that was broken with | Ezra Peisach | 2000-03-16 | 2 | -6/+25 |
* | Add krb5_get_prompt_types() functionality | Danilo Almeida | 2000-03-16 | 2 | -40/+68 |
* | * kinit.c: Add support for using both -4 and -5. Default to krb5 | Danilo Almeida | 2000-03-14 | 3 | -71/+73 |
* | * klist.M: Get man page up-to-date | Danilo Almeida | 2000-03-14 | 3 | -51/+109 |
* | * kdestroy.M: Make up-to-date | Danilo Almeida | 2000-03-14 | 3 | -32/+96 |
* | Test for <arpa/inet.h> for possible inet_ntop prototype | Ezra Peisach | 2000-02-24 | 4 | -2/+18 |
* | Document that -s is not applicable to Kerberos 4 | Danilo Almeida | 2000-02-16 | 2 | -0/+3 |
* | * kinit.c: Nicer usage message. Better checking for illegal | Danilo Almeida | 2000-02-16 | 3 | -355/+513 |
* | * kdestroy.c: Fix GET_PROGNAME macro to properly return program | Danilo Almeida | 2000-02-16 | 2 | -11/+17 |
* | * klist.c: Fix GET_PROGNAME macro to properly return program name | Danilo Almeida | 2000-02-16 | 2 | -28/+34 |
* | * configure.in: Check for inet_ntop and getipnodebyaddr, both used in klist | Ken Raeburn | 2000-02-07 | 2 | -1/+6 |
* | * kinit.c (try_convert524): Avoid duplicate free calls | Ken Raeburn | 2000-02-07 | 2 | -0/+7 |
* | * kinit.c: Only free stuff if it's not NULL. (Note: The krb5_free_* | Danilo Almeida | 2000-02-04 | 2 | -4/+13 |
* | * Makefile.in (klist): Fix to build under Unix again | Tom Yu | 2000-02-04 | 2 | -2/+6 |
* | * Makefile.in (kinit): Fix to build on Unix again | Tom Yu | 2000-02-04 | 4 | -4/+12 |
* | * kinit.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 3 | -217/+847 |
* | * klist.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 2 | -32/+216 |
* | * kdestroy.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 2 | -41/+119 |
* | * kvno.c (main): Use krb5_decode_ticket() instead of | Danilo Almeida | 2000-02-02 | 2 | -1/+6 |
* | left date line off last log entry | Ken Raeburn | 2000-01-28 | 1 | -0/+1 |
* | * main.c (print_status): Now static. Add format attribute if using GNU C | Ken Raeburn | 2000-01-27 | 2 | -2/+11 |
* | 1.1 branch changes -> trunk | Ken Raeburn | 1999-12-15 | 8 | -41/+28 |
* | merge from 1.1 branch | Ken Raeburn | 1999-12-06 | 12 | -123/+397 |
* | * kvno.c (main): Use krb5_free_unparsed_name() isntead of free(). | Danilo Almeida | 1999-12-04 | 3 | -12/+12 |
* | Add kvno to Windows build. | Danilo Almeida | 1999-12-04 | 2 | -0/+14 |
* | * klist.c (one_addr): Always use indicated address family and length in | Ken Raeburn | 1999-11-02 | 2 | -2/+12 |