platform/upstream/openssh.git
2020-08-11 Geunsik LimAdded openssh 7.7.p1 build with openssl 1.0.0 and 1.1.1 sandbox/leemgs/7.7p1
2018-04-02 Damien Millerupdate versions in .spec files 7.7p1 V_7_7_P1
2018-04-02 Damien Millerupdate version number
2018-03-30 Darren TuckerDisable native strndup and strnlen on AIX.
2018-03-26 Darren TuckerInclude ssh_api.h for struct ssh.
2018-03-26 Darren TuckerRemove UNICOS code missed during removal.
2018-03-25 markus@openbsd.orgupstream: openssh-7.7
2018-03-25 Damien MillerRemove authinfo.sh test dependency on printenv
2018-03-25 Tim Rice Use libiaf on all sysv5 systems
2018-03-25 Tim Rice modified: auth-sia.c
2018-03-24 markus@openbsd.orgupstream: openssh-7.7
2018-03-24 markus@openbsd.orgupstream: fix bogus warning when signing cert keys...
2018-03-24 Darren TuckerReplace /dev/stdin with "-".
2018-03-23 Darren TuckerProvide $OBJ to paths in PuTTY interop tests.
2018-03-23 dtucker@openbsd.orgupstream: Tell puttygen to use /dev/urandom instead...
2018-03-23 markus@openbsd.orgupstream: ssh/xmss: fix build; ok djm@
2018-03-23 markus@openbsd.orgupstream: ssh/xmss: fix deserialize for certs; ok djm@
2018-03-22 Darren TuckerSave $? before case statement.
2018-03-14 djm@openbsd.orgupstream: rename recently-added "valid-before" key...
2018-03-14 djm@openbsd.orgupstream: check valid-before option in authorized_keys
2018-03-14 djm@openbsd.orgupstream: explicitly specify RSA/SHA-2 keytype here too
2018-03-14 djm@openbsd.orgupstream: exlicitly include RSA/SHA-2 keytypes in
2018-03-14 jmc@openbsd.orgupstream: sort expiry-time;
2018-03-14 djm@openbsd.orgupstream: rename recently-added "valid-before" key...
2018-03-14 djm@openbsd.orgupstream: add valid-before="[time]" authorized_keys...
2018-03-12 Darren TuckerAdd AC_LANG_PROGRAM to AC_COMPILE_IFELSE.
2018-03-12 djm@openbsd.orgupstream: revert recent strdelim() change, it causes...
2018-03-12 jmc@openbsd.orgupstream: move the input format details to -f; remove...
2018-03-08 Vicente Olivert... configure.ac: properly set seccomp_audit_arch for MIPS64
2018-03-08 Vicente Olivert... configure.ac: detect MIPS ABI
2018-03-07 Alan YeeUse https URLs for links that support it.
2018-03-05 Darren TuckerDisable UTMPX on SunOS4.
2018-03-05 Darren TuckerCheck for and work around buggy fflush(NULL).
2018-03-04 Darren TuckerRemove extra XMSS #endif
2018-03-04 dtucker@openbsd.orgupstream: Update RSA minimum modulus size to 1024....
2018-03-04 djm@openbsd.orgupstream: for the pty control tests, just check that...
2018-03-03 Darren TuckerUpdate PAM password change to new opts API.
2018-03-03 Darren TuckerAdd strndup for platforms that need it.
2018-03-03 Darren TuckerFlatten and alphabetize object file lists.
2018-03-03 djm@openbsd.orgupstream: unit tests for new authorized_keys options API
2018-03-03 djm@openbsd.orgupstream: fix testing of pty option, include positive...
2018-03-03 djm@openbsd.orgupstream: better testing for port-forwarding and restri...
2018-03-03 djm@openbsd.orgupstream: switch over to the new authorized_keys option...
2018-03-03 djm@openbsd.orgupstream: Introduce a new API for handling authorized_k...
2018-03-03 djm@openbsd.orgupstream: warn when the agent returns a signature type...
2018-03-03 jmc@openbsd.orgupstream: apply a lick of paint; tweaks/ok dtucker
2018-03-02 djm@openbsd.orgupstream: Allow escaped quotes \" and \' in ssh_config and
2018-03-02 djm@openbsd.orgupstream: refactor sshkey_read() to make it a little...
2018-03-02 markus@openbsd.orgupstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE...
2018-03-02 dtucker@openbsd.orgupstream: Remove unneeded (local) include. ok markus@
2018-03-02 dtucker@openbsd.orgupstream: Add $OpenBSD$ markers to xmss files to help...
2018-03-02 dtucker@openbsd.orgupstream: Add newline at end of file to prevent compile...
2018-02-28 Darren TuckerAdd WITH_XMSS, move to prevent conflicts.
2018-02-28 Darren TuckerConditionally compile XMSS code.
2018-02-27 Darren TuckerCheck dlopen has RTLD_NOW before enabling pkcs11.
2018-02-26 Darren TuckerCheck for attributes on prototype args.
2018-02-26 Darren TuckerCheck if HAVE_DECL_BZERO correctly.
2018-02-26 Darren TuckerWrap <stdint.h> in #ifdef HAVE_STDINT_H.
2018-02-26 Darren TuckerReplace $(CURDIR) with $(PWD).
2018-02-26 Darren TuckerComment out hexdump().
2018-02-26 Darren Tuckertypo: missing ;
2018-02-26 Darren TuckerHook up flock() compat code.
2018-02-26 Darren TuckerImport flock() compat from NetBSD.
2018-02-26 Darren TuckerFix breakage when REGRESSTMP not set.
2018-02-26 Damien MillerXMSS-related files get includes.h
2018-02-26 Damien Millerobject files end with .o - not .c
2018-02-26 Damien Milleravoid inclusion of deprecated selinux/flask.h
2018-02-26 Damien Millerupdatedepend
2018-02-26 markus@openbsd.orgupstream: Add experimental support for PQC XMSS keys...
2018-02-26 jmc@openbsd.orgupstream: some cleanup for BindInterface and ssh-keyscan;
2018-02-25 Darren TuckerInvert sense of getpgrp test.
2018-02-25 Darren TuckerAdd no-op getsid implmentation.
2018-02-25 Darren Tuckerbsd-statvfs: include sys/vfs.h, check for f_flags.
2018-02-25 Darren TuckerHandle calloc(0,x) where different from malloc.
2018-02-25 Darren TuckerAdd prototype for readv if needed.
2018-02-25 Darren TuckerCheck for raise and supply if needed.
2018-02-25 Darren TuckerCheck for bzero and supply if needed.
2018-02-23 djm@openbsd.orgupstream: Add ssh-keyscan -D option to make it print...
2018-02-23 dtucker@openbsd.orgupstream: Add missing braces.
2018-02-23 Darren TuckerCheck for ifaddrs.h for BindInterface.
2018-02-23 Damien Millerspace before tab in previous
2018-02-23 dtucker@openbsd.orgupstream: Replace fatal with exit in the case that...
2018-02-23 Darren TuckerUse portable syntax for REGRESSTMP.
2018-02-23 djm@openbsd.orgupstream: unbreak interop test after SSHv1 purge; patch...
2018-02-23 dtucker@openbsd.orgupstream: Skip sftp-chroot test when SUDO not set inste...
2018-02-23 dtucker@openbsd.orgupstream: Replace fatal with exit in the case that...
2018-02-23 djm@openbsd.orgupstream: some helpers to check verbose/quiet mode
2018-02-23 djm@openbsd.orgupstream: Add BindInterface ssh_config directive and -B
2018-02-23 djm@openbsd.orgupstream: emphasise that the hostkey rotation may send...
2018-02-22 Darren TuckerAdd headers for sys/audit.h.
2018-02-19 Darren TuckerAdd REGRESSTMP make var override.
2018-02-18 Darren TuckerRemove now-unused check for getrusage.
2018-02-16 dtucker@openbsd.orgupstream: Don't send IUTF8 to servers that don't like...
2018-02-16 Darren Tuckerfreezero should check for NULL.
2018-02-16 djm@openbsd.orgupstream: Mention recent DH KEX methods:
2018-02-16 djm@openbsd.orgupstream: stop loading DSA keys by default, remove...
2018-02-16 jsing@openbsd.orgupstream: Ensure that D mod (P-1) and D mod (Q-1) are...
2018-02-16 jsing@openbsd.orgupstream: Some obvious freezero() conversions.
2018-02-15 Darren TuckerRemove execute bit from modpipe.c.
2018-02-15 Darren TuckerUpdate prngd link to point to sourceforge.
next