summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-09-02make sure to explicitly clear memory that is used for password input.Gleydson Soares
2016-09-02If reading fails, do not go into infinite loop asking for a filenameOtto Moerbeek
2016-09-02Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and addVincent Gross
2016-09-01Fix file descriptor leakMark Lumsden
2016-09-01don't initialize variables with functionsTed Unangst
2016-09-01unconst these parameters; i won't be changing bsd auth today.Ted Unangst
2016-09-01add a -t keytype option for untrusted comment automatic key extractionMarc Espie
2016-09-01remove "sparc" from a commentIngo Schwarze
2016-09-01move "sparc" down to discontinued architecturesIngo Schwarze
2016-09-01Document all letters used for route flags in "netstat -r".Alexander Bluhm
2016-09-01move the authentication code to a functionTed Unangst
2016-09-01Fix possible NULL pointer dereference.Sunil Nimmagadda
2016-09-01remove sparc supportTed Unangst
2016-09-01keep the code that endian swaps, but remove the explanation that it'sTed Unangst
2016-09-01Display all route flags in "route get", "route show" and "netstat -r"Alexander Bluhm
2016-09-01shorten s_client;Jason McIntyre
2016-09-01update currency exchange rates;Jason McIntyre
2016-08-31Complete do-over for column to prepare for implementing UTF-8 support.Martijn van Duren
2016-08-31rlog: add -E and -S options to configure revision separators, toJoshua Stein
2016-08-31replace obsolete getpass with readpassphrase.Ted Unangst
2016-08-31new: Joe Ossanna 1928-1977Ingo Schwarze
2016-08-31Fix a bug reported by Han Boetes. Easily reproducible via:Mark Lumsden
2016-08-31We don't need any VMS access tricks.Theo de Raadt
2016-08-31nicer format strings and use dprintf instead of writeTed Unangst
2016-08-31close an opened fd before returning from mainJonathan Gray
2016-08-31When iterating over the list of input files close them whenJonathan Gray
2016-08-31fix fd leaks in error pathsJonathan Gray
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