aboutsummaryrefslogtreecommitdiffstats
path: root/session.c
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream-master into masterAlistair Delva2020-08-201-723/+670
|\
| * upstream: spelling errors in comments; no code change fromdjm@openbsd.org2020-03-141-3/+3
| * upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-2/+2
| * Wrap copy_environment_blacklist() in #ifdefDamien Miller2020-01-211-0/+2
| * Fix missing prototype warning for copy_environmentRuben Kerkhof2020-01-211-1/+3
| * upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org2019-11-151-2/+2
| * upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-24/+24
| * session: Do not use removed APIDamien Miller2019-04-041-1/+1
| * upstream: perform removal of agent-forwarding directory in forwarddjm@openbsd.org2019-02-221-1/+3
| * upstream: syslog when connection is dropped for attempting to run adjm@openbsd.org2019-02-101-3/+6
| * don't set $MAIL if UsePam=yesDamien Miller2019-02-081-2/+5
| * upstream: Adapt code in the non-USE_PIPES codepath to the new packetdtucker@openbsd.org2019-02-081-2/+2
| * last bits of old packet API / active_state globalDamien Miller2019-01-201-32/+0
| * upstream: convert session.c to new packet APIdjm@openbsd.org2019-01-201-64/+87
| * upstream: convert auth.c to new packet APIdjm@openbsd.org2019-01-201-2/+2
| * upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org2019-01-201-1/+4
| * upstream: tun_fwd_ifnames variable should bdjm@openbsd.org2019-01-171-2/+2
| * expose $SSH_CONNECTION in the PAM environmentDamien Miller2018-12-141-4/+7
| * upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-2/+2
| * upstream: include a little more information about the status anddjm@openbsd.org2018-10-041-4/+5
| * only support SIGINFO on systems with SIGINFODamien Miller2018-10-021-0/+2
| * upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org2018-10-021-1/+75
| * upstream: fix indent; Clemens Goessnitzerderaadt@openbsd.org2018-07-261-2/+2
| * upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org2018-07-121-2/+2
| * Adapt portable to legacy buffer API removalDamien Miller2018-07-101-1/+1
| * upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org2018-07-101-9/+13
| * upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org2018-07-101-4/+2
| * Fix other callers of read_environment_file.Darren Tucker2018-07-051-2/+4
| * upstream: allow sshd_config PermitUserEnvironment to accept adjm@openbsd.org2018-07-031-4/+15
| * upstream: add a SetEnv directive for sshd_config to allow andjm@openbsd.org2018-06-091-2/+13
| * upstream: reorder child environment preparation so that variablesdjm@openbsd.org2018-06-091-46/+48
| * upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org2018-06-071-5/+6
| * upstream: permitlisten option for authorized_keys; ok markus@djm@openbsd.org2018-06-071-18/+34
| * upstream: Add a PermitListen directive to control which server-sidedjm@openbsd.org2018-06-071-9/+18
| * upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org2018-06-011-3/+5
| * upstream: switch over to the new authorized_keys options API anddjm@openbsd.org2018-03-031-28/+57
| * Remove UNICOS support.Darren Tucker2018-02-151-23/+0
| * Whitespace sync with upstream.Darren Tucker2018-02-131-1/+0
| * Whitespace sync with upstream.Darren Tucker2018-02-131-4/+4
| * upstream commitdjm@openbsd.org2017-10-231-1/+4
| * upstream commitdjm@openbsd.org2017-09-121-115/+108
| * upstream commitdjm@openbsd.org2017-08-231-60/+1
| * Expose list of completed auth methods to PAMDamien Miller2017-07-281-6/+20
| * upstream commitdjm@openbsd.org2017-06-241-1/+53
| * upstream commitdjm@openbsd.org2017-06-241-9/+1
| * upstream commitderaadt@openbsd.org2017-06-011-5/+5
| * upstream commitmarkus@openbsd.org2017-06-011-1/+2
| * upstream commitdjm@openbsd.org2016-11-301-2/+2
| * upstream commitotto@openbsd.org2016-08-291-10/+4
| * upstream commitdjm@openbsd.org2016-08-231-110/+61