summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-09-16Use user_from_uid(3) and group_from_gid(3) in a few more placesTodd C. Miller
2018-09-16Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andTodd C. Miller
2018-09-15Add support for version 2.0 of the mdstore protocol.Mark Kettenis
2018-09-14Adjust the dummy as_set_match function to new prototype after last bgpd commitClaudio Jeker
2018-09-14Extend as_set to allow for different sized objects to be added. The onlyClaudio Jeker
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-09-13Noticed that the equal case is a bit wrong while adjusting the regress tests.Claudio Jeker
2018-09-13Similar to as-set factor out the code to create a prefix-set into a function.Claudio Jeker
2018-09-13ROA entires are allowing to define a prefix with a maxlen.Claudio Jeker
2018-09-13vmd: set irq and vm_id in virtio dev structs on restorepd
2018-09-13Add initial set of unveil's to vmctl.ccardenas
2018-09-11Be consistent in logging messages.ccardenas
2018-09-11add the conflict info to what's stored in pkglocatedb, as it's meta-infoMarc Espie
2018-09-11Fail fast when we are unable to determine disk format.ccardenas
2018-09-11Add ability to create qcow2 disk.ccardenas
2018-09-10logmsg(LOG_ERR) -> logerr(); ok tedu@anton
2018-09-10Mirror bluhm's fixes for proc.c daemons to dup /dev/null for child processesakoshibe
2018-09-10fix typosdenis
2018-09-10tweak the table commands somewhat; ok gillesJason McIntyre
2018-09-10use filterset_move() like all other network statements. It checks forSebastian Benoit
2018-09-10remove some empty lines from printconf output. ok claudio@Sebastian Benoit
2018-09-10vmd(8) clould close file descriptor 0 as not all fd fields wereAlexander Bluhm
2018-09-10During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-09-10Fix previous commit. It mistakenly included a change for debug.YASUOKA Masahiko
2018-09-09merge in some missed bits from 1.7.0 to simplify update prep.Stuart Henderson
2018-09-09merge in some missed bits from 1.7.0 to simplify update prep.Stuart Henderson
2018-09-09During the fork+exec implementation, daemon(3) was moved afterAlexander Bluhm
2018-09-09Allow for empty as-set and prefix-set definitions by adding explicit rulesClaudio Jeker
2018-09-09missing Xc;Jason McIntyre
2018-09-09Shut up a gcc warning about uninitialized use of min & max by adding a defaultClaudio Jeker
2018-09-09use rib_valid() to check if a rib is useable. ok claudio@Sebastian Benoit
2018-09-09Can not allow empty as-set and prefix-set blocks right now. This producesClaudio Jeker
2018-09-09Make switchd(8) ignore PACKET_INs generated from looped traffic. Currently,akoshibe
2018-09-09use TAILQ_CONCAT in filterset_move(). ok claudio@Sebastian Benoit
2018-09-09Remove another optnl. In general we no longer support a newline betweenClaudio Jeker
2018-09-09Bad merge, change a optnl to comma since that is what we want there.Claudio Jeker
2018-09-09Rework the parser a bit to be more sane when it comes to newline and commaClaudio Jeker
2018-09-09Write asset as as_set since the other word is already used in English.Claudio Jeker
2018-09-09sync header line with whats actually in the output.Sebastian Benoit
2018-09-09Make it clear what 'dynamically added' prefixes are.Sebastian Benoit
2018-09-09Clean up prefix flag handling. First of all the dynamic networks no longerClaudio Jeker
2018-09-09Add network prefix-set <name> syntax to announce networks in a prefix-set.Sebastian Benoit
2018-09-09tweak previous;Jason McIntyre
2018-09-09Add initial qcow2 image support.ccardenas
2018-09-08missing Ed;Jason McIntyre
2018-09-08implement or-longer filter op for prefix-sets. Allows one two write rules likeSebastian Benoit
2018-09-08Check for malloc() failures.anton
2018-09-08More BGPD_OPT_NOACTION checking to make regress happier.Claudio Jeker
2018-09-08If BGPD_OPT_NOACTION is set don't check that the rdomain exists.Claudio Jeker
2018-09-08use symbolic integer values for the different tls options when relaying,Eric Faurot