summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
AgeCommit message (Collapse)Author
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-04-08strlcpy, pass length to function. ok tdeval@, deraadt@Daniel Hartmeier
2003-04-02sprintf killing; millert okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12less sprintfTheo de Raadt
2003-03-05- double spaces killedJason McIntyre
- new sentence, new line - grammar ok deraadt@
2003-03-03spacesTheo de Raadt
2003-03-03ansi, from cloderTheo de Raadt
2003-03-01proper noticeTheo de Raadt
2003-03-01After 2 years, and more than 350 pieces of mail exchanged with "theTheo de Raadt
right people" at Stanford, we finally succeed at getting the parts of the code they wrote to be released under a BSD license. The other components were written by USC and Xerox (who were quick at helping, 5 days and 6 weeks if I recall). Of the ~200 authors we have contacted regarding license issues, this institution has been THE WORST to deal with, and to think -- this is an American University. How far the edifice of educational freedom has fallen.... shame on you Stanford.
2003-03-01apparently xerox wrote this snmp stuffTheo de Raadt
2002-08-09die if fd_set overruns.Jun-ichiro itojun Hagino
2002-08-03use getifaddrs, not SIOCGIFCONF.Jun-ichiro itojun Hagino
2002-08-01u_short cleansingJun-ichiro itojun Hagino
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-05-30snprintf in .y filesTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-10follow post-2.1 ip_off & ip_len byte ordersTheo de Raadt
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-08-23recieve -> receiveAaron Campbell
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-08-01another bad licence goes foom!Theo de Raadt
2001-07-27Wall cleanupPeter Valchev
2001-06-25Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:Theo de Raadt
> I received an email that the USC's General Counsel's Office > has approved that the software license to pimd can be changed to the > 3-clause BSD-like license! > [...] This is various other bits of software that is also covered by this.
2001-05-29Initial work/mdoc'ification by <mpech@prosoft.org.lv>Hakan Olsson
2001-03-09exit(-#) is wrongTheo de Raadt
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-03-20ifaliases "aware".Angelos D. Keromytis
1997-09-26binaries not in /etcTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-04-04we are a 4.4bsd-style system; correct pathnamesTheo de Raadt
1997-01-30deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.comTheo de Raadt
1996-09-11revoke privs at start; tested by fenner@parc.xerox.comTheo de Raadt
1995-12-19from netbsd: tv_sec isn't a time_t, but a long. this causes some problems..Theo de Raadt
1995-12-14whoops, add thisTheo de Raadt
1995-12-14from netbsd; update to mrouted 3.8Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt