summaryrefslogtreecommitdiffstats
path: root/bufaux.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-26Remove authinfo.sh test dependency on printenvDamien Miller1-1/+1
2018-03-25 Use libiaf on all sysv5 systemsTim Rice1-5/+1
2018-03-25 modified: auth-sia.cTim Rice3-3/+6
2018-03-24upstream: openssh-7.7markus@openbsd.org1-1/+1
2018-03-24upstream: fix bogus warning when signing cert keys using agent;markus@openbsd.org1-1/+3
2018-03-24Replace /dev/stdin with "-".Darren Tucker1-2/+2
2018-03-23Provide $OBJ to paths in PuTTY interop tests.Darren Tucker4-4/+7
2018-03-23upstream: Tell puttygen to use /dev/urandom instead of /dev/random. Ondtucker@openbsd.org1-1/+2
2018-03-23upstream: ssh/xmss: fix build; ok djm@markus@openbsd.org1-2/+2
2018-03-23upstream: ssh/xmss: fix deserialize for certs; ok djm@markus@openbsd.org1-1/+6
2018-03-22Save $? before case statement.Darren Tucker1-2/+3
2018-03-14upstream: rename recently-added "valid-before" key restriction todjm@openbsd.org1-5/+5
2018-03-14upstream: check valid-before option in authorized_keysdjm@openbsd.org1-2/+19
2018-03-14upstream: explicitly specify RSA/SHA-2 keytype here toodjm@openbsd.org2-4/+5
2018-03-14upstream: exlicitly include RSA/SHA-2 keytypes indjm@openbsd.org1-4/+5
2018-03-14upstream: sort expiry-time;jmc@openbsd.org1-5/+5
2018-03-14upstream: rename recently-added "valid-before" key restriction todjm@openbsd.org2-5/+5
2018-03-14upstream: add valid-before="[time]" authorized_keys option. Adjm@openbsd.org8-56/+128
2018-03-12Add AC_LANG_PROGRAM to AC_COMPILE_IFELSE.Darren Tucker1-4/+4
2018-03-12upstream: revert recent strdelim() change, it causes problems withdjm@openbsd.org1-19/+8
2018-03-12upstream: move the input format details to -f; remove the outputjmc@openbsd.org1-24/+9
2018-03-08configure.ac: properly set seccomp_audit_arch for MIPS64Vicente Olivert Riera1-2/+16
2018-03-08configure.ac: detect MIPS ABIVicente Olivert Riera1-0/+21
2018-03-08Use https URLs for links that support it.Alan Yee1-7/+7
2018-03-05Disable UTMPX on SunOS4.Darren Tucker1-0/+1
2018-03-05Check for and work around buggy fflush(NULL).Darren Tucker3-0/+30
2018-03-05Remove extra XMSS #endifDarren Tucker1-1/+0
2018-03-04upstream: Update RSA minimum modulus size to 1024. sshkey.h rev 1.18dtucker@openbsd.org1-3/+3
2018-03-04upstream: for the pty control tests, just check that the PTY pathdjm@openbsd.org1-4/+9
2018-03-03Update PAM password change to new opts API.Darren Tucker1-6/+15
2018-03-03Add strndup for platforms that need it.Darren Tucker3-0/+45
2018-03-03Flatten and alphabetize object file lists.Darren Tucker1-3/+75
2018-03-03upstream: unit tests for new authorized_keys options APIdjm@openbsd.org20-1/+640
2018-03-03upstream: fix testing of pty option, include positive test anddjm@openbsd.org1-7/+36
2018-03-03upstream: better testing for port-forwarding and restrict flags indjm@openbsd.org1-1/+28
2018-03-03upstream: switch over to the new authorized_keys options API anddjm@openbsd.org19-984/+767
2018-03-03upstream: Introduce a new API for handling authorized_keys options.djm@openbsd.org2-2/+897
2018-03-03upstream: warn when the agent returns a signature type that wasdjm@openbsd.org1-7/+34
2018-03-03upstream: apply a lick of paint; tweaks/ok dtuckerjmc@openbsd.org2-58/+48
2018-03-02upstream: Allow escaped quotes \" and \' in ssh_config anddjm@openbsd.org1-8/+19
2018-03-02upstream: refactor sshkey_read() to make it a little more, err,djm@openbsd.org2-121/+143
2018-03-02upstream: missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report bymarkus@openbsd.org1-1/+3
2018-03-02upstream: Remove unneeded (local) include. ok markus@dtucker@openbsd.org1-1/+1
2018-03-02upstream: Add $OpenBSD$ markers to xmss files to help keep synceddtucker@openbsd.org10-0/+10
2018-03-02upstream: Add newline at end of file to prevent compiler warnings.dtucker@openbsd.org1-1/+1
2018-02-28Add WITH_XMSS, move to prevent conflicts.Darren Tucker7-6/+8
2018-02-28Conditionally compile XMSS code.Darren Tucker11-3/+22
2018-02-27Check dlopen has RTLD_NOW before enabling pkcs11.Darren Tucker1-1/+4
2018-02-26Check for attributes on prototype args.Darren Tucker2-0/+16
2018-02-26Check if HAVE_DECL_BZERO correctly.Darren Tucker1-1/+1