summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-111-8/+3
* Initial support for pledges in openssl(1) commands.doug2015-10-1047-46/+281
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio inet rpath cpath wpath proc" seems to be sufficient forderaadt2015-10-071-1/+7
* these do not use ioctl.hderaadt2015-10-062-4/+2
* BIO_get_fd() could return fd 0; fix error condition. Found atderaadt2015-10-031-2/+2
* avoid sys/param.h, by using PATH_MAXderaadt2015-10-021-1/+1
* Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/.jsing2015-10-011-2/+2
* avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bkschwarze2015-09-251-12/+4
* add a missing NULL checkbcook2015-09-211-1/+5
* add a couple of missing NULL checksbcook2015-09-211-3/+3
* remove vestigial bits of sha-0 and md2 from openssl(1)bcook2015-09-215-23/+17
* Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0miod2015-09-201-34/+34
* Temporarily revive MD4 for MS CHAP support.doug2015-09-145-16/+49
* Remove MD4 support from LibreSSL.doug2015-09-135-48/+15
* nc(1) seems worth an Xr in SEE ALSO now;jmc2015-09-131-1/+2
* Factor out setup_up / destroy_ui functions.bcook2015-09-134-58/+58
* document extra algorithms available with openssl speed commandbcook2015-09-131-1/+4
* display negotiated TLS version and cipher suite in verbose mode.beck2015-09-131-2/+3
* tweak STANDARDS;jmc2015-09-131-3/+3
* Adapt to just committed libtls api changebeck2015-09-121-21/+14
* Nuke SSLEAY_CONF -- a backwards compatibility environment variable thatlteo2015-09-124-14/+5
* Add openssl(1) speed support for AEAD algorithms.bcook2015-09-121-17/+96
* Fix the openssl(1) prime command: When checking a decimal number forlteo2015-09-121-3/+2
* use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsingderaadt2015-09-121-12/+16
* fix previous;jmc2015-09-122-31/+48
* spaces found during a readderaadt2015-09-111-19/+18