Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-26 | Remove unused _exists() function. It is not even used in my evil filter tree | Claudio Jeker | |
so I doubt I will need it anytime soon. Additionally I think that the interface is dangerous as it bypasses the ref-counting. | |||
2006-04-26 | Last argument to send_filterset() is a left-over from one of my not so clever | Claudio Jeker | |
ideas that will never be included and always set to 0. Kill it. | |||
2006-04-26 | Remove filterset_names from bgpd.h and replace it with a function because | Claudio Jeker | |
the table was already out of sync now. OK henning@ | |||
2006-04-25 | kill unused old debug code. | Esben Norby | |
ok claudio@ | |||
2006-04-25 | Mark fatal and fatalx as __dead from deraadt@ | Claudio Jeker | |
2006-04-25 | Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@ | Claudio Jeker | |
2006-04-25 | Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED. | Claudio Jeker | |
2006-04-25 | Kill unused function and add a ARGSUSED. | Claudio Jeker | |
2006-04-25 | Path the length of the packet as size_t to in_cksum(). Enforce that the | Claudio Jeker | |
passed size is not bigger than 2^16 (limit of the used algorithm). This removes some more lint warnings and makes sense. | |||
2006-04-25 | The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint. | Claudio Jeker | |
2006-04-25 | More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED. | Claudio Jeker | |
2006-04-25 | ARGSUSED for event handler. | Claudio Jeker | |
2006-04-25 | Mark event handlers with ARGSUSED to please lint. | Claudio Jeker | |
2006-04-24 | Fix parser to match current behaviour and make auth-type et al. part of the | Claudio Jeker | |
global and per area defaults. With this it is now possible to define one set of auth-md keys and use them in every defined interface. OK norby@ | |||
2006-04-22 | Set signal handlers directly after the fork(2), so that we avoid | Moritz Jodeit | |
situations, where the privileged child dies before the unprivileged parent has set a signal handler for SIGCHLD. ok deraadt@ canacar@ | |||
2006-04-22 | Remove remaining stuff from state QUIT, adjust some comments | Moritz Jodeit | |
and close a fd leak in read_infile(). ok deraadt@ | |||
2006-04-22 | Pass over the right object to OpenBSD::Delete::validate_plist(). | Bernd Ahlers | |
This fixes an error while checking for collision with old libs. okay espie@ | |||
2006-04-21 | Add comments to please lint. No code changes. OK deraadt | Chad Loder | |
2006-04-21 | Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links | Claudio Jeker | |
will show the correct link state. While there do some cleanup and shorten the output if the media or link state is unknown. | |||
2006-04-21 | attr_init() should use attrhashsize and not pathhashsize. Found via a lint | Claudio Jeker | |
cleanup diff from deraadt@. | |||
2006-04-21 | msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancient | Claudio Jeker | |
mrt dump code. These functions are no longer used since we switched to filedescriptor passing. From deraadt@ | |||
2006-04-21 | Remove function prototype that was never used. From deraadt@ | Claudio Jeker | |
2006-04-21 | ami sysctl diff; from michael knudsen | Jason McIntyre | |
ok dlg | |||
2006-04-20 | list must be sorted | Theo de Raadt | |
2006-04-20 | Simplify the defaults handling. This is long overdue and necessary to add | Claudio Jeker | |
auth-type et al. to the main and area blocks. OK norby@ | |||
2006-04-20 | More delint. -moj | Mats O Jansson | |
2006-04-18 | Remove "S" from getopt(3) string, which was added in 1.32 by mistake. | Moritz Jodeit | |
From Steffen Wendzel. ok henning@ | |||
2006-04-18 | cannot see the string self in the ANNOUNCE STRING prod any more since | Henning Brauer | |
self is a token now | |||
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@ |