summaryrefslogtreecommitdiff
path: root/usr.sbin/map-mbone/mapper.c
AgeCommit message (Collapse)Author
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2005-06-22implement and use a real usage(); function instead of using goto usage;Robert Nagy
every time it is needed. ok millert@
2005-06-20use getopt(3) for argument list parsing and remove the get_number()Robert Nagy
function becasue we use strtonum(3) from now on. ok otto@ millert@
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2003-11-26Replace log() with logit() since ISO C reserves log() for the mathTodd C. Miller
library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK.
2003-08-19convert to poll; ok dhartmeiTheo de Raadt
2003-04-04strlcpy, ok millert@Anil Madhavapeddy
2002-08-09die if fd_set overruns.Jun-ichiro itojun Hagino
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-03-27Fix possible buffer overflow in map-mbone's dns resolution; Jose NazarioTodd C. Miller
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-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-31New license from Xerox! This code is now FREE! Took a while and a lot ofTheo de Raadt
mails, but it is worth it.
2001-03-09exit(-#) is wrongTheo de Raadt
1996-09-11revoke privs at start; tested by fenner@parc.xerox.comTheo de Raadt
1995-12-14from netbsd; update to mrouted 3.8Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt