summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krlogin.c
Commit message (Expand)AuthorAgeFilesLines
* * krlogin.c (oob): Loop reading data until we actually reach the URG markerKen Raeburn2002-05-231-7/+12
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-8/+10
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-7/+7
* * krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the program name,Ken Raeburn2001-09-141-2/+2
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-4/+4
* * krlogin.c: Always provide prototype for setsignal and not ifEzra Peisach2001-06-041-5/+3
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-10/+3
* * defines.h: Fix k4cmd prototype to match kcmd.cTom Yu2001-05-111-2/+3
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-121-17/+37
* 2001-01-12 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-01-141-45/+15
* add "-4" option to rlogin to not try krb5 authKen Raeburn2000-12-151-1/+25
* * krlogin.c (main): Declare main as intEzra Peisach2000-10-031-2/+2
* * krlogin.c (read_wrapper): Copy from the current point and notEzra Peisach2000-08-081-2/+2
* * krlogin.c (writer): Improved bandwith efficiency by readingPeter Litwack2000-07-211-68/+153
* 1.2-beta4 pullupKen Raeburn2000-06-301-21/+40
* * krlogin.c (main): Don't output debugging messages if debugging wasn't turne...Ken Raeburn2000-02-281-6/+8
* * krlogin.c (speeds): Added some comments from net recommending not extending...Ken Raeburn2000-01-271-0/+12
* from 1.1 branch:Ken Raeburn1999-09-011-0/+9
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-35/+140
* Apply ghudson's patch so that rlogin -a no longer dumps core.Geoffrey King1998-07-271-4/+4
* login.c (dolastlog): BSD 4.4 systems don't have lastlog.h, but stillTheodore Tso1998-05-271-1/+1
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-241-344/+36
* * krlogind.c (doit): Fix up potential buffer overrun.Tom Yu1997-11-051-2/+4
* Fix stupid typos in test compilationTheodore Tso1997-03-281-2/+2
* When falling back to the normal rlogin, clear the signal mask, so thatTheodore Tso1997-03-281-0/+9
* Fix terminal handling with regard to ^@ and ^oSam Hartman1997-02-221-2/+8
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-191-98/+87
* 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