Age | Commit message (Expand) | Author |
2019-04-17 | fix spelling in pkg_add output: tieing -> tying | Stefan Sperling |
2019-04-16 | document where multiline {} is applicable; | Jason McIntyre |
2019-04-16 | Rewrite using libelf(3). | Sunil Nimmagadda |
2019-04-14 | use strvis on strings from the device; ok sthen mortimer | Theo de Raadt |
2019-04-14 | md5 auth has useful information on the wire that helps when fixing issues | David Gwynne |
2019-04-12 | Unbreak listening for prefix changes. | Florian Obser |
2019-04-10 | Instead of a (ulong) case just use %zu in printf and remove the cast. | Claudio Jeker |
2019-04-10 | Include endian.h since htobe* or be*toh is used. Helps with protable. | Claudio Jeker |
2019-04-08 | macro fix; | Jason McIntyre |
2019-04-08 | remove unused declarations | Eric Faurot |
2019-04-08 | fix parsing of datalines before passing them to filters, the | splitting is | Gilles Chehade |
2019-04-07 | don't silence children under fw_update, since ftp(1) can tell us | Marc Espie |
2019-04-07 | Be more careful when setting timeout to 0 because there is pending work | Claudio Jeker |
2019-04-07 | some scenarios may call match_locations on a DeleteSet. | Marc Espie |
2019-04-06 | add -Dsnapshot as a synonym for -Dsnap | Marc Espie |
2019-04-06 | help the debugger, we usually don't want to stop after a fork to an | Marc Espie |
2019-04-06 | do not call freeaddrinfo() on a NULL pointer. | Eric Faurot |
2019-04-05 | insert a missing .El and fix a typo | Ingo Schwarze |
2019-04-05 | take elfrdsetroot, clean it up for regular usage, and make it a full | Theo de Raadt |
2019-04-05 | fix link URL; pointed out by "openbsduser <at> airmail.cc" | Stuart Henderson |
2019-04-05 | print the gre protocol number as hex when vflag is enabled | David Gwynne |
2019-04-05 | support printing cdp over gre and ppp | David Gwynne |
2019-04-04 | RFC 2328 mandates in 12.4.1.1 that the Link ID of the Type 3 link has to | remi |
2019-04-04 | accept the NULL string in the proc message formatting api and simplify | Eric Faurot |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-04-03 | Fix the bug that radius module didn't work when the size of radius message | YASUOKA Masahiko |
2019-04-02 | print MPLS_MCAST as mpls, rather than unknown | David Gwynne |
2019-04-02 | Add a config option to specify the preference of name servers. | Florian Obser |
2019-04-02 | add some msi and msi-x details | Jonathan Matthew |
2019-04-02 | Report reliable VM state on status command | kn |
2019-04-02 | Document new domain-search syntax available to | Kenneth R Westerback |
2019-04-01 | tweak previous; | Jason McIntyre |
2019-04-01 | missing full stop; | Jason McIntyre |
2019-04-01 | Add a rfc1035 data type and use it to describe | Kenneth R Westerback |
2019-04-01 | Pass the debug status to modules. Also some non functional changes | YASUOKA Masahiko |
2019-04-01 | Update authenticator and message authenticator always. Previous was | YASUOKA Masahiko |
2019-04-01 | Describe the cidr data type and rework the | Kenneth R Westerback |
2019-04-01 | Show message-authenticator correctly. It had shown the result of | YASUOKA Masahiko |
2019-04-01 | Update radiusd.conf(5) man page and its example to recommend to | YASUOKA Masahiko |
2019-04-01 | int16 and int8 are not used for any option. So don't | Kenneth R Westerback |
2019-04-01 | Make "secret" become a required configuration for both client and | YASUOKA Masahiko |
2019-04-01 | Document dhcp-message (a.k.a. option 56) and tweak verbiage for | Kenneth R Westerback |
2019-04-01 | Correct the documentation of relay-agent-information, | Kenneth R Westerback |
2019-04-01 | In the KARL relink case, the bsd.gdb built on the way (so that we get | Theo de Raadt |
2019-04-01 | if inet6 is not available, warn, but carry on | Ted Unangst |
2019-04-01 | repair confusing "} if"; from florian@ | Christian Weisgerber |
2019-03-31 | new sentence, new line; | Jason McIntyre |
2019-03-31 | GTSM is not widely known, so be more concrete as to its effect | Richard Procter |
2019-03-31 | Don't use memcpy for struct bgpd_config, the pointers and lists in that | Claudio Jeker |
2019-03-31 | Move the struct peer into bgpd_config and switch it to a TAILQ instead of | Claudio Jeker |