2017-05-01 |
djm | remove unused variable |
commit | commitdiff | tree | snapshot |
2017-05-01 |
millert | Document that wait3/waitpid can receive SIGCHILD when... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
djm | fixup setting ciphercontext->plaintext (lost in SSHv1... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | eliminate explicit specification of protocol in tests... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove SSHv1 support from unit tests |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | flense SSHv1 support from ssh-agent, considerably simpl... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | obliterate ssh1.h and some dead code that used it |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | exterminate the -1 flag from scp |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | purge the last traces of SSHv1 from the TTY modes handl... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove the (in)famous SSHv1 CRC compensation attack... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | undo some local debugging stuff that I committed by... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove SSHv1 support from packet and buffer APIs |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove SSHv1-related buffers from client code |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove KEY_RSA1 |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove SSHv1 configuration options and man pages bits |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove SSH1 make flag and associated files |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove SSHv1 ciphers; ok markus@ |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove compat20/compat13/compat15 variables |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | remove options.protocol and client Protocol configurati... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
djm | unifdef WITH_SSH1 |
commit | commitdiff | tree | snapshot |
2017-04-30 |
kettenis | Make early attrbute work here as well. Remove unreacha... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
kettenis | Fix priority handling. The interrupt priority register... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mikeb | Switch AES testcase to the new implementation |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mikeb | Constant time AES implementation |
commit | commitdiff | tree | snapshot |
2017-04-30 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-30 |
millert | Move FlexLexer.h from /usr/include/g++ to /usr/include... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Remove KGDB references. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Remove some KGDB leftovers. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Do not try to delete a default route before adding it. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
beck | No original OpenSSL code remains in this file. Relicense |
commit | commitdiff | tree | snapshot |
2017-04-30 |
beck | whitespace |
commit | commitdiff | tree | snapshot |
2017-04-30 |
kettenis | Add rkclock(4), a driver for the Rockchip RK3399 clocks. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Rename Debugger() into db_enter(). |
commit | commitdiff | tree | snapshot |
2017-04-30 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-30 |
schwarze | Mention that escaping "^" as "\(ha" in source code... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
kettenis | Add xhci@fdt, and move ehci(4) from the sunxi block... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
kettenis | Add rkgrf(4), a driver that makes the "generic register... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
kettenis | Make early attrbute work here as well. Remove unreacha... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
ajacoutot | Tweak error message when running on an unsupported... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Unifdef KGDB. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Check that unsupported operation returns ENOSYS. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Return ENOSYS for unsupported operation. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Regression tests for futex(2). |
commit | commitdiff | tree | snapshot |
2017-04-30 |
mpi | Add futex(2) shim, bump minor. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
beck | Make BIO_get_host_ip just yet another getaddrinfo wrapper |
commit | commitdiff | tree | snapshot |
2017-04-30 |
beck | Rework BIO_accept to be more like modern code. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
jsing | Only enable -Werror on libcrypto/libssl/libtls if we... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
visa | Remove unused POW status functions. Makes clang happier. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
jsing | Switch back to freezero() and explicitly initialise... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
beck | Microsoft Windows hates BIO_get_accept_socket in portab... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
jsing | Add missing tls_init() and tls_free() calls. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
jsing | Add a tls_keypair_clear_key() function that uses freeze... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
jsing | Fix a bug caused by the return value being set early... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
beck | Revert previous - we still want to do this, but I forgo... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
beck | We now require you to have a working libpthread |
commit | commitdiff | tree | snapshot |
2017-04-29 |
beck | Make it safe to call SSL_library_init more than once. |
commit | commitdiff | tree | snapshot |
2017-04-29 |
jsing | Stop calling OPENSSL_init() internally, since it is... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
nicm | Fix UTF-8 combining characters in column 0, based on... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
kettenis | Replace sxiehci.c with more generic glue in ehci_fdt... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
jung | fix argument check, this should never trigger because... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
beck | Switch Linux getrandom() usage to non-blocking mode... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
kettenis | Decrement ci_idepth on all returns from agintc_irq_hand... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
kettenis | Add agintc(4), a driver for interrupt controllers confo... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
kettenis | Move the userret() call out of data_abort() and simply... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
kettenis | Call refreshcreds() in ast() since we may get there... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
jsg | put clang headers into clang sets |
commit | commitdiff | tree | snapshot |
2017-04-29 |
schwarze | Parser unification: use nice ohashes for all three... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
jsg | store cpu model information in the buffer used by the... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
mpi | Mark futex(2) as PLEDGE_STDIO like all other thread... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2017-04-29 |
djm | allow ssh-keygen to include arbitrary string or flag... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
bluhm | Test that suslogd's UDP sockets bound to *.514 do not... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-28 |
krw | Restore calculation of volume size. Accidentally removed in |
commit | commitdiff | tree | snapshot |
2017-04-28 |
beck | Revert previous change that forced consistency between... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
beck | revert previous accidental commit |
commit | commitdiff | tree | snapshot |
2017-04-28 |
beck | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2017-04-28 |
millert | Quiet a clang warning from -Wstring-plus-int. OK naddy@ |
commit | commitdiff | tree | snapshot |
2017-04-28 |
nicm | Log what is happening with window and session reference... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
nicm | Remove a reference from the right window when removing... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
nicm | Do not put the window on the alerts queue and add a... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
nicm | Konsole incorrectly ignores SU (CSI S) if the parameter... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mpi | Reference the "Futexes Are Tricky" paper. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
schwarze | Delete .Pp right before the first .Sh and right before... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
bluhm | Check that non existing log files in syslog.conf are... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
bluhm | When syslogd(8) failed to open a logfile, the error... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
jmc | errant space; |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mikeb | Remove double assignments |
commit | commitdiff | tree | snapshot |
2017-04-28 |
schwarze | Start deleting redundant features that are already... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mpi | Document futex(2) with a lot of inputs from schwarze@ |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mpi | Display futex(2) operations and arguments. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mpi | regen |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mpi | Add futex(2) syscall based on a sane subset of its... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
benno | add City of Derry Airport |
commit | commitdiff | tree | snapshot |
2017-04-28 |
nicm | Default for xterm-keys was wrong, stop documenting it. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
kettenis | Install a few more x86 intrinsics header files. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mlarkin | add some comments. no functional change |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mlarkin | rename i8253 "counter" to "channel", a better name... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
mlarkin | vmm: don't use invvpid if we didn't detect vpid capabil... |
commit | commitdiff | tree | snapshot |
next |