Age | Commit message (Expand) | Author |
2017-05-27 | use sizeof("constant string") to avoid magic number | Florian Obser |
2017-05-27 | print router preference | Florian Obser |
2017-05-27 | Allow an administrator to disable the bgp loop detection algorithm, | Peter Hessler |
2017-05-27 | allow only one network <prefix> statement per for the same prefix. | Sebastian Benoit |
2017-05-27 | Generate a fake ack (or is it an alternative ack?) internally. | Florian Obser |
2017-05-27 | remove unused vars | Florian Obser |
2017-05-27 | bump the size of ctl rib flags | Peter Hessler |
2017-05-27 | SOCK_CLOEXEC | SOCK_NONBLOCK | Florian Obser |
2017-05-27 | handle expiration / renewal of non-privacy addresses | Florian Obser |
2017-05-27 | this expects 2byte ASN, so use that, instead of an asn that may or may not fit | Peter Hessler |
2017-05-27 | there is no need to construct and send a proposal if we reached the | Florian Obser |
2017-05-27 | do not use %hhu | Florian Obser |
2017-05-27 | show address proposals in slaacdctl show interface output | Florian Obser |
2017-05-27 | delete proposal if address gets deleted | Florian Obser |
2017-05-27 | sync route socket processing to netcfgd | Florian Obser |
2017-05-27 | configure address on interface | Florian Obser |
2017-05-27 | remove unused vars | Florian Obser |
2017-05-27 | handle proposal ack | Florian Obser |
2017-05-27 | use new address_proposal struct to generate proposals | Florian Obser |
2017-05-27 | proposal state | Florian Obser |
2017-05-27 | no longer carry addresses in struct radv_prefix | Florian Obser |
2017-05-27 | we need to loop over all proposals | Florian Obser |
2017-05-27 | move towards $thing proposals and attach them to iface | Florian Obser |
2017-05-27 | send route label | Florian Obser |
2017-05-27 | bluhm pointed out that the prefix itself can be scoped, too. So we | Florian Obser |
2017-05-27 | Allow OpenBGPD to selectively choose which local ASN to use per-peer. | Peter Hessler |
2017-05-27 | allow us to use 'local-as' in the filter language | Peter Hessler |
2017-05-27 | fix the reference to draft-ymbk-grow-blackholing, to RFC 7999 | Peter Hessler |
2017-05-27 | When running from cron, the ftp(1) progress bar is not shown; that's all fine | Antoine Jacoutot |
2017-05-27 | Migrate relayd to use libtls for TLS. Still does the TLS privsep via the | Claudio Jeker |
2017-05-27 | Use basename(3) instead of hand rolling it. | Florian Obser |
2017-05-26 | move variables expansion out of lka_session into their own file, this is a | Gilles Chehade |
2017-05-26 | Don't overflow uint16 when the filesystem block size is >32K. | Stuart Henderson |
2017-05-26 | AS 0 is special and should be considered an error. | Peter Hessler |
2017-05-26 | Sync the severity of the syslog_* functions shared between identd, slowcgi, | Florian Obser |
2017-05-26 | Don't try to revert the same patch in a loop if it returns an error. | Antoine Jacoutot |
2017-05-26 | Fix logic. | Antoine Jacoutot |
2017-05-26 | Expand RIB names in groups | Peter Hessler |
2017-05-26 | Allow nested {} in prefix lists. | Peter Hessler |
2017-05-24 | Fix a possible fatal() when smtpd is configured to *force* relaying over | Gilles Chehade |
2017-05-24 | Sync NO_PID value from kernel header to tcpdump source. It is | Alexander Bluhm |
2017-05-24 | document that "for local" is the default; while here, | Jason McIntyre |
2017-05-24 | Preserve the modification time when install(1)ing. | Antoine Jacoutot |
2017-05-24 | Remove 2 unused parameters from copydotfiles function | Ricardo Mestre |
2017-05-24 | Don't fill up /tmp when installing or reverting multiple patches at once. | Antoine Jacoutot |
2017-05-24 | Also trap INT when reverting a patch. | Antoine Jacoutot |
2017-05-24 | Set REQ_EXT in req section so ikectl ca certificate revoke will work again. | Jonathan Gray |
2017-05-23 | Hide sh(1) error message when /etc/installurl does not exist; we already | Antoine Jacoutot |
2017-05-23 | Only install /bsd.mp on SP machines if it's already there (a default | Antoine Jacoutot |
2017-05-23 | Shorten varname. | Antoine Jacoutot |