summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krlogin.c
Commit message (Expand)AuthorAgeFilesLines
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-071-2/+5
* * krsh.c, krlogin.c: don't print our own error message if kcmdBarry Jaspan1996-10-181-4/+5
* TCP performance fix (see 2203 in krb5-bugs): write out encrypted dataSam Hartman1996-09-021-19/+28
* Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1996-05-011-7/+2
* Fix the server side of the krlogin bug detecting eof in connection closeSam Hartman1996-02-261-0/+2
* Oops; I accidentally comitted a version of krloginSam Hartman1996-01-271-2/+2
* Fix delay in ^C processingSam Hartman1996-01-261-11/+21
* In des_read, check to see if read returns 0 and reportSam Hartman1996-01-191-1/+1
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-191-127/+32
* * krsh.c, krlogin.c: (main): Ultrix cc does not support automaticEzra Peisach1996-01-111-1/+2
* kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.)Theodore Tso1996-01-111-4/+3
* If invoked with the -D port option, do not die if proper entry is missingEzra Peisach1995-11-021-16/+23
* * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-061-1/+1
* Modify krlogind to use libpty, modify login.krb5 to work underSam Hartman1995-07-311-2/+3
* Remove declaration of errno altoghether. "extern int errno;" isTheodore Tso1995-07-061-1/+0
* * krlogin.c: don't redeclare noltc, defltc if we happen to haveTom Yu1995-06-281-0/+2
* Compiler warning cleanupPaul Park1995-06-271-19/+23
* * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_HTom Yu1995-06-201-1/+1
* * loginpaths.h: Add NetBSD pathsEzra Peisach1995-05-211-0/+8
* Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com>Mark Eichin1995-04-211-1/+2
* * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,John Gilmore1995-02-281-5/+2
* * Removed all #include <krb5/crc-32.h>Chris Provenzano1995-02-021-1/+0
* * krlogind.c (v4_des_read, v5_des_read): When reading length,Mark Eichin1995-01-181-0/+51
* * configure.in: undo streams test. It turns out that we want sunosMark Eichin1995-01-181-0/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-10/+12
* * krlogin.c (doit): use exit_handler for signal exits, don't useMark Eichin1995-01-111-3/+8
* * kcmd.c, krlogin.c, krcp.c: Always include fcntl.h, and neverTheodore Tso1995-01-101-3/+0
* krlogin.c: Don't need to #undef _BSD for AIX anymore (no more BSD dependencies)Richard Basch1994-12-311-4/+0
* * krlogin.cRichard Basch1994-12-281-1/+1
* * krlogin.cRichard Basch1994-12-271-13/+11
* Removed the hard-coded paths for the BSD rlogin/rcp/rsh programs.Richard Basch1994-12-261-1/+3
* krcp.c, krlogin.c, krlogind.c (v5_des_write): Fix byte swapping codeTheodore Tso1994-12-191-6/+6
* * krlogin.c:Richard Basch1994-11-161-0/+5
* Checked in Richard's changes of November 2nd. (See changelog). Lots ofTheodore Tso1994-11-081-92/+213
* * krlogin.c (des_write): get rid of srandom, since seeding is doneMark Eichin1994-10-271-14/+1
* Don't check for srand48 and then try to define srandom to be srand48.Theodore Tso1994-10-241-0/+4
* * configure.in (HAVE_STREAMS): test for streams interface headersMark Eichin1994-10-181-3/+1
* * krlogin.c (mode): ifdef VLNEXT instead of svr4 for ^V fixing.Mark Eichin1994-09-291-3/+6
* stamp out rcs keywordsMark Eichin1994-08-181-3/+1
* lintMark Eichin1994-08-141-4/+2
* FWRITE not needed for POSIX_TERMIOSMark Eichin1994-08-071-1/+4
* use __svr4__ temporarily..Mark Eichin1994-08-061-0/+2
* rest of signal cleanups plus strsaveMark Eichin1994-08-051-0/+11
* * configure.in: test for sigprocmask and sigset_t to set POSIX_SIGNALS.Mark Eichin1994-08-051-3/+34
* almost there. safety checkinMark Eichin1994-08-041-56/+294
* roundupMark Eichin1994-07-271-0/+4
* some more solaris cleanupMark Eichin1994-07-261-1/+2
* * configure.in: Added tests for HAVE_SETOWN, HAVE_SYS_FILIO_H.Mark Eichin1994-07-261-2/+2
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-6/+6
* Change use of index and rindex to strchr and strrchrTheodore Tso1993-10-301-5/+5