| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in | Richard Basch | 1994-12-31 | 2 | -5/+8 |
| * | * configure.in | Richard Basch | 1994-12-30 | 2 | -5/+10 |
| * | * logutil.c | Richard Basch | 1994-12-30 | 4 | -143/+144 |
| * | configure.in: Removed extraneous characters | Richard Basch | 1994-12-30 | 4 | -54/+53 |
| * | * krlogind.c | Richard Basch | 1994-12-29 | 4 | -12/+26 |
| * | * krlogind.c: | Richard Basch | 1994-12-29 | 2 | -84/+87 |
| * | * krlogin.c | Richard Basch | 1994-12-28 | 5 | -15/+32 |
| * | Fixed a couple more syntactical errors with shadow passwords (now works) | Richard Basch | 1994-12-28 | 1 | -3/+3 |
| * | Corrected logic for shadow password tests | Richard Basch | 1994-12-28 | 1 | -10/+15 |
| * | login.c, configure.in, logutil.c | Richard Basch | 1994-12-28 | 1 | -6/+5 |
| * | Renamed HAS_SHADOW to HAVE_SHADOW | Richard Basch | 1994-12-28 | 1 | -2/+2 |
| * | Removed a reference to CBAUD that caused compilation errors | Richard Basch | 1994-12-28 | 1 | -2/+0 |
| * | Changed uid_type to uid_t, gid_type to gid_t | Richard Basch | 1994-12-28 | 1 | -33/+44 |
| * | logutil.c, configure.in | Richard Basch | 1994-12-28 | 1 | -0/+11 |
| * | Added caching to some of the local tests. | Richard Basch | 1994-12-28 | 1 | -19/+48 |
| * | Corrected the arguments to updwtmpx, and getutxid | Richard Basch | 1994-12-28 | 1 | -2/+2 |
| * | Changed the PATH for looking for BSD r* commands | Richard Basch | 1994-12-28 | 1 | -3/+3 |
| * | * configure.in | Richard Basch | 1994-12-28 | 1 | -0/+12 |
| * | * krlogind.c | Richard Basch | 1994-12-28 | 1 | -40/+60 |
| * | * logutil.c | Richard Basch | 1994-12-28 | 1 | -16/+2 |
| * | * configure.in | Richard Basch | 1994-12-28 | 1 | -1/+2 |
| * | Tue Dec 27 14:42:15 1994 Richard Basch (probe@tardis) | Richard Basch | 1994-12-27 | 1 | -0/+18 |
| * | * configure.in | Richard Basch | 1994-12-27 | 1 | -3/+2 |
| * | Revamped the utmp/wtmp handling | Richard Basch | 1994-12-27 | 1 | -40/+18 |
| * | * krlogin.c | Richard Basch | 1994-12-27 | 1 | -13/+11 |
| * | * krlogind.c | Richard Basch | 1994-12-27 | 3 | -177/+147 |
| * | * Makefile.in | Richard Basch | 1994-12-27 | 1 | -1/+1 |
| * | * krlogind.c | Richard Basch | 1994-12-27 | 2 | -77/+118 |
| * | configure.in: | Richard Basch | 1994-12-27 | 1 | -32/+55 |
| * | Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs. | Richard Basch | 1994-12-26 | 1 | -0/+2 |
| * | Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs. | Richard Basch | 1994-12-26 | 6 | -11/+45 |
| * | krcp.c, krlogin.c, krlogind.c (v5_des_write): Fix byte swapping code | Theodore Tso | 1994-12-19 | 4 | -20/+36 |
| * | externs.h: If USE_TERMIO is defined and SYSV_TERMIO isn't, then always | Theodore Tso | 1994-12-13 | 3 | -2/+11 |
| * | Move get_for_creds to krb5_get_for_creds in the Kerberos library | Theodore Tso | 1994-11-30 | 2 | -202/+8 |
| * | Move get_for_creds to krb5_get_for_creds in the krb5 library | Theodore Tso | 1994-11-30 | 2 | -199/+9 |
| * | Fix stupid typo.. | Theodore Tso | 1994-11-19 | 1 | -1/+1 |
| * | Initialize magic variable and encryption type | Theodore Tso | 1994-11-19 | 2 | -2/+9 |
| * | * configure.in: use WITH_KRB4. (from epeisach) | Mark Eichin | 1994-11-18 | 2 | -0/+7 |
| * | * configure.in: use WITH_KRB4, cache cc_t in termio check, cache | Mark Eichin | 1994-11-18 | 3 | -6/+37 |
| * | * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cache | Mark Eichin | 1994-11-18 | 3 | -9/+30 |
| * | * configure.in: add WITH_CCOPTS so that subdirs work | Mark Eichin | 1994-11-18 | 2 | -0/+5 |
| * | * pop_send.c (pop_send): Only update last_msg if executing a RETR. | Mark Eichin | 1994-11-18 | 3 | -7/+15 |
| * | * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, and | Mark Eichin | 1994-11-18 | 3 | -15/+20 |
| * | * krlogin.c: | Richard Basch | 1994-11-16 | 2 | -0/+12 |
| * | Move mk_cred and rd_cred to libkrb.a | Theodore Tso | 1994-11-14 | 2 | -334/+5 |
| * | kerberos.c: Initialize random number generator on the server side so | Theodore Tso | 1994-11-14 | 3 | -334/+22 |
| * | Defining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG is not set can | Theodore Tso | 1994-11-11 | 3 | -5/+13 |
| * | Fix bug in logic of incrementing the received challenge. A ++/-- | Theodore Tso | 1994-11-09 | 2 | -1/+5 |
| * | Fix spelling typo | Theodore Tso | 1994-11-08 | 2 | -1/+5 |
| * | Use des_init_random_number_genator(), since that will result in | Theodore Tso | 1994-11-08 | 2 | -1/+7 |