aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin
Commit message (Expand)AuthorAgeFilesLines
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-162-175/+24
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',Philippe Charnier2002-10-162-44/+34
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-4/+4
* Really include <paths.h> (it seems it was brought in indirectly)Dag-Erling Smørgrav2002-05-081-0/+1
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-3/+8
* Easy warns fixes; use const, mark unused function parameters. RemoveMark Murray2002-04-281-14/+13
* Remove GCC-specific flags.Mark Murray2002-04-281-1/+0
* Use `The .Nm utility'Philippe Charnier2002-04-201-5/+9
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* o unifdef -D__STDC__Warner Losh2002-03-231-77/+19
* remove __PWarner Losh2002-03-221-19/+19
* Fix typo: supporting -> support.Giorgos Keramidas2002-03-171-1/+1
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventBill Fenner2002-02-271-2/+3
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* [rlogin.1] Document the `-4' and `-6' options. Correct a typo.Joseph Koshy2000-11-242-3/+7
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-1/+1
* Use libcrypto in place of libdes.Mark Murray2000-02-242-3/+3
* Add -4 and -6 options.Yoshinobu Inoue2000-02-151-5/+14
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-252-4/+16
* . mdoc(7)'fyAlexey Zelkin2000-01-071-14/+29
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
* Change edistribution to krb4 in preaparation for K5Mark Murray1999-09-191-1/+1
* Fix for new Kerberos4.Mark Murray1999-09-191-1/+2
* Fix Common Error brokenness.Mark Murray1999-09-061-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fixed usage message to almost match the man page. The old -d option andBruce Evans1999-05-271-12/+9
* Add a -i localname switch (restricted to root) to specify a differentPeter Wemm1999-05-252-5/+21
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.Mark Murray1998-10-093-4/+12
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Add -lcrypt when building kerberos.John Birrell1998-09-051-3/+3
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+2
* Rats. I was too fast here. Re-enable SUID mode for the non-KerberosMark Murray1998-03-261-3/+3
* Quite a while back KTH (who are the good folks who wrote our KerberosIV)Mark Murray1998-03-262-18/+20
* Changes for KTH KerberosIV.Mark Murray1997-09-285-567/+30
* Use err(3). Document -l flag.Philippe Charnier1997-08-052-38/+34
* kill the undeadPeter Wemm1997-07-131-203/+0
* This commit was generated by cvs2svn to compensate for changes in r27241,Bruce Evans1997-07-061-0/+203
|\
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans1997-07-063-0/+1382
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Better buffer length calculation and overrun detection. Closes PR 2577Mark Murray1997-02-091-4/+8
* Sort cross references.Wolfram Schneider1997-01-151-3/+3