summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org2019-01-241-2/+2
* upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org2018-12-271-1/+76
* upstream: Fix calculation of initial bandwidth limits. Account fordtucker@openbsd.org2018-12-271-5/+4
* upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-1/+8
* upstream: Support using service names for port numbers.naddy@openbsd.org2018-10-071-4/+8
* upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org2018-10-031-1/+20
* upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org2018-07-311-10/+1
* upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org2018-07-191-2/+1
* upstream: add a SetEnv directive to ssh_config that allows settingdjm@openbsd.org2018-06-091-6/+26
* upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org2018-06-071-26/+1
* upstream: add valid-before="[time]" authorized_keys option. Adjm@openbsd.org2018-03-141-1/+54
* upstream: revert recent strdelim() change, it causes problems withdjm@openbsd.org2018-03-121-19/+8
* upstream: switch over to the new authorized_keys options API anddjm@openbsd.org2018-03-031-1/+2
* upstream: Allow escaped quotes \" and \' in ssh_config anddjm@openbsd.org2018-03-021-8/+19
* upstream commitmarkus@openbsd.org2018-01-231-153/+1
* upstream commitdjm@openbsd.org2017-12-121-4/+4
* upstream commitdjm@openbsd.org2017-12-121-9/+10
* upstream commitdtucker@openbsd.org2017-12-071-1/+15
* upstream commitdtucker@openbsd.org@openbsd.org2017-11-281-39/+48
* provide hooks and fallbacks for rdomain supportDamien Miller2017-10-251-0/+13
* upstream commitdjm@openbsd.org2017-10-251-2/+18
* upstream commitdjm@openbsd.org2017-10-251-1/+39
* upstream commitmillert@openbsd.org2017-10-251-4/+4
* upstream commitdjm@openbsd.org2017-10-231-3/+9
* upstream commitmillert@openbsd.org2017-10-231-5/+292
* misc.c needs functions from platform.c nowDamien Miller2017-08-231-0/+1
* upstream commitdjm@openbsd.org2017-08-231-3/+4