summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-08-14Drop unnecessary pledge(2) promises on apm(8):Ricardo Mestre
2018-08-13Make the owner of fcgi socket configurable.Florian Obser
2018-08-13basic macro cleanup, break lines of excessive length, fix order of sectionsIngo Schwarze
2018-08-13Add more content. Tweaks from ingo. This man page is not yet hooked up to therob
2018-08-12Change ber_write_elements() to return ssize_t instead of int.rob
2018-08-11Prevent server side overflow for message id in snmp header.rob
2018-08-10Another place where we should handle AS_SET better. aspath_lenmatch()Claudio Jeker
2018-08-10Make the AS_SET handling for source-as even simpler. It is enough to onlyClaudio Jeker
2018-08-09Improve handling of source-as when an AS_SET is rightmost. In that caseClaudio Jeker
2018-08-09correct sizeof to use correct buffer, rather than another buffer (whichTheo de Raadt
2018-08-09While softreconfig is running set the poll timeout to 0 so that theClaudio Jeker
2018-08-09Make two very internal functions static. They are used to merge anClaudio Jeker
2018-08-08mestre and I can find no reason why the pledge has "unix". DisableTheo de Raadt
2018-08-08ntpd unveils the cert.pem "r" file (which is passed-over-socket to theTheo de Raadt
2018-08-08Some unsigned long to unsigned int cleanup from recent ber (type) changes.rob
2018-08-08Unveil the special files needed for reading AML tables, and theTheo de Raadt
2018-08-08In netproc process, unveil to only expose the CA file.Theo de Raadt
2018-08-08Move struct wire_largecommunity to rde_attr.c since it is only used internallyClaudio Jeker
2018-08-08Merge getcommunity() and getlargecommunity() into one function thatClaudio Jeker
2018-08-08Make the (non-)transitive handling of ext communities a bit more obvious.Claudio Jeker
2018-08-08One ; too muchClaudio Jeker
2018-08-08Update the RIB after a config reload in the background. This moves theClaudio Jeker
2018-08-08hide rib[] internals in new rib_valid() functionSebastian Benoit
2018-08-07Unveil is used at tail of initialization to allow "r" of /tftpbootTheo de Raadt
2018-08-07Unveil fits nicely into the syslogd privsep model. Unveiled filesTheo de Raadt
2018-08-07Post-g2k18 fix: unbreak the optional vmd-internal vmboot loader.Reyk Floeter
2018-08-07Fix paste error in "no read access to" debug message, tweak messages.Reyk Floeter
2018-08-06space required between macro args and punctuation;Jason McIntyre
2018-08-06Reflect reality.Marc Espie
2018-08-06replace the current log optionsSebastian Benoit
2018-08-06Change manpage example for reserved words since the macro used is to replaceRicardo Mestre
2018-08-06Validate the prefix sent in a network delete call before trying to deleteClaudio Jeker
2018-08-06Pass the stale timestamp to path_remove_stale() removes a asp->peer dereferenceClaudio Jeker
2018-08-06Replace two asp->peer with prefix_peer(p) which is the same.Claudio Jeker
2018-08-06Assign peer1 and peer2 early on and use them everywhere instead of aspX->peer.Claudio Jeker
2018-08-05Since -s argument is no longer checked, during reexec, the argv size then mustRicardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Remove now unused header which I forgot to commit on previous.Ricardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-05Revert back previous and remove cpath pledge(2) promise entirely. We decidedRicardo Mestre
2018-08-04Revert back previous commit, we have decided that socket files don't cause anyRicardo Mestre
2018-08-04Leave the control socket behind on shutdown. It doesn't hurt anyone.Florian Obser
2018-08-04I can find no reason why portmap needs rpath after initialization.Theo de Raadt
2018-08-03advertise slaacd.8;Jason McIntyre
2018-08-03sort; ok florianJason McIntyre
2018-08-03return is not a function and if (x) -> if (x != NULL)Sebastian Benoit
2018-08-03fix error messages from earlier syntax changeSebastian Benoit
2018-08-03correct an error message, from Ross L RichardsonSebastian Benoit
2018-08-03document the default in the abscence of a certificate authority.Sebastian Benoit