Age | Commit message (Expand) | Author |
2015-12-10 | use geteuid to make it easier for root to communicate. | Ted Unangst |
2015-12-10 | use geteuid to allow root to communicate with others. | Ted Unangst |
2015-12-09 | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | Brent Cook |
2015-12-09 | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. | Brent Cook |
2015-12-09 | Add a cast to silence a compiler warning by clang on FreeBSD. | tb |
2015-12-09 | Integrate two patches originally from Daniel Micay. | Ted Unangst |
2015-12-08 | rewrite guts of getusershell() to avoid possibility of overflow. | Ted Unangst |
2015-12-07 | Add root certificate for COMODO RSA Certification Authority, ok beck@ | Stuart Henderson |
2015-12-07 | Remove SHA0 check, as we did in v1.21 of sha.h. | Brent Cook |
2015-12-06 | Simplify the relocation code for the ld.so bootstrap and static pie: track | Philip Guenther |
2015-12-06 | Validate input files to prevent out of boundary accesses. | Tobias Stoeckmann |
2015-12-05 | Do not loop on EAGAIN in imsg_read(). Better to return the error to the | Claudio Jeker |
2015-12-04 | Fix for OpenSSL CVE-2015-3195 | Bob Beck |
2015-12-03 | Fix for OpenSSL CVE-2015-3194 | Bob Beck |
2015-12-03 | Remove the /usr/share/nls/ exception from pledge(2). The libc | Alexander Bluhm |
2015-12-03 | Instead of using our own custom BDB terminfo databases, use the ncurses | Nicholas Marriott |
2015-12-01 | use strlcat instead of strlcpy with modified arguments. ok deraadt@ | Can Erkin Acar |
2015-12-01 | Document that "tty" provides read-write access to /dev/tty too. | Todd C. Miller |
2015-12-01 | modify getpw*(), getgr*(), and getgrouplist() functions to access the | Theo de Raadt |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt |
2015-12-01 | Mention ksh along with csh when job control is discussed. ok deraadt@ | mmcc |
2015-12-01 | Phrase allocation failure more clearly. ok deraadt@ | mmcc |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-11-30 | MIO_IN needs O_RDONLY, not O_WRONLY | Alexandre Ratchov |
2015-11-29 | Add pledge "pf" which allows ioctls on pf(4). This will be used by | Sebastian Benoit |
2015-11-27 | Remove three NULL-checks before free(). ok millert@ | mmcc |
2015-11-26 | Use the backchannel for all error messages instead of syslog(3). | Todd C. Miller |
2015-11-26 | remove the "YP server for domain %s not responding, still trying" code. | Theo de Raadt |
2015-11-25 | group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LEN | Joshua Stein |
2015-11-25 | -M option was removed, midi ports registered with -q | Alexandre Ratchov |
2015-11-25 | Wrap <icdb.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-11-25 | Make using a deprecated function an error instead of just a warning | Philip Guenther |
2015-11-25 | syslog() here is pointless; ok millert | Theo de Raadt |
2015-11-25 | Rather than using syslog(3) (which pulls in snprintf), creating the report | Theo de Raadt |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | Todd C. Miller |
2015-11-24 | Correct file name, no text change (no history yet, but sorry for the churn). | Ingo Schwarze |
2015-11-24 | fix an error in NAME; ok schwarze | Jason McIntyre |
2015-11-24 | Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error). | Alexandre Ratchov |
2015-11-24 | Document that these functions are now in strings.h. | Daniel Dickman |
2015-11-24 | Don't fake a bulleted list by prefixing items with 'o'. | Anthony J. Bentley |
2015-11-23 | Remove support for "lookup yp" in /etc/resolv.conf. This historical | Theo de Raadt |
2015-11-23 | point to mount_mfs(8), not mfs(8); | Jason McIntyre |
2015-11-22 | remove unneeded prototypes | Alexandre Ratchov |
2015-11-22 | Don't remove the type component from the device string before passing | Alexandre Ratchov |
2015-11-21 | Partial revert of revision 1.26: | Ingo Schwarze |
2015-11-21 | point to netintro(4) rather than (now removed) networking(4); | Jason McIntyre |
2015-11-20 | Document that the status argument may be NULL; OK millert@ | Tim van der Molen |
2015-11-20 | typo tcgetpgrp -> tcsetpgrp | tb |
2015-11-20 | No longer direct bug reports to keynote@research.att.com - it bounces mail. | mmcc |