summaryrefslogtreecommitdiffstats
path: root/misc.c
AgeCommit message (Expand)Author
2022-03-20upstream: make addargs() and replacearg() a little more robust anddjm@openbsd.org
2022-02-11upstream: Always initialize delim before passing to hpdelim2 whichdtucker@openbsd.org
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2022-01-08upstream: refactor tilde_expand_filename() and make it handle ~userdjm@openbsd.org
2021-11-18upstream: replace select() with ppoll(), including convertingderaadt@openbsd.org
2021-09-27initgroups needs grp.hV_8_8_P1V_8_8Damien Miller
2021-09-27upstream: need initgroups() before setresgid(); reported by anton@,djm@openbsd.org
2021-08-10upstream: SFTP protocol extension to allow the server to expanddjm@openbsd.org
2021-07-12Add configure-time detection for SSH_TIME_T_MAX.Darren Tucker
2021-07-12upstream: Make limit for time_t test unconditional in thedtucker@openbsd.org
2021-07-05upstream: Remove obsolete comments about SSHv1 auth methods. okdtucker@openbsd.org
2021-06-08upstream: Allow argv_split() to optionally terminate tokenisationdjm@openbsd.org
2021-06-04upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org
2021-05-17Handle Android libc returning NULL pw->pw_passwdDamien Miller
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-04-03upstream: Fix two problems in string->argv conversion: 1) multipledjm@openbsd.org
2021-02-28upstream: Do not try to reset signal handler for signal 0 indtucker@openbsd.org
2021-02-17upstream: factor out opt_array_append; ok djm@markus@openbsd.org
2021-01-18upstream: Change types in convtime() unit test to int to matchdtucker@openbsd.org
2021-01-18upstream: In waitfd(), when poll returns early we are subtractingdtucker@openbsd.org
2021-01-11upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org
2020-12-22upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org
2020-11-27upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-10-03upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org
2020-06-26upstream: handle EINTR in waitfd() and timeout_connect() helpers;djm@openbsd.org
2020-05-29upstream: Make dollar_expand variadic and pass a real va_list todtucker@openbsd.org
2020-05-29upstream: Pass a NULL instead of zeroed out va_list fromdtucker@openbsd.org
2020-05-29upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org
2020-05-29upstream: Fix multiplier in convtime when handling seconds afterdtucker@openbsd.org
2020-05-27upstream: add fmt_timeframe() (from bgpd) to format a timedjm@openbsd.org
2020-05-01See if SA_RESTART signals will interrupt select().Darren Tucker
2020-05-01upstream: We've standardized on memset over bzero, replace a coupledtucker@openbsd.org
2020-01-28upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,djm@openbsd.org
2020-01-25upstream: add xextendf() to extend a string with a formatdjm@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2019-11-22upstream: Wait for FD to be readable or writeable during a nonblockingdtucker@openbsd.org
2019-10-28Wrap poll.h includes in HAVE_POLL_H.Darren Tucker
2019-09-03upstream: move authorized_keys option parsing helpsers to misc.cdjm@openbsd.org
2019-09-03upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org
2019-08-16upstream: switch percent_expand() to use sshbuf instead of a limiteddjm@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-06-28upstream: Some asprintf() calls were checked < 0, rather than thederaadt@openbsd.org
2019-01-24upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org
2018-12-27upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org
2018-12-27upstream: Fix calculation of initial bandwidth limits. Account fordtucker@openbsd.org
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org
2018-10-07upstream: Support using service names for port numbers.naddy@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-07-31upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org