summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* duplicate varespie2016-09-021-2/+1
* add a new option (-z) for signing gzip archives.espie2016-09-024-16/+379
* Fix the begin of word issue in vi(1).martijn2016-09-021-29/+22
* move more code into createsig. callers just pass seckey filename.tedu2016-09-021-33/+33
* split the sign() function into two, with a pure memory core madetedu2016-09-021-49/+71
* style cleanup: sort headers; group and sort variables; no parens fortb2016-09-021-49/+45
* When "makewhatis -d" tries to add to a database that doesn't (yet) exist,schwarze2016-09-021-4/+4
* make sure to explicitly clear memory that is used for password input.gsoares2016-09-021-1/+6
* If reading fails, do not go into infinite loop asking for a filenameotto2016-09-021-3/+5
* Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and addvgross2016-09-021-1/+2
* Fix file descriptor leaklum2016-09-011-3/+7
* don't initialize variables with functionstedu2016-09-011-3/+6
* unconst these parameters; i won't be changing bsd auth today.tedu2016-09-011-2/+2
* add a -t keytype option for untrusted comment automatic key extractionespie2016-09-011-12/+39
* remove "sparc" from a commentschwarze2016-09-011-2/+2
* move "sparc" down to discontinued architecturesschwarze2016-09-011-4/+4
* Document all letters used for route flags in "netstat -r".bluhm2016-09-011-2/+5
* move the authentication code to a functiontedu2016-09-011-28/+34
* Fix possible NULL pointer dereference.sunil2016-09-011-4/+4
* remove sparc supporttedu2016-09-013-152/+2
* keep the code that endian swaps, but remove the explanation that it'stedu2016-09-011-5/+3
* Display all route flags in "route get", "route show" and "netstat -r"bluhm2016-09-011-5/+7
* shorten s_client;jmc2016-09-011-142/+50
* update currency exchange rates;jmc2016-09-011-38/+38
* Complete do-over for column to prepare for implementing UTF-8 support.martijn2016-08-311-129/+143
* rlog: add -E and -S options to configure revision separators, tojcs2016-08-312-12/+31
* replace obsolete getpass with readpassphrase.tedu2016-08-311-9/+16
* new: Joe Ossanna 1928-1977schwarze2016-08-311-1/+3
* Fix a bug reported by Han Boetes. Easily reproducible via:lum2016-08-311-17/+14
* We don't need any VMS access tricks.deraadt2016-08-311-27/+4
* nicer format strings and use dprintf instead of writetedu2016-08-311-7/+5
* close an opened fd before returning from mainjsg2016-08-311-1/+2
* When iterating over the list of input files close them whenjsg2016-08-311-3/+4
* fix fd leaks in error pathsjsg2016-08-311-2/+5
* When the database is corrupt in the sense of containing invalidschwarze2016-08-301-2/+16
* less confusing warning message about negative offsetsschwarze2016-08-301-2/+6
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-303-4/+15
* buf[][] with strange use all over the place is ridiculous, especiallyderaadt2016-08-301-15/+14
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-302-24/+25
* shorten rsautl;jmc2016-08-301-152/+13
* restrict monitor auth calls to be allowed only when theirdjm2016-08-301-1/+19
* fix uninitialised optlen in getsockopt() call; harmless on Unix/BSDdjm2016-08-281-2/+2
* shorten the rsa text; of note, i've also reduced the descriptionjmc2016-08-281-278/+44
* If a line inside .Bl -column starts with a tab characterschwarze2016-08-281-2/+2
* Check the MORE (or LESS) environment variables after forcing the variousnicm2016-08-281-4/+4
* Kill empty window after moving pane and updating current window, so thatnicm2016-08-271-6/+6
* shorten the req text;jmc2016-08-271-452/+189
* Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.hguenther2016-08-274-4/+8
* Pull in <sys/time.h> for struct timespec and timevalguenther2016-08-274-4/+8
* Pull in <sys/time.h> for struct timevalguenther2016-08-271-1/+3