| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Makefile.in: Update Makefile so that it can be built under Windows | Theodore Tso | 1998-05-27 | 2 | -2/+12 |
| * | mkbin.bat: Added convenience batch file which copies all of the | Theodore Tso | 1998-05-27 | 3 | -2/+25 |
| * | logwtmp.c: Include paths.h if present, and use _PATH_WTMP to determine | Theodore Tso | 1998-05-27 | 2 | -1/+14 |
| * | configure.in: Add check for paths.h | Theodore Tso | 1998-05-27 | 2 | -1/+5 |
| * | sys_term.c: #include utmp.h if present, and use _PATH_WTMP and | Theodore Tso | 1998-05-27 | 3 | -2/+23 |
| * | windows.in: Remove -DLEHMAN, which doesn't do anything. (A grep | Theodore Tso | 1998-05-27 | 2 | -1/+7 |
| * | srv_rcache.c (krb5_get_server_rcache): | Theodore Tso | 1998-05-27 | 3 | -2/+8 |
| * | Check in files from Kerbnet-1.2 release. This is an auxiliary library | Theodore Tso | 1998-05-27 | 8 | -0/+972 |
| * | Makefile.in: include krb5/ccache/memory and windows/lib in the list of | Theodore Tso | 1998-05-27 | 3 | -7/+39 |
| * | krb5.hin: Declare krb5_auth_con_setrcache and krb5_get_server_rcache | Theodore Tso | 1998-05-27 | 2 | -2/+7 |
| * | login.c (dolastlog): BSD 4.4 systems don't have lastlog.h, but still | Theodore Tso | 1998-05-27 | 5 | -8/+55 |
| * | krb5_32.def: Change the DLL export list to include | Theodore Tso | 1998-05-27 | 2 | -5/+31 |
| * | * configure.in: Re-order check for setupterm to avoid lossage if | Tom Yu | 1998-05-26 | 2 | -1/+6 |
| * | Makefile.in (CLEANLIBS): Remove lib/kadm from the list of directories | Theodore Tso | 1998-05-25 | 2 | -9/+7 |
| * | Makefile.in: Remove lib/kadm and lib/krb5/free from the list of | Theodore Tso | 1998-05-25 | 2 | -8/+8 |
| * | aclocal.m4: Added suggested changes to improve HP-UX's support for | Theodore Tso | 1998-05-25 | 2 | -3/+18 |
| * | util_buffer.c (g_make_string_buffer): Don't include the trailing | Theodore Tso | 1998-05-25 | 2 | -2/+7 |
| * | Fix typo which caused import_name to incorrectly import names produced | Theodore Tso | 1998-05-25 | 2 | -1/+7 |
| * | copy_ccache.c (gss_krb5_copy_ccache): Fix bugs in copy_ccache.c, which | Theodore Tso | 1998-05-25 | 4 | -10/+19 |
| * | inq_cred.c (krb5_gss_inquire_cred): | Theodore Tso | 1998-05-25 | 10 | -37/+58 |
| * | util_ordering.c (g_order_free): | Theodore Tso | 1998-05-25 | 5 | -14/+44 |
| * | Use double backslashes for the path separators to workaround Microsoft | Theodore Tso | 1998-05-25 | 2 | -3/+14 |
| * | * krb5_err.et: Clarify error for REALM_CANT_RESOLVE | Tom Yu | 1998-05-19 | 2 | -1/+5 |
| * | * login.c: Replace strcpy with strncpy in places. Add nul | Tom Yu | 1998-05-16 | 2 | -12/+31 |
| * | telnetd.c (main): | Theodore Tso | 1998-05-14 | 6 | -27/+37 |
| * | main.c (main): POSIX states that getopt returns -1 when it is done | Theodore Tso | 1998-05-14 | 6 | -14/+20 |
| * | configure.in: Change test for cgetent to use HAVE_ instead of HAS_, | Theodore Tso | 1998-05-14 | 4 | -6/+15 |
| * | Make sure the date string printed uses 4 digit years | Theodore Tso | 1998-05-14 | 2 | -5/+10 |
| * | This is now obsolete; superceded by src/lib/kadm5 | Tom Yu | 1998-05-11 | 17 | -6565/+0 |
| * | Remove extraneous stuff, as this actually belongs in | Tom Yu | 1998-05-11 | 18 | -3954/+0 |
| * | str_conv.c (krb5_string_to_timestamp, strptime): Fix routines to be | Theodore Tso | 1998-05-09 | 4 | -22/+98 |
| * | stime.c (krb_stime): | Theodore Tso | 1998-05-09 | 4 | -8/+14 |
| * | Print the year as 4 digits to avoid Y2K problems | Theodore Tso | 1998-05-08 | 2 | -2/+7 |
| * | * kadm_server.c (krb_log): Print the year using 4 digit to avoid | Theodore Tso | 1998-05-08 | 2 | -2/+7 |
| * | Print 4 digit years in Krb4 log entries to avoid Y2K issues | Theodore Tso | 1998-05-08 | 2 | -1/+6 |
| * | ftpcmd.y (cmd): Fix Y2K problem in the MDTM command | Theodore Tso | 1998-05-08 | 2 | -3/+8 |
| * | Add a check for the header file krb4-proto.h. Replace file existence | Theodore Tso | 1998-05-06 | 2 | -37/+6 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -1/+6 |
| * | Add support for generic file existence tests (used to simplify some | Theodore Tso | 1998-05-06 | 2 | -0/+50 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 49 | -30/+146 |
| * | t_ser.c (main): POSIX states that getopt returns -1 when it is done | Theodore Tso | 1998-05-06 | 3 | -5/+24 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -1/+6 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 4 | -3/+10 |
| * | * get_in_tkt.c: Add prototype for make_preauth_list | Tom Yu | 1998-05-04 | 2 | -0/+8 |
| * | * get_in_tkt.c (krb5_get_in_tkt): Add missing argument to call to | Tom Yu | 1998-05-03 | 2 | -1/+6 |
| * | Fix -n so that it doesn't disable authentication but does disable login. [38] | Sam Hartman | 1998-04-25 | 4 | -2/+27 |
| * | * glob.c (ftpglob): Always allocate new storage, even if no magic glob | Ken Raeburn | 1998-04-22 | 2 | -2/+17 |
| * | oops add PR number | Tom Yu | 1998-04-17 | 1 | -1/+1 |
| * | * configure.in: Search for /var/tmp first when determining rcache | Tom Yu | 1998-04-17 | 2 | -1/+6 |
| * | * asn1_encode.c (asn1_encode_generaltime): Sanity check the return | Tom Yu | 1998-04-17 | 2 | -1/+16 |