Age | Commit message (Expand) | Author |
2015-01-14 | Use standard types for wait, readdir, signals and pids. | Todd C. Miller |
2015-01-14 | Remove compatibility defines for ancient systems. We assume a | Todd C. Miller |
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller |
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller |
2015-01-14 | switch to sshbuf/sshkey; with & ok djm@ | Markus Friedl |
2015-01-14 | Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get | Todd C. Miller |
2015-01-14 | avoid an warning for the !OPENSSL case | Damien Miller |
2015-01-14 | swith auth-options to new sshbuf/sshkey; ok djm@ | Markus Friedl |
2015-01-14 | make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@ | Damien Miller |
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl |
2015-01-14 | re-add comment about full path | Markus Friedl |
2015-01-14 | don't reset to the installed sshd; connect before reconfigure, too | Markus Friedl |
2015-01-14 | recipient and sender lists now support the user+TAG notation, allowing | Gilles Chehade |
2015-01-14 | bring back reverted commits, the crash was unrelated | Gilles Chehade |
2015-01-14 | It is sufficient to protect in6_ifattach() with splsoftnet(). | Alexander Bluhm |
2015-01-13 | Move debug printf for duplicate af to correct location. | Todd C. Miller |
2015-01-13 | In IBSS mode, stop calling the driver's newassoc() each time a probe | Stefan Sperling |
2015-01-13 | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze |
2015-01-13 | Remove bogus getopt.h include. | Todd C. Miller |
2015-01-13 | Fix printing of number of whitelist entries in debug mode. | Todd C. Miller |
2015-01-13 | Use address-family specific lists of addr/mask entries instead of | Todd C. Miller |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-13 | Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this to | Mark Kettenis |
2015-01-13 | adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies | Markus Friedl |
2015-01-13 | sync changes from libopenssh; prepared by markus@ | Damien Miller |
2015-01-13 | sync changes from libopenssh; prepared by markus@ | Damien Miller |
2015-01-13 | Many architectures call initmsgbuf() really really early, before uvm is | Mark Kettenis |
2015-01-13 | zap really odd code that's not actually in-use. | Marc Espie |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-01-13 | For non-blocking sockets tls_connect_fds() could fail with EAGAIN. | Alexander Bluhm |
2015-01-13 | Remove a variable that's not really being used. | Brian Callahan |
2015-01-13 | Always allow abort tasks to be scheduled, even if the device is beeing | Martin Pieuchot |
2015-01-13 | bump failure to set the initial time from debug to warning | Brent Cook |
2015-01-13 | implement a SIGINFO handler so we can discern a stuck fuzz test | Damien Miller |
2015-01-13 | Document the openssl s_client -proxy feature. | Alexander Bluhm |
2015-01-13 | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these | Ingo Schwarze |
2015-01-13 | do not spawn a pager when there is no output; issue pointed out by deraadt@ | Ingo Schwarze |
2015-01-13 | Only notify userland about resolved ARP entries if the Ethernet address | Martin Pieuchot |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |
2015-01-13 | Add the possibility to use the openssl s_client tool with an http | Alexander Bluhm |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-13 | Abort if fcgi_chunked is not true to avoid sending additional garbage | Reyk Floeter |
2015-01-13 | sync | Theo de Raadt |
2015-01-13 | libedit claims compatibility with readline 4.2, so provide a stub for | Reyk Floeter |
2015-01-13 | use $SSH instead of installed ssh to allow override; spotted by markus@ | Damien Miller |
2015-01-13 | regress test for PubkeyAcceptedKeyTypes; ok markus@ | Damien Miller |
2015-01-13 | add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes | Damien Miller |
2015-01-13 | Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit() | Philip Guenther |