summaryrefslogtreecommitdiffstats
path: root/session.c
AgeCommit message (Expand)Author
2023-03-07upstream: Fix mem leak in environment setup.dtucker@openbsd.org
2023-03-05upstream: Remove unused compat.h includes.dtucker@openbsd.org
2023-01-06upstream: Add channel_set_xtype()djm@openbsd.org
2023-01-06upstream: tweak channel ctype namesdjm@openbsd.org
2023-01-06upstream: Add channel_force_close()djm@openbsd.org
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2021-12-22remove sys/param.h in -portable, after upstreamDamien Miller
2021-08-11upstream: remove a bunch of %p in format strings; leftovers ofdjm@openbsd.org
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-02-18don't free string returned by login_getcapstr(3)Damien Miller
2020-12-14upstream: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in pathdjm@openbsd.org
2020-11-28upstream: check result of strchr() against NULL rather thandjm@openbsd.org
2020-10-29session.c: use "denylist" terminologyDuncan Eastoe
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-07-15Adjust portable code to match changes in 939d787d,Darren Tucker
2020-07-15upstream: correct recently broken commentsderaadt@openbsd.org
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org
2020-07-03upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - ifdjm@openbsd.org
2020-07-03upstream: when redirecting sshd's log output to a file, undo thisdjm@openbsd.org
2020-06-26upstream: Expand path to ~/.ssh/rc rather than relying on itdtucker@openbsd.org
2020-03-14upstream: spelling errors in comments; no code change fromdjm@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2020-01-21Wrap copy_environment_blacklist() in #ifdefDamien Miller
2020-01-21Fix missing prototype warning for copy_environmentRuben Kerkhof
2019-11-15upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org
2019-07-05upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org
2019-04-04session: Do not use removed APIDamien Miller
2019-02-22upstream: perform removal of agent-forwarding directory in forwarddjm@openbsd.org
2019-02-10upstream: syslog when connection is dropped for attempting to run adjm@openbsd.org
2019-02-08don't set $MAIL if UsePam=yesDamien Miller
2019-02-08upstream: Adapt code in the non-USE_PIPES codepath to the new packetdtucker@openbsd.org
2019-01-20last bits of old packet API / active_state globalDamien Miller
2019-01-20upstream: convert session.c to new packet APIdjm@openbsd.org
2019-01-20upstream: convert auth.c to new packet APIdjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2019-01-17upstream: tun_fwd_ifnames variable should bdjm@openbsd.org
2018-12-14expose $SSH_CONNECTION in the PAM environmentDamien Miller
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org
2018-10-04upstream: include a little more information about the status anddjm@openbsd.org
2018-10-02only support SIGINFO on systems with SIGINFODamien Miller
2018-10-02upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org
2018-07-26upstream: fix indent; Clemens Goessnitzerderaadt@openbsd.org
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org
2018-07-10Adapt portable to legacy buffer API removalDamien Miller
2018-07-10upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org
2018-07-05Fix other callers of read_environment_file.Darren Tucker
2018-07-03upstream: allow sshd_config PermitUserEnvironment to accept adjm@openbsd.org
2018-06-09upstream: add a SetEnv directive for sshd_config to allow andjm@openbsd.org
2018-06-09upstream: reorder child environment preparation so that variablesdjm@openbsd.org