| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 1 | -2047/+0 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -105/+105 |
| * | Fix krshd and krlogind to use krb5_c_verify_checksum | Tom Yu | 2009-04-02 | 1 | -10/+14 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -2/+2 |
| * | Remove krb4 support in the applications. login's ability to run aklog | Greg Hudson | 2008-12-15 | 1 | -156/+136 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -21/+16 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -24/+13 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -2/+2 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | Remove varargs.h paths, always use stdarg.h | Ken Raeburn | 2007-01-20 | 1 | -5/+1 |
| * | Include k5-int.h instead of krb5.h when 'private' functions are needed | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
| * | Fix logic bug in string allocation | Ken Raeburn | 2006-10-15 | 1 | -1/+1 |
| * | fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilities | Tom Yu | 2006-08-08 | 1 | -2/+8 |
| * | Pass in the correct value for the first argument of select (one larger | Russ Allbery | 2006-06-19 | 1 | -1/+25 |
| * | * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch provided | Ken Raeburn | 2005-04-06 | 1 | -2/+2 |
| * | krshd hangs in linux nightly testing | Ken Raeburn | 2003-08-29 | 1 | -5/+12 |
| * | Rename the local_subkey and remote_subkey fields in the auth_context | Tom Yu | 2003-05-10 | 1 | -2/+2 |
| * | * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistency | Ken Raeburn | 2003-04-08 | 1 | -3/+3 |
| * | Add IPv6 support to rshd test/debug code: | Ken Raeburn | 2003-01-01 | 1 | -46/+16 |
| * | enable ipv6 rsh connections | Ken Raeburn | 2002-06-25 | 1 | -78/+110 |
| * | back out some changes that weren't ready | Ken Raeburn | 2002-06-25 | 1 | -59/+45 |
| * | Move compat_recv.c from krb5util library. Move some duplicated code into | Ken Raeburn | 2002-06-25 | 1 | -84/+59 |
| * | revert accidental checkin of unfinished changes | Ken Raeburn | 2002-03-08 | 1 | -10/+13 |
| * | (kcmd_connect): copy out correct remote address to caller | Ken Raeburn | 2002-03-08 | 1 | -13/+10 |
| * | Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6 | Ken Raeburn | 2002-02-11 | 1 | -1/+2 |
| * | * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c, | Ezra Peisach | 2001-12-06 | 1 | -4/+4 |
| * | * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS | Ezra Peisach | 2001-07-06 | 1 | -10/+31 |
| * | * login.c: Much cleanup to reduce globals and shadowing | Ezra Peisach | 2001-06-22 | 1 | -18/+18 |
| * | * configure.in (SETENVOBJ): If setenv is not present on system, | Ezra Peisach | 2001-06-11 | 1 | -0/+1 |
| * | * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for | Ezra Peisach | 2001-06-11 | 1 | -3/+4 |
| * | * login.c: Add braces around initializers. Cleanup assignments in | Ezra Peisach | 2001-06-01 | 1 | -5/+11 |
| * | * defines.h: Add prototypes for rcmd_stream_init_normal(), | Ezra Peisach | 2001-03-12 | 1 | -23/+31 |
| * | * krshd.c: Get path for NOLOGIN file from paths.h if present, | Tom Yu | 2001-01-26 | 1 | -1/+11 |
| * | make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in* | Ken Raeburn | 2000-12-06 | 1 | -1/+1 |
| * | * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY. | Ken Raeburn | 2000-09-09 | 1 | -1/+6 |
| * | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 1 | -24/+47 |
| * | from 1.1 branch: | Ken Raeburn | 1999-09-01 | 1 | -0/+2 |
| * | Patches from Brad Thompson for building without krb4 compatibility | Ken Raeburn | 1999-08-02 | 1 | -3/+19 |
| * | * kshd.M: Resync manpage | Tom Yu | 1999-03-09 | 1 | -36/+80 |
| * | * login.c (main): Call setluid() | Tom Yu | 1999-01-21 | 1 | -0/+7 |
| * | Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderr | Sam Hartman | 1998-12-27 | 1 | -4/+6 |
| * | krshd.c (doit): Apply ghudson's patch so that rshd passes the port | Theodore Tso | 1998-10-08 | 1 | -2/+12 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 1 | -1/+1 |
| * | * kcmd.c: Integrate ghudson's changes for client-side krb4 | Tom Yu | 1998-02-24 | 1 | -158/+19 |
| * | * krlogind.c: | Tom Yu | 1997-12-12 | 1 | -2/+8 |
| * | * krshd.c: Don't set checksum_ignored to 1 if checksum_required is | Tom Yu | 1997-11-18 | 1 | -4/+1 |
| * | * forward.c (rd_and_store_for_creds): Don't do the chown. Avoids | Tom Yu | 1997-11-13 | 1 | -1/+16 |
| * | krshd should not require a user to have a valid home directory. [krb5-appl/167] | Sam Hartman | 1997-02-28 | 1 | -4/+4 |
| * | kcmd.c (getport): Let the OS pick the best port rather than scanning. | Richard Basch | 1997-02-19 | 1 | -5/+3 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 1 | -1/+1 |