Age | Commit message (Expand) | Author |
2016-12-28 | Make the second, section number argument of .Xr mandatory. | Ingo Schwarze |
2016-12-28 | Fix the prefer unattached session behaviour of | Nicholas Marriott |
2016-12-25 | Add some {}'s to eliminate "ambiguous else" warnings from gcc. | Kenneth R Westerback |
2016-12-25 | Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line. | Vadim Zhukov |
2016-12-24 | Correctly handle tls_read()/tls_write(). | Joel Sing |
2016-12-22 | missing full stop; | Jason McIntyre |
2016-12-22 | Avoid "unused variable 'i'" warnings in generated .c files by only emitting | Kenneth R Westerback |
2016-12-22 | Simply some for() loops to eliminate "computed, not used" warnings. | Kenneth R Westerback |
2016-12-22 | add muststaple option so that oscp stapling can be required for sites you | Bob Beck |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. | Kenneth R Westerback |
2016-12-20 | Tweak generated .c output so switch statements always have a | Kenneth R Westerback |
2016-12-19 | openssh-7.4 | Damien Miller |
2016-12-18 | Remove statements that have no effect from X(), Y() and Z() #define's. | Kenneth R Westerback |
2016-12-18 | increase width of interface column in the pf rules view by 2 chars, so that '... | Jasper Lievisse Adriaanse |
2016-12-18 | Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) | Kenneth R Westerback |
2016-12-18 | Nuke more unused variables. | Kenneth R Westerback |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-12-15 | Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net, | Darren Tucker |
2016-12-15 | Fix text in error message. Patch from zev at bewilderbeest.net. | Darren Tucker |
2016-12-14 | Fix up winlink lists after swap-window. | Nicholas Marriott |
2016-12-14 | Some of the executables that are used by bgplg need the set-user-ID | Reyk Floeter |
2016-12-14 | disable Unix-domain socket forwarding when privsep is disabled | Damien Miller |
2016-12-11 | -N without arguments needs to set prefix count for the mode command, so | Nicholas Marriott |
2016-12-10 | replace all references to bn(3) with BN_new(3), | Ingo Schwarze |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-12-09 | log connections dropped in excess of MaxStartups at verbose LogLevel; | Damien Miller |
2016-12-08 | Fix send-keys with UTF-8. | Nicholas Marriott |
2016-12-08 | Avoid splitting the "Requesting %s" printf and its trailing newline. | Todd C. Miller |
2016-12-08 | Avoid printf of a NULL pointer as a string in debug mode. | Todd C. Miller |
2016-12-07 | Do not clear the prompt when a message is shown, just leave it around and | Nicholas Marriott |
2016-12-07 | When reporting "whitespace at end of input line" on lines ending with | Ingo Schwarze |
2016-12-07 | Only skip moving the cursor if it is already in the last position _on | Nicholas Marriott |
2016-12-07 | Make prefix work in all tables (except the prefix table). Users who want | Nicholas Marriott |
2016-12-06 | make IdentityFile successfully load and use certificates that have no | Damien Miller |
2016-12-05 | Be more explicit about the "args" syntax. | Ingo Schwarze |
2016-12-04 | Fix public key authentication when multiple authentication is in use. | Damien Miller |
2016-12-04 | Unlink PidFile on SIGHUP and always recreate it when the new sshd starts. | Darren Tucker |
2016-12-01 | update currency exchange rates; | Jason McIntyre |
2016-11-30 | Fix check for cursor at end of line. | Nicholas Marriott |
2016-11-30 | Check return value of tls_config_set_protocols(3) and tls_config_set_ciphers(3) | Ricardo Mestre |
2016-11-30 | Check return value of tls_config_set_protocols(3) and bail out in case of | Ricardo Mestre |
2016-11-30 | tweak previous; | Jason McIntyre |
2016-11-30 | add a whitelist of paths from which ssh-agent will load (via | Damien Miller |
2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, | Damien Miller |
2016-11-30 | When a forced-command appears in both a certificate and an | Damien Miller |
2016-11-30 | On startup, check to see if sshd is already daemonized and if so, | Darren Tucker |
2016-11-29 | Make send -N work for all keys, not just in copy mode. From Artem Fokin. | Nicholas Marriott |
2016-11-29 | Factor out code to disconnect from controlling terminal into its own | Darren Tucker |
2016-11-28 | When comparing ocy to orlower in tty_cmd_cell, there is no need to add | Nicholas Marriott |