Age | Commit message (Expand) | Author |
2018-02-09 | Remove unused sKerberosTgtPassing from enum. From calestyo via github | Darren Tucker |
2018-02-08 | Make pool order on size actually order on size instead of size*inuse. | Martijn van Duren |
2018-02-08 | Convert option handling for openssl(1) genpkey. | Joel Sing |
2018-02-08 | Add the order keyword to systat global command interpreter. | Martijn van Duren |
2018-02-08 | Rename struct umac_ctx to umac128_ctx too. In portable some linkers | Darren Tucker |
2018-02-08 | Invalidate the tag_files.tfd after fclose(3)ing the stram associated with | Theo Buehler |
2018-02-07 | rename var 's' -> 'fd' to ease finding it in a long function | Richard Procter |
2018-02-07 | eliminate close()/fclose() dance. | Richard Procter |
2018-02-07 | ssh_free checks for and handles NULL args, remove NULL checks from remaining | Darren Tucker |
2018-02-07 | In man(7) and cat pages, cut off excessive one line descriptions. | Ingo Schwarze |
2018-02-07 | Fix the mandoc_strndup() utility function. All existing callers seem | Ingo Schwarze |
2018-02-07 | Restore a check before BN_free() that needs to exist and write it such that | Joel Sing |
2018-02-07 | Nuke some more free NULL guards. | Joel Sing |
2018-02-07 | Indent labels with a single space so that diff prototypes are more useful. | Joel Sing |
2018-02-07 | Convert some explicit_bzero()/free() calls to freezero(). | Joel Sing |
2018-02-07 | Remove some #ifdef notyet code from OpenSSL 0.9.8 days. | Joel Sing |
2018-02-07 | lowercase doas ee cummings style | Ted Unangst |
2018-02-07 | not necessarily the same name, but the indicated name | Ted Unangst |
2018-02-07 | Remove guards around *_free() calls since these functions handle NULL. | Joel Sing |
2018-02-07 | Remove guards around *_free() calls since these functions handle NULL. | Joel Sing |
2018-02-07 | Remove all guards for calls to OpenSSL free functions - all of these | Joel Sing |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze |
2018-02-06 | Replace "trojan horse" with the correct term (MITM). From maikel at | Darren Tucker |
2018-02-06 | Remove manual shutdown and close of the socket since in this case | Theo Buehler |
2018-02-05 | Add struct status_line to hold status line members of struct client, not | Nicholas Marriott |
2018-02-05 | Show if filter is active/no matches in modes. | Nicholas Marriott |
2018-02-05 | Add a couple of non-negativity checks to avoid close(-1). | Theo Buehler |
2018-02-05 | The file descriptors for socket, stdin, stdout and stderr aren't | Theo Buehler |
2018-02-05 | I accidentially a word | Damien Miller |
2018-02-04 | Upstream ncurses has introduced terminfo capabilities to specify RGB | Nicholas Marriott |
2018-02-03 | The recover script should have the same sanity checks as recover.c. | Todd C. Miller |
2018-02-02 | Fix 'show ip bgp detail as' error. | job |
2018-02-01 | update currency exchange rates; | Jason McIntyre |
2018-01-31 | Sync list of non-exported environment variables with at.c. | Todd C. Miller |
2018-01-31 | Consider integer/float size during base type comparisons. | Martin Pieuchot |
2018-01-28 | Initialize variables to avoid compiler warnings | Kinichiro Inoguchi |
2018-01-25 | certificate options are case-sensitive; fix case on one that had it wrong. | Damien Miller |
2018-01-24 | POSIX requires that awk support \v and \a escapes. I used '\007' | Todd C. Miller |
2018-01-24 | Use closefrom(3) instead of manually closing all file descriptors | Theo Buehler |
2018-01-23 | Fix a logic bug in sshd_exchange_identification which prevented clients | Stefan Sperling |
2018-01-23 | Add missing braces; fixes 'write: Socket is not connected' error in ssh. | Stefan Sperling |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2018-01-23 | try harder to preserve errno during ssh_connect_direct() to make the | Damien Miller |
2018-01-23 | unbreak support for clients that advertise a protocol version | Damien Miller |
2018-01-23 | don't attempt to force hostnames that are addresses to lowercase, but | Damien Miller |
2018-01-23 | avoid modifying pw->pw_passwd; let endpwent() clean up for us, but | Damien Miller |
2018-01-21 | add new '-c' option which runs a command instead of an interactive shell | Jasper Lievisse Adriaanse |
2018-01-18 | Discard all but the last line when reading from a #() command - the | Nicholas Marriott |
2018-01-18 | Remove unused hooks_run function, from Thomas Adam. | Nicholas Marriott |
2018-01-16 | g/c unused defines that were only used by nacl's SHA-512 implementation | Christian Weisgerber |