summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krcp.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-1363/+0
* make mark-cstyleTom Yu2009-10-311-62/+62
* In krcp, check the return value when closing the output file afterGreg Hudson2009-02-201-1/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-151-81/+4
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-51/+42
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-6/+3
* 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-4/+12
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-6/+6
* revert accidental checkin of unfinished changesKen Raeburn2002-03-081-33/+2
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-081-2/+33
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-5/+8
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-061-4/+5
* * v4rcp.c, login.c: Fill in prototypes, declare many functionsEzra Peisach2001-07-031-1/+2
* * krcp.c (sink): Cast argument to isdigit() to intEzra Peisach2001-06-181-2/+2
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-1/+1
* * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> forEzra Peisach2001-06-111-0/+1
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-5/+6
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-121-7/+15
* * krcp.c (error): Always declare with ellipsisKen Raeburn2001-01-171-6/+1
* * krcp.c: Provide format attribute for error() for versions of gccEzra Peisach2000-07-181-1/+5
* 1.2-beta4 pullupKen Raeburn2000-06-301-31/+100
* * krcp.c (error): Don't call rcmd_stream_write if iamremote is notGeoffrey King1998-08-151-10/+3
* configure.in: Clean up configure script. Check $cross_compilingTheodore Tso1998-03-021-1/+1
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-241-197/+109
* * v4rcp.c: Punt nastiness to redefine setreuid, as we don't useTom Yu1998-02-231-20/+7
* * krlogind.c (doit): Fix up potential buffer overrun.Tom Yu1997-11-051-1/+2
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-3/+4
* * krcp.c: don't print our own error message if kcmd returns -1 (itBarry Jaspan1996-11-141-8/+10
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-071-2/+5
* Fix bug that caused files transmitted by a NetBSD box to have fileSam Hartman1996-08-101-1/+1
* Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1996-05-011-20/+28
* configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's noTheodore Tso1996-04-171-55/+51
* * krshd no longer does non-blocking IO. It never really needed itSam Hartman1996-03-241-2/+2
* Remove space from #endif lineSam Hartman1996-02-261-1/+1
* Fix the server side of the krlogin bug detecting eof in connection closeSam Hartman1996-02-261-2/+4
* * rcp (client mode) now uses rsh -x but still supports the old encryption inSam Hartman1996-02-011-135/+38
* Check for prototypes so that KRB5_STDARG_P worksEzra Peisach1996-01-221-2/+3
* * krcp.c (error): Convert to use varargsEzra Peisach1996-01-111-6/+28
* If invoked with the -D port option, do not die if proper entry is missingEzra Peisach1995-11-021-16/+24
* * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-061-2/+2
* Remove declaration of errno altoghether. "extern int errno;" isTheodore Tso1995-07-061-1/+0
* ----------------------------------------------------------------------Sam Hartman1995-07-021-1/+1
* Compiler warning cleanupPaul Park1995-06-271-20/+17
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-2/+2
* * loginpaths.h: Add NetBSD pathsEzra Peisach1995-05-211-0/+2
* login.c (main): Only try to use TIOCSETD if it is definedTheodore Tso1995-05-201-0/+1
* kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.Ezra Peisach1995-05-091-1/+5