aboutsummaryrefslogtreecommitdiff
path: root/src/appl/bsd/krshd.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-04This commit was manufactured by cvs2svn to create tagkrb5-1.2.7-beta1no author1-25/+58
1999-09-01from 1.1 branch:Ken Raeburn1-0/+2
1999-08-02Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn1-3/+19
1999-03-09 * kshd.M: Resync manpageTom Yu1-36/+80
1999-01-21 * login.c (main): Call setluid()Tom Yu1-0/+7
1998-12-27Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderrSam Hartman1-4/+6
1998-10-08krshd.c (doit): Apply ghudson's patch so that rshd passes the portTheodore Tso1-2/+12
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1-1/+1
1998-02-24 * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1-158/+19
1997-12-12 * krlogind.c:Tom Yu1-2/+8
1997-11-18 * krshd.c: Don't set checksum_ignored to 1 if checksum_required isTom Yu1-4/+1
1997-11-13 * forward.c (rd_and_store_for_creds): Don't do the chown. AvoidsTom Yu1-1/+16
1997-02-28krshd should not require a user to have a valid home directory. [krb5-appl/167]Sam Hartman1-4/+4
1997-02-19kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1-5/+3
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch1-1/+1
1996-11-12 * krshd "plumbing" fixesMark Eichin1-66/+91
1996-11-11 * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp.c: addedMark Eichin1-11/+40
1996-11-07login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1-3/+6
1996-11-02* Remove rhosts support [138]Sam Hartman1-24/+4
1996-05-09krlogind.c krshd.c:Richard Basch1-1/+22
1996-05-01Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1-8/+8
1996-04-25Whitespace cleanupRichard Basch1-8/+6
1996-04-22 One could not specify -c in inetd.conf, because of theRichard Basch1-10/+9
1996-04-21 * krshd.c: If checksumming is required & ALWAYS_V5_KUSEROK isRichard Basch1-6/+11
1996-04-21* Remove documentation of how krlogind gets its command line optionsSam Hartman1-4/+19
1996-04-17configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's noTheodore Tso1-103/+97
1996-04-16Drop support for option names in argv[0]Sam Hartman1-25/+0
1996-04-15Remove setpgrp() call from krlogindSam Hartman1-1/+5
1996-04-11 * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1-9/+1
1996-04-08Add an option -L to pass an environment variable to a client.Ezra Peisach1-10/+48
1996-04-01Whitespace cleanup for readabilityRichard Basch1-12/+14
1996-03-25krshd.c: use the library routines to do v4 to v5 principal translationRichard Basch1-8/+8
1996-03-24* krshd no longer does non-blocking IO. It never really needed itSam Hartman1-5/+1
1996-03-12 * krshd.c (doit): For encrypted rcp, fix logic in determiningEzra Peisach1-14/+15
1996-02-01* rcp (client mode) now uses rsh -x but still supports the old encryption inSam Hartman1-17/+21
1996-01-31* krshd: Make sure KRB5CCNAME gets set for forward creds; code could be much ...Sam Hartman1-7/+34
1996-01-24* Add checksum support to klogind making sure encrypted authenticatorsSam Hartman1-62/+90
1996-01-20Fix a memory leak and reversed argumentsSam Hartman1-4/+7
1996-01-20In the client, construct a checksum from the command lineSam Hartman1-1/+27
1995-11-13 * krshd.c (doit): drag TZ= from parent environment into envinit toMark Eichin1-2/+15
1995-09-06 * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1-1/+1
1995-08-01 Change to use libpty for utmp handling in login.krb5. RemoveSam Hartman1-6/+6
1995-07-27Check for interrupted select in krshdPaul Park1-2/+6
1995-07-06Remove declaration of errno altoghether. "extern int errno;" isTheodore Tso1-2/+0
1995-07-02----------------------------------------------------------------------Sam Hartman1-1/+1
1995-06-27Compiler warning cleanupPaul Park1-9/+6
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-05-13so that credential forwarding worksEzra Peisach1-9/+5
1995-05-09kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.Ezra Peisach1-1/+1
1995-05-03 * krlogind.c, krshd.c: (krb5_compat_recvauth()):Chris Provenzano1-1/+0