aboutsummaryrefslogtreecommitdiff
path: root/src/appl/bsd/v4rcp.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-10Merged with current trunk, no new function added. Everything buildsWill Fiveash1-1107/+0
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn1-2/+3
2007-06-26* v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr...Ken Raeburn1-16/+5
2007-06-26* v4rcp.c (kstream_write): Allocate buffer space if it hasn't beenKen Raeburn1-9/+4
2007-06-26Check malloc return for null in kstream_create_* instead ofKen Raeburn1-0/+12
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn1-4/+0
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn1-1/+1
2006-08-08fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu1-2/+8
2002-07-12Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn1-0/+2
2001-12-06 * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach1-12/+16
2001-07-14* v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd): AllocateKen Raeburn1-2/+2
2001-07-06 * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach1-16/+41
2001-07-03 * v4rcp.c, login.c: Fill in prototypes, declare many functionsEzra Peisach1-11/+12
2001-06-11 * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach1-1/+1
2001-06-01 * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach1-2/+4
2000-06-301.2-beta4 pullupKen Raeburn1-7/+17
1998-10-08krshd.c (doit): Apply ghudson's patch so that rshd passes the portTheodore Tso1-2/+8
1998-03-02configure.in: Clean up configure script. Check $cross_compilingTheodore Tso1-2/+2
1998-02-23 * v4rcp.c: Punt nastiness to redefine setreuid, as we don't useTom Yu1-8/+3
1997-12-12 * krlogind.c:Tom Yu1-0/+6
1997-11-07Use error_message(errno) instead of using sys_errlist[errno]. ThisTheodore Tso1-55/+52
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-1/+2
1996-11-11 * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp.c: addedMark Eichin1-0/+1059