Age | Commit message (Expand) | Author |
2018-07-07 | - move everything tag-related into state->{tags} | Marc Espie |
2018-07-07 | what was I thinking. No need to iterate, just use the key | Marc Espie |
2018-07-06 | use a list for the -T types, now that there are many; ok dlg | Jason McIntyre |
2018-07-06 | add support for vxlan packets. | David Gwynne |
2018-07-06 | use do { } while (!bottom) instead of again: ... if (!bottom) goto again; | David Gwynne |
2018-07-06 | pass the payload to parsers via cp, which is a pointer to the payload. | David Gwynne |
2018-07-06 | add "tftp" as a type to use with -T | David Gwynne |
2018-07-06 | Add "mpls" as a type to use with -T | David Gwynne |
2018-07-06 | According to RFC7510, IANA allocated port 6635 for MPLS over UDP | David Gwynne |
2018-07-06 | Add "gre" as a type to use with -T | David Gwynne |
2018-07-06 | Rework UDP parsing, particularly around IP addresses. | David Gwynne |
2018-07-06 | move the ip checksumming code into in_cksum.c | David Gwynne |
2018-07-05 | reword; | Jason McIntyre |
2018-07-05 | further tweak the introductory text; ok gilles | Jason McIntyre |
2018-07-05 | Simplify rde_softreconfig_in(). There is no need to run the prefix through | Claudio Jeker |
2018-07-04 | More whitespace. | rob |
2018-07-04 | Cleanup some whitespace. | rob |
2018-07-04 | Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc() | rob |
2018-07-04 | Avoid possible vfprintf NULL errors in ldap_unbind(). | rob |
2018-07-04 | "proto" is optional; from matthew martin | Jason McIntyre |
2018-07-04 | When a VM stop request fails, set errno prior to calling warn() in order to | anton |
2018-07-03 | some style fixes, no functional change. | David Gwynne |
2018-07-03 | installboot: adapt fileprefix() to future realpath(3) behavior | Joshua Stein |
2018-07-03 | Synchronize ber changes from the snmpd instance to ldap, ldapd, and ypldap. | rob |
2018-07-03 | hostctl: Don't crash if key is empty string | Stefan Fritsch |
2018-07-03 | Improve output. | Martin Pieuchot |
2018-07-03 | Tighten up description of echo-client-id statement | Kenneth R Westerback |
2018-07-03 | add "superseded" scaffold. | Marc Espie |
2018-07-03 | handle gre-in-udp traffic | David Gwynne |
2018-07-03 | unbreak newaliases. | mortimer |
2018-07-02 | remove useless Pp; | Jason McIntyre |
2018-07-02 | explicitly document some common pkg_add features that also make sense | Marc Espie |
2018-07-01 | s/constructive/constructed in DPRINTF output. | rob |
2018-07-01 | more RTM_LOCK removals | Theo de Raadt |
2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. | Martin Pieuchot |
2018-07-01 | Tweak output to behave more like pcidump(8): | Martin Pieuchot |
2018-07-01 | ahah. complex tag changes show I need to use the same algorithm as for libs | Marc Espie |
2018-06-30 | Use 64-bit DSDT pointer instead of the 32-bit one if it is zero. | Mark Kettenis |
2018-06-30 | revert ber.c r1.34, this break SNMPv3 authentication | Stuart Henderson |
2018-06-30 | over-eager refactor means fw_update goes thru delete_handle, so teach | Marc Espie |
2018-06-29 | tweak previous; | Jason McIntyre |
2018-06-29 | Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd, | rob |
2018-06-29 | Consistent use of copyright notices. | rob |
2018-06-29 | Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff | rob |
2018-06-29 | Prepare the ground for allowing temporary aspath object living on the stack. | Claudio Jeker |
2018-06-28 | fix tag external representation, avoids weird space at end of plist | Marc Espie |
2018-06-28 | Don't ignore -n; OK gilles@ | Tim van der Molen |
2018-06-28 | Remove rde_aspath pointer from rde_filter since that argument can be fetched | Claudio Jeker |
2018-06-28 | Instead of passing the rde_aspath to nexthop_modify() pass pointers to | Claudio Jeker |
2018-06-28 | Pass a struct prefix to rde_filter and remove some of the arguments which | Claudio Jeker |