| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 1 | -1807/+0 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -70/+70 |
| * | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -2/+1 |
| * | Remove krb4 support in the applications. login's ability to run aklog | Greg Hudson | 2008-12-15 | 1 | -49/+0 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -1/+2 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -1/+1 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | Even though the passed string never has a %, use an explicit %s format string... | Ken Raeburn | 2007-06-29 | 1 | -1/+1 |
| * | Pass in the correct value for the first argument of select (one larger | Russ Allbery | 2006-06-19 | 1 | -1/+1 |
| * | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 1 | -2/+2 |
| * | * krlogin.c (oob): Loop reading data until we actually reach the URG marker | Ken Raeburn | 2002-05-23 | 1 | -7/+12 |
| * | * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c, | Ezra Peisach | 2001-12-06 | 1 | -8/+10 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -7/+7 |
| * | * krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the program name, | Ken Raeburn | 2001-09-14 | 1 | -2/+2 |
| * | * configure.in (SETENVOBJ): If setenv is not present on system, | Ezra Peisach | 2001-06-11 | 1 | -4/+4 |
| * | * krlogin.c: Always provide prototype for setsignal and not if | Ezra Peisach | 2001-06-04 | 1 | -5/+3 |
| * | * login.c: Add braces around initializers. Cleanup assignments in | Ezra Peisach | 2001-06-01 | 1 | -10/+3 |
| * | * defines.h: Fix k4cmd prototype to match kcmd.c | Tom Yu | 2001-05-11 | 1 | -2/+3 |
| * | * defines.h: Add prototypes for rcmd_stream_init_normal(), | Ezra Peisach | 2001-03-12 | 1 | -17/+37 |
| * | 2001-01-12 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-01-14 | 1 | -45/+15 |
| * | add "-4" option to rlogin to not try krb5 auth | Ken Raeburn | 2000-12-15 | 1 | -1/+25 |
| * | * krlogin.c (main): Declare main as int | Ezra Peisach | 2000-10-03 | 1 | -2/+2 |
| * | * krlogin.c (read_wrapper): Copy from the current point and not | Ezra Peisach | 2000-08-08 | 1 | -2/+2 |
| * | * krlogin.c (writer): Improved bandwith efficiency by reading | Peter Litwack | 2000-07-21 | 1 | -68/+153 |
| * | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 1 | -21/+40 |
| * | * krlogin.c (main): Don't output debugging messages if debugging wasn't turne... | Ken Raeburn | 2000-02-28 | 1 | -6/+8 |
| * | * krlogin.c (speeds): Added some comments from net recommending not extending... | Ken Raeburn | 2000-01-27 | 1 | -0/+12 |
| * | from 1.1 branch: | Ken Raeburn | 1999-09-01 | 1 | -0/+9 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -35/+140 |
| * | Apply ghudson's patch so that rlogin -a no longer dumps core. | Geoffrey King | 1998-07-27 | 1 | -4/+4 |
| * | login.c (dolastlog): BSD 4.4 systems don't have lastlog.h, but still | Theodore Tso | 1998-05-27 | 1 | -1/+1 |
| * | * kcmd.c: Integrate ghudson's changes for client-side krb4 | Tom Yu | 1998-02-24 | 1 | -344/+36 |
| * | * krlogind.c (doit): Fix up potential buffer overrun. | Tom Yu | 1997-11-05 | 1 | -2/+4 |
| * | Fix stupid typos in test compilation | Theodore Tso | 1997-03-28 | 1 | -2/+2 |
| * | When falling back to the normal rlogin, clear the signal mask, so that | Theodore Tso | 1997-03-28 | 1 | -0/+9 |
| * | Fix terminal handling with regard to ^@ and ^o | Sam Hartman | 1997-02-22 | 1 | -2/+8 |
| * | kcmd.c (getport): Let the OS pick the best port rather than scanning. | Richard Basch | 1997-02-19 | 1 | -98/+87 |
| * | login.c (destroy_tickets): Just use global kcontext instead | Theodore Tso | 1996-11-07 | 1 | -2/+5 |
| * | * krsh.c, krlogin.c: don't print our own error message if kcmd | Barry Jaspan | 1996-10-18 | 1 | -4/+5 |
| * | TCP performance fix (see 2203 in krb5-bugs): write out encrypted data | Sam Hartman | 1996-09-02 | 1 | -19/+28 |
| * | Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, Chris | Ken Raeburn | 1996-05-01 | 1 | -7/+2 |
| * | Fix the server side of the krlogin bug detecting eof in connection close | Sam Hartman | 1996-02-26 | 1 | -0/+2 |
| * | Oops; I accidentally comitted a version of krlogin | Sam Hartman | 1996-01-27 | 1 | -2/+2 |
| * | Fix delay in ^C processing | Sam Hartman | 1996-01-26 | 1 | -11/+21 |
| * | In des_read, check to see if read returns 0 and report | Sam Hartman | 1996-01-19 | 1 | -1/+1 |
| * | Mainline utmp and login cleanups from hartmans_pty_utmp: | Sam Hartman | 1996-01-19 | 1 | -127/+32 |
| * | * krsh.c, krlogin.c: (main): Ultrix cc does not support automatic | Ezra Peisach | 1996-01-11 | 1 | -1/+2 |
| * | kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.) | Theodore Tso | 1996-01-11 | 1 | -4/+3 |
| * | If invoked with the -D port option, do not die if proper entry is missing | Ezra Peisach | 1995-11-02 | 1 | -16/+23 |
| * | * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 1 | -1/+1 |