summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/v4rcp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-151-1110/+0
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-11/+14
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-2/+3
* * v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr...Ken Raeburn2007-06-261-16/+5
* * v4rcp.c (kstream_write): Allocate buffer space if it hasn't beenKen Raeburn2007-06-261-9/+4
* Check malloc return for null in kstream_create_* instead ofKen Raeburn2007-06-261-0/+12
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-4/+0
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-2/+8
* Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn2002-07-121-0/+2
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-12/+16
* * v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd): AllocateKen Raeburn2001-07-141-2/+2
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-061-16/+41
* * v4rcp.c, login.c: Fill in prototypes, declare many functionsEzra Peisach2001-07-031-11/+12
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-1/+1
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-2/+4
* 1.2-beta4 pullupKen Raeburn2000-06-301-7/+17
* krshd.c (doit): Apply ghudson's patch so that rshd passes the portTheodore Tso1998-10-081-2/+8
* configure.in: Clean up configure script. Check $cross_compilingTheodore Tso1998-03-021-2/+2
* * v4rcp.c: Punt nastiness to redefine setreuid, as we don't useTom Yu1998-02-231-8/+3
* * krlogind.c:Tom Yu1997-12-121-0/+6
* Use error_message(errno) instead of using sys_errlist[errno]. ThisTheodore Tso1997-11-071-55/+52
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-1/+2
* * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp.c: addedMark Eichin1996-11-111-0/+1059