Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-15 | ips_odropped is ipOutDiscards not ipInDiscards | Reyk Floeter | |
2007-12-15 | add support for ipReasmTimeout | Gilles Chehade | |
ok (and thanks to) reyk@ | |||
2007-12-15 | implement one function to call the ipstat sysctl needed in a number of | Reyk Floeter | |
places instead of repeating the code. inspired by an idea from gilles@ | |||
2007-12-15 | more sysctl style changes for older code | Reyk Floeter | |
2007-12-15 | change the style of the sysctl mib setup | Reyk Floeter | |
2007-12-15 | now that ip statistics are available through sysctl, make snmpd's IP-MIB | Gilles Chehade | |
aware of them ok reyk@ | |||
2007-12-14 | I requested an official PEN for OpenBSD from the IANA because I wanted | Reyk Floeter | |
to use a new and unused one for OpenBSD-specific MIBs in snmpd. Now it's there: 30155. Private Enterprise Number: 30155 Organization Name: OpenBSD Project Contact Name: Reyk Floeter Contact E-mail: reyk@openbsd.org | |||
2007-12-13 | more str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | str fixes; from chl@ | Jakob Schlyter | |
2007-12-13 | struct kif is gone so adapt to the situation. show interface is gone for | Claudio Jeker | |
now. OK norby@ | |||
2007-12-13 | Monster commit of stuff I did mostly last month. What it does: | Claudio Jeker | |
* removes kif and uses iface for everything interface related. This removes unneeded data redundancy which makes the code more complex. * adds the link local prefix to struct iface and attaches a list with the other prefixes to the struct iface. This is needed to generate the link LSA. * disconnects struct iface from struct area (the backpointer is gone) this will make the reload code a bit easier. norby@ agrees with the direction we're heading with this | |||
2007-12-12 | various improvements for the relay pages; ok reyk | Jason McIntyre | |
2007-12-11 | rearrange the page to read better; ok otto henning | Jason McIntyre | |
2007-12-10 | add ip_mib table as well as support for retrieving ipForwarding and | Gilles Chehade | |
ipDefaultTTL ok reyk@ | |||
2007-12-10 | Warn the user when reloading a new configuration fails instead of killing | Pierre-Yves Ritschard | |
the daemon. ok reyk@ | |||
2007-12-09 | argh, remove crap from my last commit | Reyk Floeter | |
2007-12-09 | re-sort relayctl/relayd to the right place | Reyk Floeter | |
2007-12-09 | nslookup(8) moved to nslookup(1) | Jakob Schlyter | |
2007-12-09 | regen from named.docbook | Jakob Schlyter | |
2007-12-09 | merge our command line changes to docbook | Jakob Schlyter | |
2007-12-09 | more strcpy fixes | Jakob Schlyter | |
2007-12-09 | resolve conflicts | Jakob Schlyter | |
2007-12-09 | regen using autoconf 2.61 | Jakob Schlyter | |
2007-12-09 | resolve conflicts | Jakob Schlyter | |
2007-12-09 | ISC BIND release 9.4.2 | Jakob Schlyter | |
2007-12-09 | - kill trailing whitespace | Jason McIntyre | |
- kill useless .Pp | |||
2007-12-08 | Rename everything which reffered to services refer to rdr for internals | Pierre-Yves Ritschard | |
(for instance: rename struct service to struct rdr), refer to redirects otherwise (hoststatectl output). ok reyk@ | |||
2007-12-08 | service -> redirect | Reyk Floeter | |
ok pyr@ | |||
2007-12-08 | the manpages need some more work | Reyk Floeter | |
2007-12-08 | tweak | Reyk Floeter | |
2007-12-08 | no need to pre-check for % in dformat, it will fail later anyways | Theo de Raadt | |
2007-12-08 | forgotten service -> redirection | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-12-08 | make the generic handler for TCP-based protocols the default (allows | Reyk Floeter | |
to use "protocol foo" without defining a type). | |||
2007-12-08 | some changes to the relayd.conf configuration language and grammar. | Reyk Floeter | |
the tables will look more like pf tables, it is easier to re-use tables with different options, "services" will become "redirections" (they refer to rdr pf rules), sync configuration directives of redirect (l3, ex-service) relay (l7) sections (for example "virtual host" will become "listen on"), all target definitions will start with "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf) discussed with pyr and deraadt ok pyr@ | |||
2007-12-08 | let pkg_info -E see @sample objects. No sense in hiding them. | Marc Espie | |
2007-12-07 | document adjfreq(2); | Jason McIntyre | |
based on an initial diff from Simon Kuhnle, and input from Joerg Sonnenberger; ok otto | |||
2007-12-07 | implement a few more opcodes from acpi 3.0 and fix output in some cases. | Federico G. Schwindt | |
dell d620 now shows the tree correctly. marco@ ok. | |||
2007-12-07 | adjust the manpages to use "Relay daemon" | Reyk Floeter | |
2007-12-07 | enter relayd/relayctl instead of hoststated/hoststatectl | Theo de Raadt | |
2007-12-07 | hoststated/hoststatectl get repository copied (and de-tagged) into | Theo de Raadt | |
relayd/relayctl. This is a more suitable place for a daemon that has grown out of it's initial roots of "monitoring and redirecting services at various layers", into one that is "a full featured proxy, which happens to know what is up/down" | |||
2007-12-07 | partial update of the man pages to new relayd name | Theo de Raadt | |
2007-12-07 | hoststated gets renamed to relayd. easier to type, and actually says | Reyk Floeter | |
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying | |||
2007-12-07 | remove unreduced rules | Reyk Floeter | |
2007-12-07 | type | Reyk Floeter | |
2007-12-07 | comparison betweem signed and unsigned | Reyk Floeter | |
2007-12-07 | add a new 'd' format to ber_printf_elements to pass ints instead of | Reyk Floeter | |
long longs; you have to pass the right type with vargs. this finally fixes the previous problem on i386. discussed with claudio | |||
2007-12-07 | unbreak snmpd on 32bit archs like i386 | Reyk Floeter | |
2007-12-06 | do not re-use static char buffers, allocate them; this avoids some | Reyk Floeter | |
strange effects in GETBULK mode. (this should go into ber.c). | |||
2007-12-06 | correct bizzare function definition | Theo de Raadt | |