summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* typos in comments; GHPR#180 from Ville Skyttädjm2021-04-033-6/+6
* sync CASignatureAlgorithms lists with reality. GHPR#174 fromdjm2021-04-032-8/+10
* highly polished whitespace, mostly fixing spaces-for-tab and baddjm2021-04-0340-153/+156
* whitespace (tab after space)djm2021-04-034-9/+9
* fix incorrect plural; from Ville Skyttä via GHPR#181djm2021-04-031-3/+3
* ensure that pkcs11_del_provider() is called before exit - some PKCS#11djm2021-04-031-1/+5
* unused variabledjm2021-04-031-2/+2
* Fix two problems in string->argv conversion: 1) multiple backslashesdjm2021-04-031-7/+4
* Show DTLS1.2 message with openssl(1) s_server and s_clientinoguchi2021-04-021-2/+6
* Implement ZONEMD (RFC8976), based on DS (ds_43.c)florian2021-04-023-2/+124
* update currency exchange rates;jmc2021-04-011-39/+39
* Compare the pointer variable explicitly with NULL in if conditioninoguchi2021-04-011-18/+17
* Change search-again with vi keys to work like actual vi(1), also somenicm2021-04-011-51/+162
* Missing commas, from Vipul Kumar.nicm2021-04-011-4/+4
* Use new limits@openssh.com protocol extension to let the client selectdjm2021-03-313-18/+115
* do not advertise protocol extensions that have been disallowed bydjm2021-03-311-33/+53
* one of the examples needs an -N (and explanation);jmc2021-03-311-4/+7
* add --no-motd to SYNOPSIS;jmc2021-03-311-1/+2
* Add option to suppress the Message of the Dayjob2021-03-314-8/+17
* Remove workarounds for SSL_is_dtls()tb2021-03-312-11/+2
* Do not exit if cannot write to normal log file, GitHub issue 2630.nicm2021-03-311-7/+8
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedschwarze2021-03-302-4/+8
* in unsafe_char(), handle %NN with array-index inspection rather than weirdderaadt2021-03-291-2/+2
* Fix duplicate SSL_is_dtls in libssl and apps.cinoguchi2021-03-281-1/+3
* Invert the 'R' indicator which seems rather unintuitive at the moment,lum2021-03-262-5/+10
* Sort header files and wrap long lines in x509.cinoguchi2021-03-261-67/+110
* Add 'get-environment-variable', in a fashion:lum2021-03-261-6/+32
* Change the regex for define names. Make more characters available.lum2021-03-261-13/+14
* Change two more bool counters to pointer NULL checks.lum2021-03-261-23/+11
* Move the expression list create item code into a single function.lum2021-03-251-35/+60
* Add an (exit) method.lum2021-03-251-1/+20
* User a pointer's value (!NULL) instead of a boolean to indicate somelum2021-03-251-11/+11
* Use length of line to indicate end of characters to process inlum2021-03-253-22/+34
* Convert openssl(1) x509 option handlinginoguchi2021-03-241-414/+747
* Add option type OPTION_ORDERinoguchi2021-03-242-2/+9
* Fix some ranges and type handling.martijn2021-03-232-9/+18
* Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIBmartijn2021-03-231-5/+5
* Use a pointer called bufp to point to a buffer called bufnlum2021-03-231-4/+4
* Correct how many arguments some functions take for interpreter.c.lum2021-03-231-31/+31
* Make a parameter to an mg function not throw an error justlum2021-03-231-3/+12
* Remove unveil() from the rsync_sender() and flist_gen(). The sender isclaudio2021-03-222-24/+4
* Adjust function name in error strings.claudio2021-03-221-4/+4
* Adjust a type to unsigned since the io function works on unsigned ints.claudio2021-03-221-4/+5
* Put comment where it belongs also remove an assert() that checks for anclaudio2021-03-221-5/+2
* Compare explicitly against NULL.claudio2021-03-221-2/+2
* Make fmt argument const. Format local vars a bit.claudio2021-03-222-8/+8
* Start the move to TAILQ for expressions instead of an SLIST.lum2021-03-221-10/+33
* Add quoted strings capability in list values, no special charslum2021-03-213-46/+95
* Looking at loading all expressions initially, working towards multilum2021-03-201-202/+271
* Add a 'batch' mode to mg via the '-b' command line option which willlum2021-03-205-11/+74