Age | Commit message (Expand) | Author |
2015-10-05 | this process deserves -fstack-protector-all | Theo de Raadt |
2015-10-05 | tame "stdio inet cmsg" should work well in the session engine. | Theo de Raadt |
2015-10-05 | Out, damned whitespace! | Kenneth R Westerback |
2015-10-05 | Teach snmpd(8) about if_oqdrops. | Masao Uebayashi |
2015-10-05 | correct a rtget() error check | Sebastien Marie |
2015-10-05 | these 3 files do not need sys/socket.h | Theo de Raadt |
2015-10-05 | typo. | Igor Sobrado |
2015-10-05 | Copy the stage2 file to / in md_installboot(). | Miod Vallat |
2015-10-05 | When the SIA state is declared for a given destination, reset the | Renato Westphal |
2015-10-04 | Ignore IPv4 TLVs in IPv6 instances and vice-versa. | Renato Westphal |
2015-10-04 | Fix warnings and add safeguards to protect against corrupted data. | Renato Westphal |
2015-10-04 | Add option to configure or disable the DUAL active timeout. | Renato Westphal |
2015-10-04 | Plural. | Antoine Jacoutot |
2015-10-04 | Make it possible to give the same action to several daemons at once. | Antoine Jacoutot |
2015-10-04 | remove stale comment. there is no need to avoid side effects from a "list" | Ted Unangst |
2015-10-04 | add "usage: " to usage(); from michael reed | Jason McIntyre |
2015-10-03 | There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elements | Ted Unangst |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-10-03 | Nuke trailing whitespace to avoid cluttering possible upcoming diffs. | Kenneth R Westerback |
2015-10-03 | unifdef some features we will always have. ok benno zhuk | Ted Unangst |
2015-10-03 | Properly indent usage() output. | Antoine Jacoutot |
2015-10-03 | the ntp dns process only needs tame "dns rw" to operate. at least, | Theo de Raadt |
2015-10-03 | In the ntpctl(1) case, after it has connect()'d to ntpd we can tame "stdio" | Theo de Raadt |
2015-10-03 | arp uses a non-privileged sockraw to look at the kernel arp tables. | Theo de Raadt |
2015-10-03 | like ping, traceroute is a setuid root priv-drop which holds a sockraw. | Theo de Raadt |
2015-10-03 | acpidump is used as root and opens /dev/mem readonly, to dig out | Theo de Raadt |
2015-10-03 | tcpdump is two-process privsep. | Theo de Raadt |
2015-10-02 | Adopt smtpd's imsg_read_nofd() to mitigate the risk of user-injected | Reyk Floeter |
2015-10-02 | add missing El; | Jason McIntyre |
2015-10-02 | Controller for the recently imported eigrpd(8) daemon. | Renato Westphal |
2015-10-02 | Welcome eigrpd | Renato Westphal |
2015-10-02 | detect that a certificate chain will not fit in imsg calls before passing | Gilles Chehade |
2015-10-02 | in secure_file(), make uid checking on .forward files more strict to avoid | Gilles Chehade |
2015-10-02 | prevent users from playing hardlink/symlink/mkfifo games with their offline | Gilles Chehade |
2015-10-02 | introduce imsg_read_nofd() to allow reading imsg while discarding fd's when | Gilles Chehade |
2015-10-02 | fix a stack-based buffer overflow in the token expansion code of the lookup | Gilles Chehade |
2015-10-02 | reset static pointer to NULL after we free it, just in case another bug | Gilles Chehade |
2015-10-02 | do not allow connid to wrap and collide with another active connection id. | Gilles Chehade |
2015-10-01 | remove a bsdi ifdef path | Jonathan Gray |
2015-10-01 | include ctype.h for the isspace(3) using _NG_ISSPACE | Jonathan Gray |
2015-10-01 | sync proc.c with httpd. no functional change, only switching to C99 types. | Reyk Floeter |
2015-09-29 | makemap(8) should Xr table(5); OK gilles@ | Todd C. Miller |
2015-09-29 | unbreak tree. | Theo de Raadt |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-29 | Replace call to __ivaliduser_sa() with a pared down version that | Todd C. Miller |
2015-09-28 | strcat -> strlcat. last time i checked, this was the last remaining | Theo de Raadt |
2015-09-27 | include <unistd.h> unconditionally | Theo de Raadt |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ripd. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ldpd. | Stefan Sperling |