#
8583b49c |
| 30-Aug-2011 |
joerg <joerg@NetBSD.org> |
static + __dead
|
#
07ce4063 |
| 20-Oct-2009 |
snj <snj@NetBSD.org> |
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 f
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.
show more ...
|
#
d3d3aa62 |
| 19-Apr-2009 |
lukem <lukem@NetBSD.org> |
Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
#
1a16cf8d |
| 10-Mar-2007 |
hubertf <hubertf@NetBSD.org> |
- Remove unused ctype.h - use EXIT_{SUCCESS,FAILURE} constants instead of 0/1 From: Slava Semushin <php-coder@altlinux.ru>
|
#
d348d3d7 |
| 30-Nov-2002 |
lukem <lukem@NetBSD.org> |
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
|
#
559abfe3 |
| 06-Jul-2002 |
wiz <wiz@NetBSD.org> |
de__P(), ANSIfy.
|
#
25bdbb66 |
| 19-Feb-2001 |
cgd <cgd@NetBSD.org> |
convert to use getprogname()
|
#
bb490684 |
| 17-Jan-1999 |
lukem <lukem@NetBSD.org> |
don't bother looking for comments; fparseln() removes them
|
#
41dc2c91 |
| 11-Jun-1998 |
kleink <kleink@NetBSD.org> |
Fix LP64 botches introduced in last commit.
|
#
211a72a8 |
| 08-Jun-1998 |
lukem <lukem@NetBSD.org> |
convert from in-house read_line to fparseln()
|
#
ade3ce97 |
| 13-Nov-1997 |
thorpej <thorpej@NetBSD.org> |
Fix int vs. size_t lossage.
|
#
a8b7ec8d |
| 02-Nov-1997 |
lukem <lukem@NetBSD.org> |
ensure sizeof hostname buf for ether_(ntohost|line) is >= MAXHOSTNAMELEN + 1
|
#
f4fb444b |
| 01-Nov-1997 |
lukem <lukem@NetBSD.org> |
* 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 \\ li
* 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)
show more ...
|
#
16199f1d |
| 13-Oct-1997 |
lukem <lukem@NetBSD.org> |
don't use home-grown ether_ntoa() - ether_toa(3) in libc works fine...
|
#
7eaa3f73 |
| 13-Oct-1997 |
lukem <lukem@NetBSD.org> |
add rcsid
|
#
6ea62c33 |
| 07-Oct-1997 |
lukem <lukem@NetBSD.org> |
simplify test for skippable lines
|
#
3d8138fc |
| 18-Jul-1997 |
thorpej <thorpej@NetBSD.org> |
Fix compiler warnings (and an awful lot of annoying little bugs).
|
#
00cef679 |
| 15-Mar-1997 |
is <is@NetBSD.org> |
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
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.
show more ...
|
#
60aa689c |
| 09-Aug-1996 |
thorpej <thorpej@NetBSD.org> |
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.
|