summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * krcp.c (answer_auth()): Requires two new args that are passedChris Provenzano1995-05-051-38/+74
* * krcp.c (answer_auth()): Don't destroy the credential cacheChris Provenzano1995-05-051-17/+10
* * krcp.c (answer_auth()): Set auth_context = NULL before using itChris Provenzano1995-05-041-2/+2
* Don't try to play uid swapping games if the effective uid is not zeroTheodore Tso1995-05-031-7/+15
* * krcp.c (answer_auth): Should not call krb5_cc_close afterEzra Peisach1995-04-271-5/+0
* When port number specified on command line, htons was missingEzra Peisach1995-04-271-1/+1
* More changes from ian@cygnus.com to support testingMark Eichin1995-04-211-5/+28
* Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com>Mark Eichin1995-04-211-2/+4
* kcmd.c (kcmd()): Don't pass any data to sendauth() to beChris Provenzano1995-03-271-26/+15
* * kcmd.c (kcmd()) Use new calling convention for krb5_sendauth().Chris Provenzano1995-03-101-8/+5