Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-08 | add open_write_error() to bail on fopen(3) failing to open for write, gains | Peter Valchev | |
more descriptive error messages, eg: "cannot open target file y.tab.h for writing" as opposed to a generic error. based on Alexander von Gernler <grunk@pestilenz.org>, ok deraadt | |||
2005-06-08 | in rtlabel_name2id, handle the case of an empty name: return 0 | Henning Brauer | |
label id 0 means "no label". in pf_ioctl, where this is used to filter based on a label, this is an error condition. for the other 2 cases, messages on the routing socket, this allows for an sockaddr_rtlabel to be always present for messages on the routing socket, and when it is all zero it is exactly like if there was no sockaddr_rtlabel at all. ryan ok | |||
2005-06-08 | sync | Theo de Raadt | |
2005-06-08 | more inet6 stuff that got exposed | Theo de Raadt | |
2005-06-08 | handle ramdisks, and kernels without inet6; henning ok | Theo de Raadt | |
2005-06-07 | move description of the default groups to the ifconfog manpage | Henning Brauer | |
netintro should only give an intro, not the glory details :) theo ok | |||
2005-06-07 | sync ifgroups paragraph with reality | Henning Brauer | |
wether it really belongs to netintro to be discussed seperately | |||
2005-06-07 | remove NETISR_ISO and NETISR_CCITT | Martin Reindl | |
ok henning@ | |||
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller | |
okay deraadt | |||
2005-06-07 | put the whole thing in this time. | Brad Smith | |
add support for the BCM5714. | |||
2005-06-07 | undo busted diff. why AGAIN brad???? | Theo de Raadt | |
2005-06-07 | RC4 is a trademark. Rest of text left intact. | Kjell Wooding | |
2005-06-07 | Set the reject and blackhole flags for kernel routes too. This makes the | Claudio Jeker | |
bgpctl show fib output more logical, especially for INET6 because many prfixes have the reject flag set. OK henning@ | |||
2005-06-07 | Fix the mask2prefixlen6() function once and for all. Netmasks are stored in | Claudio Jeker | |
an own AF independent radix tree. So the passed sockaddrs are often smaller than the actual AF specific struct, especially sockaddr_in6. So the crap Henning saw in the mask was acctually the next struct sockaddr that was passed in the routing message. So pass the struct sockaddr_in6 and compare only the specified number of bytes (minus the offset of sin6_addr in the struct sockaddr_in6). Amazing!.. OK henning@ | |||
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer | |
the the default route(s) point to. handles IPv4 and IPv6 as well as multipath routes. follows default route changes, of course. eases writing pf rulesets especially on laptops etc. that use different interfaces depending on the environment (wired, wireless, ...) ok theo ryan | |||
2005-06-07 | oops | Theo de Raadt | |
2005-06-07 | For show rib -- show_rib_summary_msg() and print_prefix() -- use log_addr() | Claudio Jeker | |
to print prefixes and nexthops and suddenly we can print IPv6 addresses that are stored in the RIB. Makes the code even simpler. OK henning@ | |||
2005-06-07 | In case strlcpy() indicates that a string was truncated fail with errx(). | Claudio Jeker | |
No need for other strange constructs. OK henning@ | |||
2005-06-07 | avoid retarded C unsigned char -> signed integer promotion rules. | Theo de Raadt | |
mac->ac_enaddr[2] << 24 resulted in sign extension smashing other stuff djast@cs.toronto.edu, ok mickey | |||
2005-06-07 | add support for the BCM5714. | Brad Smith | |
From FreeBSD | |||
2005-06-07 | de-register, ok henning | Camiel Dobbelaar | |
2005-06-07 | make it prettier; jason ok | Theo de Raadt | |
2005-06-07 | wrong OpenBSD define for 3.7, oops; Claus Assmann | Theo de Raadt | |
2005-06-07 | shorten NAME section and mention some more chips | Brad Smith | |
2005-06-07 | strlcpy cleanup; cloder ok | Theo de Raadt | |
2005-06-07 | don't forget to call cvs_disconnect() at the end | Joris Vink | |
of a remote connection. ok xsa@ | |||
2005-06-07 | silly me. do not abuse the copy/paste skills i have ... | Xavier Santolaria | |
2005-06-07 | enable -P option .. joris@ ok | Xavier Santolaria | |
2005-06-07 | fix define vs. device mixup | Hans-Joerg Hoexer | |
ok miod | |||
2005-06-07 | add OpenBSD cvs tags, prompted by xsa@ | Camiel Dobbelaar | |
2005-06-07 | catch SIGWINCH and resize progress meter accordingly; ok markus dtucker | Jared Yanovich | |
2005-06-07 | some chips support 802.11a too... | Jason McIntyre | |
ok reyk@ | |||
2005-06-07 | add the -P option in the checkout example; ok jmc@ joris@. | Xavier Santolaria | |
2005-06-07 | note that netstat output may differ slightly for manual keying; | Jason McIntyre | |
issue found by christophe plasschaert and clarified by hshoexer@; ok hshoexer@ | |||
2005-06-07 | remove ancient and unused CVS define. it was a leftover from | Joris Vink | |
the daemon. ok xsa@ | |||
2005-06-07 | no need to insert spacing between list members; | Jason McIntyre | |
2005-06-07 | cvs_path_cat() already sets errno, no need to duplicate. | Xavier Santolaria | |
2005-06-07 | only display the ``cannot open ./CVS/Entries'' error message when | Xavier Santolaria | |
appropriate ... ok joris@. | |||
2005-06-07 | Run vlan_input before bridge_input, and change vlan_input to not | Camiel Dobbelaar | |
consume vlan frames that no vlan interface wants, so they can still be bridged. This way, the bridge can bridge encapsulated frames _and_ bridge between vlan interfaces. ok henning markus | |||
2005-06-07 | fix a possible panic in error path, | Can Erkin Acar | |
do not try to check debug status of a non existing interface in server mode. | |||
2005-06-07 | Don't restrict what login name may be removed, the account may | Todd C. Miller | |
have been made with a tool other than adduser and thus may use characters adduser considers illegal. OK henning@ and krw@ | |||
2005-06-07 | adding pointer protection to 'G' was too heavyweight. Since malloc guard | Ted Unangst | |
should be generally usable, split this out into option 'P'. ok deraadt | |||
2005-06-07 | Introduce verbose option to control the logging of the pf rules. | Camiel Dobbelaar | |
ok beck mpf | |||
2005-06-07 | -netccitt/ | Henning Brauer | |
2005-06-07 | no more CCITT | Henning Brauer | |
2005-06-07 | remove commented-out CCITT option | Henning Brauer | |
2005-06-07 | do not handle CCITT any longer | Henning Brauer | |
2005-06-07 | don't include ccitt headers (were not used anyway) | Henning Brauer | |
2005-06-07 | remove CCITT handling | Henning Brauer | |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer | |