| History log of /src/usr.sbin/ypserv/ypinit/Makefile.main |
| Revision | | Date | Author | Comments |
| 1.5 |
| 30-Jul-2000 |
itojun | generate ipnodes.{byname,byaddr} for IPv4/v6 lookups. hosts.{byname,byaddr} is still an IPv4 only mapping. obeys solaris8 practice. see comments in ypinit/Makefile.yp for details.
TODO: interop test with solaris8 (any takers?)
|
| 1.4 |
| 25-Apr-1999 |
lukem | split line
|
| 1.3 |
| 15-Oct-1997 |
lukem | - major cleanup of Makefile.yp to use modern make(1) variables, and follow our formatting convetions. - add support for aliases, amd.home, master.passwd and netgroup maps [initially from openbsd, reworked as above] - if INSECURE != "yes" then the passwd.by* maps will not contain the encrypted version of the passwd - privileged clients will request info from the master.passwd.by* maps. FreeBSD originally implemented this, and & OpenBSD supports it too. [from openbsd].
By default, passwd maps are INSECURE, but in a *BSD-only environment, this could be disabled to allow for a [slightly] higher degree of security from non-root users...
|
| 1.2 |
| 12-Oct-1997 |
mycroft | Make this work again, and add ethers to the list of recursive targets.
|
| 1.1 |
| 09-Aug-1996 |
thorpej | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 09-Aug-1996 |
thorpej | A ypserv implementation, originally written by Mats O Jansson, with some changes by me, including misc. cleanup, minor bug fixes, and brand-new access control list code.
|