| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 1 | -1363/+0 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -62/+62 |
| * | In krcp, check the return value when closing the output file after | Greg Hudson | 2009-02-20 | 1 | -1/+2 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
| * | Remove krb4 support in the applications. login's ability to run aklog | Greg Hudson | 2008-12-15 | 1 | -81/+4 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -51/+42 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -6/+3 |
| * | Remove varargs.h paths, always use stdarg.h | Ken Raeburn | 2007-01-20 | 1 | -4/+0 |
| * | Include k5-int.h instead of krb5.h when 'private' functions are needed | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
| * | fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilities | Tom Yu | 2006-08-08 | 1 | -4/+12 |
| * | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 1 | -6/+6 |
| * | revert accidental checkin of unfinished changes | Ken Raeburn | 2002-03-08 | 1 | -33/+2 |
| * | (kcmd_connect): copy out correct remote address to caller | Ken Raeburn | 2002-03-08 | 1 | -2/+33 |
| * | * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c, | Ezra Peisach | 2001-12-06 | 1 | -5/+8 |
| * | * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS | Ezra Peisach | 2001-07-06 | 1 | -4/+5 |
| * | * v4rcp.c, login.c: Fill in prototypes, declare many functions | Ezra Peisach | 2001-07-03 | 1 | -1/+2 |
| * | * krcp.c (sink): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 1 | -2/+2 |
| * | * configure.in (SETENVOBJ): If setenv is not present on system, | Ezra Peisach | 2001-06-11 | 1 | -1/+1 |
| * | * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for | Ezra Peisach | 2001-06-11 | 1 | -0/+1 |
| * | * login.c: Add braces around initializers. Cleanup assignments in | Ezra Peisach | 2001-06-01 | 1 | -5/+6 |
| * | * defines.h: Add prototypes for rcmd_stream_init_normal(), | Ezra Peisach | 2001-03-12 | 1 | -7/+15 |
| * | * krcp.c (error): Always declare with ellipsis | Ken Raeburn | 2001-01-17 | 1 | -6/+1 |
| * | * krcp.c: Provide format attribute for error() for versions of gcc | Ezra Peisach | 2000-07-18 | 1 | -1/+5 |
| * | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 1 | -31/+100 |
| * | * krcp.c (error): Don't call rcmd_stream_write if iamremote is not | Geoffrey King | 1998-08-15 | 1 | -10/+3 |
| * | configure.in: Clean up configure script. Check $cross_compiling | Theodore Tso | 1998-03-02 | 1 | -1/+1 |
| * | * kcmd.c: Integrate ghudson's changes for client-side krb4 | Tom Yu | 1998-02-24 | 1 | -197/+109 |
| * | * v4rcp.c: Punt nastiness to redefine setreuid, as we don't use | Tom Yu | 1998-02-23 | 1 | -20/+7 |
| * | * krlogind.c (doit): Fix up potential buffer overrun. | Tom Yu | 1997-11-05 | 1 | -1/+2 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 1 | -3/+4 |
| * | * krcp.c: don't print our own error message if kcmd returns -1 (it | Barry Jaspan | 1996-11-14 | 1 | -8/+10 |
| * | login.c (destroy_tickets): Just use global kcontext instead | Theodore Tso | 1996-11-07 | 1 | -2/+5 |
| * | Fix bug that caused files transmitted by a NetBSD box to have file | Sam Hartman | 1996-08-10 | 1 | -1/+1 |
| * | Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, Chris | Ken Raeburn | 1996-05-01 | 1 | -20/+28 |
| * | configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's no | Theodore Tso | 1996-04-17 | 1 | -55/+51 |
| * | * krshd no longer does non-blocking IO. It never really needed it | Sam Hartman | 1996-03-24 | 1 | -2/+2 |
| * | Remove space from #endif line | Sam Hartman | 1996-02-26 | 1 | -1/+1 |
| * | Fix the server side of the krlogin bug detecting eof in connection close | Sam Hartman | 1996-02-26 | 1 | -2/+4 |
| * | * rcp (client mode) now uses rsh -x but still supports the old encryption in | Sam Hartman | 1996-02-01 | 1 | -135/+38 |
| * | Check for prototypes so that KRB5_STDARG_P works | Ezra Peisach | 1996-01-22 | 1 | -2/+3 |
| * | * krcp.c (error): Convert to use varargs | Ezra Peisach | 1996-01-11 | 1 | -6/+28 |
| * | If invoked with the -D port option, do not die if proper entry is missing | Ezra Peisach | 1995-11-02 | 1 | -16/+24 |
| * | * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 1 | -2/+2 |
| * | Remove declaration of errno altoghether. "extern int errno;" is | Theodore Tso | 1995-07-06 | 1 | -1/+0 |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-07-02 | 1 | -1/+1 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 1 | -20/+17 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 1 | -2/+2 |
| * | * loginpaths.h: Add NetBSD paths | Ezra Peisach | 1995-05-21 | 1 | -0/+2 |
| * | login.c (main): Only try to use TIOCSETD if it is defined | Theodore Tso | 1995-05-20 | 1 | -0/+1 |
| * | kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations. | Ezra Peisach | 1995-05-09 | 1 | -1/+5 |