summaryrefslogtreecommitdiff
path: root/auth.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Remove unused compat.h includes.dtucker@openbsd.org2023-03-051-2/+1
* upstream: Add server debugging for hostbased auth.dtucker@openbsd.org2022-12-091-6/+5
* upstream: move auth_openprincipals() and auth_openkeyfile() over todjm@openbsd.org2022-06-031-57/+1
* upstream: split the low-level file handling functions out fromdjm@openbsd.org2022-05-271-93/+1
* upstream: refactor authorized_keys/principals handlingdjm@openbsd.org2022-05-271-6/+4
* upstream: Check sshauthopt_new() for NULL. bz#3425, fromdtucker@openbsd.org2022-04-271-2/+3
* Remove now-unused passwd variable.Darren Tucker2022-03-261-1/+1
* Factor out platform-specific locked account check.Darren Tucker2022-03-261-47/+3
* upstream: randomise the password used in fakepwdjm@openbsd.org2022-02-231-3/+13
* upstream: Remove comment referencing now-removeddtucker@openbsd.org2021-07-081-4/+2
* Remove some whitespace not in upstream.Darren Tucker2021-07-031-1/+0
* 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