Age | Commit message (Expand) | Author |
2021-04-01 | update currency exchange rates; | Jason McIntyre |
2021-04-01 | Compare the pointer variable explicitly with NULL in if condition | Kinichiro Inoguchi |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some | Nicholas Marriott |
2021-04-01 | Missing commas, from Vipul Kumar. | Nicholas Marriott |
2021-03-31 | Use new limits@openssh.com protocol extension to let the client select | Damien Miller |
2021-03-31 | do not advertise protocol extensions that have been disallowed by | Damien Miller |
2021-03-31 | one of the examples needs an -N (and explanation); | Jason McIntyre |
2021-03-31 | add --no-motd to SYNOPSIS; | Jason McIntyre |
2021-03-31 | Add option to suppress the Message of the Day | job |
2021-03-31 | Remove workarounds for SSL_is_dtls() | Theo Buehler |
2021-03-31 | Do not exit if cannot write to normal log file, GitHub issue 2630. | Nicholas Marriott |
2021-03-30 | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze |
2021-03-29 | in unsafe_char(), handle %NN with array-index inspection rather than weird | Theo de Raadt |
2021-03-28 | Fix duplicate SSL_is_dtls in libssl and apps.c | Kinichiro Inoguchi |
2021-03-26 | Invert the 'R' indicator which seems rather unintuitive at the moment, | Mark Lumsden |
2021-03-26 | Sort header files and wrap long lines in x509.c | Kinichiro Inoguchi |
2021-03-26 | Add 'get-environment-variable', in a fashion: | Mark Lumsden |
2021-03-26 | Change the regex for define names. Make more characters available. | Mark Lumsden |
2021-03-26 | Change two more bool counters to pointer NULL checks. | Mark Lumsden |
2021-03-25 | Move the expression list create item code into a single function. | Mark Lumsden |
2021-03-25 | Add an (exit) method. | Mark Lumsden |
2021-03-25 | User a pointer's value (!NULL) instead of a boolean to indicate some | Mark Lumsden |
2021-03-25 | Use length of line to indicate end of characters to process in | Mark Lumsden |
2021-03-24 | Convert openssl(1) x509 option handling | Kinichiro Inoguchi |
2021-03-24 | Add option type OPTION_ORDER | Kinichiro Inoguchi |
2021-03-23 | Fix some ranges and type handling. | Martijn van Duren |
2021-03-23 | Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB | Martijn van Duren |
2021-03-23 | Use a pointer called bufp to point to a buffer called bufn | Mark Lumsden |
2021-03-23 | Correct how many arguments some functions take for interpreter.c. | Mark Lumsden |
2021-03-23 | Make a parameter to an mg function not throw an error just | Mark Lumsden |
2021-03-22 | Remove unveil() from the rsync_sender() and flist_gen(). The sender is | Claudio Jeker |
2021-03-22 | Adjust function name in error strings. | Claudio Jeker |
2021-03-22 | Adjust a type to unsigned since the io function works on unsigned ints. | Claudio Jeker |
2021-03-22 | Put comment where it belongs also remove an assert() that checks for an | Claudio Jeker |
2021-03-22 | Compare explicitly against NULL. | Claudio Jeker |
2021-03-22 | Make fmt argument const. Format local vars a bit. | Claudio Jeker |
2021-03-22 | Start the move to TAILQ for expressions instead of an SLIST. | Mark Lumsden |
2021-03-21 | Add quoted strings capability in list values, no special chars | Mark Lumsden |
2021-03-20 | Looking at loading all expressions initially, working towards multi | Mark Lumsden |
2021-03-20 | Add a 'batch' mode to mg via the '-b' command line option which will | Mark Lumsden |
2021-03-19 | return non-zero exit status when killed by signal; bz#3281 | Damien Miller |
2021-03-19 | increase maximum SSH2_FXP_READ to match the maximum packet size. | Damien Miller |
2021-03-18 | From Joachim Wiberg's version of mg. | Mark Lumsden |
2021-03-17 | Read ahead is now enforced for DTLS - remove workarounds. | Joel Sing |
2021-03-17 | Use consistent s_server_opt_ prefix. | Joel Sing |
2021-03-17 | Add DTLSv1.2 support to openssl(1) s_client/s_server. | Joel Sing |
2021-03-17 | Netstat wants to access kernel internal structures for the kvm walker of | Claudio Jeker |
2021-03-16 | Add client-detached notification in control mode, from Mohsin Kaleem. | Nicholas Marriott |
2021-03-16 | don't let logging clobber errno before use | Damien Miller |
2021-03-15 | Do not crash if there is no item to show command error, from Anindya | Nicholas Marriott |