summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2017-12-05Replace atoi and strtol conversions for integer arguments to configDarren Tucker
2017-12-05Add missing break for rdomain. Prevents spurious "Deprecated option"Darren Tucker
2017-12-05include the addr:port in bind/listen failure messagesDamien Miller
2017-11-29Import updated moduli.Darren Tucker
2017-11-28Have sftp print a warning about shell cleanliness when decoding the firstDarren Tucker
2017-11-28more whitespace errorsDamien Miller
2017-11-28whitespace at EOLDamien Miller
2017-11-25Add monotime_ts and monotime_tv that return monotonic timespec andDarren Tucker
2017-11-25Remove get_current_time() and replace with calls to monotime_double()Darren Tucker
2017-11-15downgrade a couple more request parsing errors from process-fatal toDamien Miller
2017-11-15fix regression in 7.6: failure to parse a signature request messageDamien Miller
2017-11-14fix problem in configuration parsing when in config dump mode (sshd -T)Damien Miller
2017-11-03reuse parse_multistate for parse_flag (yes/no arguments). SavesDamien Miller
2017-11-03allow certificate validity intervals that specify only a start orDamien Miller
2017-11-03allow "cd" and "lcd" commands with no explicit path argument.Damien Miller
2017-11-03When doing a config test with sshd -T, only require the attributesDarren Tucker
2017-11-03typos in ECDSA certificate names; bz#2787 reported by Mike GerowDamien Miller
2017-11-03Private keys in PEM format have been encrypted by AES-128 for a whileDamien Miller
2017-11-03avoid unused variable warnings for !WITH_OPENSSL;Damien Miller
2017-11-01fix broken stdout in ControlPersist mode, introduced by me in r1.467Damien Miller
2017-10-27whitespace at EOLDamien Miller
2017-10-27whitespace at EOL (lots)Damien Miller
2017-10-27improve printing of rdomain on accept() a littleDamien Miller
2017-10-26mark up the rdomain keyword;Jason McIntyre
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-25simplify macros in previous, and some minor tweaks;Jason McIntyre
2017-10-25uninitialised variable in PermitTunnel printing codeDamien Miller
2017-10-25transfer ownership of stdout to the session channel by dup2'ingDamien Miller
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-10-25add sshd_config RDomain keyword to place sshd and the subsequentDamien Miller
2017-10-25Add optional rdomain qualifier to sshd_config's ListenAddress optionDamien Miller
2017-10-24Kill dead store and some spaces vs. tabs indent in parse_user_host_path().Todd C. Miller
2017-10-24tweak previous; ok djmJason McIntyre
2017-10-23Expose devices allocated for tun/tap forwarding.Damien Miller
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-10-20add RCSIDs to these; they make syncing portable a bit easierDamien Miller
2017-10-18remove unused Pp;Jason McIntyre
2017-10-18In the description of pattern-lists, clarify negated matches byDamien Miller
2017-10-13log debug messages sent to peer; ok deraadt markusDamien Miller
2017-10-13trim permitrootlogin description somewhat, to avoid ambiguity;Jason McIntyre
2017-10-13mention SSH_USER_AUTH in the list of environment variablesDamien Miller
2017-10-13BIO_get_mem_data() is supposed to take a char* as pointer argument,Damien Miller
2017-10-09clarify the order in which config statements are used.Sebastian Benoit
2017-10-05replace statically-sized arrays in ServerOptions with dynamic onesDamien Miller
2017-10-05%C is hashed; from klemens nanniJason McIntyre
2017-10-04fix (another) problem in PermitOpen introduced during the channels.cDamien Miller
2017-10-02Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@Damien Miller
2017-09-30openssh-7.6; ok deraadt@Damien Miller
2017-09-27tweak EposeAuthinfo;Jason McIntyre
2017-09-24fix inverted test on channel open failure path that "upgraded" aDamien Miller