freebsd-src/usr.sbin
Jacques Vidrine 248aee623c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.

= Hesiod has been added to libc (see hesiod(3)).

= A library routine for parsing nsswitch.conf and invoking callback
  functions as specified has been added to libc (see nsdispatch(3)).

= The following C library functions have been modified to use nsdispatch:
    . getgrent, getgrnam, getgrgid
    . getpwent, getpwnam, getpwuid
    . getusershell
    . getaddrinfo
    . gethostbyname, gethostbyname2, gethostbyaddr
    . getnetbyname, getnetbyaddr
    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr

= host.conf has been removed from src/etc.  rc.network has been modified
  to warn that host.conf is no longer used at boot time.  In addition, if
  there is a host.conf but no nsswitch.conf, the latter is created at boot
  time from the former.

Obtained from:	NetBSD
2000-09-06 18:16:48 +00:00
..
ac Use %Ef instead of hardcoded %b %e 2000-06-22 15:09:51 +00:00
accton Do not dot terminate lines in FILES section 2000-05-28 14:56:04 +00:00
acpi import amldb(8) from ACPI For FreeBSD project. 2000-08-31 14:45:00 +00:00
adduser Complete migration of aliases file to /etc/mail/aliases. 2000-08-13 18:38:58 +00:00
amd Update for 6.0.3s1 changes. 1999-11-05 12:34:00 +00:00
ancontrol Remove a comment that should not have been committed. 2000-06-29 08:15:47 +00:00
apm Add output of per battery information to apm(1). 2000-08-13 17:05:27 +00:00
apmd Don't forget to clean y.output. Most files generated by yacc are cleaned 2000-05-15 14:45:28 +00:00
arp Change type of vars which hold in_addr.s_addr from u_long to u_int32_t, 2000-03-03 13:01:57 +00:00
atm
boot0cfg Allow people to set the default boot slice with boot0cfg. 2000-08-17 18:42:13 +00:00
boot98cfg Added PC-98 boot manager installation and configuration utility. 2000-08-02 10:11:08 +00:00
bootparamd Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
btxld o Allow btxld to be compiled on 64-bit machines 2000-01-04 14:10:36 +00:00
burncd Fix some spelling errors. 2000-03-24 01:27:35 +00:00
cdcontrol Add a new command, 'cdid', to calculate and display a serial number 2000-07-13 22:56:43 +00:00
chkgrp match prototype 2000-05-28 14:57:49 +00:00
chown Initialize vflag like the rest (not necessary, but this keeps it together) 2000-07-29 22:22:11 +00:00
chroot
ckdist match prototype 2000-05-28 14:57:49 +00:00
config If a ${KERNEL}.hints file exists, and no hints are specified explicitly, 2000-08-25 19:30:03 +00:00
cron Call login_close() to prevent parent from memory leaking in some 2000-07-02 04:15:15 +00:00
crunch Add the description of some hard-learnt restrictions and a workaround. 2000-08-28 05:47:05 +00:00
ctm Complete migration of aliases file to /etc/mail/aliases. 2000-08-13 18:38:58 +00:00
dev_mkdb kvm_mkdb(8) no longer exists (in .Xr) and kvm_nlist(8) has even less to do 1999-12-27 08:01:11 +00:00
diskpart Remove xrefs to obsolete bad144(8). 2000-03-01 10:42:25 +00:00
dpt
edquota
elf2exe Don't call err() without a format string. 2000-07-12 00:35:53 +00:00
extattrctl Whitespace-only: remove the only hard sentence break in the file. 2000-09-04 08:58:41 +00:00
faithd Remove libutil - setproctitle() is now in libc 2000-09-02 20:42:19 +00:00
fdcontrol Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
fdformat Add -y option which doesn't ask for confimation, but still shows progress 2000-06-01 22:27:30 +00:00
fdwrite /dev/r<FOO> => /dev/<FOO> 2000-04-26 11:52:44 +00:00
getextattr Add the '-l' option which prints string attribute followed by a file name. 2000-05-11 10:00:22 +00:00
gifconfig sync with more recent KAME tree. handles scoped IPv6 notation. 2000-07-05 08:42:07 +00:00
i4b Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ifmcstat Sync with latest KAME. 2000-07-07 19:19:25 +00:00
inetd Explain "-c" option more exactly and state the default in the man 2000-08-03 15:45:38 +00:00
iostat Remove bogus include, as per style(9). 2000-04-30 17:05:26 +00:00
ipftest add common.c to SRCS 2000-05-24 20:47:08 +00:00
ipresend Move basic ifilter utils to sbin where they shold have been committed by 1999-12-06 20:50:04 +00:00
ipsend Move basic ifilter utils to sbin where they shold have been committed by 1999-12-06 20:50:04 +00:00
iptest Move basic ifilter utils to sbin where they shold have been committed by 1999-12-06 20:50:04 +00:00
IPXrouted Don't call syslog() without a format string. 2000-07-12 00:00:12 +00:00
jail Typo: "is unreliably by default" to "is unreliable by default". 2000-07-08 14:12:34 +00:00
kbdcontrol * document that 'kbdcontrol -k' needs stdin to be the console. 2000-07-19 19:13:55 +00:00
kbdmap Cope with quotation marks around font names in /etc/rc.conf . 2000-03-14 09:28:00 +00:00
kernbb Put ASCII under .Tn 2000-05-28 14:59:54 +00:00
keyadmin Make use of .Ic asked by Sheldon. Spelling fix I missed yesterday. 2000-05-29 20:21:46 +00:00
keyserv Use libcrypto instead of libdes. 2000-02-24 21:10:28 +00:00
kgmon Put file names under .Pa. 1999-11-27 16:52:41 +00:00
kgzip Cleanup of TMPDIR code. 2000-08-03 23:44:43 +00:00
lpr the code assumes that getgroups() always returns NGROUPS groups, however 2000-08-23 23:36:32 +00:00
lptcontrol use _PATH_DEV 2000-07-14 07:55:26 +00:00
mailstats The rest of the changes needed to support the new version of sendmail (8.11.0). 2000-08-12 22:39:25 +00:00
mailwrapper Install mailer.conf as ${BINOWN}, ${BINGRP}, rather than root:wheel. This 2000-06-04 01:20:58 +00:00
makemap The rest of the changes needed to support the new version of sendmail (8.11.0). 2000-08-12 22:39:25 +00:00
manctl Remove incorrect section name. Terminate .Bl with .El. 1999-11-27 17:15:51 +00:00
memcontrol Make memcontrol(8) able to delete the segments starting at a base of 0 2000-03-20 22:53:32 +00:00
mergemaster Make mergemaster ignore files in /dev if /dev is a devfs. 2000-08-26 12:15:24 +00:00
mixer Several cleanups: 2000-08-15 05:42:39 +00:00
mld6query mld6query sends an IPv6 multicast listener discovery (MLD) query packet 2000-07-10 16:56:19 +00:00
mlxcontrol Remove hard sentence breaks introduced in the previous commit. 2000-08-10 09:01:10 +00:00
mount_nwfs Pass timezone information to an nwfs mount. 2000-04-05 10:48:53 +00:00
mount_portalfs Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 11:27:47 +00:00
mountd Explain why adding ``options NFSKERB'' breaks the kernel build. 2000-08-11 13:03:13 +00:00
moused Reduce the default timeout for the three button emulation 2000-04-21 14:20:25 +00:00
mptable Remove 3 off by 128 errors. 2000-08-06 01:17:39 +00:00
mrouted 1000000 usec -> 1 sec 0 usec; fix. 2000-03-26 14:44:34 +00:00
mtest
mtree Add -q. this will cause the warning messages about missing 2000-07-25 19:05:09 +00:00
named Install additional documentation: 2000-01-10 09:05:30 +00:00
named.reload
named.restart
ndc ndc is now a C program that communicates with named via a unix-domain 1999-11-30 06:18:10 +00:00
ndp sync with latest kame tree 2000-07-04 16:43:14 +00:00
newsyslog When warning that a log file can't be compressed, tell the reader which 2000-08-15 09:34:41 +00:00
nfsd Don't use libutil now that setproctitle() is in libc 2000-09-02 20:52:15 +00:00
ngctl Remove unused variable. 2000-07-20 17:17:49 +00:00
nghook Add '-n' flag: don't attempt to read any data from standard input. 2000-07-27 21:55:48 +00:00
nologin
nslookup Link against libbind (library and headers) 1999-11-30 06:16:46 +00:00
nsupdate Link against libbind (library and headers) 1999-11-30 06:16:46 +00:00
ntp Fix more HTML -> mdoc transcription errors. 2000-06-22 08:45:59 +00:00
pccard fix multi io window patch(Rev. 1.48) 2000-09-01 08:51:37 +00:00
pciconf Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
pcvt Don't extract these files as mode 664 during build, use mode 644 instead. 2000-08-15 09:17:50 +00:00
periodic Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf. 2000-06-23 01:18:31 +00:00
pim6dd Nm/Xr cleanup. requested by jp-man 2000-07-10 00:02:23 +00:00
pim6sd Nm/Xr cleanup. requested by jp-man 2000-07-10 00:02:23 +00:00
pkg_install Update my email address in various places in pkg_version. 2000-08-23 17:10:34 +00:00
pnpinfo Supported PC-98. 2000-05-11 11:09:50 +00:00
portmap Treat all interface aliases as local addresses. 2000-08-09 09:24:31 +00:00
ppp libutil.h is no longer required for setproctitle() 2000-09-02 02:16:51 +00:00
pppctl libutil is no longer required as setproctitle() has moved to libc 2000-09-02 02:01:18 +00:00
pppd Remove the last vestiges of libRSAglue now that it's an empty stub. 2000-03-11 22:34:10 +00:00
pppstats Remove single-space hard sentence breaks. These degrade the quality 2000-03-03 09:11:28 +00:00
praliases The rest of the changes needed to support the new version of sendmail (8.11.0). 2000-08-12 22:39:25 +00:00
prefix Sync with latest KAME 2000-07-07 07:25:56 +00:00
procctl Cleanup manpage a bit. 2000-02-21 11:05:56 +00:00
pstat Don't report TABLDISC - it "doesn't happen(TM)" 2000-01-29 16:45:28 +00:00
pw Add working and easy crypt(3)-switching. Yes, we need a whole new API 2000-08-22 02:15:54 +00:00
pwd_mkdb Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
quot /dev/rXXX -> /dev/XXX 2000-05-31 01:04:22 +00:00
quotaon
rarpd Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
repquota Description 1999-11-01 04:46:09 +00:00
rip6query Sync with latest KAME 2000-07-07 07:35:51 +00:00
rmt Minimum necessary change: return no more than 24 bytes of data for the 2000-02-12 01:14:33 +00:00
route6d fix LP64 issue in routing socket manipulation. 2000-08-14 04:54:58 +00:00
rpc.lockd Don't call syslog() without a format string. 2000-07-12 00:50:49 +00:00
rpc.statd Undo previous change. 1999-10-05 14:40:38 +00:00
rpc.umntall Remove more single-space hard sentence breaks. 2000-03-06 09:45:37 +00:00
rpc.yppasswdd Detect and handle comment lines in master.passwd files. 2000-07-12 11:00:28 +00:00
rpc.ypupdated Don't call syslog() without a format string. 2000-07-12 00:50:49 +00:00
rpc.ypxfrd Don't call syslog() without a format string. 2000-07-12 00:50:49 +00:00
rrenumd Correct style bugs 2000-07-06 02:00:18 +00:00
rtadvd Add two files missing from the KAME sync 2000-07-06 04:01:37 +00:00
rtprio Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
rtsold Correct style bugs 2000-07-06 02:00:18 +00:00
rwhod Don't call syslog() without a format string. 2000-07-12 00:50:49 +00:00
sa Adjust the width of the first column in output from "sa -m" to match 2000-05-30 13:27:33 +00:00
sade Add ftp.no.freebsd.org. 2000-09-06 13:16:58 +00:00
sendmail Turn on support for IPv6 2000-08-14 02:36:29 +00:00
setextattr Minor mdoc markup fixes. 2000-05-10 14:50:44 +00:00
setkey synchronize with latest kame tree. 2000-07-04 16:22:05 +00:00
sgsc Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
sicontrol Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
sliplogin Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
slstat Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
spkrtest
spray Convert to errx() 2000-05-28 15:05:15 +00:00
stallion Remove single-space hard sentence breaks. These degrade the quality 2000-03-06 09:41:55 +00:00
sysinstall Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
syslogd Update the usage string to reflect -n as an option. 2000-08-07 01:09:25 +00:00
tcpdchk Add IPv6 scoped address support. 2000-07-14 17:15:34 +00:00
tcpdmatch Add IPv6 scoped address support. 2000-07-14 17:15:34 +00:00
tcpdump 1000000 usecs to 1 sec conversion 2000-05-28 15:06:45 +00:00
timed Remove duplicated ';' statement delimiters. 2000-05-19 08:26:17 +00:00
traceroute Don't compile in IPsec support when NOIPSEC is defined. 2000-04-01 21:48:07 +00:00
traceroute6 Don't call errx() without a format string, to protect against possible 2000-08-05 06:21:12 +00:00
trpt Sorry in this just befor code freeze commit. 2000-01-29 11:49:07 +00:00
tzsetup Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
usbd Don't check for ohci/uhci to be loaded, check for the usb module. 2000-09-02 10:17:58 +00:00
usbdevs Use releaseNo, not release. release is evil and should go away. 1999-11-23 01:16:10 +00:00
vidcontrol Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
vipw Don't call warn() without a format string. 2000-07-12 00:50:15 +00:00
vnconfig Don't call warn() without a format string. 2000-07-12 00:50:15 +00:00
watch Add missing .El. 2000-01-23 20:27:32 +00:00
wicontrol Update the description of available channel for Japan. 2000-07-26 12:50:35 +00:00
wlconfig Remove extra #include that was inadvertently added in previous commit. 2000-07-19 16:32:46 +00:00
xten
yp_mkdb Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
ypbind Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
yppoll
yppush Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 14:09:25 +00:00
ypserv Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
ypset
zic Typo 2000-05-29 20:23:04 +00:00
Makefile Activate acpi. 2000-08-31 15:12:23 +00:00
Makefile.inc