Age | Commit message (Expand) | Author |
2015-11-05 | replace u_char and u_int* with standard stdint.h types to ease portable version | Joerg Jung |
2015-11-05 | Print unsigned integers as unsigned integers, kill inconsistent casts. | Jeremie Courreges-Anglas |
2015-11-05 | Cap the GRE packet len to tcpdump's snap len, fixes a segfault. | Jeremie Courreges-Anglas |
2015-11-05 | When fetching the GRE version, use GRE_VERS and not a naked "7" as mask. | Jeremie Courreges-Anglas |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | "commandline" -> "command line", since there are so few examples | Jason McIntyre |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-11-05 | Do not terminate message walk on a corrupt envelope. | Sunil Nimmagadda |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-11-04 | Bump distribution tarball versions. | mmcc |
2015-11-04 | Remove unused LogFD variable | Todd C. Miller |
2015-11-04 | Change some globals from extern to static when they are not used | Todd C. Miller |
2015-11-04 | fix a memory leak in multiple error paths | Jonathan Gray |
2015-11-03 | If pledge(2) fails use perror instead of log_it(RealUser, ...) since | Todd C. Miller |
2015-11-03 | It is only necessary to swap the effective gid when reading a file. | Todd C. Miller |
2015-11-03 | Recognize carp(4) interfaces (yes, they are special...) in order to send | Martin Pieuchot |
2015-11-03 | Missing comma. | Martin Pieuchot |
2015-11-03 | fix a memory leak in an error path | Jonathan Gray |
2015-11-03 | When updating an interface, do not delete the kif_node but let | Gerhard Roth |
2015-11-03 | Blank lines around pledge call. | mmcc |
2015-11-03 | Blank line after pledge call. | mmcc |
2015-11-03 | Surround pledge call with blank lines. | mmcc |
2015-11-03 | Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPE | Philip Guenther |
2015-11-02 | Use setegid() directly instead of swap_gids() / swap_gids_back(). | Todd C. Miller |
2015-11-02 | Print RDNSS nameserver addresses, and print option names for some other | Stuart Henderson |
2015-11-02 | switch from using sha1 to sha256 | Jonathan Gray |
2015-11-02 | sign csrs with openssl ca instead of x509 -req | Jonathan Gray |
2015-11-02 | sign csrs with openssl ca instead of x509 -req | Jonathan Gray |
2015-11-02 | Accept an ocsp option when creating certificates to set the extended | Jonathan Gray |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-11-02 | use SOCK_NONBLOCK instead of fcntl | Jonathan Matthew |
2015-11-02 | Both ldapd processes need "stdio" to talk to clients and each other. | Jonathan Matthew |
2015-11-01 | Remove register keyword uses. Still needs to be done in all other | mmcc |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-11-01 | pledge in bgpctl. | Sebastian Benoit |
2015-11-01 | needs pledge "cpath" to allow unlink of AF_UNIX sockets eventually | Theo de Raadt |
2015-11-01 | only pledge if in doing-work-via-daemon mode | Theo de Raadt |
2015-11-01 | chroot to pw_dir instead of the hard-coded /var/empty. Also make the | Reyk Floeter |
2015-11-01 | Tweak wording. | Antoine Jacoutot |
2015-11-01 | ldapctl has two modes of operation, one where it operates on the btree files | Jonathan Matthew |
2015-11-01 | inetd needs pledge "unix" to bind AF_UNIX sockets | Theo de Raadt |
2015-10-31 | fully revert some parts introduced with the original server rtable support, | Christian Weisgerber |
2015-10-31 | repair error message; spotted by Marcus Merighi | Theo de Raadt |
2015-10-31 | Split client-only (at, crontab) functions out of misc.c and into | Todd C. Miller |
2015-10-31 | open_socket() is only used by cron proper so move to cron.c | Todd C. Miller |
2015-10-31 | swap_gids and swap_gids_back are only used by crontab.c so | Todd C. Miller |
2015-10-31 | Only handle meta scripts for rc.d actions and enable/disable only. | Antoine Jacoutot |