Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-14 | backout the change to make arp(8) default to -an; | Thordur I. Bjornsson | |
Remove that blurp from the man page also. requested by deraadt@; | |||
2008-02-14 | Add authpf-noip, which allows multiple users to connect from a single IP; | Ryan Thomas McBride | |
forces users to write sane rulesets for this by not providing $user_ip or updating the authpf table. testing and prodding by mtu, manpage heavily worked over by jmc ok beck dhartmei henning | |||
2008-02-13 | bump copyright | Reyk Floeter | |
2008-02-13 | no need to set values after bcopying the complete struct | Reyk Floeter | |
2008-02-13 | stylistic change: move code to add protonodes from the BNF into | Reyk Floeter | |
seperate functions in relayd.c (protonode_add/protonode_header). this code got to big to look nice in the BNF statements... | |||
2008-02-11 | tweak previous; | Jason McIntyre | |
2008-02-11 | Correct the output of several error and debug messages. | Esben Norby | |
2008-02-11 | Correct the output of several error and debug messages. | Esben Norby | |
2008-02-11 | log_debug error messages report incorrect function names | Esben Norby | |
from Igor Zinovik | |||
2008-02-11 | unbreak the dns protocol handler, closes pr 5717 | Reyk Floeter | |
Thanks to Nigel Taylor | |||
2008-02-11 | Marry relayd with snmpd using new "send trap" option: Request to send | Reyk Floeter | |
a SNMP trap when the state of a host changes. relayd(8) will try to (re-)connect to snmpd(8) and request it to send a trap to the registered trap receivers, see snmpd.conf(5) for more information about the configuration. ok pyr@ thib@ | |||
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-09 | fix a memleak in the snmp engine and the ber i/o; free the dynamically | Reyk 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-08 | use correct variable for COUNTER64 | Reyk Floeter | |
2008-02-08 | fix 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-08 | adjust this page a little more, now that -an is the default; | Jason McIntyre | |
2008-02-07 | Oops. Better diff to enable -an by default without breaking | Thordur I. Bjornsson | |
the other options too badly; ok millert@ | |||
2008-02-07 | make arp(8) default to -na when called with no arguments; | Thordur I. Bjornsson | |
man page bit from jmc@ ok millert@, oga@, laurent@ | |||
2008-02-07 | add a imsg which allows to "lock" the control connection, the | Reyk Floeter | |
restricted connection will reject any commands except snmp traps. | |||
2008-02-07 | spacing | Reyk Floeter | |
2008-02-07 | add IPv6 root servers | Jakob Schlyter | |
2008-02-06 | Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp(). | Bernd Ahlers | |
ok espie@ | |||
2008-02-05 | Fix a debug printf. After the session members got a se_ prefix this one | Thordur I. Bjornsson | |
was forgotten. | |||
2008-02-04 | specify that MakeWhatis and pkg-config fall outside the scope of this document | Marc Espie | |
2008-02-04 | Replace bogus lowercase n in 'DESCRIPTIOn' | Landry Breuil | |
'go for it' espie@ | |||
2008-02-04 | typos and whitespace | Marc Espie | |
2008-02-04 | a 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-04 | Move some prototypes from relay.c to relayd.h and remove there externs | Thordur I. Bjornsson | |
in other places; ok reyk@ | |||
2008-02-04 | Move the declaration of DPRINTF from relay.c too relayd.h so it can be | Thordur I. Bjornsson | |
reused; ok reyk@ | |||
2008-02-04 | declare 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-01 | Clean anchors recursively and directly via ioctls rather than using pfctl | Ryan 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-31 | use a hyphen for "interface-specific" as a compound term. this is | Jason 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-31 | some small fixes for snmp stuff; | Jason McIntyre | |
2008-01-31 | enable snmpd in the build | Reyk Floeter | |
approved by deraadt@, ok thib@ | |||
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer | |
found by Igor Zinovik <zinovik@cs.karelia.ru> | |||
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Thordur I. Bjornsson | |
for code, next struct session; ok reyk@; | |||
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter | |
for code, next struct relay. knf long line fixes will follow later. ok thib@ | |||
2008-01-31 | add prefixes to names of structure elements to make it easier to grep | Reyk Floeter | |
for code, start with struct relayd. finally. ok thib@ | |||
2008-01-30 | spacing | Reyk Floeter | |
2008-01-29 | When doing reconfigure() dont run a purge_config() on the | Thordur 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-29 | relayd(8) may lose memory allocate to varaible `cnl' (struct | Reyk Floeter | |
ctl_natlook). Free `cnl' allocated memory on failure. From Igor Zinovik (zinovik at cs.karelia dot ru) | |||
2008-01-29 | When relayd(8) accepts control it creates `connfd' descriptor with accept | Reyk Floeter | |
function. Close it when ctl_conn allocation fails. From Igor Zinovik (zinovik at cs.karelia dot ru) | |||
2008-01-29 | Free resources now that we don't always exit after an unsuccessful | Pierre-Yves Ritschard | |
parsing of the configuration. From Igor Zinovik <zinovik at cs.karelia.ru> ok thib@ and me. | |||
2008-01-29 | fix Makefile races | Marc Espie | |
2008-01-28 | Reconnect 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-26 | replace reference to deprecated @pkgcfl keyword by @conflict | Landry Breuil | |
ok espie@ | |||
2008-01-25 | validate argv, okay otto@, henning@ | Marc Espie | |
2008-01-25 | show an example for writing ErrorLog to syslog | Stuart Henderson | |
ok henning | |||
2008-01-24 | "read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it | Kenneth 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-24 | timeticks type | Reyk Floeter | |