History log of /src/usr.sbin/ypserv/stdethers |
Revision | Date | Author | Comments |
1.6 | 13-Oct-1997 |
lukem | don't use home-grown ether_ntoa() - ether_toa(3) in libc works fine...
|
1.5 | 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.4 | 18-Jul-1997 |
thorpej | Fix compiler warnings (and an awful lot of annoying little bugs).
|
1.3 | 08-May-1997 |
gwr | Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
|
1.2 | 06-May-1997 |
gwr | Use .PATH.c: ...
|
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.12 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
1.11 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
1.10 | 20-Oct-2009 |
snj | branches: 1.10.6; 1.10.12; 1.10.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.9 | 26-Feb-2005 |
thorpej | YP -> NIS
|
1.8 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.7 | 02-Feb-2002 |
wiz | Use standard headers, mark up AUTHORS section.
|
1.6 | 19-Jan-2002 |
wiz | Whitespace nits.
|
1.5 | 07-Mar-1999 |
mycroft | Clean up SYNOPSIS formatting.
|
1.4 | 08-Nov-1997 |
lukem | use ".Tn YP" instead of "YP", fix up some .Nd entries, use .Pa for mapnames
|
1.3 | 07-Oct-1997 |
lukem | branches: 1.3.2; cleanup typos, grammaros, thinkos, and misuse of mdoc macros
|
1.2 | 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.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.3.2.1 | 28-Nov-1997 |
mellon | Pull rev 1.4 up from trunk (lukem)
|
1.10.16.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.10.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.10.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.19 | 30-Aug-2011 |
joerg | static + __dead
|
1.18 | 20-Oct-2009 |
snj | 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.17 | 19-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
1.16 | 10-Mar-2007 |
hubertf | branches: 1.16.20; - Remove unused ctype.h - use EXIT_{SUCCESS,FAILURE} constants instead of 0/1 From: Slava Semushin <php-coder@altlinux.ru>
|
1.15 | 30-Nov-2002 |
lukem | tweaks for fparseln(3) move from libutil to libc: - remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
|
1.14 | 06-Jul-2002 |
wiz | de__P(), ANSIfy.
|
1.13 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
1.12 | 17-Jan-1999 |
lukem | don't bother looking for comments; fparseln() removes them
|
1.11 | 11-Jun-1998 |
kleink | Fix LP64 botches introduced in last commit.
|
1.10 | 08-Jun-1998 |
lukem | convert from in-house read_line to fparseln()
|
1.9 | 13-Nov-1997 |
thorpej | Fix int vs. size_t lossage.
|
1.8 | 02-Nov-1997 |
lukem | ensure sizeof hostname buf for ether_(ntohost|line) is >= MAXHOSTNAMELEN + 1
|
1.7 | 01-Nov-1997 |
lukem | * rewrite read_line(), partially based on get_line in netgroup_mkdb.c: - use fgetln() instead of fgets() - store info in internal buffer - fix \\ support - count line numbers internally, so \\ lines don't mess up count * ypdb_store(): - ensure that the length of key or val doesn't exceed YPMAXRECORD * makedbm, mknetid, revnetgroup, stdethers, stdhosts: - improve error handling - take advantage of rewritten read_line(), and cleanup line parsing - don't print trailing ` ' for key/val pairs with an empty val * Makefile.yp: - fix up building of ypservers (from Chuck Cranor) * ypinit.sh: - remove leading spaces in variable assignment (from Chuck Cranor)
|
1.6 | 13-Oct-1997 |
lukem | branches: 1.6.2; don't use home-grown ether_ntoa() - ether_toa(3) in libc works fine...
|
1.5 | 13-Oct-1997 |
lukem | add rcsid
|
1.4 | 07-Oct-1997 |
lukem | simplify test for skippable lines
|
1.3 | 18-Jul-1997 |
thorpej | Fix compiler warnings (and an awful lot of annoying little bugs).
|
1.2 | 15-Mar-1997 |
is | New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work.
For the detailed change history, look at the commit log entries for the is-newarp branch.
|
1.1 | 09-Aug-1996 |
thorpej | branches: 1.1.1; Initial revision
|
1.1.1.1 | 09-Aug-1996 |
thorpej | branches: 1.1.1.1.2; 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.1.1.1.2.1 | 09-Mar-1997 |
is | Convert to new ARP code.
|
1.6.2.1 | 28-Nov-1997 |
mellon | Pull rev 1.7, 1.9 and 1.8 up from trunk (lukem)
|
1.16.20.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|