summaryrefslogtreecommitdiff
path: root/session.c
AgeCommit message (Expand)Author
2021-03-13Restore wildcard semanticsAndrew Cady
2021-03-13variable renames, store key typeAndrew Cady
2021-03-13Added wildcard authorization for authorized_keys.joe
2020-10-18Handle SELinux authorisation rolesManoj Srivastava
2020-10-18GSSAPI key exchange supportSimon Wilkinson
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
2018-06-07upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org
2018-06-07upstream: permitlisten option for authorized_keys; ok markus@djm@openbsd.org
2018-06-07upstream: Add a PermitListen directive to control which server-sidedjm@openbsd.org
2018-06-01upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org
2018-03-03upstream: switch over to the new authorized_keys options API anddjm@openbsd.org
2018-02-15Remove UNICOS support.Darren Tucker
2018-02-13Whitespace sync with upstream.Darren Tucker
2018-02-13Whitespace sync with upstream.Darren Tucker
2017-10-23upstream commitdjm@openbsd.org