| Commit message (Expand) | Author | Age | Files | Lines |
* | child_set_eng: verify both env pointer and count. | Darren Tucker | 2023-03-30 | 1 | -0/+2 |
* | upstream: Use time_t for x11_refuse_time timeout. We need | dtucker@openbsd.org | 2023-03-03 | 1 | -4/+1 |
* | upstream: add ptimeout API for keeping track of poll/ppoll | djm@openbsd.org | 2023-01-06 | 1 | -1/+90 |
* | upstream: The idiomatic way of coping with signed char vs unsigned | deraadt@openbsd.org | 2023-01-03 | 1 | -2/+2 |
* | upstream: Remove errant colon and simplify format | dtucker@openbsd.org | 2022-11-09 | 1 | -3/+3 |
* | upstream: allow certificate validity intervals, sshsig verification | djm@openbsd.org | 2022-08-11 | 1 | -5/+21 |
* | upstream: Make SetEnv directives first-match-wins in both | djm@openbsd.org | 2022-06-03 | 1 | -1/+18 |
* | upstream: make addargs() and replacearg() a little more robust and | djm@openbsd.org | 2022-03-20 | 1 | -9/+18 |
* | upstream: Always initialize delim before passing to hpdelim2 which | dtucker@openbsd.org | 2022-02-11 | 1 | -2/+2 |
* | upstream: Switch hpdelim interface to accept only ":" as delimiter. | dtucker@openbsd.org | 2022-02-10 | 1 | -2/+8 |
* | upstream: refactor tilde_expand_filename() and make it handle ~user | djm@openbsd.org | 2022-01-08 | 1 | -30/+46 |
* | upstream: replace select() with ppoll(), including converting | deraadt@openbsd.org | 2021-11-17 | 1 | -4/+4 |
* | initgroups needs grp.hV_8_8_P1 | Damien Miller | 2021-09-26 | 1 | -0/+1 |
* | upstream: need initgroups() before setresgid(); reported by anton@, | djm@openbsd.org | 2021-09-26 | 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 |