freebsd-dev/libexec
Peter Wemm 5328c7eb7e As previously threatened, clean up the rshd -a option and make it default
on rshd and rlogind.  However, note that:
1: rshd used to drop a connection with -a if the hostname != ip address.
   This is unneeded, because iruserok() does it's own checking.
   It was also wrong if .rhosts had an explicit IP address in it,
   connections would be dropped from that host solely because the DNS was
   mismatched even though it was explicitly intended to work by IP address.
2: rlogind and rshd check the hostname mappings by default now because that
   is what goes into the utmp/wtmp and logs.  If the hostname != ip address,
   then it uses the IP address for logging/utmp/wtmp purposes.  There isn't
   much point logging ficticious hostnames.
3: rshd -a is now accepted (but ignored) for compatability.  If you really
   want to make life miserable for people with bad reverse DNS, use tcpd in
   paranoid mode (which is questionable anyway, given DNS ttl tweaking).
1998-12-16 07:20:45 +00:00
..
atrun Fixed printf format errors. 1998-08-02 16:44:18 +00:00
bootpd Block for buffer overflow. 1998-12-13 21:02:28 +00:00
comsat Fixed printf format errors. 1998-06-30 15:19:51 +00:00
fingerd NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try setting 1998-05-15 03:23:28 +00:00
ftpd Update to correctly reflect the default values of 1998-12-02 22:11:02 +00:00
getNAME Use err(3). -Wall cleaning. 1997-11-21 07:40:48 +00:00
getty This thing has its own puts function, so use it. 1998-10-08 23:14:02 +00:00
mail.local Remove useless `BINOWN=root' now that it is the default. 1998-09-19 22:42:06 +00:00
makekey Key is 8 bytes according to code, not 10 as stated in man page. Add rcsid. 1997-11-24 07:29:12 +00:00
mknetid Fixed printf format errors. 1998-06-30 15:19:51 +00:00
named-xfer Activate libbind 1998-06-11 09:17:58 +00:00
rbootd Remove no longer needed FreeBSD specific code. 1998-07-20 04:52:26 +00:00
revnetgroup .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq. 1998-03-19 07:37:22 +00:00
rexecd Use err(3). -Wall cleaning. Use Pa for file names and add section in Xrefs. 1997-11-26 07:29:04 +00:00
rlogind As previously threatened, clean up the rshd -a option and make it default 1998-12-16 07:20:45 +00:00
rpc.rquotad Cosmetics in man page. Add rcsid and sort #includes. 1997-11-26 07:31:14 +00:00
rpc.rstatd Fix a memory leak in rpc.rstatd that shows up when it's run in standalone 1998-10-08 19:59:40 +00:00
rpc.rusersd Make these programs compile and work correctly now that /usr/include/rpcsvc 1998-01-19 23:13:38 +00:00
rpc.rwalld Make these programs compile and work correctly now that /usr/include/rpcsvc 1998-01-19 23:13:38 +00:00
rpc.sprayd Do not terminate syslog() messages with a dot, as others daemons do. 1997-12-02 12:25:39 +00:00
rshd As previously threatened, clean up the rshd -a option and make it default 1998-12-16 07:20:45 +00:00
rtld-aout Fix a bug in the handling of minor version numbers. Formerly, the 1998-11-07 01:59:39 +00:00
rtld-elf Use the runpath of the main program for locating libraries loaded by 1998-11-27 21:19:52 +00:00
smrsh Build sendmail-8.9.1 smrsh 1998-08-04 15:31:31 +00:00
talkd Reviewed by: freebsd-current, freebsd-security 1998-12-01 21:12:57 +00:00
telnetd Old stuff laying around: Don't use a function called getstr(), that has 1998-12-16 06:04:29 +00:00
tftpd Rename a function name so that it doesn't conflict with a future system call. 1998-10-30 16:17:50 +00:00
uucpd Fixed printf format errors. 1998-06-30 15:19:51 +00:00
xtend PR: misc/4679 1998-04-18 13:37:24 +00:00
ypxfr Fixed printf format errors. 1998-08-02 16:44:18 +00:00
Makefile Enable named-xfer and rbootd for alpha. 1998-11-10 06:50:35 +00:00
Makefile.inc