- 001aa55 upstream: lots of typos in comments/docs. Patch from Karsten Weiss by djm@openbsd.org · 7 years ago
- 260ede2 upstream: don't kill ssh-agent's listening socket entriely if we by djm@openbsd.org · 7 years ago
- ebc8b46 upstream: the UseLogin option was removed, so remove it here too. by tj@openbsd.org · 7 years ago
- 3e36f28 upstream: tweak previous; by jmc@openbsd.org · 7 years ago
- 8368571 upstream: tweak previous; by jmc@openbsd.org · 7 years ago
- 555294a upstream: Allow "SendEnv -PATTERN" to clear environment variables by djm@openbsd.org · 7 years ago
- 40f5f03 upstream: relax checking of authorized_keys environment="..." by djm@openbsd.org · 7 years ago
- 30fd7f9 upstream: add a couple of missed options to the config dump; patch by djm@openbsd.org · 7 years ago
- 8d6829b upstream: ssh does not accept -oInclude=... on the commandline, the by djm@openbsd.org · 7 years ago
- 00c5222 upstream: We don't offer CBC cipher by default any more. Spotted by by djm@openbsd.org · 7 years ago
- 5ee8448 upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for by job@openbsd.org · 7 years ago
- 424b544 upstream: Import regenerated moduli file. by dtucker@openbsd.org · 7 years ago
- 323f66c upstream: Add test for username options parsing order, prompted by by dtucker@openbsd.org · 7 years ago
- e8f4745 Expose SSH_AUTH_INFO_0 to PAM auth modules by Damien Miller · 7 years ago
- 014ba20 Import regenerated moduli file. by Darren Tucker · 7 years ago
- a0349a1 update versions in .spec files by Damien Miller · 7 years ago
- 816ad38 update version number by Damien Miller · 7 years ago
- 2c71ca1 Disable native strndup and strnlen on AIX. by Darren Tucker · 7 years ago
- 6b5a17b Include ssh_api.h for struct ssh. by Darren Tucker · 7 years ago
- bc3f80e Remove UNICOS code missed during removal. by Darren Tucker · 7 years ago
- 9d57762 upstream: openssh-7.7 by markus@openbsd.org · 7 years ago
- 4b7d8ac Remove authinfo.sh test dependency on printenv by Damien Miller · 7 years ago
- 4afeaf3 Use libiaf on all sysv5 systems by Tim Rice · 7 years ago
- bba02a5 modified: auth-sia.c by Tim Rice · 7 years ago
- d7a7a39 upstream: openssh-7.7 by markus@openbsd.org · 7 years ago
- 9efcaaa upstream: fix bogus warning when signing cert keys using agent; by markus@openbsd.org · 7 years ago
- 3934360 Replace /dev/stdin with "-". by Darren Tucker · 7 years ago
- b5974de Provide $OBJ to paths in PuTTY interop tests. by Darren Tucker · 7 years ago
- dc31e79 upstream: Tell puttygen to use /dev/urandom instead of /dev/random. On by dtucker@openbsd.org · 7 years ago
- cb1f944 upstream: ssh/xmss: fix build; ok djm@ by markus@openbsd.org · 7 years ago
- 27979da upstream: ssh/xmss: fix deserialize for certs; ok djm@ by markus@openbsd.org · 7 years ago
- c6cb256 Save $? before case statement. by Darren Tucker · 7 years ago
- 4c4e7f7 upstream: rename recently-added "valid-before" key restriction to by djm@openbsd.org · 7 years ago
- 500396b upstream: check valid-before option in authorized_keys by djm@openbsd.org · 7 years ago
- a76b5d2 upstream: explicitly specify RSA/SHA-2 keytype here too by djm@openbsd.org · 7 years ago
- 3a43297 upstream: exlicitly include RSA/SHA-2 keytypes in by djm@openbsd.org · 7 years ago
- 037fdc1 upstream: sort expiry-time; by jmc@openbsd.org · 7 years ago
- abc0fa3 upstream: rename recently-added "valid-before" key restriction to by djm@openbsd.org · 7 years ago
- bf0fbf2 upstream: add valid-before="[time]" authorized_keys option. A by djm@openbsd.org · 7 years ago
- fbd733a Add AC_LANG_PROGRAM to AC_COMPILE_IFELSE. by Darren Tucker · 7 years ago
- c7c458e upstream: revert recent strdelim() change, it causes problems with by djm@openbsd.org · 7 years ago
- 0bcd871 upstream: move the input format details to -f; remove the output by jmc@openbsd.org · 7 years ago
- 4501151 configure.ac: properly set seccomp_audit_arch for MIPS64 by Vicente Olivert Riera · 7 years ago
- 5800867 configure.ac: detect MIPS ABI by Vicente Olivert Riera · 7 years ago
- cd4e937 Use https URLs for links that support it. by Alan Yee · 7 years ago
- c0a0c3f Disable UTMPX on SunOS4. by Darren Tucker · 7 years ago
- 58fd4c5 Check for and work around buggy fflush(NULL). by Darren Tucker · 7 years ago
- 71e48bc Remove extra XMSS #endif by Darren Tucker · 7 years ago
- 055e09e upstream: Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 by dtucker@openbsd.org · 7 years ago
- 7e4fadd upstream: for the pty control tests, just check that the PTY path by djm@openbsd.org · 7 years ago
- 13ef4cf Update PAM password change to new opts API. by Darren Tucker · 7 years ago
- 33561e6 Add strndup for platforms that need it. by Darren Tucker · 7 years ago
- e8a17fe Flatten and alphabetize object file lists. by Darren Tucker · 7 years ago
- de1920d upstream: unit tests for new authorized_keys options API by djm@openbsd.org · 7 years ago
- dc3e92d upstream: fix testing of pty option, include positive test and by djm@openbsd.org · 7 years ago
- 3d1edd1 upstream: better testing for port-forwarding and restrict flags in by djm@openbsd.org · 7 years ago
- 7c85685 upstream: switch over to the new authorized_keys options API and by djm@openbsd.org · 7 years ago
- 90c4bec upstream: Introduce a new API for handling authorized_keys options. by djm@openbsd.org · 7 years ago
- 2607438 upstream: warn when the agent returns a signature type that was by djm@openbsd.org · 7 years ago
- f493d2b upstream: apply a lick of paint; tweaks/ok dtucker by jmc@openbsd.org · 7 years ago
- 713d9cb upstream: Allow escaped quotes \" and \' in ssh_config and by djm@openbsd.org · 7 years ago
- 94b4e2d upstream: refactor sshkey_read() to make it a little more, err, by djm@openbsd.org · 7 years ago
- 5886b92 upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by by markus@openbsd.org · 7 years ago
- 3b36bed upstream: Remove unneeded (local) include. ok markus@ by dtucker@openbsd.org · 7 years ago
- 27b9f39 upstream: Add $OpenBSD$ markers to xmss files to help keep synced by dtucker@openbsd.org · 7 years ago
- afd8308 upstream: Add newline at end of file to prevent compiler warnings. by dtucker@openbsd.org · 7 years ago
- 941e0d3 Add WITH_XMSS, move to prevent conflicts. by Darren Tucker · 7 years ago
- a10d855 Conditionally compile XMSS code. by Darren Tucker · 7 years ago
- 146c3bd Check dlopen has RTLD_NOW before enabling pkcs11. by Darren Tucker · 7 years ago
- 1323f12 Check for attributes on prototype args. by Darren Tucker · 7 years ago
- f0b245b Check if HAVE_DECL_BZERO correctly. by Darren Tucker · 7 years ago
- c7ef4a3 Wrap <stdint.h> in #ifdef HAVE_STDINT_H. by Darren Tucker · 7 years ago
- ac53ce4 Replace $(CURDIR) with $(PWD). by Darren Tucker · 7 years ago
- 534b268 Comment out hexdump(). by Darren Tucker · 7 years ago
- 5aea4aa typo: missing ; by Darren Tucker · 7 years ago
- cd3ab57 Hook up flock() compat code. by Darren Tucker · 7 years ago
- b087998 Import flock() compat from NetBSD. by Darren Tucker · 7 years ago
- 8921253 Fix breakage when REGRESSTMP not set. by Darren Tucker · 7 years ago
- f885474 XMSS-related files get includes.h by Damien Miller · 7 years ago
- 612faa3 object files end with .o - not .c by Damien Miller · 7 years ago
- bda709b avoid inclusion of deprecated selinux/flask.h by Damien Miller · 7 years ago
- 2e39643 updatedepend by Damien Miller · 7 years ago
- 1b11ea7 upstream: Add experimental support for PQC XMSS keys (Extended by markus@openbsd.org · 7 years ago
- 7d330a1 upstream: some cleanup for BindInterface and ssh-keyscan; by jmc@openbsd.org · 7 years ago
- c7b5a47 Invert sense of getpgrp test. by Darren Tucker · 7 years ago
- b39593a Add no-op getsid implmentation. by Darren Tucker · 7 years ago
- 1105756 bsd-statvfs: include sys/vfs.h, check for f_flags. by Darren Tucker · 7 years ago
- e9dede0 Handle calloc(0,x) where different from malloc. by Darren Tucker · 7 years ago
- 2eb4041 Add prototype for readv if needed. by Darren Tucker · 7 years ago
- 6c8c9a6 Check for raise and supply if needed. by Darren Tucker · 7 years ago
- a900442 Check for bzero and supply if needed. by Darren Tucker · 7 years ago
- 1a34835 upstream: Add ssh-keyscan -D option to make it print its results in by djm@openbsd.org · 7 years ago
- 3e19fb9 upstream: Add missing braces. by dtucker@openbsd.org · 7 years ago
- b59162d Check for ifaddrs.h for BindInterface. by Darren Tucker · 7 years ago
- a8dd6fe space before tab in previous by Damien Miller · 7 years ago
- b5e9263 upstream: Replace fatal with exit in the case that we do not have by dtucker@openbsd.org · 7 years ago
- 3e9d319 Use portable syntax for REGRESSTMP. by Darren Tucker · 7 years ago
- 73282b6 upstream: unbreak interop test after SSHv1 purge; patch from Colin by djm@openbsd.org · 7 years ago
- f8985dd upstream: Skip sftp-chroot test when SUDO not set instead of by dtucker@openbsd.org · 7 years ago
- df88551 upstream: Replace fatal with exit in the case that we do not have by dtucker@openbsd.org · 7 years ago