Age | Commit message (Expand) | Author |
2015-10-24 | Introduce msgtypenames to print bgp msg types (which will be used by bgpctl) | Claudio Jeker |
2015-10-24 | In all other cases of rde_filter_match() we ensure that asp is valid so | Claudio Jeker |
2015-10-24 | seg_type is only set but never used. So remove it. Someone reported this | Claudio Jeker |
2015-10-23 | remove some more ifdef maziness | Ted Unangst |
2015-10-23 | Rather than re-opening the driftfile to write, keep it open; rewinding | Theo de Raadt |
2015-10-23 | If writing to a tty blocks, syslogd forked and tried to write again | Alexander Bluhm |
2015-10-23 | document -h flag and add a .Xr | Joerg Jung |
2015-10-23 | ndp -n -d <addr> does dns lookups, even with -n. it should not. | Sebastian Benoit |
2015-10-23 | Allowing upstream servers of ntp being in multiple routing tables is | Peter Hessler |
2015-10-23 | let the icmp check use getsockopt IP_IPDEFTTL to get the default ttl | Sebastian Benoit |
2015-10-23 | Make use of pledge(2). | Renato Westphal |
2015-10-23 | Add pledge(2) to the child processes. | Renato Westphal |
2015-10-23 | simplify argv back compat | Ted Unangst |
2015-10-22 | Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messages | Renato Westphal |
2015-10-22 | Revert revision 1.282: | Reyk Floeter |
2015-10-22 | pledge "abort" left behind accidentally | Theo de Raadt |
2015-10-22 | If we receive an empty route message, log it and ignore it. Happens | Peter Hessler |
2015-10-22 | The eigrpe process also needs to pledge "cpath" for unlinking the | Renato Westphal |
2015-10-22 | delivery to maildir needs pledge fattr | Gilles Chehade |
2015-10-21 | Use SSL_CTX_set_ecdh_auto() instead of rolling our own version. | Joel Sing |
2015-10-21 | Only enable SSL_VERIFY_PEER when the verify option is set on a listener. | Joel Sing |
2015-10-21 | Do some cleanup in syslogd ttymsg(). Add a debug message when the | Alexander Bluhm |
2015-10-21 | make sure ProgressMeter gets set up. Fixes some weirdness in package installs, | Marc Espie |
2015-10-21 | Add support for route summarization. | Renato Westphal |
2015-10-21 | Minor fixes and code cleanup. | Renato Westphal |
2015-10-20 | believe this will work with "stdio rpath wpath cpath inet" now that | Theo de Raadt |
2015-10-20 | After pledge "dns" has been refactored and setsockopt(SO_RCVBUF) | Alexander Bluhm |
2015-10-20 | Add an explicit check for a malformed AS segment with (segment length 0), | Stuart Henderson |
2015-10-20 | fix a use after free found by clang using an approach suggested by renato | Jonathan Gray |
2015-10-19 | Add pledge(2) for radiusctl(8) and radiusd(8). | YASUOKA Masahiko |
2015-10-19 | Add parenthesis gcc wants and remove defined but unused label gcc | Kenneth R Westerback |
2015-10-19 | LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and not | Kenneth R Westerback |
2015-10-19 | Nuke unused variable. | Kenneth R Westerback |
2015-10-19 | fix memory leaks in error paths | Jonathan Gray |
2015-10-19 | optarg and optind are declared by unistd.h | Jeremie Courreges-Anglas |
2015-10-19 | Add err.h, missing after pledge() introduction. | Jeremie Courreges-Anglas |
2015-10-19 | Remove a duplicated '#include <stdio.h>' line. | YASUOKA Masahiko |
2015-10-19 | Fix control_imsg_forward() by changing imsg_compose() to | Reyk Floeter |
2015-10-19 | Print control socket client fd in debug message to differentiate between | Reyk Floeter |
2015-10-19 | Kill whitespace at eol. | Sunil Nimmagadda |
2015-10-19 | Avoid a NULL dereference when getgrnam_r() returns NULL for `result'. | YASUOKA Masahiko |
2015-10-19 | Call tzset() before dropping the priviledge to use correct timezone. | YASUOKA Masahiko |
2015-10-19 | Can't assert "module->fd >= 0" in radiusd_stop() since the module may | YASUOKA Masahiko |
2015-10-18 | fix lmtp delivery regressions introduced in previous: | Joerg Jung |
2015-10-18 | Avoid integer overflow with very large files. | Tobias Stoeckmann |
2015-10-18 | Fix comments. | Robert Peichaer |
2015-10-18 | Add "id" pledge to syslogd privsep process. Needed for logging to pipe. | Alexander Bluhm |
2015-10-18 | Make use of pledge(2); initial diff from deraadt@ | Jeremie Courreges-Anglas |
2015-10-18 | actually, it uses getaddrinfo | Theo de Raadt |
2015-10-18 | Tweak previous: call fatal(), not err(3), for consistency. err.h goes away. | Jeremie Courreges-Anglas |