summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | [rlogin.c] Make the usage message match the code.
* 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
| | | | getopt returns -1 not EOF.
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-1/+1
| | | | Approved by: jkh
* Use libcrypto in place of libdes.markm2000-02-242-3/+3
|
* Add -4 and -6 options.shin2000-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
* several tcp apps IPv6 updateshin2000-01-252-4/+16
| | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* . mdoc(7)'fyphantom2000-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>
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-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.
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+2
| | | | | smart because it will definitely get it wrong. This popped up during cross-linking.
* Change edistribution to krb4 in preaparation for K5markm1999-09-191-1/+1
|
* Fix for new Kerberos4.markm1999-09-191-1/+2
|
* Fix Common Error brokenness.markm1999-09-061-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Fixed usage message to almost match the man page. The old -d option andbde1999-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).
* Add a -i localname switch (restricted to root) to specify a differentpeter1999-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.
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.markm1998-10-093-4/+12
|
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Add -lcrypt when building kerberos.jb1998-09-051-3/+3
|
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+2
|
* Rats. I was too fast here. Re-enable SUID mode for the non-Kerberosmarkm1998-03-261-3/+3
| | | | case.
* Quite a while back KTH (who are the good folks who wrote our KerberosIV)markm1998-03-262-18/+20
| | | | | | | | announced a K4 weakness with their rsh/rlogins. We were not put in any danger by this, as we were not using KTH rlogin/rsh, but the patches in themselves, had some good points. This lot means we can run our rlogin without it being SUID root. Win win win. There are other KTH cleanups as well.
* Changes for KTH KerberosIV.markm1997-09-285-567/+30
| | | | Also quieten -Wall a bit.
* Use err(3). Document -l flag.charnier1997-08-052-38/+34
| | | | Obtained from: OpenBSD
* kill the undeadpeter1997-07-131-203/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-061-0/+203
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-063-157/+415
| | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * recording cvs-1.6 file deathpeter1995-12-301-203/+0
| |
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | | | | | posix standard on the topic.
* | Better buffer length calculation and overrun detection. Closes PR 2577markm1997-02-091-4/+8
| | | | | | | | Submitted by: Julian Assange
* | Sort cross references.wosch1997-01-151-3/+3
| |
* | Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-5/+5
| | | | | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* | Add Bruce's improvement to security patchpst1996-07-251-1/+6
| |
* | Do a bounds check on the strcpy of environment variables onto the stack.pst1996-07-151-1/+1
| |
* | #include <kerberosIV/des.h> -> #include <des.h>markm1996-02-113-3/+3
| |
* | Rename des_set_key -> des_set_key_krb. (libdes conflict)markm1996-02-031-1/+1
| |
* | Section FILES and SEE ALSO completewosch1996-01-291-1/+18
| |
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-203/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Kerberos can now deal with multi-homed clients.gibbs1995-10-052-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Kerberos obtains a network address for the local host from the routing tables and uses it consistently for all Kerberos transactions. This ensures that packets only leave the *authenticated* interface. Clients who open and use their own sockets for encrypted or authenticated correspondance to kerberos services should bind their sockets to the same address as that used by kerberos. krb_get_local_addr() and krb_bind_local_addr() allow clients to obtain the local address or bind a socket to the local address used by Kerberos respectively. Reviewed by: Mark Murray <markm>, Garrett Wollman <wollman> Obtained from: concept by Dieter Dworkin Muller <dworkin@village.org>
* | Updating /usr/include/kerberosIV/des.h so eBones will build breaksmarkm1995-09-102-14/+1
| | | | | | | | | | | | | | rcp and rlogin. (patch supplied) Submitted by: John Capo <jc@irbs.com>
* | Back out speed reducing to 38400 for old remote rlogind.ache1995-08-031-3/+1
| | | | | | | | | | | | | | I do some digging out on this subject and found that remote rlogind may reduce big speeds to 38400 by itself and (as more often rlogind variant) speed setting ioctl fails, so speed left on 9600. In all cases it doesn't do any real harm.
* | Reduce passed speed to 38400, like telnet does too.ache1995-08-011-1/+3
| | | | | | | | Remote rlogind may not understand speeds > 38400.
* | Remove trailing whitespace.rgrimes1995-05-302-3/+3
| |
* | Added "D" option to usage clause.dg1995-05-031-3/+3
| |
* | Added a "-D" option to set the TCP_NODELAY socket option.dg1995-05-032-5/+18
| |
* | Add distribution=krb for P-HKwollman1994-11-201-0/+1
| |
OpenPOWER on IntegriCloud