Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-09 | big endian fixes (tested on sparc64) | Reyk Floeter | |
2008-01-09 | sync | Reyk Floeter | |
2008-01-08 | sync patches in messages with reality | Henning Brauer | |
Matthew Mulrooney <openbsd-2008.01.07@fm.beyonddata.net> | |||
2008-01-07 | Remove HISTORY section that states that sliplogin "is currently in beta test" | Marc Balmer | |
per jmc's request. | |||
2008-01-06 | sort SEE ALSO; | Jason McIntyre | |
2008-01-06 | remove out of date/irrelevant section of BUGS dealing with ip6; | Jason McIntyre | |
ok deraadt | |||
2008-01-06 | - document what happens when a service exceeds its max spawn rate. this is | Jason McIntyre | |
based on a diff from reed@netbsd, but i chose a different fix - whilst here, make the descriptions of -R and .max more consistent ok sthen sobrado(in part, at least) | |||
2008-01-06 | Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8) | Marc Balmer | |
Discussed with and ok jmc@ | |||
2008-01-05 | remove unused function | Charles Longeau | |
initially from tobias@, removed some unused prototypes too "looks good to me" jaredy@ ok tobias@ | |||
2008-01-05 | remove unused function | Charles Longeau | |
from tobias@ ok mglocker@ tobias@ | |||
2008-01-05 | sync usage() w/ SYNOPSIS; | Jason McIntyre | |
2008-01-04 | document the -n and -N command line options. | Reyk Floeter | |
2008-01-04 | always bzero the oid lookup key before initializing it. | Reyk Floeter | |
2008-01-04 | add the -n flag to dump numeric OIDs instead of symbolic names | Reyk Floeter | |
2008-01-03 | send the correct length | Reyk Floeter | |
2008-01-03 | handle no more than 2147483647 (0x7fffffff) variable bindings | Reyk Floeter | |
From RFC3416 | |||
2008-01-03 | scalars have an index of 0 in the returned oid (like sysDescr.0). | Reyk Floeter | |
2008-01-03 | fix parsing of get* requests with multiple varbind elements | Reyk Floeter | |
2008-01-02 | Make sure that a key belongs to the table before returning a match. | Mats O Jansson | |
Change smi_odi_cmp to return int as expected by RB-tree. -moj ok reyk@ | |||
2007-12-31 | we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIME | Henning Brauer | |
because otherwise the poll timeout will stay at SETTIME_TIMEOUT (15s) forever unless we time out waiting for the first reply with -s spotted by Aaron Riekenberg <aaron.riekenberg@gmail.com> | |||
2007-12-31 | use the same trick as for perl to make sure manpages get built later | Marc Espie | |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado | |
ok jmc@ | |||
2007-12-29 | add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses | Reyk Floeter | |
in the OIDs as the table index. the next step is to simplify the common mib implementation regarding the special requirements of these strange snmp tables. | |||
2007-12-28 | printf field widths are always int, so add casts to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-12-28 | shrink the max number of supported OID elements from 128 to 32. | Reyk Floeter | |
2007-12-28 | set the default port in host byte order to get the correct result | Reyk Floeter | |
2007-12-28 | sync | Reyk Floeter | |
2007-12-28 | add "show mib" command to dump compiled-in MIB names | Reyk Floeter | |
2007-12-28 | split code handling the "structure of management information" and the | Reyk Floeter | |
"message processing subsystem" into separate files smi.c and mps.c | |||
2007-12-28 | split the MIB declarations (names) from the definitions (implementation). | Reyk Floeter | |
2007-12-28 | use $OpenBSD$ tags. | Thordur I. Bjornsson | |
ok reyk@ | |||
2007-12-28 | spacing | Reyk Floeter | |
2007-12-28 | use the snmp camelCase for MIB definitions, this allows to simplify | Reyk Floeter | |
the code a bit and is mostly a stylistic change. | |||
2007-12-28 | allows src: urls to work better by using -F nolock during pkg builds. | Marc Espie | |
Also turns off ftp package fetching, as noticed by bernd@ With this, src: urls should be mostly functional now. | |||
2007-12-28 | tweak the semantics so that no-default-conflict works. | Marc Espie | |
requested by mbalmer@,sturm@. okay winiger@ | |||
2007-12-27 | Make a snmpwalk against snmpd on hppa and macppc work. armish still dont | Mats O Jansson | |
work. -moj | |||
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves | |
2007-12-23 | log a warning one time when we can't open or write the drift file; | Kevin Steves | |
also add "(no drift file)" to the adjfreq log message on failure; ok henning@ | |||
2007-12-23 | for "fixed-address", note that no lease is generated; after some | Jason McIntyre | |
discussion with krw, who hasn;t ok'd this diff, but we can change it if he doesn;t like it; started by mail from Max Hayden Chiz | |||
2007-12-23 | remove double word in comment; | Jason McIntyre | |
2007-12-23 | provide timer_nextduein, which provides the number of seconds until the | Henning Brauer | |
next timer expires. use that in the session engine's mainloop, which simplifies it and removes the last bits of timer internals knowledge from anywhere outside timer.c. | |||
2007-12-23 | remove some unused #defines; ok henning@ | Kevin Steves | |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer | |
the peer data. makes bgpctl display code independent from timer implementation internals. only running timers are displayed now, stopped ones are skipped. | |||
2007-12-23 | use timer_running (with left = NULL, which the last commit made possible) | Henning Brauer | |
instead of timer_get and checking manually | |||
2007-12-23 | make all timer_get() callers (except timer_set which will need | Henning Brauer | |
special handling) and onein session.c that will go away able to cope with timer_get() returning NULL (i.e.nosuch timer/not running) | |||
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves | |
2007-12-20 | note that redirections with the sticky-address option will not count | Reyk Floeter | |
statistics for new connections with sticky states. | |||
2007-12-20 | implement statistics for redirections, like the existing statistics | Reyk Floeter | |
for relays. they can be viewed with the new "relayctl show redirects" command. (uses the previous change to pf_table.c to get the statistics) looks good pyr@ | |||
2007-12-20 | rework timers. | Henning Brauer | |
stop changing tienmr values directly, always use new timer_(get/set/stop/running) functions. preparation for more to come :) ok claudio | |||
2007-12-19 | regen | Jakob Schlyter | |