| History log of /src/usr.sbin/ypserv/yptest |
| Revision | Date | Author | Comments |
| 1.3 | 02-Oct-1997 |
lukem | - build common/* once, into a library, rather than recompiling each of the files multiple times in the other subdirectories (saves about 10% on compilation time) - clean up the manual pages
|
| 1.2 | 18-Jul-1997 |
thorpej | Fix compiler warnings (and an awful lot of annoying little bugs).
|
| 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.
|
| 1.10 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
| 1.9 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
| 1.8 | 20-Oct-2009 |
snj | branches: 1.8.6; 1.8.12; 1.8.16; Follow upstream's lead and remove third and fourth clauses (except on from usr.sbin/mopd/common/pf.c, where only the ad clause is removed, because it has a shared UCB copyright) on Mats O Jansson's files.
thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares copyright.
|
| 1.7 | 26-Feb-2005 |
thorpej | YP -> NIS
|
| 1.6 | 02-Feb-2002 |
wiz | Use standard headers, mark up AUTHORS section, drop a .Pp.
|
| 1.5 | 19-Jan-2002 |
wiz | Whitespace nits.
|
| 1.4 | 07-Mar-1999 |
mycroft | Clean up SYNOPSIS formatting.
|
| 1.3 | 08-Nov-1997 |
lukem | use ".Tn YP" instead of "YP", fix up some .Nd entries, use .Pa for mapnames
|
| 1.2 | 02-Oct-1997 |
lukem | branches: 1.2.2; - build common/* once, into a library, rather than recompiling each of the files multiple times in the other subdirectories (saves about 10% on compilation time) - clean up the manual pages
|
| 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.
|
| 1.2.2.1 | 28-Nov-1997 |
mellon | Pull rev 1.3 up from trunk (lukem)
|
| 1.8.16.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
| 1.8.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.8.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.10 | 04-May-2017 |
sevan | Drop main() prototype.
|
| 1.9 | 20-Oct-2009 |
snj | branches: 1.9.36; Follow upstream's lead and remove third and fourth clauses (except on from usr.sbin/mopd/common/pf.c, where only the ad clause is removed, because it has a shared UCB copyright) on Mats O Jansson's files.
thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares copyright.
|
| 1.8 | 22-Oct-2004 |
peter | Constify.
|
| 1.7 | 22-Oct-2004 |
peter | Check the status for each test and print the result or an error message according to the status code. This fixes a core dump in test 4.
Closes PR bin/27145 from ianzag at megasignal.com Reviewed by christos, jdolecek.
|
| 1.6 | 06-Jul-2002 |
wiz | de-__P(), ANSIfy.
|
| 1.5 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
| 1.4 | 04-Jul-2000 |
matt | More #include <stdlib.h> string, etc. cleanup
|
| 1.3 | 13-Oct-1997 |
lukem | add rcsid
|
| 1.2 | 18-Jul-1997 |
thorpej | Fix compiler warnings (and an awful lot of annoying little bugs).
|
| 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.
|
| 1.9.36.1 | 11-May-2017 |
pgoyette | Sync with HEAD
|