Age | Commit message (Expand) | Author |
2020-05-29 | Allow some keywords to expand shell-style ${ENV} environment | Darren Tucker |
2020-05-29 | Fix multiplier in convtime when handling seconds after other units. | Darren Tucker |
2020-05-26 | add fmt_timeframe() (from bgpd) to format a time interval in a human- | Damien Miller |
2020-04-25 | We've standardized on memset over bzero, replace a couple that had slipped | Darren Tucker |
2020-01-28 | make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based on | Damien Miller |
2020-01-24 | add xextendf() to extend a string with a format (reallocating as | Damien Miller |
2020-01-23 | Replace all calls to signal(2) with a wrapper around sigaction(2). | Darren Tucker |
2019-11-22 | Wait for FD to be readable or writeable during a nonblocking connect, | Darren Tucker |
2019-09-03 | move authorized_keys option parsing helpsers to misc.c and make | Damien Miller |
2019-09-03 | move skip_space() to misc.c and make it public; ok markus@ | Damien Miller |
2019-08-16 | switch percent_expand() to use sshbuf instead of a limited fixed buffer; | Damien Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-01-23 | Remove support for obsolete host/port syntax. | Darren Tucker |
2018-12-27 | move client/server SSH-* banners to buffers under ssh->kex and factor | Damien Miller |
2018-12-07 | Fix calculation of initial bandwidth limits. | Darren Tucker |
2018-11-16 | use path_absolute() for pathname checks; from Manoj Ampalam | Damien Miller |
2018-10-05 | Support using service names for port numbers. | Christian Weisgerber |
2018-10-03 | Allow ssh_config IdentityAgent directive to accept environment variable | Damien Miller |
2018-07-27 | Remove uid checks from low port binds. Now that ssh cannot be | Darren Tucker |
2018-07-18 | Remove support for running ssh(1) setuid and fatal if attempted. | Darren Tucker |
2018-06-09 | add a SetEnv directive to ssh_config that allows setting environment | Damien Miller |
2018-06-06 | switch config file parsing to getline(3) as this avoids static limits | Markus Friedl |
2018-03-12 | add valid-before="[time]" authorized_keys option. A simple way of | Damien Miller |
2018-03-07 | revert recent strdelim() change, it causes problems with some configs. | Damien Miller |
2018-03-03 | switch over to the new authorized_keys options API and remove the | Damien Miller |
2018-03-02 | Allow escaped quotes \" and \' in ssh_config and sshd_config quotes | Damien Miller |
2018-01-08 | move subprocess() so scp/sftp do not need uidswap.o; ok djm@ | Markus Friedl |
2017-12-08 | fix ordering in previous to ensure errno isn't clobbered before | Damien Miller |
2017-12-08 | for some reason unix_listener() logged most errors twice with each | Damien Miller |
2017-12-05 | Replace atoi and strtol conversions for integer arguments to config | Darren Tucker |
2017-11-25 | Add monotime_ts and monotime_tv that return monotonic timespec and | Darren Tucker |
2017-10-25 | add sshd_config RDomain keyword to place sshd and the subsequent | Damien Miller |
2017-10-25 | Add optional rdomain qualifier to sshd_config's ListenAddress option | Damien Miller |
2017-10-24 | Kill dead store and some spaces vs. tabs indent in parse_user_host_path(). | Todd C. Miller |
2017-10-23 | Expose devices allocated for tun/tap forwarding. | Damien Miller |
2017-10-21 | Add URI support to ssh, sftp and scp. For example ssh://user@host | Todd C. Miller |
2017-08-18 | add a "quiet" flag to exited_cleanly() that supresses errors about | Damien Miller |
2017-08-18 | Move several subprocess-related functions from various locations to | Damien Miller |
2017-07-23 | Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value | Damien Miller |
2017-05-31 | Switch to recallocarray() for a few operations. Both growth and shrinkage | Theo de Raadt |
2017-03-14 | Fix convtime() overflow test on boundary condition, spotted by & ok djm. | Darren Tucker |
2017-03-14 | Check for integer overflow when parsing times in convtime(). Reported by | Darren Tucker |
2016-11-30 | On startup, check to see if sshd is already daemonized and if so, | Darren Tucker |
2016-10-23 | Factor out "can bind to low ports" check into its own function. This will make | Darren Tucker |
2016-07-15 | Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1) | Damien Miller |
2016-04-06 | don't record duplicate LocalForward and RemoteForward entries; | Damien Miller |
2016-04-02 | Another use for fcntl() and thus of the superfluous 3rd parameter | Kenneth R Westerback |
2016-03-02 | Improve precision of progressmeter for sftp and scp by storing sub-second | Darren Tucker |
2016-01-20 | Include sys/time.h for gettimeofday. From sortie at maxsi.org. | Darren Tucker |