summaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Fix mem leak in environment setup.dtucker@openbsd.org2023-03-071-1/+2
* upstream: Remove unused compat.h includes.dtucker@openbsd.org2023-03-051-2/+1
* upstream: Add channel_set_xtype()djm@openbsd.org2023-01-061-2/+11
* upstream: tweak channel ctype namesdjm@openbsd.org2023-01-061-2/+2
* upstream: Add channel_force_close()djm@openbsd.org2023-01-061-6/+8
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-2/+2
* remove sys/param.h in -portable, after upstreamDamien Miller2021-12-221-1/+0
* upstream: remove a bunch of %p in format strings; leftovers ofdjm@openbsd.org2021-08-111-3/+2
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* don't free string returned by login_getcapstr(3)Damien Miller2021-02-181-4/+1
* upstream: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in pathdjm@openbsd.org2020-12-141-3/+3
* upstream: check result of strchr() against NULL rather thandjm@openbsd.org2020-11-281-2/+2
* session.c: use "denylist" terminologyDuncan Eastoe2020-10-291-10/+10
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-71/+60
* Adjust portable code to match changes in 939d787d,Darren Tucker2020-07-151-2/+2
* upstream: correct recently broken commentsderaadt@openbsd.org2020-07-151-2/+2
* upstream: some language improvements; ok markusdjm@openbsd.org2020-07-151-10/+10
* upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - ifdjm@openbsd.org2020-07-031-2/+2
* upstream: when redirecting sshd's log output to a file, undo thisdjm@openbsd.org2020-07-031-1/+4
* upstream: Expand path to ~/.ssh/rc rather than relying on itdtucker@openbsd.org2020-06-261-8/+12
* 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