summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-10-26I broke base images with my previous commit by missing a line.Reyk Floeter
2018-10-26Use proper type in sizeof()Claudio Jeker
2018-10-26When walking the list of ribs use continue instead of break after theClaudio Jeker
2018-10-26Unveil should work because this only opens the configuration file,Theo de Raadt
2018-10-25Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of theClaudio Jeker
2018-10-24missing headerGilles Chehade
2018-10-24replace EFTYPE with EINVAL which is a both a better errno AND more portableGilles Chehade
2018-10-24As per advice from claudio@, further restrict the pledge in switchctl(8).akoshibe
2018-10-24Major refactoring of the RIB handling code. Mainly change how the RIB isClaudio Jeker
2018-10-24Pass down the right nexthop to rde_dump_rib_as() so that dumping theClaudio Jeker
2018-10-24Fix qcow2 disk images for data sizes greater than 4 gigs.ori
2018-10-22The recent switch to realpath(3) for the boot string in vmd(8) brokeAlexander Bluhm
2018-10-22unveil support is a bit amusing. /etc/sensorsd.conf with "r", andTheo de Raadt
2018-10-22Remove #ifdef INET6kn
2018-10-22document that some error should happenMarc Espie
2018-10-22start erroring out based on unfilled tracker entriesMarc Espie
2018-10-22Properly throttle dumping of prefixes to peers. Eventhough we got the XON/XOFFClaudio Jeker
2018-10-22Make host_*() AF-agnosticdenis
2018-10-21explicitely -> explicitlyAntoine Jacoutot
2018-10-21Add the ability to query a switch(4) instance via its control device. Alsoakoshibe
2018-10-21do not consider connect() errors as permfail in the lmtp mdaGilles Chehade
2018-10-20Sync root check from pingkn
2018-10-20remove unneccessary macros;Jason McIntyre
2018-10-19Add support to create and convert disk images from existing imagesReyk Floeter
2018-10-19When calculating the fd limit before accepting a new connection alsoClaudio Jeker
2018-10-18unveil the required paths. "r" to inspect /dev, and "rwc" forTheo de Raadt
2018-10-18Ensure that the install media are built with a consistent set ofChristian Weisgerber
2018-10-18In rde_update_queue_runner() reset eor on every loop else a spurious andClaudio Jeker
2018-10-18Remove unneeded break, there is one just after and makes the XON and XOFFClaudio Jeker
2018-10-18Use realpath(3) on the "boot" config option as well.Reyk Floeter
2018-10-16Stop trying to remove /bsd.syspatch. That's ancient stuff that we don'tAntoine Jacoutot
2018-10-15in spfwalk, search both A and AAAA records when "a" is used in an spf txtGilles Chehade
2018-10-15Use user_from_uid(), uid_from_user(), group_from_gid() andTodd C. Miller
2018-10-15No need to check ai_addrlen when we already checked ai_family, weFlorian Obser
2018-10-15struct sockaddr_storage is guaranteed to be large enough, no need to checkFlorian Obser
2018-10-15Use the up_rib tree to withdraw all prefixes of a peer which is used toClaudio Jeker
2018-10-15Prevent VM reboot loops by rate-limiting the interval a VM can reboot.Reyk Floeter
2018-10-15Omit HSTS headers over unencrypted connections, per RFC 6797.Anthony J. Bentley
2018-10-14Unbreak mrt table dumps. Make sure to call rib_dump_r for the mrt dumpClaudio Jeker
2018-10-11Backout my previous commit:Sebastian Benoit
2018-10-10RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.Reyk Floeter
2018-10-10Large community setting, when checking for pre-existing community, wasTheo de Raadt
2018-10-09Go back to hard-coding 4096 for the bucket size for now.Todd C. Miller
2018-10-09Fix a spelling in log messages.YASUOKA Masahiko
2018-10-08Add support for qcow2 base images (external snapshots).Reyk Floeter
2018-10-08merge 1.8.1Stuart Henderson
2018-10-08import unbound 1.8.1Stuart Henderson
2018-10-08typo; ok jmc@ deraadt@miko
2018-10-06some minor fixes;Jason McIntyre
2018-10-05Setting getopt optreset to 1 needs an additional reset of optind to 1.Reyk Floeter