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