summaryrefslogtreecommitdiff
path: root/auth.c
Commit message (Expand)AuthorAgeFilesLines
* auth_log: dont log partial successes as failuresVincent Brillault2021-06-041-13/+16
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* prefer login_getpwclass() to login_getclass()Damien Miller2021-02-181-1/+1
* upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org2020-12-221-153/+1
* upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org2020-12-211-3/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-20/+18
* upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org2020-10-171-1/+5
* upstream: support for requiring user verified FIDO keys in sshddjm@openbsd.org2020-08-271-4/+5
* upstream: Add a sshd_config "Include" directive to allow inclusiondjm@openbsd.org2020-02-011-2/+3
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-2/+2
* upstream: strdup may return NULL if memory allocation fails. Usetobhe@openbsd.org2019-12-201-7/+7
* upstream: add a "no-touch-required" option for authorized_keys anddjm@openbsd.org2019-11-251-3/+4
* upstream: potential NULL dereference for revoked hostkeys; reporteddjm@openbsd.org2019-10-161-2/+2
* upstream: remove some duplicate #includesdjm@openbsd.org2019-10-021-2/+1
* upstream: lots of things were relying on libcrypto headers todjm@openbsd.org2019-09-061-1/+2
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-8/+8
* Remove "struct ssh" from sys_auth_record_login.Darren Tucker2019-04-031-1/+1
* Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"Corinna Vinschen2019-02-221-13/+0
* last bits of old packet API / active_state globalDamien Miller2019-01-201-2/+2
* remove vestiges of old packet API from loginrec.cDamien Miller2019-01-201-3/+3
* upstream: convert auth.c to new packet APIdjm@openbsd.org2019-01-201-16/+10
* upstream: convert servconf.c to new packet APIdjm@openbsd.org2019-01-201-2/+3
* upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org2019-01-201-1/+4
* upstream: include time.h for time(3)/nanosleep(2); from Iandjm@openbsd.org2019-01-171-1/+2
* Don't pass loginmsg by address now that it's an sshbuf*Kevin Adler2018-12-131-2/+2
* upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-3/+3
* upstream: log certificate fingerprint in authenticationdjm@openbsd.org2018-09-121-9/+13
* upstream: s/wuth/with/ in commentmartijn@openbsd.org2018-07-121-2/+2
* Adapt portable to legacy buffer API removalDamien Miller2018-07-101-1/+1
* upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org2018-07-101-18/+21
* upstream: permitlisten option for authorized_keys; ok markus@djm@openbsd.org2018-06-071-3/+12
* upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org2018-06-011-3/+5
* upstream: Do not ban PTY allocation when a sshd session is restricteddjm@openbsd.org2018-05-251-1/+2
* upstream: add valid-before="[time]" authorized_keys option. Adjm@openbsd.org2018-03-141-5/+23
* upstream: switch over to the new authorized_keys options API anddjm@openbsd.org2018-03-031-5/+175
* upstream commitmarkus@openbsd.org2018-01-231-1/+154
* upstream commitdjm@openbsd.org2017-09-121-1/+2
* upstream commitdjm@openbsd.org2017-08-231-97/+2
* upstream commitdjm@openbsd.org2017-06-241-18/+44
* upstream commitmarkus@openbsd.org2017-05-311-3/+3
* upstream commitdjm@openbsd.org2017-05-171-1/+2
* upstream commitdtucker@openbsd.org2016-12-161-2/+3
* upstream commitdjm@openbsd.org2016-11-101-2/+2
* upstream commitdjm@openbsd.org2016-11-061-6/+16
* upstream commitmarkus@openbsd.org2016-08-141-6/+4
* upstream commitdtucker@openbsd.org2016-06-151-4/+3
* auth_get_canonical_hostname in portable code.Darren Tucker2016-03-081-3/+4
* upstream commitdjm@openbsd.org2016-03-081-10/+135
* upstream commitdjm@openbsd.org2015-08-211-2/+2
* upstream commitV_7_0_P1V_7_0deraadt@openbsd.org2015-08-111-2/+4