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