summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove extra XMSS #endifDarren Tucker2018-03-051-1/+0
* upstream: Update RSA minimum modulus size to 1024. sshkey.h rev 1.18dtucker@openbsd.org2018-03-041-3/+3
* upstream: for the pty control tests, just check that the PTY pathdjm@openbsd.org2018-03-041-4/+9
* Update PAM password change to new opts API.Darren Tucker2018-03-031-6/+15
* Add strndup for platforms that need it.Darren Tucker2018-03-033-0/+45
* Flatten and alphabetize object file lists.Darren Tucker2018-03-031-3/+75
* upstream: unit tests for new authorized_keys options APIdjm@openbsd.org2018-03-0320-1/+640
* upstream: fix testing of pty option, include positive test anddjm@openbsd.org2018-03-031-7/+36
* upstream: better testing for port-forwarding and restrict flags indjm@openbsd.org2018-03-031-1/+28
* upstream: switch over to the new authorized_keys options API anddjm@openbsd.org2018-03-0319-984/+767
* upstream: Introduce a new API for handling authorized_keys options.djm@openbsd.org2018-03-032-2/+897
* upstream: warn when the agent returns a signature type that wasdjm@openbsd.org2018-03-031-7/+34
* upstream: apply a lick of paint; tweaks/ok dtuckerjmc@openbsd.org2018-03-032-58/+48
* upstream: Allow escaped quotes \" and \' in ssh_config anddjm@openbsd.org2018-03-021-8/+19
* upstream: refactor sshkey_read() to make it a little more, err,djm@openbsd.org2018-03-022-121/+143
* upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report bymarkus@openbsd.org2018-03-021-1/+3
* upstream: Remove unneeded (local) include. ok markus@dtucker@openbsd.org2018-03-021-1/+1
* upstream: Add $OpenBSD$ markers to xmss files to help keep synceddtucker@openbsd.org2018-03-0210-0/+10
* upstream: Add newline at end of file to prevent compiler warnings.dtucker@openbsd.org2018-03-021-1/+1
* Add WITH_XMSS, move to prevent conflicts.Darren Tucker2018-02-287-6/+8
* Conditionally compile XMSS code.Darren Tucker2018-02-2811-3/+22
* Check dlopen has RTLD_NOW before enabling pkcs11.Darren Tucker2018-02-271-1/+4
* Check for attributes on prototype args.Darren Tucker2018-02-272-0/+16
* Check if HAVE_DECL_BZERO correctly.Darren Tucker2018-02-271-1/+1
* Wrap <stdint.h> in #ifdef HAVE_STDINT_H.Darren Tucker2018-02-268-0/+16
* Replace $(CURDIR) with $(PWD).Darren Tucker2018-02-261-1/+1
* Comment out hexdump().Darren Tucker2018-02-262-1/+5
* typo: missing ;Darren Tucker2018-02-261-1/+1
* Hook up flock() compat code.Darren Tucker2018-02-264-4/+18
* Import flock() compat from NetBSD.Darren Tucker2018-02-261-0/+76
* Fix breakage when REGRESSTMP not set.Darren Tucker2018-02-261-1/+1
* XMSS-related files get includes.hDamien Miller2018-02-268-1/+19
* object files end with .o - not .cDamien Miller2018-02-261-7/+7
* avoid inclusion of deprecated selinux/flask.hDamien Miller2018-02-261-3/+6
* updatedependDamien Miller2018-02-261-38/+45
* upstream: Add experimental support for PQC XMSS keys (Extendedmarkus@openbsd.org2018-02-2633-73/+3657
* upstream: some cleanup for BindInterface and ssh-keyscan;jmc@openbsd.org2018-02-265-18/+21
* Invert sense of getpgrp test.Darren Tucker2018-02-262-3/+11
* Add no-op getsid implmentation.Darren Tucker2018-02-263-0/+15
* bsd-statvfs: include sys/vfs.h, check for f_flags.Darren Tucker2018-02-263-0/+29
* Handle calloc(0,x) where different from malloc.Darren Tucker2018-02-262-2/+19
* Add prototype for readv if needed.Darren Tucker2018-02-262-2/+10
* Check for raise and supply if needed.Darren Tucker2018-02-263-0/+13
* Check for bzero and supply if needed.Darren Tucker2018-02-263-0/+15
* upstream: Add ssh-keyscan -D option to make it print its results indjm@openbsd.org2018-02-232-7/+29
* upstream: Add missing braces.dtucker@openbsd.org2018-02-231-2/+3
* Check for ifaddrs.h for BindInterface.Darren Tucker2018-02-232-1/+14
* space before tab in previousDamien Miller2018-02-231-1/+1
* upstream: Replace fatal with exit in the case that we do not havedtucker@openbsd.org2018-02-231-0/+1
* Use portable syntax for REGRESSTMP.Darren Tucker2018-02-231-1/+1