| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | don't use k5-int.h here | Ken Raeburn | 2002-03-07 | 2 | -2/+8 |
| * | Fix typo in #ifdef KRB5_KRB4_COMPAT. Thanks to rbasch@mit.edu | Danilo Almeida | 2001-12-10 | 2 | -1/+6 |
| * | * klist.c (flags_string): Display transit-policy-checked, ok-as-delegate, and... | Ken Raeburn | 2001-11-28 | 2 | -0/+11 |
| * | * main.c (main): Do not pass LOG_AUTH facility into openlog() as a | Ezra Peisach | 2001-10-30 | 2 | -1/+6 |
| * | * kpasswd.c (main): Do not free potentially NULL pointers | Ezra Peisach | 2001-10-30 | 2 | -2/+8 |
| * | Don't crash if .k[5]login file ownership is wrong. Patch from Emily Ratliff,... | Ken Raeburn | 2001-10-19 | 2 | -3/+11 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -16/+19 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 8 | -87/+96 |
| * | * krb_auth_su.c: Fix a call to plain_dump_principal() that had the | Mitchell Berger | 2001-10-07 | 2 | -1/+7 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 2 | -1/+5 |
| * | * kinit.M: Correct some typos. Thanks to Dennis Davis | Mitchell Berger | 2001-09-24 | 2 | -8/+13 |
| * | * ksu.M: Correct a few typos | Mitchell Berger | 2001-09-16 | 2 | -13/+18 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+38 |
| * | update fake-addrinfo stuff | Ken Raeburn | 2001-08-29 | 2 | -2/+6 |
| * | * klist.c: Include k5-int.h and fake-addrinfo.h. | Ken Raeburn | 2001-08-02 | 2 | -34/+59 |
| * | * setenv.c: Include stdlib.h, provide prototypes for setenv and | Ezra Peisach | 2001-07-23 | 2 | -2/+14 |
| * | * klist.c (one_addr): Pass UNIX address family, not Kerberos address type, to | Ken Raeburn | 2001-07-19 | 2 | -2/+11 |
| * | * authorization.c (find_first_cmd_that_exists): Change xmalloc() | Ezra Peisach | 2001-06-26 | 3 | -3/+13 |
| * | * main.c (get_params): Change optind to optindex to prevent | Ezra Peisach | 2001-06-21 | 2 | -6/+11 |
| * | * main.c (main): Cast arguments to print_status to be consitant | Ezra Peisach | 2001-06-18 | 2 | -1/+6 |
| * | * setenv.c: Add prototype for _findenv to avoid inconsistancy of | Ezra Peisach | 2001-06-11 | 7 | -1023/+1001 |
| * | * kinit.c (k4_begin): Cleanup assignment in conditional warning | Ezra Peisach | 2001-06-11 | 2 | -2/+7 |
| * | 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 |