summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-07-06Back out rev 1.2 as it doesn't make sense--since we exit on failureTodd C. Miller
there is no need to save the old value of the pointer we are realloc()ing. Based on a diff from Andrey Matveev.
2004-07-05description looking slightly more like a regular manpage and not a pipe-dream.Marc Espie
okay naddy@, with nits from jmc@.
2004-07-05keep last 8 offset,delay pairs - we'll need them for the clock filters later.Henning Brauer
for now, average over those to adjust the local clock.
2004-07-05delay, not errorHenning Brauer
2004-07-05use correct multiplier for us -> s conversionOtto Moerbeek
2004-07-05too clever, perl regexps are greedy, ensure we get the correct name.Marc Espie
2004-07-05The rde no longer needs to check if the nexthop is the loopback address.Claudio Jeker
This is now down in the parent. OK henning@
2004-07-05new blackhole/reject nexthopsHenning Brauer
2004-07-05implement "set nexthop blackhole" and "set nexthop reject"Henning Brauer
blackhole/reject routes will be entered to the kernel for matching ones. this is intended to be used with the Cymru Bogon Route Server Project (http://www.cymru.com/BGP/bogon-rs.html) and similar services, claudio ok
2004-07-05Still deduce a pkg-name even if there is no .tgz in the pkg-name specifiedMarc Espie
on the command-line. Problem noticed by Brad Webb.
2004-07-05less esoteric error message for missing @name, on a question fromMarc Espie
Brad Webb.
2004-07-05don't limit to one remote server any moreHenning Brauer
2004-07-05calculate the median offset from all servers we sync to and callHenning Brauer
adjtime() when necessary to keep the local clock in sync yes, that means ntpd syncs the local clock now.
2004-07-05fix a few KNF falloutsHenning Brauer
2004-07-04put interval defines in ntpd.h and name them consistentlyHenning Brauer
2004-07-04simplify slightlyHenning Brauer
2004-07-04KNFHenning Brauer
2004-07-04Compute the local clock offset from the server's response.Alexander Guy
ok henning@
2004-07-042 more file descriptors for each RDE and SE inherited from the parentHenning Brauer
we should close
2004-07-04when getting rid of the listen_addr TAILQ after forking actually closeHenning Brauer
the file descriptors in RDE and parent process, not needed or used there
2004-07-03-Wall,-Wshadow cleanup with avsm@; ok henning@ krw@Damien Miller
2004-07-03wrong struct calloc'ed; ok henning@Alexander Guy
2004-07-03Switch mrt dumping to fd passing. This gives some speed up when extensiveClaudio Jeker
dumping is done. Acctually mrt dumps were broken because of the fd passing. The nice side effect is a much cleaner code, especially in the parent process. OK henning@
2004-07-03support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;Damien Miller
ok henning@ anil@
2004-07-02add `cast' and `cast-cbc' to the list of supported args to speed;Jason McIntyre
also add `dsa', which is shorthand for all the dsa tests;
2004-07-02reorder for openssl speed;Jason McIntyre
2004-07-01does not need ialloc.c; millert@ okMichael Shalayeff
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-06-30Unbreak unix domain sockets and properly detect and report truncationOtto Moerbeek
of the socket path name. Based on a diff from Juan Vera, with changes by me and millert@. ok millert@ djm@; man page ok jmc@
2004-06-29Fix MS chap; our libc md4 routines take the number of bytes, not bits,Todd C. Miller
as the count. Found by Mike Tekiela.
2004-06-29little extra paranoia, ignore attempts to enter routes with a nexthopHenning Brauer
within 127/8. inspired by a very bad example for bogon filters at the cymru site, claudio ok
2004-06-29When no listener is specified, create a listener on every IP. ProblemAlexander Guy
reported by Peter Hessler. ok henning@
2004-06-27add reference to nsclpcsio(4) to SEE ALSO;Jason McIntyre
prodded by Alexey E. Suslikov;
2004-06-27cast to quell a warning, ok pedro@Jolan Luff
2004-06-26Fix strict aligenment issues in ppp lcp and ipcp handling.Claudio Jeker
More cleanup is needed. OK henning@ canacar@
2004-06-26- sort optionsJason McIntyre
- add -46 to usage() and sync w/ SYNOPSIS
2004-06-26should have updated all of these first - the same wordo in them all.Jason McIntyre
also, section order for usermgmt.conf.5 was wrong.
2004-06-26wordo;Jason McIntyre
2004-06-25provide mask2prefixlen6() and prefixlen2mask6()Henning Brauer
2004-06-25support new syslogd control protocol and add new -o option to detect memoryDamien Miller
buffer overflow; idea & ok markus@ NB if you are using memory buffered logging make sure you update both syslogd and syslogc _and_ restart syslogd because the protocol has changed
2004-06-25extend memory buffer control protocol to support transmission of flags,Damien Miller
starting with one to indicate whether the memory ringbuffers have overflowed; idea & ok markus@ NB if you are using memory buffered logging make sure you update both syslogd and syslogc _and_ restart syslogd because the protocol has changed
2004-06-25after writing and deleting the kroute6 tree related functions for at least 5Henning Brauer
times I am getting this in now sow I don't do it a 7th time...
2004-06-24First step at multiprotocol support, only partially done.Claudio Jeker
OK henning@
2004-06-24Make community set strict aligenment save, remove unneeded ENSUREsClaudio Jeker
OK henning@ djm@
2004-06-23kill that stupid AS path loop whining, that is normalHenning Brauer
2004-06-23-tttt prints time between packets; ok deraadtMarkus Friedl
2004-06-23pretty print; ok ho@Markus Friedl
2004-06-23Support rfc 3765 which adds a new well known community NOPEER. OK henning@Claudio Jeker
2004-06-22Cleanup. jajaja henning@Claudio Jeker
2004-06-22Recent glue_strings change reversed a few checks; fix up conditionalsAnil Madhavapeddy
to check for overflow as others do by convention. Noticed by Andreas Kahari <ak+openbsd at freeshell.org>, millert@ ok