summaryrefslogtreecommitdiffstats
path: root/ttymodes.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-18upstream: helpful commentdjm@openbsd.org1-1/+2
2022-03-18upstream: ssh-keygen -Y check-novalidate requires namespace or SEGVdjm@openbsd.org1-1/+7
2022-03-18upstream: improve DEBUG_CHANNEL_POLL debugging messagedjm@openbsd.org1-5/+5
2022-03-18upstream: ssh: xstrdup(): use memcpy(3)cheloha@openbsd.org1-3/+2
2022-03-11Resync fmt_scaled. with OpenBSD.Darren Tucker1-13/+19
2022-03-08Provide killpg implementation.Darren Tucker3-0/+13
2022-03-08Check for missing ftruncate prototype.Darren Tucker2-0/+10
2022-03-08Default to not using sandbox when cross compiling.Darren Tucker1-2/+2
2022-03-01upstream: pack pollfd array before server_accept_loop() ppoll()djm@openbsd.org1-10/+19
2022-03-01upstream: include rejected signature algorithm in error message andnaddy@openbsd.org1-3/+3
2022-03-01upstream: Remove the char * casts from arguments to do_lstat,dtucker@openbsd.org1-4/+4
2022-03-01upstream: save an unneccessary alloc/free, based on patch fromdjm@openbsd.org1-7/+4
2022-02-28Remove unused ivbits argument from chacha_keysetupDarren Tucker2-3/+3
2022-02-28Add OPENBSD ORIGINAL marker.Darren Tucker1-0/+2
2022-02-28No unused param warnings for clang-12 and gcc-11.Darren Tucker1-2/+2
2022-02-26Add debian-i386 test target.Darren Tucker1-0/+2
2022-02-26Allow ppoll_time64 in seccomp sandbox.Darren Tucker1-0/+3
2022-02-25Improve handling of _getshort and _getlong.Darren Tucker1-8/+9
2022-02-25Constify utimes in compat library to match specs.Darren Tucker2-2/+2
2022-02-25ANSIfy getshort and getlong.Darren Tucker1-10/+8
2022-02-25Use PICFLAG instead of hard coding -fPIC.Darren Tucker1-1/+1
2022-02-25Add tests for latest releases of {Libre,Open}SSL.Darren Tucker1-0/+3
2022-02-25Improve detection of -fzero-call-used-regs=all supportColin Watson1-0/+3
2022-02-23upstream: free(3) wants stdlib.hdjm@openbsd.org1-2/+3
2022-02-23upstream: put back the scp manpage changes for SFTP mode toodjm@openbsd.org1-10/+14
2022-02-23upstream: and we go back to testing sftp-scp after the 8.9deraadt@openbsd.org1-2/+2
2022-02-23makedependV_8_9_P1Damien Miller1-1/+1
2022-02-23upstream: avoid integer overflow of auth attempts (harmless, caughtdjm@openbsd.org1-1/+4
2022-02-23upstream: randomise the password used in fakepwdjm@openbsd.org1-3/+13
2022-02-23upstream: use asprintf to construct .rhosts pathsdjm@openbsd.org1-13/+23
2022-02-23upstream: openssh-8.9djm@openbsd.org1-2/+2
2022-02-22Extend select+rlimit sanbox test to include poll.Darren Tucker1-5/+23
2022-02-22Add Alpine Linux test VM.Darren Tucker1-0/+1
2022-02-22Include sys/param.h if present.Darren Tucker2-0/+4
2022-02-22Only include sys/poll.h if we don't have poll.h.Darren Tucker1-2/+1
2022-02-22disable agent-restrict test on minix3Damien Miller1-1/+3
2022-02-21Skip agent-getpeereid when running as root.Darren Tucker1-0/+3
2022-02-20upstream: Aproximate realpath on the expected output by dedupingdtucker@openbsd.org1-2/+3
2022-02-20Really move DSA to end of list.Darren Tucker1-2/+2
2022-02-18Add test configs for MUSL C library.Darren Tucker3-0/+10
2022-02-17minix needs BROKEN_POLL too; chokes on /dev/nullDamien Miller1-0/+3
2022-02-17upstream: check for EINTR/EAGAIN failures in the rfd fast-path; caughtdjm@openbsd.org1-1/+4
2022-02-17Comment hurd test, the VM is currently broken.Darren Tucker1-1/+1
2022-02-17find sk-dummy.so when build_dir != src_dirDamien Miller1-0/+2
2022-02-16update versions in preparation for 8.9 releaseDamien Miller3-3/+3
2022-02-15upstream: document the unbound/host-bound options todjm@openbsd.org1-4/+11
2022-02-14Test if sshd accidentally acquires controlling ttyDarren Tucker1-6/+13
2022-02-12Add cygwin-release test config.Darren Tucker2-0/+4
2022-02-11Move SSHD_ACQUIRES_CTTY workaround into compat.Darren Tucker2-27/+47
2022-02-11Simplify handling of --with-ssl-dir.Darren Tucker1-15/+9