summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework crl2pkcs7; with help from jsingjmc2016-07-231-57/+18
* rework DESCRIPTION a little: no-command seems clearer than no-XXX;jmc2016-07-211-17/+12
* rename NOTES to COMMON SYNTAX (explains itself better); rework thejmc2016-07-211-43/+44
* strip back openssl crl somewhat: remove the examplesjmc2016-07-211-41/+21
* strip back openssl ciphers:jmc2016-07-201-106/+60
* strip back openssl ca: in particular remove some excessively wordy sections,jmc2016-07-191-337/+120
* strip back asn1parse; ok beck jsingjmc2016-07-171-108/+27
* since we no longer pull source directly from openssl, the time isjmc2016-07-161-427/+57
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* Revert previous since the libtls change has been reverted.jsing2016-07-071-16/+24
* Remove manual file loading (now that libtls does this for us) and adjustjsing2016-07-061-24/+16
* do not uppercase "hop limit";jmc2016-07-021-4/+4
* Simplify IP proto-specific sockopt error handling.bcook2016-07-011-34/+26
* Add -M and -m options to specify the outgoing and incoming minimum TTLjca2016-06-282-9/+52
* If an error path if close() is called, save errno so that original errorderaadt2016-06-281-5/+13
* Be more careful initializing and tracking socket s through main, this isderaadt2016-06-271-7/+6
* whitespacederaadt2016-06-271-2/+2
* Fix a bug loading the default certificate path locations.bcook2016-06-211-9/+7
* Let netcat support the use of service names instead of port numbers.beck2016-06-022-18/+34
* Fix pledge violation with -P s used and we need to supply a passwordbeck2016-05-281-3/+12
* Fix nc -verbose mode when used on a unix domain socket.beck2016-05-281-5/+11
* add "dns" to openssl ocspsemarie2016-04-261-2/+2
* hexidecimal->hexadecimal; from mmccjmc2016-04-071-4/+4
* word fix from previous; ok sthenjmc2016-02-121-3/+3
* sslv3 has been removed;jmc2016-02-081-16/+21
* Use the correct values for TLS certificate / private key flags.bcook2016-01-041-5/+5
* include time.h over sys/time.h for ctime(3)bcook2015-12-281-2/+2
* more e-mail -> emailmmcc2015-12-242-5/+5
* remove NULL-check before free()mmcc2015-12-231-3/+2
* Add missing colon after "Peer name" in verbose output. Mentioned on themmcc2015-12-171-2/+2
* clean up some unused variables, and add the printing of the certificate validitybeck2015-12-161-4/+7
* Specify SOCKS version in error messages. ok deraadt@mmcc2015-12-101-3/+3
* Map SOCKS error codes to error strings. With input from deraadt@mmcc2015-12-101-5/+61
* pledge nc better - Load the certificate into memory and then do the pledge,beck2015-12-081-5/+21
* Get rid of modulo bias and replace the naive shuffle by thetb2015-12-071-20/+16
* s_server also needs DNS; reported by tb@jca2015-12-011-2/+2
* Undo previous, pledge("dns") was already present. The problem was in s_server.jca2015-12-012-4/+4
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-012-4/+4
* rename variable 'sun' to allow building on Solarisbcook2015-11-231-13/+13
* In pledge(), put "dns" right after "inet".jca2015-11-212-4/+4
* Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2015-11-212-4/+4
* do not need sys/param.hderaadt2015-11-201-1/+0
* mutli -> multimiod2015-11-142-4/+4
* Since rtable was hoisted to the top with setrtable, it should have noderaadt2015-11-131-10/+7
* with -V argument, dont set rtable on the socket, instead set if for the wholebenno2015-11-121-15/+4
* KNF; from Rob Piercederaadt2015-11-011-3/+3
* Initial pledge of netcat - unfortunately flawed because fiddling the rtableidbeck2015-10-231-1/+27
* Exit if a pledge call fails in non-interactive mode.doug2015-10-1745-89/+179
* add "tty" for several subcommands of opensslsemarie2015-10-1724-48/+48
* Implement real "flock" request and add it to userland programs thatmillert2015-10-161-2/+2