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