Age | Commit message (Expand) | Author |
2019-06-14 | for public key authentication, check AuthorizedKeysFiles files before | Damien Miller |
2019-06-14 | if passed a bad fd, log what it was | Damien Miller |
2019-06-13 | Use the right client when working out where to save or load the buffer, | Nicholas Marriott |
2019-06-13 | Do not crash if the environment variable is present but empty. | Nicholas Marriott |
2019-06-13 | Use PWAIT instead of PUSER in exit1(). | Martin Pieuchot |
2019-06-13 | free(9) sizes for buffers. | Martin Pieuchot |
2019-06-13 | free(9) sizes. | Martin Pieuchot |
2019-06-13 | tweak previous; | Jason McIntyre |
2019-06-13 | Do not consider the pipe as halted if the device is gone. | Martin Pieuchot |
2019-06-13 | When tcp_close() is running in parallel with fill_file(), the kernel | Alexander Bluhm |
2019-06-13 | Do memory size calculations as unsigned long. Otherwise | Alexander Bluhm |
2019-06-13 | Set the cursor x at the same time as changing the y or the end of line | Nicholas Marriott |
2019-06-13 | Add regular expression support for the format search, match and | Nicholas Marriott |
2019-06-13 | su(I) goes back all the way to v1: | Ingo Schwarze |
2019-06-13 | extend the resolver interface to delegate res_query() calls to the lka. | Eric Faurot |
2019-06-13 | In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag is | Claudio Jeker |
2019-06-13 | Copy the user provided sockaddr into a normalized sockaddr in rtrequest() | Claudio Jeker |
2019-06-13 | Add more options to pkcs12 and smime in appstest.sh | Kinichiro Inoguchi |
2019-06-13 | vmm(4): Pass through CPUID function/leaf 0x16 for processor speed. | Mike Larkin |
2019-06-13 | the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits. | David Gwynne |
2019-06-12 | The output of line info in the line.log file now contains the | Mark Lumsden |
2019-06-12 | change "ssl" to "tls" in various identifiers. | Eric Faurot |
2019-06-12 | tweak previous; | Jason McIntyre |
2019-06-12 | Hostname->HostName cleanup; from lauri tirkkonen | Jason McIntyre |
2019-06-12 | Set malloc_options in global scope with an initializer. | Alexander Bluhm |
2019-06-12 | these were moved to key.[ch] in previous commit | Gilles Chehade |
2019-06-12 | use acme-client to sign certificated with ecdsa keys | Gilles Chehade |
2019-06-12 | add missing backlinks to ssl(3) | Ingo Schwarze |
2019-06-12 | Do not use $TMUX to find the session because for windows in multiple | Nicholas Marriott |
2019-06-12 | List all 17 SSL pages that were missing. | Ingo Schwarze |
2019-06-12 | Pass target on to new commands with if -F. | Nicholas Marriott |
2019-06-12 | when "login" is not specified, "root" is used; | Ingo Schwarze |
2019-06-12 | Do not always resize the window back to its original size after applying | Nicholas Marriott |
2019-06-12 | A note about log.c. | Mark Lumsden |
2019-06-12 | deraadt noticed some inconsistency in the way we denote the "Hostname" and | Jason McIntyre |
2019-06-12 | Fix init of syslog for childs and teach dns process about synced state. | Otto Moerbeek |
2019-06-12 | a few cleanups and simplifications possible now that static pw is gone. | Ted Unangst |
2019-06-12 | Set interrupt moderation on the completion queue for around 10000 | Jonathan Matthew |
2019-06-11 | Disable junking with malloc options. If set, the test hangs on low | Alexander Bluhm |
2019-06-11 | Fix typo which resulted in a segfault in ebgp multihop setups. | Florian Obser |
2019-06-11 | fix bogus cross references: there is no ELF(3) manual page; | Ingo Schwarze |
2019-06-11 | do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.: | Ingo Schwarze |
2019-06-11 | make things slightly less insane: | Marc Espie |
2019-06-11 | Do not access a NULL pointer if a table contains a horizontal line | Ingo Schwarze |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-06-11 | regen | Joshua Stein |
2019-06-11 | make 10 wsmouse devices | Joshua Stein |
2019-06-11 | consistent lettering for "HostName" keyword; from lauri tirkkonen | Jason McIntyre |
2019-06-11 | Do not resize panes unless they are in an attached, active window. From | Nicholas Marriott |
2019-06-11 | drm: don't block fb changes for async plane updates | Jonathan Gray |