summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-49/+49
* None of these programs actually use auth.conf.des2012-06-111-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Raise rlogin back to a WARNS level of 6.jhb2011-04-271-2/+0
* Revert r221053 by replacing WARNS?= 3 since it's breaking the build ondougb2011-04-261-0/+2
* Generate the network byte order version of the window size structure in ajhb2011-04-261-6/+6
* This builds OK using the parent dir's WARNS=6.obrien2011-04-261-2/+0
* Catch up with r57841 which removed the possible linking against libutilobrien2011-04-261-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* len and len2 work better as size_tdwmalone2005-11-131-1/+2
* Use socklen_t where appropriate.stefanf2005-08-051-1/+2
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
* Removed Kerberos remnants.ru2005-01-212-39/+2
* Sort sections.ru2005-01-181-8/+8
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* Deal with double whitespace.ru2004-07-031-4/+4
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Use the POSIX tty interface instead of the old interface. This makestjr2003-09-282-104/+58
* Remove remnants of Kerberos -Kkx options.tjr2003-09-282-25/+4
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-162-175/+24
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',charnier2002-10-162-44/+34
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-4/+4
* Really include <paths.h> (it seems it was brought in indirectly)des2002-05-081-0/+1
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.des2002-05-082-3/+8
* Easy warns fixes; use const, mark unused function parameters. Removemarkm2002-04-281-14/+13
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Use `The .Nm utility'charnier2002-04-201-5/+9
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
* o unifdef -D__STDC__imp2002-03-231-77/+19
* remove __Pimp2002-03-221-19/+19
* Fix typo: supporting -> support.keramida2002-03-171-1/+1
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventfenner2002-02-271-2/+3
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+2
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* [rlogin.1] Document the `-4' and `-6' options. Correct a typo.jkoshy2000-11-242-3/+7
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* remove trailing periods from SEE ALSO.ben2000-11-151-1/+1
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+0
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-1/+1
* Use libcrypto in place of libdes.markm2000-02-242-3/+3
* Add -4 and -6 options.shin2000-02-151-5/+14
* several tcp apps IPv6 updateshin2000-01-252-4/+16
* . mdoc(7)'fyphantom2000-01-071-14/+29
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-2/+2
OpenPOWER on IntegriCloud