| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: replace select() with ppoll(), including converting | deraadt@openbsd.org | 2021-11-18 | 1 | -4/+4 |
* | initgroups needs grp.hV_8_8_P1V_8_8 | Damien Miller | 2021-09-27 | 1 | -0/+1 |
* | upstream: need initgroups() before setresgid(); reported by anton@, | djm@openbsd.org | 2021-09-27 | 1 | -1/+7 |
* | upstream: SFTP protocol extension to allow the server to expand | djm@openbsd.org | 2021-08-10 | 1 | -14/+35 |
* | Add configure-time detection for SSH_TIME_T_MAX. | Darren Tucker | 2021-07-12 | 1 | -1/+1 |
* | upstream: Make limit for time_t test unconditional in the | dtucker@openbsd.org | 2021-07-12 | 1 | -4/+2 |
* | upstream: Remove obsolete comments about SSHv1 auth methods. ok | dtucker@openbsd.org | 2021-07-05 | 1 | -2/+7 |
* | upstream: Allow argv_split() to optionally terminate tokenisation | djm@openbsd.org | 2021-06-08 | 1 | -5/+50 |
* | upstream: allow ssh_config SetEnv to override $TERM, which is otherwise | djm@openbsd.org | 2021-06-04 | 1 | -1/+16 |
* | Handle Android libc returning NULL pw->pw_passwd | Damien Miller | 2021-05-17 | 1 | -1/+1 |
* | upstream: highly polished whitespace, mostly fixing spaces-for-tab | djm@openbsd.org | 2021-04-03 | 1 | -2/+2 |
* | upstream: Fix two problems in string->argv conversion: 1) multiple | djm@openbsd.org | 2021-04-03 | 1 | -7/+4 |
* | upstream: Do not try to reset signal handler for signal 0 in | dtucker@openbsd.org | 2021-02-28 | 1 | -2/+2 |
* | upstream: factor out opt_array_append; ok djm@ | markus@openbsd.org | 2021-02-17 | 1 | -1/+27 |
* | upstream: Change types in convtime() unit test to int to match | dtucker@openbsd.org | 2021-01-18 | 1 | -3/+3 |
* | upstream: In waitfd(), when poll returns early we are subtracting | dtucker@openbsd.org | 2021-01-18 | 1 | -2/+2 |
* | upstream: Change convtime() from returning long to returning int. | dtucker@openbsd.org | 2021-01-11 | 1 | -5/+5 |
* | upstream: move subprocess() from auth.c to misc.c | djm@openbsd.org | 2020-12-22 | 1 | -1/+170 |
* | upstream: Set the specified TOS/DSCP for interactive use prior to | djm@openbsd.org | 2020-11-27 | 1 | -1/+55 |
* | upstream: use the new variant log macros instead of prepending | djm@openbsd.org | 2020-10-18 | 1 | -54/+43 |
* | upstream: There are lots of place where we want to redirect stdin, | djm@openbsd.org | 2020-10-03 | 1 | -1/+22 |
* | upstream: handle EINTR in waitfd() and timeout_connect() helpers; | djm@openbsd.org | 2020-06-26 | 1 | -8/+13 |
* | upstream: Make dollar_expand variadic and pass a real va_list to | dtucker@openbsd.org | 2020-05-29 | 1 | -3/+12 |
* | upstream: Pass a NULL instead of zeroed out va_list from | dtucker@openbsd.org | 2020-05-29 | 1 | -4/+2 |
* | upstream: Allow some keywords to expand shell-style ${ENV} | dtucker@openbsd.org | 2020-05-29 | 1 | -31/+134 |
* | upstream: Fix multiplier in convtime when handling seconds after | dtucker@openbsd.org | 2020-05-29 | 1 | -2/+3 |
* | upstream: add fmt_timeframe() (from bgpd) to format a time | djm@openbsd.org | 2020-05-27 | 1 | -20/+51 |
* | See if SA_RESTART signals will interrupt select(). | Darren Tucker | 2020-05-01 | 1 | -0/+2 |
* | upstream: We've standardized on memset over bzero, replace a couple | dtucker@openbsd.org | 2020-05-01 | 1 | -2/+2 |
* | upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986, | djm@openbsd.org | 2020-01-28 | 1 | -1/+2 |
* | upstream: add xextendf() to extend a string with a format | djm@openbsd.org | 2020-01-25 | 1 | -1/+28 |
* | upstream: Replace all calls to signal(2) with a wrapper around | dtucker@openbsd.org | 2020-01-23 | 1 | -1/+18 |
* | upstream: Wait for FD to be readable or writeable during a nonblocking | dtucker@openbsd.org | 2019-11-22 | 1 | -6/+16 |
* | Wrap poll.h includes in HAVE_POLL_H. | Darren Tucker | 2019-10-28 | 1 | -0/+2 |
* | upstream: move authorized_keys option parsing helpsers to misc.c | djm@openbsd.org | 2019-09-03 | 1 | -1/+73 |
* | upstream: move skip_space() to misc.c and make it public; ok | djm@openbsd.org | 2019-09-03 | 1 | -1/+11 |
* | upstream: switch percent_expand() to use sshbuf instead of a limited | djm@openbsd.org | 2019-08-16 | 1 | -15/+24 |
* | upstream: When system calls indicate an error they return -1, not | deraadt@openbsd.org | 2019-07-05 | 1 | -9/+9 |
* | upstream: Some asprintf() calls were checked < 0, rather than the | deraadt@openbsd.org | 2019-06-28 | 1 | -2/+2 |
* | upstream: Remove support for obsolete host/port syntax. | dtucker@openbsd.org | 2019-01-24 | 1 | -2/+2 |
* | upstream: move client/server SSH-* banners to buffers under | djm@openbsd.org | 2018-12-27 | 1 | -1/+76 |
* | upstream: Fix calculation of initial bandwidth limits. Account for | dtucker@openbsd.org | 2018-12-27 | 1 | -5/+4 |
* | upstream: use path_absolute() for pathname checks; from Manoj Ampalam | djm@openbsd.org | 2018-11-16 | 1 | -1/+8 |
* | upstream: Support using service names for port numbers. | naddy@openbsd.org | 2018-10-07 | 1 | -4/+8 |
* | upstream: Allow ssh_config IdentityAgent directive to accept | djm@openbsd.org | 2018-10-03 | 1 | -1/+20 |
* | upstream: Remove uid checks from low port binds. Now that ssh | dtucker@openbsd.org | 2018-07-31 | 1 | -10/+1 |
* | upstream: Remove support for running ssh(1) setuid and fatal if | dtucker@openbsd.org | 2018-07-19 | 1 | -2/+1 |
* | upstream: add a SetEnv directive to ssh_config that allows setting | djm@openbsd.org | 2018-06-09 | 1 | -6/+26 |
* | upstream: switch config file parsing to getline(3) as this avoids | markus@openbsd.org | 2018-06-07 | 1 | -26/+1 |
* | upstream: add valid-before="[time]" authorized_keys option. A | djm@openbsd.org | 2018-03-14 | 1 | -1/+54 |