Age | Commit message (Expand) | Author |
2016-08-30 | When the database is corrupt in the sense of containing invalid | Ingo Schwarze |
2016-08-30 | less confusing warning message about negative offsets | Ingo Schwarze |
2016-08-30 | Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t | Theo de Raadt |
2016-08-30 | buf[][] with strange use all over the place is ridiculous, especially | Theo de Raadt |
2016-08-30 | Fix 32-bit time handling, using time_t and make it work on systems | Theo de Raadt |
2016-08-30 | shorten rsautl; | Jason McIntyre |
2016-08-30 | restrict monitor auth calls to be allowed only when their | Damien Miller |
2016-08-28 | fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD | Damien Miller |
2016-08-28 | shorten the rsa text; of note, i've also reduced the description | Jason McIntyre |
2016-08-28 | If a line inside .Bl -column starts with a tab character | Ingo Schwarze |
2016-08-28 | Check the MORE (or LESS) environment variables after forcing the various | Nicholas Marriott |
2016-08-27 | Kill empty window after moving pane and updating current window, so that | Nicholas Marriott |
2016-08-27 | shorten the req text; | Jason McIntyre |
2016-08-27 | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timeval | Philip Guenther |
2016-08-27 | Pull in <stdlib.h> for NULL | Philip Guenther |
2016-08-26 | Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each | Theo de Raadt |
2016-08-26 | Pull in <time.h> for time() | Philip Guenther |
2016-08-26 | Pull in <time.h> for struct tm, used in rcs.h | Philip Guenther |
2016-08-26 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-26 | Pull in <time.h> for ctime_r, gmtime, etc | Philip Guenther |
2016-08-25 | add a sIgnore opcode that silently ignores options and use it to | Damien Miller |
2016-08-25 | remove superfluous NOTREACHED comment | Damien Miller |
2016-08-25 | when using -o, we may restart a match in the middle of the line. | Ted Unangst |
2016-08-25 | shorten the pkeyutl text; | Jason McIntyre |
2016-08-25 | Do not crash if display-message used without a client, issue reported by | Nicholas Marriott |
2016-08-24 | shorten the pkeyparam text; | Jason McIntyre |
2016-08-24 | shorten the pkey text; | Jason McIntyre |
2016-08-24 | Convert quad_t to int64_t and %q to %ll | Philip Guenther |
2016-08-23 | shorten pkcs12; | Jason McIntyre |
2016-08-23 | fix previous, a condition was modified incorrectly; ok markus@ deraadt@ | Otto Moerbeek |
2016-08-23 | downgrade an error() to a debug2() to match similar cases | Damien Miller |
2016-08-23 | fix negated address matching where the address list consists of a | Damien Miller |
2016-08-23 | fix matching for pattern lists that contain a single negated match, | Damien Miller |
2016-08-22 | Two minor fixes from dilyan palauzov. | Nicholas Marriott |
2016-08-22 | Replace "union sockunion" with "union sockaddr_union" which is also | Todd C. Miller |
2016-08-22 | When trying to edit an existing database with makewhatis(8) -d or -u | Ingo Schwarze |
2016-08-22 | When running into a mandoc.db(5) file still using the obsolete | Ingo Schwarze |
2016-08-22 | shorten the pkcs8 text; | Jason McIntyre |
2016-08-22 | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | Theo de Raadt |
2016-08-21 | Change sleep from crazy backoff to one second of sleep between retries | Bob Beck |
2016-08-20 | Use connect(2) + a connect_wait() function instead of connect_sync(), | Todd C. Miller |
2016-08-20 | When a mismatching end macro occurs while at least two nested blocks | Ingo Schwarze |
2016-08-20 | When scanning upwards for a column list to put a .Ta macro in, | Ingo Schwarze |
2016-08-20 | If a column list starts with implicit rows (that is, rows without .It) | Ingo Schwarze |
2016-08-20 | shorten pkcs7 text; | Jason McIntyre |
2016-08-20 | shorten the passwd text; ok jsing | Jason McIntyre |
2016-08-19 | update man pages now that login.conf uses auto rounds | Daniel Jakots |
2016-08-19 | shorten the ocsp text; ok beck | Jason McIntyre |