| Commit message (Expand) | Author | Age | Files | Lines |
| * | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 2020-12-29 | 1 | -3/+8 |
| * | grammar fixes from Varik "The Genuine Article!!!" Valefor; |  jmc | 2020-12-03 | 1 | -3/+3 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -65/+65 |
| * | remove .PATH. this was used in previous eras to build bpf compiler stuff, |  tedu | 2019-05-12 | 1 | -2/+1 |
| * | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 2019-01-22 | 1 | -4/+4 |
| * | k&r -> ansi function headers in this file, 'cause clang complained about one. |  deraadt | 2018-07-28 | 1 | -33/+12 |
| * | Use explicit_bzero to erase secrets |  jca | 2017-11-17 | 4 | -14/+15 |
| * | use crypt_checkpass to simplify password checking logic. |  tedu | 2016-06-24 | 1 | -16/+3 |
| * | remove pam and shadow code that's not used. ok deraadt jca |  tedu | 2016-05-17 | 1 | -178/+1 |
| * | need to use shadow passwd function here, reminded by sthen |  tedu | 2016-05-09 | 1 | -2/+2 |
| * | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). |  krw | 2016-04-05 | 1 | -5/+5 |
| * | Last parameter to execl[e]() functions *must* be cast to a pointer. |  krw | 2016-03-17 | 1 | -2/+2 |
| * | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 2016-03-16 | 1 | -3/+3 |
| * | (hidden) is more readable than (??????) and avoid trigraph |  gsoares | 2016-01-25 | 1 | -2/+2 |
| * | Use pread/pwrite instead separate lseek+read/write for lastlog. |  guenther | 2015-12-26 | 1 | -5/+5 |
| * | s/begining/beginning/g |  mmcc | 2015-12-14 | 2 | -4/+4 |
| * | Use __progname instead of manually handling argv[0]. |  tobias | 2015-12-06 | 3 | -9/+6 |
| * | pid removal; from jan stary |  jmc | 2015-10-28 | 1 | -10/+2 |
| * | stop saving a pidfile; ok jung zhuk |  deraadt | 2015-10-26 | 1 | -40/+1 |
| * | Avoid .Ns right after .Pf, it's pointless. |  schwarze | 2015-09-14 | 1 | -8/+8 |
| * | Remove dead get_host_seed() function; Martin Natano |  miod | 2015-09-12 | 2 | -12/+2 |
| * | stdlib.h is in scope; do not cast malloc/calloc/realloc* |  deraadt | 2015-08-20 | 1 | -2/+2 |
| * | use file system path (.Pa) semantic markup macros where appropriate. |  sobrado | 2015-07-27 | 1 | -9/+9 |
| * | Perform a copy with a memmove for potentially overlapping regions. |  mikeb | 2015-06-12 | 2 | -3/+4 |
| * | clean up flags++ instances around getopt() |  deraadt | 2015-02-09 | 2 | -11/+11 |
| * | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 7 | -47/+41 |
| * | fully remove disabled mschap support, which does weird DES things. |  tedu | 2015-01-15 | 4 | -402/+3 |
| * | Fix a potential integer overflow in pppd options file parsing. |  jsg | 2014-12-10 | 1 | -5/+7 |
| * | remove networks(5) support; it wasn't even documented to exist; |  schwarze | 2014-11-13 | 1 | -7/+2 |
| * | easy obvious use of reallocarray(); ok doug |  deraadt | 2014-10-08 | 1 | -3/+3 |
| * | remove unused variable |  chl | 2014-05-17 | 1 | -3/+1 |
| * | Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft dropped |  naddy | 2014-03-21 | 1 | -3/+3 |
| * | the userland ppp(9) code goes awa. Having too much ppp choice in the |  deraadt | 2014-03-17 | 1 | -3/+2 |
| * | use arc4random for chap generation; ok tedu |  deraadt | 2014-01-21 | 1 | -8/+7 |
| * | include stdlib.h for drand48() |  jsg | 2014-01-21 | 1 | -1/+2 |
| * | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+4 |
| * | If a constant string needs a name, use a static const array instead of a |  guenther | 2013-10-27 | 1 | -2/+2 |
| * | purge compat junk related to drand48; ok guenther |  deraadt | 2013-09-29 | 2 | -47/+2 |
| * | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 1 | -3/+3 |
| * | delete (uncompiled) hacked usleep function. |  tedu | 2013-04-21 | 1 | -38/+1 |
| * | casts of (time_t *) lead to bugs |  deraadt | 2013-04-20 | 1 | -2/+2 |
| * | scripts should be run as root, but are not; add a BUGS entry to that |  jmc | 2013-04-15 | 1 | -7/+10 |
| * | some simple macro fixes; |  jmc | 2013-01-17 | 1 | -3/+3 |
| * | - document rfc 1994 |  jmc | 2012-08-29 | 1 | -147/+152 |
| * | Delete unused variables, from Michael W Bombardieri. |  nicm | 2011-10-02 | 2 | -6/+2 |
| * | document syslog facility/level; from Stefan Unterweger |  jmc | 2011-07-25 | 1 | -7/+13 |
| * | Remove some unused code, from Michael W Bombardieri. ok yasuoka |  nicm | 2011-04-30 | 3 | -74/+3 |
| * | knock out some "-*- nroff -*-" lines; |  jmc | 2010-10-28 | 1 | -3/+2 |
| * | according to ingo, it isn;t a problem to have empty [BDS]q macros, so |  jmc | 2010-09-20 | 1 | -3/+4 |
| * | more wacky macro fixing; |  jmc | 2010-09-19 | 1 | -4/+3 |