summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-05-28Implement an XON/XOFF protocol between the RDE and the SE to throttleClaudio Jeker
2017-05-28reinstate the description of "mask-source" to "listen on socket": my changesJason McIntyre
2017-05-28use __func__ in log messages. fix some whitespace while here.Sebastian Benoit
2017-05-28use __func__ in log messages.Sebastian Benoit
2017-05-28style(9) some variable declarationsSebastian Benoit
2017-05-28Reduce differences between the two pfctl_osfp.c files.Michal Mazurek
2017-05-28check_tos() gets a parameter so i can remove another global var.Sebastian Benoit
2017-05-28introduce struct tr_conf to keep all of the configuration.Sebastian Benoit
2017-05-28move as many globals as possible into the main function - thats theSebastian Benoit
2017-05-28propose and configure default gatewayFlorian Obser
2017-05-28mark up "masquerade";Jason McIntyre
2017-05-28split the two "listen on" directives into two separate items;Jason McIntyre
2017-05-28Catch up with pfctl/pfctl_osfp.c, no binary change.Michal Mazurek
2017-05-27use pread and pwrite to save code and syscalls. ok mlarkinTed Unangst
2017-05-27use sizeof("constant string") to avoid magic numberFlorian Obser
2017-05-27print router preferenceFlorian Obser
2017-05-27Allow an administrator to disable the bgp loop detection algorithm,Peter Hessler
2017-05-27allow only one network <prefix> statement per for the same prefix.Sebastian Benoit
2017-05-27Generate a fake ack (or is it an alternative ack?) internally.Florian Obser
2017-05-27remove unused varsFlorian Obser
2017-05-27bump the size of ctl rib flagsPeter Hessler
2017-05-27SOCK_CLOEXEC | SOCK_NONBLOCKFlorian Obser
2017-05-27handle expiration / renewal of non-privacy addressesFlorian Obser
2017-05-27this expects 2byte ASN, so use that, instead of an asn that may or may not fitPeter Hessler
2017-05-27there is no need to construct and send a proposal if we reached theFlorian Obser
2017-05-27do not use %hhuFlorian Obser
2017-05-27show address proposals in slaacdctl show interface outputFlorian Obser
2017-05-27delete proposal if address gets deletedFlorian Obser
2017-05-27sync route socket processing to netcfgdFlorian Obser
2017-05-27configure address on interfaceFlorian Obser
2017-05-27remove unused varsFlorian Obser
2017-05-27handle proposal ackFlorian Obser
2017-05-27use new address_proposal struct to generate proposalsFlorian Obser
2017-05-27proposal stateFlorian Obser
2017-05-27no longer carry addresses in struct radv_prefixFlorian Obser
2017-05-27we need to loop over all proposalsFlorian Obser
2017-05-27move towards $thing proposals and attach them to ifaceFlorian Obser
2017-05-27send route labelFlorian Obser
2017-05-27bluhm pointed out that the prefix itself can be scoped, too. So weFlorian Obser
2017-05-27Allow OpenBGPD to selectively choose which local ASN to use per-peer.Peter Hessler
2017-05-27allow us to use 'local-as' in the filter languagePeter Hessler
2017-05-27fix the reference to draft-ymbk-grow-blackholing, to RFC 7999Peter Hessler
2017-05-27When running from cron, the ftp(1) progress bar is not shown; that's all fineAntoine Jacoutot
2017-05-27Migrate relayd to use libtls for TLS. Still does the TLS privsep via theClaudio Jeker
2017-05-27Use basename(3) instead of hand rolling it.Florian Obser
2017-05-26move variables expansion out of lka_session into their own file, this is aGilles Chehade
2017-05-26Don't overflow uint16 when the filesystem block size is >32K.Stuart Henderson
2017-05-26AS 0 is special and should be considered an error.Peter Hessler
2017-05-26Sync the severity of the syslog_* functions shared between identd, slowcgi,Florian Obser
2017-05-26Don't try to revert the same patch in a loop if it returns an error.Antoine Jacoutot