summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krshd.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-2047/+0
* make mark-cstyleTom Yu2009-10-311-105/+105
* Fix krshd and krlogind to use krb5_c_verify_checksumTom Yu2009-04-021-10/+14
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-151-156/+136
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-21/+16
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-24/+13
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+2
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-5/+1
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* Fix logic bug in string allocationKen Raeburn2006-10-151-1/+1
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-2/+8
* Pass in the correct value for the first argument of select (one largerRuss Allbery2006-06-191-1/+25
* * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn2005-04-061-2/+2
* krshd hangs in linux nightly testingKen Raeburn2003-08-291-5/+12
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-2/+2
* * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistencyKen Raeburn2003-04-081-3/+3
* Add IPv6 support to rshd test/debug code:Ken Raeburn2003-01-011-46/+16
* enable ipv6 rsh connectionsKen Raeburn2002-06-251-78/+110
* back out some changes that weren't readyKen Raeburn2002-06-251-59/+45
* Move compat_recv.c from krb5util library. Move some duplicated code intoKen Raeburn2002-06-251-84/+59
* revert accidental checkin of unfinished changesKen Raeburn2002-03-081-10/+13
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-081-13/+10
* Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6Ken Raeburn2002-02-111-1/+2
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-4/+4
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-061-10/+31
* * login.c: Much cleanup to reduce globals and shadowingEzra Peisach2001-06-221-18/+18
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-0/+1
* * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> forEzra Peisach2001-06-111-3/+4
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-5/+11
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-121-23/+31
* * krshd.c: Get path for NOLOGIN file from paths.h if present,Tom Yu2001-01-261-1/+11
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-061-1/+1
* * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn2000-09-091-1/+6
* 1.2-beta4 pullupKen Raeburn2000-06-301-24/+47
* from 1.1 branch:Ken Raeburn1999-09-011-0/+2
* Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn1999-08-021-3/+19
* * kshd.M: Resync manpageTom Yu1999-03-091-36/+80
* * login.c (main): Call setluid()Tom Yu1999-01-211-0/+7
* Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderrSam Hartman1998-12-271-4/+6
* krshd.c (doit): Apply ghudson's patch so that rshd passes the portTheodore Tso1998-10-081-2/+12
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-241-158/+19
* * krlogind.c:Tom Yu1997-12-121-2/+8
* * krshd.c: Don't set checksum_ignored to 1 if checksum_required isTom Yu1997-11-181-4/+1
* * forward.c (rd_and_store_for_creds): Don't do the chown. AvoidsTom Yu1997-11-131-1/+16
* krshd should not require a user to have a valid home directory. [krb5-appl/167]Sam Hartman1997-02-281-4/+4
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-191-5/+3
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-1/+1