Age | Commit message (Expand) | Author |
2024-08-23 | Change SIGCHLD handler to just set a flag. | Todd C. Miller |
2024-08-21 | Mechanically change inet_aton to inet_pton. | Florian Obser |
2024-08-18 | fix comment | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2024-08-17 | Replace homemade copy_of() with strdup() | Denis Fondras |
2024-08-17 | Allow PPP interface to run in an rdomain and get a default route installed in... | Denis Fondras |
2024-08-10 | use void when functions have no args | Jonathan Gray |
2024-08-09 | ansi functions and prototypes | Theo de Raadt |
2024-02-19 | use correct rtmsg member in sizeof() | Denis Fondras |
2023-08-07 | In 2016, chat changed its syslog output for hidden strings. | Philip Guenther |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-05-06 | Relax the limitation of what is an acceptable unicast IP. | Claudio Jeker |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-03 | sigh -- review one one pointless sys/param.h, and discover all the includes | Theo de Raadt |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-03 | grammar fixes from Varik "The Genuine Article!!!" Valefor; | Jason McIntyre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-12 | remove .PATH. this was used in previous eras to build bpf compiler stuff, | Ted Unangst |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-07-28 | k&r -> ansi function headers in this file, 'cause clang complained about one. | Theo de Raadt |
2017-11-17 | Use explicit_bzero to erase secrets | Jeremie Courreges-Anglas |
2016-06-24 | use crypt_checkpass to simplify password checking logic. | Ted Unangst |
2016-05-17 | remove pam and shadow code that's not used. ok deraadt jca | Ted Unangst |
2016-05-09 | need to use shadow passwd function here, reminded by sthen | Ted Unangst |
2016-04-05 | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). | Kenneth R Westerback |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-01-25 | (hidden) is more readable than (??????) and avoid trigraph | Gleydson Soares |
2015-12-26 | Use pread/pwrite instead separate lseek+read/write for lastlog. | Philip Guenther |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-10-28 | pid removal; from jan stary | Jason McIntyre |
2015-10-26 | stop saving a pidfile; ok jung zhuk | Theo de Raadt |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-09-12 | Remove dead get_host_seed() function; Martin Natano | Miod Vallat |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-06-12 | Perform a copy with a memmove for potentially overlapping regions. | Mike Belopuhov |
2015-02-09 | clean up flags++ instances around getopt() | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | fully remove disabled mschap support, which does weird DES things. | Ted Unangst |
2014-12-10 | Fix a potential integer overflow in pppd options file parsing. | Jonathan Gray |
2014-11-13 | remove networks(5) support; it wasn't even documented to exist; | Ingo Schwarze |
2014-10-08 | easy obvious use of reallocarray(); ok doug | Theo de Raadt |
2014-05-17 | remove unused variable | Charles Longeau |
2014-03-21 | Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft dropped | Christian Weisgerber |
2014-03-17 | the userland ppp(9) code goes awa. Having too much ppp choice in the | Theo de Raadt |
2014-01-21 | use arc4random for chap generation; ok tedu | Theo de Raadt |