Revision tags: release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
f247324d |
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
8b5c4af3 |
| 27-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
e97407b4 |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0 |
|
#
b5c508fb |
| 14-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use Fx macro wherever possible.
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
f2e366a1 |
| 01-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
|
#
0518c2b9 |
| 23-Jan-2000 |
Philippe Charnier <charnier@FreeBSD.org> |
Remove invalid section name.
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
97d92980 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
b22e036e |
| 22-Aug-1999 |
Bill Paul <wpaul@FreeBSD.org> |
Modify yp_mkdb so that it only checks for bogus '+' and '-' characters in source input if the -f flag is used, and modify Makefile.yp to only use -f for the passwd, master.passwd and group maps. Thes
Modify yp_mkdb so that it only checks for bogus '+' and '-' characters in source input if the -f flag is used, and modify Makefile.yp to only use -f for the passwd, master.passwd and group maps. These should be the only ones for which the + and - characters have special meaning that make it important for us to avoid letting them into any of the map databases. In some cases (namely the automounter maps) we have to allow at least the - character through in order to create the map properly.
This closes PR #8699.
show more ...
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
#
f12a1471 |
| 23-Mar-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
|
#
e7f0e9ca |
| 27-Oct-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Remove `progname'.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs |
|
#
b27098e7 |
| 15-Apr-1997 |
John-Mark Gurney <jmg@FreeBSD.org> |
fix a couple typos...
Closer PR#3264
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
476602a9 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
bfd34a4a |
| 20-Jan-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Sort cross references.
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
21c2d66c |
| 24-Oct-1996 |
Bill Paul <wpaul@FreeBSD.org> |
Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries to map databases. Also document said flags in the man page.
Adding YP_INTERDOMAIN to a map causes ypserv(8) to do a DNS lookup whe
Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries to map databases. Also document said flags in the man page.
Adding YP_INTERDOMAIN to a map causes ypserv(8) to do a DNS lookup when a yp_match() on the map fails. (This affects only the hosts.by* maps; for all other maps it's ignored.) The YP_SECURE entry causes ypserv(8) to restrict access to the map so that only clients making requests from reserved ports can get at it.
Our ypserv doesn't currently support these features so they're silently ignored for the moment, but this will change. :)
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
6290107b |
| 28-Apr-1996 |
Bill Paul <wpaul@FreeBSD.org> |
Import the new yp_mkdb. This one does what the old one does, but is hopefully less grotty. Differences include:
- An extra flag, -c, for sending a YPPROC_CLEAR to ypserv(8) (which will become usef
Import the new yp_mkdb. This one does what the old one does, but is hopefully less grotty. Differences include:
- An extra flag, -c, for sending a YPPROC_CLEAR to ypserv(8) (which will become useful once I merge in the DB handle caching mods I've been working on). - Checks for and signals duplicate keys. - Handles line continuations.
As of now, there is no more GNU YP code in the tree.
show more ...
|