aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin
Commit message (Collapse)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
| | | | | | | needed. Notes: svn path=/head/; revision=200462
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
| | | | | | | Tested with: make universe Notes: svn path=/head/; revision=200420
* len and len2 work better as size_tDavid Malone2005-11-131-1/+2
| | | | Notes: svn path=/head/; revision=152397
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-1/+2
| | | | Notes: svn path=/head/; revision=148726
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
| | | | | | | | | bsd.*.mk infrasture. Obtained from: ru Notes: svn path=/head/; revision=140909
* Removed Kerberos remnants.Ruslan Ermilov2005-01-212-39/+2
| | | | Notes: svn path=/head/; revision=140569
* Sort sections.Ruslan Ermilov2005-01-181-8/+8
| | | | Notes: svn path=/head/; revision=140420
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
| | | | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver Notes: svn path=/head/; revision=137164
* Deal with double whitespace.Ruslan Ermilov2004-07-031-4/+4
| | | | Notes: svn path=/head/; revision=131507
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131491
* Use the POSIX tty interface instead of the old interface. This makesTim J. Robbins2003-09-282-104/+58
| | | | | | | | | rlogin work properly without COMPAT_43. Obtained from: NetBSD (mycroft) Notes: svn path=/head/; revision=120547
* Remove remnants of Kerberos -Kkx options.Tim J. Robbins2003-09-282-25/+4
| | | | Notes: svn path=/head/; revision=120546
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-162-175/+24
| | | | | | | | | for ages, and no-one seems to have noticed. Viva PAM! Fix some easy/trivial warnings while I'm here. Notes: svn path=/head/; revision=105268
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',Philippe Charnier2002-10-162-44/+34
| | | | | | | | | ``.'' is not a sentence termination, it must be escaped to be put inside quotes. Abort if execv() fails by adding err(). Do not dot terminate error messages. Notes: svn path=/head/; revision=105235
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-4/+4
| | | | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. Notes: svn path=/head/; revision=97788
* Really include <paths.h> (it seems it was brought in indirectly)Dag-Erling Smørgrav2002-05-081-0/+1
| | | | Notes: svn path=/head/; revision=96197
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-3/+8
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=96196
* Easy warns fixes; use const, mark unused function parameters. RemoveMark Murray2002-04-281-14/+13
| | | | | | | unused includes. Notes: svn path=/head/; revision=95621
* Remove GCC-specific flags.Mark Murray2002-04-281-1/+0
| | | | Notes: svn path=/head/; revision=95620
* Use `The .Nm utility'Philippe Charnier2002-04-201-5/+9
| | | | Notes: svn path=/head/; revision=95124
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
| | | | | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60. Notes: svn path=/head/; revision=94985
* o unifdef -D__STDC__Warner Losh2002-03-231-77/+19
| | | | | | | | o use ansi function definitions o remove OLDSUN Notes: svn path=/head/; revision=93057
* remove __PWarner Losh2002-03-221-19/+19
| | | | Notes: svn path=/head/; revision=92921
* Fix typo: supporting -> support.Giorgos Keramidas2002-03-171-1/+1
| | | | | | | | | PR: docs/35956 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 3 days Notes: svn path=/head/; revision=92473
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventBill Fenner2002-02-271-2/+3
| | | | | | | | the parent from sending SIGURG itself to the child. This fixes the problem of occasionally failing to pass the window size. Notes: svn path=/head/; revision=91434
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
| | | | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. Notes: svn path=/head/; revision=83391
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+2
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71102
* [rlogin.1] Document the `-4' and `-6' options. Correct a typo.Joseph Koshy2000-11-242-3/+7
| | | | | | | [rlogin.c] Make the usage message match the code. Notes: svn path=/head/; revision=69102
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68756
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
| | | | | | | getopt returns -1 not EOF. Notes: svn path=/head/; revision=65428
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57841
* Use libcrypto in place of libdes.Mark Murray2000-02-242-3/+3
| | | | Notes: svn path=/head/; revision=57450
* Add -4 and -6 options.Yoshinobu Inoue2000-02-151-5/+14
| | | | | | | | | | | | Current getaddrinfo() implemetation has a problem of too much resolving waiting time on INET6 enabled systems. -4 and -6 options can limit name resolving address family and is a possible workaround for the problem. Approved by: jkh Notes: svn path=/head/; revision=57232
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-252-4/+16
| | | | | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=56590
* . mdoc(7)'fyAlexey Zelkin2000-01-071-14/+29
| | | | | | | | | | | . add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages . sort Xrs in SEE ALSO sections Patches based on PR: docs/15680 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=55562
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
| | | | | | | | | | | happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model. Notes: svn path=/head/; revision=54782
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+2
| | | | | | | | smart because it will definitely get it wrong. This popped up during cross-linking. Notes: svn path=/head/; revision=54677
* Change edistribution to krb4 in preaparation for K5Mark Murray1999-09-191-1/+1
| | | | Notes: svn path=/head/; revision=51436
* Fix for new Kerberos4.Mark Murray1999-09-191-1/+2
| | | | Notes: svn path=/head/; revision=51434
* Fix Common Error brokenness.Mark Murray1999-09-061-2/+2
| | | | Notes: svn path=/head/; revision=51039
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Fixed usage message to almost match the man page. The old -d option andBruce Evans1999-05-271-12/+9
| | | | | | | | | | | | | | the new -i option were missing. Fixed style bugs in previous commit: (1) initialisation of a local variable in its declaration. (2) inconsistency of (1) with style of nearby code. (3) disorder of declaration for (1). (4) a line longer than 80 characters. (5) bitrot in the printf() -> err() cleanups to help bloat the line in (4). Notes: svn path=/head/; revision=47549
* Add a -i localname switch (restricted to root) to specify a differentPeter Wemm1999-05-252-5/+21
| | | | | | | | | | | | local "login" name for rcmd(3). This is particularly useful for things like portslave and other packages with terminal server functionality where a login can either run ppp locally or get shunted off to another box via rlogin depending on radius authentication etc. Quite often the local box doesn't even have accounts, so a flag such as this is needed. Obviously this is restricted to callers with uid == 0. Notes: svn path=/head/; revision=47488
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.Mark Murray1998-10-093-4/+12
| | | | Notes: svn path=/head/; revision=40103