summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
AgeCommit message (Expand)Author
2006-05-25Coverity CID 1188: Don't check for NULL just to log and then diechristos
2006-05-25Coverity CID 1189, 1190: Don't check for NULL just to log and then diechristos
2006-05-25Coverity CID 1191, 1192: Don't check for NULL allocation, just to log itchristos
2006-05-25Coverity CID 2718: Avoid using free'd memory.christos
2006-05-12can't fit "256" in an 8bit value, don't have a switch case for it.mrg
2006-05-11if we are going to cast the 3rd argument to accept_info_request(),mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-09-06use arc4randomitojun
2003-08-18SIOCGIFCONF -> getifaddrs conversionitojun
2003-07-13strdup is simpleritojun
2003-05-17remove obsolete commentitojun
2003-05-17A slightly better inet_parse(), tested in isolation.dsl
2003-05-16Revert previous change. Remove s parameter from teh function and rotatedsl
2003-05-16avoid possible buffer overruns - strlcpy, snprintfitojun
2003-03-07This seems to need a -I${.CURDIR} these days.fvdl
2003-03-05Add RCS Id; new sentence, new line; at least one mdoc fix; sort sections.wiz
2003-03-05mdocified man page from mpech@openbsd.orgwiz
2003-03-05ANSIfy one more.wiz
2003-03-05Use vsnprintf instead of vsprintf. From OpenBSD.wiz
2003-03-05Add license (from Xerox), from OpenBSD.wiz
2003-03-05License update from Stanford, via OpenBSD.wiz
2003-03-05Move back from gnu/dist/mrouted, now that it's available under a BSDwiz
2002-10-01move mrouted out of basesrc, as it carries non-BSD license.itojun
2002-08-09die if fd_set overrun. (they're not setuid binary so it is not that critical)itojun
2002-08-01ifa->ifa_addr is already pointer, no need for "&". from loveitojun
2002-08-01use getifaddrs, not SIOCGIFCONF. should fix PR12578itojun
2002-08-01avoid issues with typecast optimization (taking advantage of pointer aliasing),itojun
2002-08-01u_short cleansing (should be u_int16_t)itojun
2002-07-14Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.wiz
2002-06-02missing memset() for sockaddr. from deraadtitojun
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-19Whitespace nits.wiz
2001-08-02copyright clarification. via openbsditojun
2001-06-12receive, not recievewiz
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2000-10-12Make it compile again after format string changes (this change was obviouslyaugustss
2000-10-11More format string cleanups by sommerfeld.is
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-03-13Fix doubled 'the's.soren
1999-06-06Use pidfile(3).thorpej
1999-06-06Use daemon(3) and pidfile(3).thorpej
1999-01-23The ioctls have been issued on the wrong socket, so they failed with ahwr
1999-01-14Apply patches for mtrace in bin/5598 by yours truly.he
1998-08-27Add {} pairs to shut up egcs.ross
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-05-09Use strerror(3) instead of sys_errlist and sys_nerr.kleink
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
1998-03-30work around gcc warning.mrg