freebsd-dev/usr.bin/chpass
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
..
chpass.1 Remove more single-space hard sentence breaks. 2000-03-02 14:54:02 +00:00
chpass.c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
chpass.h Bump up the E_SHELL constant after an extra field was added, thus making 1998-09-03 17:32:22 +00:00
edit.c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
field.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
Makefile Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
pathnames.h
pw_copy.c Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and 1999-09-06 17:30:03 +00:00
pw_copy.h
pw_yp.c fix a serious bug where, on alpha, due to a an int/long type mismatch, 1999-10-20 15:20:00 +00:00
pw_yp.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
table.c Change the prompt for the office location field from "Location:" 1999-02-23 02:41:26 +00:00
util.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00