summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2008-02-09fix a memleak in the snmp engine and the ber i/o; free the dynamicallyReyk Floeter
allocated ber write buffer after using it. extend the ber api with a ber_free() function to do the required cleanup. Thanks to Will Backman (bitgeist at yahoo dot com) for testing and for figuring out that there was a memleak.
2008-02-08use correct variable for COUNTER64Reyk Floeter
2008-02-08fix Mdocdate.Jason McIntyre
developers please note: you do not have to edit this field when you make changes to man pages. it's a cvs keyword which expands automatically.
2008-02-08adjust this page a little more, now that -an is the default;Jason McIntyre
2008-02-07Oops. Better diff to enable -an by default without breakingThordur I. Bjornsson
the other options too badly; ok millert@
2008-02-07make arp(8) default to -na when called with no arguments;Thordur I. Bjornsson
man page bit from jmc@ ok millert@, oga@, laurent@
2008-02-07add a imsg which allows to "lock" the control connection, theReyk Floeter
restricted connection will reject any commands except snmp traps.
2008-02-07spacingReyk Floeter
2008-02-07add IPv6 root serversJakob Schlyter
2008-02-06Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp().Bernd Ahlers
ok espie@
2008-02-05Fix a debug printf. After the session members got a se_ prefix this oneThordur I. Bjornsson
was forgotten.
2008-02-04specify that MakeWhatis and pkg-config fall outside the scope of this documentMarc Espie
2008-02-04Replace bogus lowercase n in 'DESCRIPTIOn'Landry Breuil
'go for it' espie@
2008-02-04typos and whitespaceMarc Espie
2008-02-04a somewhat long introduction to how the package tools really work,Marc Espie
so that people finally get a jump-start at figuring out code that's still evolving,..
2008-02-04Move some prototypes from relay.c to relayd.h and remove there externsThordur I. Bjornsson
in other places; ok reyk@
2008-02-04Move the declaration of DPRINTF from relay.c too relayd.h so it can beThordur I. Bjornsson
reused; ok reyk@
2008-02-04declare se_relay as pointer to a struct relay not as a void pointer;Thordur I. Bjornsson
shuffle the forward decleration of struct relay around too accommodate this change; ok reyk@
2008-02-01Clean anchors recursively and directly via ioctls rather than using pfctlRyan Thomas McBride
with '-f /dev/null'. Properly clears the user's anchor even when anchors are nested inside it (And avoids having to fork() on exit to run pfctl) ok beck@, with testing by mtu@
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
not a hard and fast rule (actually it's a form i abuse) but hostname.if.5 currently uses two conflicting forms and this keeps it consistent;
2008-01-31some small fixes for snmp stuff;Jason McIntyre
2008-01-31enable snmpd in the buildReyk Floeter
approved by deraadt@, ok thib@
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
found by Igor Zinovik <zinovik@cs.karelia.ru>
2008-01-31add prefixes to names of structure elements to make it easier to grepThordur I. Bjornsson
for code, next struct session; ok reyk@;
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
for code, next struct relay. knf long line fixes will follow later. ok thib@
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
for code, start with struct relayd. finally. ok thib@
2008-01-30spacingReyk Floeter
2008-01-29When doing reconfigure() dont run a purge_config() on theThordur I. Bjornsson
new_env if parse_config() fails, it's NULL and parse_config() already freed it; Prevents segfaults when relayctl issues a reload and there's a syntax error in the configuration file. OK reyk@
2008-01-29relayd(8) may lose memory allocate to varaible `cnl' (structReyk Floeter
ctl_natlook). Free `cnl' allocated memory on failure. From Igor Zinovik (zinovik at cs.karelia dot ru)
2008-01-29When relayd(8) accepts control it creates `connfd' descriptor with acceptReyk Floeter
function. Close it when ctl_conn allocation fails. From Igor Zinovik (zinovik at cs.karelia dot ru)
2008-01-29Free resources now that we don't always exit after an unsuccessfulPierre-Yves Ritschard
parsing of the configuration. From Igor Zinovik <zinovik at cs.karelia.ru> ok thib@ and me.
2008-01-29fix Makefile racesMarc Espie
2008-01-28Reconnect a client socket after three consecutive send failures.Marco Pfatschbacher
This allows recovery after an IP address change (e.g. on dialup links). Also move the update of "nextaction" timeout below the deadline check. OK henning@
2008-01-26replace reference to deprecated @pkgcfl keyword by @conflictLandry Breuil
ok espie@
2008-01-25validate argv, okay otto@, henning@Marc Espie
2008-01-25show an example for writing ErrorLog to syslogStuart Henderson
ok henning
2008-01-24"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
does an unsigned comparison and read() can return -1. Use '!=' instead of '<' since read() can't return more than 'sizeof Y'. Not perfect (that would require a separate test for -1) but a very common usage. ok henning@
2008-01-24timeticks typeReyk Floeter
2008-01-23extend bgpctl show rib detail output to include more attributes in the output.Claudio Jeker
In addition to communities bgpctl now prints the aggregator, originator id, cluster list and extended communities if available. OK henning@
2008-01-23Add defines for extended communities. OK henning@Claudio Jeker
2008-01-21add names for OpenBSD test MIBsReyk Floeter
2008-01-21move snmpd.conf to the etc/ directory. it is not installed yet by the build.Reyk Floeter
2008-01-21update configuration exampleReyk Floeter
2008-01-21move README to the Attic; ask me directly if you need to know aboutReyk Floeter
the TODOs and remaining issues.
2008-01-21syncReyk Floeter
2008-01-19some usb devices stale (getstring: ioctl: Input/output error) if aMarc Winiger
string is requested with language id 0, so we get the language table first and use the language id from there ok mglocker@
2008-01-18free oid data before overwriting itReyk Floeter
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
too large. Fixes a problem where a nicely crafted packet could crash dhcpd. Nuke a superfluous declaration of store_options() while here. Problem found and fix tested by Peter Hessler. ok beck@ millert@ henning@
2008-01-18implement very basic support of the BRIDGE-MIB which is enough to getReyk Floeter
recognized as a network device by some NMS.
2008-01-18fix descriptionReyk Floeter