aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-49/+49
* None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-111-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Raise rlogin back to a WARNS level of 6.John Baldwin2011-04-271-2/+0
* Revert r221053 by replacing WARNS?= 3 since it's breaking the build onDoug Barton2011-04-261-0/+2
* Generate the network byte order version of the window size structure in aJohn Baldwin2011-04-261-6/+6
* This builds OK using the parent dir's WARNS=6.David E. O'Brien2011-04-261-2/+0
* Catch up with r57841 which removed the possible linking against libutilDavid E. O'Brien2011-04-261-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* len and len2 work better as size_tDavid Malone2005-11-131-1/+2
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-1/+2
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* Removed Kerberos remnants.Ruslan Ermilov2005-01-212-39/+2
* Sort sections.Ruslan Ermilov2005-01-181-8/+8
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Use the POSIX tty interface instead of the old interface. This makesTim J. Robbins2003-09-282-104/+58
* Remove remnants of Kerberos -Kkx options.Tim J. Robbins2003-09-282-25/+4
* 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