Age | Commit message (Expand) | Author |
2010-01-13 | replace static on functions with Static so openbsd can define it away | David Gwynne |
2010-01-13 | Add VPNv4 to the understood address families in bgpctl. | Claudio Jeker |
2010-01-13 | Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part so | Claudio Jeker |
2010-01-13 | Remove special bridge code in in_arpinput() this is no longer needed since | Claudio Jeker |
2010-01-13 | Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain | Claudio Jeker |
2010-01-13 | Move tokens before productions into more consistant places | Theo de Raadt |
2010-01-13 | repair a double-free suggested by parfait; ok mcbride | Theo de Raadt |
2010-01-13 | when checking an xs for errors, first check if the device the xs is for | David Gwynne |
2010-01-13 | don't append a space after inserting a completion of a directory (i.e. | Damien Miller |
2010-01-13 | avoid run-time failures when specifying hostkeys via a relative | Damien Miller |
2010-01-13 | scsi_xs_sync uses the xs cookie and done pointers, so users of scsi_xs_sync | David Gwynne |
2010-01-13 | sync | Theo de Raadt |
2010-01-13 | Oops. Restore decrement of xs->retries I optimized away. Not everything | Kenneth R Westerback |
2010-01-13 | make ifa_ifwithaddr use the shiny new ifaddr RB tree instead of traversing | Henning Brauer |
2010-01-13 | maintain a global RB tree of all local addresses in the system. this | Henning Brauer |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-13 | adding an empty ifaddr struct to the per-interface ifaddr list and | Henning Brauer |
2010-01-13 | Remove extern reference to pf_pabuf which uses a struct | Jonathan Gray |
2010-01-13 | Fix SCSIDEBUG compiles. | Kenneth R Westerback |
2010-01-13 | fix some leaks found by parfait | Jonathan Gray |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-13 | let's admit it's not 1992 any more. CIDR is around for a long time, even | Henning Brauer |
2010-01-13 | Make HostBased authentication work with a ProxyCommand. bz #1569, patch | Darren Tucker |
2010-01-13 | Ignore and log any Protocol 1 keys where the claimed size is not equal to | Darren Tucker |
2010-01-13 | Update regress output files to -current behaviour | Ryan Thomas McBride |
2010-01-13 | pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that | Claudio Jeker |
2010-01-13 | pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that | Claudio Jeker |
2010-01-13 | In some cases the netmask gets set to a full 128 bit mask even if no | Ryan Thomas McBride |
2010-01-13 | Allow /netmask notation in redir spec, fix the rest of the regress | Ryan Thomas McBride |
2010-01-13 | Remove random component of auto-generated table names in loaded rules. | Ryan Thomas McBride |
2010-01-13 | typo in panic message | joshua stein |
2010-01-13 | Change M_WAITOK --> M_WAITOK | M_CANFAIL | Charles Longeau |
2010-01-13 | Fix a couple of typos/mispellings in comments | Darren Tucker |
2010-01-13 | match the 'use 127.0.0.1/8 instead of 127.0.0.1 for clarity' change in netstart | Todd T. Fries |
2010-01-12 | factor m_pulldown out of the message handlers up into pfsync_input now | David Gwynne |
2010-01-12 | bring sd.c r1.180 over to the other drivers now using the antisemaphore, | David Gwynne |
2010-01-12 | Add input and user protocol hook to handle GRE packets by pipex. | YASUOKA Masahiko |
2010-01-12 | when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoid | David Gwynne |
2010-01-12 | Update to ncurses 5.7, with local changes reapplied. | Nicholas Marriott |
2010-01-12 | save errno wrapping in a signal handler | Theo de Raadt |
2010-01-12 | check for bogus clock ticks sent by the device; helps tracking | Alexandre Ratchov |
2010-01-12 | When attaching a new stream, if the "extra" latency is zero, then | Alexandre Ratchov |
2010-01-12 | Fix for a legacy free PC, where the keyboard controller doesn't behave. | Dale Rahn |
2010-01-12 | allow 'update-only' installs | Marc Espie |
2010-01-12 | sync comment with reality, -f won't be documented. | Jasper Lievisse Adriaanse |
2010-01-12 | We actually have to keep the translate/route spec addresses around after | Ryan Thomas McBride |
2010-01-12 | better word MSS in pf.conf.5, from Lars Nooden; | Jason McIntyre |
2010-01-12 | Set roundrobin flag correctly, and don't treat a bare interface | Ryan Thomas McBride |
2010-01-12 | Only print route specs with @if notation if there is an IP address. | Ryan Thomas McBride |
2010-01-12 | no nat is no longer legal | Ryan Thomas McBride |