| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Move get_for_creds to krb5_get_for_creds in the krb5 library | Theodore Tso | 1994-11-30 | 2 | -199/+9 |
| * | * 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 |
| * | Defining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG is not set can | Theodore Tso | 1994-11-11 | 3 | -5/+13 |
| * | Add check for stdlib.h | Theodore Tso | 1994-11-08 | 2 | -1/+3 |
| * | Checked in Richard's changes of November 2nd. (See changelog). Lots of | Theodore Tso | 1994-11-08 | 10 | -221/+565 |
| * | Use POSIX method of obtaining fd table size, if available | Theodore Tso | 1994-11-08 | 2 | -4/+20 |
| * | * login.c (main): if CSTATUS is missing, don't set c_cc[VSTATUS] | Mark Eichin | 1994-10-28 | 2 | -0/+7 |
| * | * krlogin.c (des_write): get rid of srandom, since seeding is done | Mark Eichin | 1994-10-27 | 4 | -49/+9 |
| * | * login.c (main): if CDISCARD is missing, use CFLUSH instead | Mark Eichin | 1994-10-27 | 3 | -1/+13 |
| * | * configure.in: check for srand48, srand, and srandom. | Mark Eichin | 1994-10-27 | 3 | -2/+34 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -9/+9 |
| * | Check for both EAGAIN in addition to EWOULDBLOCK | Theodore Tso | 1994-10-26 | 3 | -11/+17 |
| * | The Kerberos V4 libraries must be linked in after the V5 libraries; | Theodore Tso | 1994-10-24 | 2 | -2/+5 |
| * | Don't free host_save; it's supposed to be returned by kcmd to the | Theodore Tso | 1994-10-24 | 2 | -4/+3 |
| * | Don't check for srand48 and then try to define srandom to be srand48. | Theodore Tso | 1994-10-24 | 3 | -2/+12 |
| * | Change one last variable to be an unsigned char | Theodore Tso | 1994-10-19 | 2 | -1/+4 |
| * | Add other termios c_cc initializations for the ALPHA | Theodore Tso | 1994-10-19 | 2 | -0/+12 |
| * | Make protocol buffers be unsigned, since we're comparing against | Theodore Tso | 1994-10-19 | 2 | -1/+6 |
| * | * krlogind.c: use HAVE_STREAMS, fix TIOCPKT_* test | Mark Eichin | 1994-10-18 | 2 | -4/+8 |
| * | * configure.in (HAVE_STREAMS): test for streams interface headers | Mark Eichin | 1994-10-18 | 3 | -4/+13 |
| * | Add widen.h and narrow.h around declaration so that argument types are | Theodore Tso | 1994-10-04 | 2 | -0/+7 |
| * | Remove declaration for strncpy() | Theodore Tso | 1994-10-03 | 2 | -1/+4 |
| * | More autoconf portability fixes --- for Solaris Suncc. SETPGRP_TWOARG, | Theodore Tso | 1994-09-30 | 3 | -15/+14 |
| * | Make clean will remove executables | Theodore Tso | 1994-09-30 | 2 | -0/+3 |
| * | Relink executable if libraries change | Theodore Tso | 1994-09-30 | 2 | -6/+11 |
| * | * krlogin.c (mode): ifdef VLNEXT instead of svr4 for ^V fixing. | Mark Eichin | 1994-09-29 | 3 | -4/+16 |
| * | (K4LIB): add libdes.a, needed for des_pcbc_encrypt | Mark Eichin | 1994-09-29 | 1 | -1/+1 |
| * | * configure.in (srand48): check for srand48, and if it exists, | Mark Eichin | 1994-09-29 | 2 | -0/+7 |
| * | Wed Sep 28 14:36:29 1994 Mark Eichin (eichin@rtl.cygnus.com) | Mark Eichin | 1994-09-28 | 2 | -2/+7 |
| * | Make sure all object files are removed in a make clean operation | Theodore Tso | 1994-09-23 | 1 | -3/+4 |
| * | Fix KRB4 handling (was broken, just like kdc directory) | Theodore Tso | 1994-08-18 | 4 | -14/+43 |