Age | Commit message (Expand) | Author |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-05-11 | Support extended shutdown communications in tcpdump as well. | Claudio Jeker |
2019-05-11 | socppc makes an extended visit to the bigbucket. | Theo de Raadt |
2019-05-11 | sync the vm state in vmd too when (un)pausing a vm, otherwise the vm process | Jasper Lievisse Adriaanse |
2019-05-10 | remove receive_vm prototype for the function does not exist (anymore) | Jasper Lievisse Adriaanse |
2019-05-10 | Fix dhcpd build on gcc architectures. | Visa Hankala |
2019-05-10 | When calculating how much payload ospf6d can put into DD and LSREQ packets | Claudio Jeker |
2019-05-10 | Add support for from/to in relay filter rules. | Reyk Floeter |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-05-10 | tweak verbosity; ok ccardenas@ | Christian Weisgerber |
2019-05-09 | Neither rde_apply_set() nor rde_filter() are called with a NULL state so | Claudio Jeker |
2019-05-09 | Add a -k flag to keep the files in /home/_sysupgrade, since they | Christian Weisgerber |
2019-05-09 | sysupgrade already verifies all sets, so eliminate redundant | Christian Weisgerber |
2019-05-08 | convert system() calls to an execv() like interface. | Ted Unangst |
2019-05-08 | Fix and tweak websocket upgrade handling. | Reyk Floeter |
2019-05-08 | Switch domain-search parsing from hand rolled hex string to | Kenneth R Westerback |
2019-05-08 | The QUERY_STRING macro is not actually URL encoded, so fix the manual. | Theo Buehler |
2019-05-08 | Set the REQUEST_URI CGI variable to the requested URI and query string | Theo Buehler |
2019-05-08 | spacing | Reyk Floeter |
2019-05-08 | when passing objects to imsg use the for 'obj, sizeof(*obj)' instead of | Claudio Jeker |
2019-05-08 | It is not an error condition if no new snapshot is available. | Christian Weisgerber |
2019-05-08 | better signatures. | Marc Espie |
2019-05-08 | Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parent | Claudio Jeker |
2019-05-08 | fix pkg_info -S bug: multiple inheritance tricks signature into actually | Marc Espie |
2019-05-06 | not do -> do not; ok jmc@ | Otto Moerbeek |
2019-05-06 | Fix reloading of network statements that have no fixed prefix specification. | Claudio Jeker |
2019-05-06 | double macro snuck in; | Jason McIntyre |
2019-05-06 | vmctl.8 : man page cleanup | Mike Larkin |
2019-05-05 | switchd(8) will sometimes not save a copy of a packet needing forwarding | akoshibe |
2019-05-05 | For "unpriv -f file", chown file back to root once the command finishes, | Antoine Jacoutot |
2019-05-05 | Initialise variable. | Antoine Jacoutot |
2019-05-05 | Change variable name. | Antoine Jacoutot |
2019-05-05 | sentences start with capitals; | Jason McIntyre |
2019-05-04 | oops, fix unpriv() argument handling; from install.sub | Christian Weisgerber |
2019-05-04 | * For "unpriv -f file", chown file back to root once the command finishes, | Christian Weisgerber |
2019-05-04 | Require root to run (still allow access to usage). | Antoine Jacoutot |
2019-05-03 | Add a "forwarded" log format that extends the "combined" log format | Theo Buehler |
2019-05-03 | Adjust some comments that were misleading. Those flags are used by bgpd | Claudio Jeker |
2019-05-03 | Bump SET_NAME_LEN to 128 since arouteserver produces names that are more | Claudio Jeker |
2019-05-03 | Rename -c to -s since the correct term is snapshot, not current. Also | Florian Obser |
2019-05-03 | Make sure that the as-set name is not too long when parsing the config file. | Claudio Jeker |
2019-05-03 | typo in previous | Ian Darwin |
2019-05-03 | sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's dif... | Ian Darwin |
2019-05-03 | Only fetch and upgrade if a new snapshot is available. | Florian Obser |
2019-05-03 | missing break | Jonathan Gray |
2019-05-02 | Avoid opening log files on "no log" | kn |
2019-05-02 | Index 0 is out of range for hrStorageIndex. | Gerhard Roth |
2019-05-02 | Give filter programmers a more friendlier error message when returning a | Martijn van Duren |
2019-04-30 | Restrict filesystem access with unveil(2): | Ricardo Mestre |
2019-04-29 | Install upgrade kernel with ln -f, as per kernel build. ok florian@ | Ian Darwin |