Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-18 | struct kif_kr is not used in ospfd. | Claudio Jeker | |
2006-04-18 | cleanup keyword lookup for the lexer, and remove keywords not valid in | Theo de Raadt | |
either dhclient or dhcpd context; tested by many | |||
2006-04-18 | Fix "announce self" that got broken by "nexthop self". Found by Thomas Bader. | Claudio Jeker | |
OK henning@ | |||
2006-04-18 | simple variable renaming to please lint | Theo de Raadt | |
2006-04-17 | initialize program_name before we privsep, otherwise the child does not | Theo de Raadt | |
know our name | |||
2006-04-17 | Remove 'ipc' in PLT message and replace it with current hostname. | Mats O Jansson | |
Some more code cleanup and make lint happier. -moj | |||
2006-04-17 | more cleanup | Theo de Raadt | |
2006-04-17 | fd(4) -> fdc(4). ok jmc@ | Steven Mestdagh | |
2006-04-17 | Make the code lint friendly. -moj | Mats O Jansson | |
2006-04-17 | Only show a interface once. Some cleanup and silence lint. -moj | Mats O Jansson | |
2006-04-17 | setjmp.h not used | Theo de Raadt | |
2006-04-16 | Some cleanup and delint. -moj | Mats O Jansson | |
2006-04-16 | cleanup error handling to avoid two memleaks. found and ok pat@ | Moritz Jodeit | |
2006-04-16 | Add on which interface the packet arrived. Some cleanup and delint. -moj | Mats O Jansson | |
2006-04-16 | KNF | Henning Brauer | |
2006-04-16 | only look at later rt_msghdr fields for those messages actually using | Henning Brauer | |
rt_msghdr, same as in bgpd, ok claudio norby | |||
2006-04-15 | Fix some bugs in printing of MOP packets. -moj | Mats O Jansson | |
2006-04-13 | Fix pr 5073, httpd/mod_ssl can leak file descriptors in the | Bob Beck | |
case where an ssl connection is not found in the scache dbm Reported by, and fix suggested by Darrin Chandler <darrin@puffy.asicommunications.com> testing by me, ok henning@ | |||
2006-04-12 | If /dev/apm does not respond, use a fake (pre-built) response packet | Theo de Raadt | |
that can be printed. This makes apm(8) act the same whether talking to apmd(8) or directly to a (potentially non-functioning) /dev/apm. ok kettenis | |||
2006-04-12 | do not pass uninitialized variable cpuspeed up; ok kettenis | Theo de Raadt | |
2006-04-12 | messages on the routing socket have different headers - rt_msghdr, | Henning Brauer | |
if_msghdr, etc. they only share the first 3 fields, and then differ. this leads to a bug in RTM_IFINFO handling. We did abort on rtm->rtm_errno != 0, but if_msghdr has no errno, so we look at something in the data part instead. Surprising that this didn't bite us before! So we must only do these checks for RTM_ADD/CHANGE/DELETE that actually use rt_msghdr. found whiel checking strange behaviour tony sarendal <dualcyclone@gmail.com> saw, and then totally strange behaviour on my amd64 hackbox. claudio ok | |||
2006-04-12 | It is no longer allowed to change attributes in place. This corrupts the | Claudio Jeker | |
attribute cache. Instead remove attribute and readd it after beeing changed. This should fix the "att_diff: equal attributes encountered" error seen by Tony Sarendal. OK henning@ | |||
2006-04-12 | delint | David Hill | |
ok beck@ | |||
2006-04-08 | Add missing 'use OpenBSD::Error'. | Bernd Ahlers | |
spotted by marco@ 'go ahead' espie@ | |||
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback | |
ok pedro@ | |||
2006-04-08 | Plug memory leak when nitems == 0. | Ray Lai | |
From NetBSD from Coverity CID 1752. OK jaredy@ | |||
2006-04-08 | Since moritz@ says, ``this can't happen, because no fmt string | Ray Lai | |
passed to fdata() uses a T-value not caught by the switch,'' change to a fatal error. OK jaredy@ and moritz@ | |||
2006-04-07 | Add default case to prevent uninitialized variable usage, although | Ray Lai | |
moritz@ says ``this can't happen, because no fmt string passed to fdata() uses a T-value not caught by the switch.'' From NetBSD from Coverity CID 2491. OK otto@ and moritz@ | |||
2006-04-06 | Add missing break. Now bgpctl show rib det source-as 8271 shows all announced | Claudio Jeker | |
prefixes not only the first one. | |||
2006-04-06 | Document show rib detail and friends. Some input by jmc@ getting dust in one | Claudio Jeker | |
of my trees since a few weeks. | |||
2006-04-05 | resolve conflicts | Jakob Schlyter | |
2006-04-05 | regen using autoconf 2.59 | Jakob Schlyter | |
2006-04-05 | resolve conflicts | Jakob Schlyter | |
2006-04-05 | ISC BIND release 9.3.2 | Jakob Schlyter | |
2006-04-05 | remote_bgpid is stored in host byte order so a htonl() is needed when putting | Claudio Jeker | |
the value on the wire. This solves the backward originator-ids seend by Tony Sarendal. OK henning@ | |||
2006-04-05 | Reap childs asynchronously in the signal handler. | Alexander Yurchenko | |
Diff from Alexey Vatchenko <avv@mail.zp.ua>. | |||
2006-04-05 | ARGSUSED for signal handler to please lint. | Alexander Yurchenko | |
2006-04-04 | dead code removal | Henning Brauer | |
2006-04-04 | document set nexthop self, and improve that section whil eon it, claudio ok | Henning Brauer | |
2006-04-04 | add "set nexthop self", force nexthop to be set to own address even with IBGP | Henning Brauer | |
requested & tested Falk Brockerhoff <fb@smartterra.de>, and tony sarendal tested this too. claudio ok | |||
2006-04-04 | nuke bundled regex lib, we have and always used the OpenBSD one of course | Henning Brauer | |
From: Daniel Ouellet <daniel@presscom.net> | |||
2006-04-04 | rip out bundled dbm, we've always used our dbm | Henning Brauer | |
From: Daniel Ouellet <daniel@presscom.net> | |||
2006-04-03 | Change an int to size_t | David Hill | |
Remove NEW() Remove unused return value of add_tty() ok moritz@ | |||
2006-04-03 | more careful getting port number | Theo de Raadt | |
2006-04-03 | spreading the lint love (very minimal things..) | Theo de Raadt | |
2006-04-03 | some more malloc(x * y); bzero() -> calloc(x, y) whacking from | Damien Miller | |
adobriyan AT gmail.com | |||
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||
2006-04-02 | #ifdef lint not LINT | Theo de Raadt | |
2006-04-02 | #ifdef lint not LINT | Theo de Raadt | |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |