Mercurial > dropbear
log svr-auth.c @ 1551:1acbdf64088e
age | author | description |
---|---|---|
Tue, 27 Feb 2018 21:49:10 +0800 | Matt Johnston | add guard HAVE_GETGROUPLIST |
Mon, 26 Feb 2018 22:44:48 +0800 | Matt Johnston | merge from main fuzz |
Mon, 26 Feb 2018 22:07:18 +0800 | Matt Johnston | - Don't try to handle changed usernames |
Mon, 26 Feb 2018 14:31:15 +0100 | François Perrad | more linting (#58) |
Mon, 26 Feb 2018 21:17:13 +0800 | Matt Johnston | Fix restricted group code for BSDs, move to separate function |
Tue, 20 Feb 2018 02:11:55 +0000 | stellarpower | Added the -G option to allow logins only for users that are members of a certain group. This allows finer control of an instance on who can and cannot login over a certain instance (e.g. password and not key). Needs double-checking and ensuring it meets platform requirements. |
Sat, 17 Feb 2018 19:29:51 +0800 | Matt Johnston | merge from main fuzz |
Sat, 19 Aug 2017 17:16:13 +0200 | Francois Perrad | Pointer parameter could be declared as pointing to const |