summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* child_set_eng: verify both env pointer and count.Darren Tucker2023-03-301-0/+2
* upstream: Use time_t for x11_refuse_time timeout. We needdtucker@openbsd.org2023-03-031-4/+1
* upstream: add ptimeout API for keeping track of poll/ppolldjm@openbsd.org2023-01-061-1/+90
* upstream: The idiomatic way of coping with signed char vs unsignedderaadt@openbsd.org2023-01-031-2/+2
* upstream: Remove errant colon and simplify formatdtucker@openbsd.org2022-11-091-3/+3
* upstream: allow certificate validity intervals, sshsig verificationdjm@openbsd.org2022-08-111-5/+21
* upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org2022-06-031-1/+18
* upstream: make addargs() and replacearg() a little more robust anddjm@openbsd.org2022-03-201-9/+18
* upstream: Always initialize delim before passing to hpdelim2 whichdtucker@openbsd.org2022-02-111-2/+2
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-2/+8
* upstream: refactor tilde_expand_filename() and make it handle ~userdjm@openbsd.org2022-01-081-30/+46
* upstream: replace select() with ppoll(), including convertingderaadt@openbsd.org2021-11-181-4/+4
* initgroups needs grp.hV_8_8_P1V_8_8Damien Miller2021-09-271-0/+1
* upstream: need initgroups() before setresgid(); reported by anton@,djm@openbsd.org2021-09-271-1/+7
* upstream: SFTP protocol extension to allow the server to expanddjm@openbsd.org2021-08-101-14/+35
* Add configure-time detection for SSH_TIME_T_MAX.Darren Tucker2021-07-121-1/+1
* upstream: Make limit for time_t test unconditional in thedtucker@openbsd.org2021-07-121-4/+2
* upstream: Remove obsolete comments about SSHv1 auth methods. okdtucker@openbsd.org2021-07-051-2/+7
* upstream: Allow argv_split() to optionally terminate tokenisationdjm@openbsd.org2021-06-081-5/+50
* upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org2021-06-041-1/+16
* Handle Android libc returning NULL pw->pw_passwdDamien Miller2021-05-171-1/+1
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* upstream: Fix two problems in string->argv conversion: 1) multipledjm@openbsd.org2021-04-031-7/+4
* upstream: Do not try to reset signal handler for signal 0 indtucker@openbsd.org2021-02-281-2/+2
* upstream: factor out opt_array_append; ok djm@markus@openbsd.org2021-02-171-1/+27
* upstream: Change types in convtime() unit test to int to matchdtucker@openbsd.org2021-01-181-3/+3
* upstream: In waitfd(), when poll returns early we are subtractingdtucker@openbsd.org2021-01-181-2/+2
* upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org2021-01-111-5/+5
* upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org2020-12-221-1/+170
* upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org2020-11-271-1/+55
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-54/+43
* upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org2020-10-031-1/+22
* upstream: handle EINTR in waitfd() and timeout_connect() helpers;djm@openbsd.org2020-06-261-8/+13
* upstream: Make dollar_expand variadic and pass a real va_list todtucker@openbsd.org2020-05-291-3/+12
* upstream: Pass a NULL instead of zeroed out va_list fromdtucker@openbsd.org2020-05-291-4/+2
* upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org2020-05-291-31/+134
* upstream: Fix multiplier in convtime when handling seconds afterdtucker@openbsd.org2020-05-291-2/+3
* upstream: add fmt_timeframe() (from bgpd) to format a timedjm@openbsd.org2020-05-271-20/+51
* See if SA_RESTART signals will interrupt select().Darren Tucker2020-05-011-0/+2
* upstream: We've standardized on memset over bzero, replace a coupledtucker@openbsd.org2020-05-011-2/+2
* upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,djm@openbsd.org2020-01-281-1/+2
* upstream: add xextendf() to extend a string with a formatdjm@openbsd.org2020-01-251-1/+28
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-1/+18
* upstream: Wait for FD to be readable or writeable during a nonblockingdtucker@openbsd.org2019-11-221-6/+16
* Wrap poll.h includes in HAVE_POLL_H.Darren Tucker2019-10-281-0/+2
* upstream: move authorized_keys option parsing helpsers to misc.cdjm@openbsd.org2019-09-031-1/+73
* upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org2019-09-031-1/+11
* upstream: switch percent_expand() to use sshbuf instead of a limiteddjm@openbsd.org2019-08-161-15/+24
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-9/+9
* upstream: Some asprintf() calls were checked < 0, rather than thederaadt@openbsd.org2019-06-281-2/+2