Age | Commit message (Expand) | Author |
2014-05-19 | X509_free() the certificate if the server hostname check fails. | Jeremie Courreges-Anglas |
2014-05-19 | Explicitely initialize two static variables introduced in the previous | Jeremie Courreges-Anglas |
2014-05-19 | HTTPS connections may see redirects, so initialize libcrypto and libssl | Jeremie Courreges-Anglas |
2014-05-19 | Plug a small memory leak: if we pass checkin_init/checkin_update | Jeremie Courreges-Anglas |
2014-05-19 | no more -K; | Jason McIntyre |
2014-05-19 | kerberos leftovers | Ted Unangst |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-18 | use reallocarray | Marc Espie |
2014-05-18 | a bit more reallocarray (and kill ecalloc, which isn't used) | Marc Espie |
2014-05-17 | fix alloc idioms. watch out for emalloc that's actually a calloc in disguise | Marc Espie |
2014-05-17 | remove unused variable | Charles Longeau |
2014-05-16 | save up the failures for the end in the argc == 0. | Ted Unangst |
2014-05-16 | a few changes for new code to match local style | Ted Unangst |
2014-05-16 | checksum mode can use magic pubkey finder too | Ted Unangst |
2014-05-16 | rework -C (perfect candidate for using hash tables, really): | Marc Espie |
2014-05-15 | remove unused variable | Charles Longeau |
2014-05-15 | fix the band-aid error. | Marc Espie |
2014-05-14 | let cpp do some of the work | Ted Unangst |
2014-05-14 | spell out base64 in error messages | Ted Unangst |
2014-05-14 | save some memory by reducing buffer sizes | Ted Unangst |
2014-05-14 | recode base64 hashes if necessary | Ted Unangst |
2014-05-14 | realloc like a boss, so checksum verification doesn't take minutes. | Ted Unangst |
2014-05-14 | Change key-table to mode-table to allow for some future work. From Keith | Nicholas Marriott |
2014-05-14 | Simplify copy lines, from Keith Amling. | Nicholas Marriott |
2014-05-14 | Now that cmdlists are reference counted, there is no need for two-step | Nicholas Marriott |
2014-05-13 | Don't allow multiple buffers with the same name, from Thomas Adam. | Nicholas Marriott |
2014-05-13 | sync some of the text of ENVIRONMENT with more(1), and cut some | Jason McIntyre |
2014-05-13 | - document two escape sequences as extensions in STANDARDS | Jason McIntyre |
2014-05-13 | If multiple arguments are given to new-session, new-window, | Nicholas Marriott |
2014-05-13 | Add a copy mode key binding to copy to a named buffer. From J Raynor. | Nicholas Marriott |
2014-05-13 | Add support for named buffers. If you don't name a buffer, things work | Nicholas Marriott |
2014-05-13 | All callers of helpfile() are #ifdef SMALL so only define that | Todd C. Miller |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-05-11 | zap double full stop; ok schwarze | Jason McIntyre |
2014-05-10 | catch up with the inet(3) rename; this commit missed in previous | Jason McIntyre |
2014-05-10 | remove unused variable | Charles Longeau |
2014-05-10 | Give more(1) its own help file, shorter than the one for less(1). | Ingo Schwarze |
2014-05-09 | zap the commented out stuff from this file: it mainly pertains to other | Jason McIntyre |
2014-05-09 | print interface name with queues in "systat q"; ok henning | Stuart Henderson |
2014-05-09 | move some remnants of more behaviour to the compat section, and use Xr for | Jason McIntyre |
2014-05-09 | Just use char ** for argv like normal people, not char *const *. | Nicholas Marriott |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre |
2014-05-08 | protip: "It's largely bad style to do (int)sizeof" | Ted Unangst |
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2014-05-08 | Send up and down keys for mouse wheel in alternate screen mode (when it | Nicholas Marriott |
2014-05-08 | Instead of forcing mouse scroll to 1 in choose mode, scale it down | Nicholas Marriott |
2014-05-08 | whack some useless verbiage from DESCRIPTION, and merge some of it into | Jason McIntyre |
2014-05-08 | - update DESCRIPTION and COMPATIBILITY WITH MORE | Jason McIntyre |
2014-05-08 | +.Xr less 1 , | Jason McIntyre |