summaryrefslogtreecommitdiff
path: root/svr-authpam.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue successfull login of disabled user (#78)vincentto132019-03-201-0/+1
* Wait to fail invalid usernamesMatt Johnston2018-08-231-4/+22
* set PAM_RHOSTMatt Johnston2017-06-231-0/+6
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-2/+2
* Fix parentheses weird placementChocobo12016-01-051-1/+1
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-1/+1
* Get rid of spurious newlines in pam log messagesMatt Johnston2013-10-031-4/+4
* Send PAM error messages as a banner messagesMatt Johnston2013-10-031-0/+16
* - Fix minor leakMatt Johnston2012-02-221-13/+4
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-4/+6
* - Test for pam_fail_delay() function in configureMatt Johnston2009-09-081-4/+10
* Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-4/+4
* Make sure the #includes for pam only get hit if PAM is enabled.Matt Johnston2007-02-131-2/+2
* * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-10/+10
* channel.h: make definition externMatt Johnston2005-07-291-11/+39
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
* Removed obselete (and incorrect) comment.Matt Johnston2005-01-071-2/+0
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-10/+10
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-231-6/+9
* strdup() variables correctly for the PAM conversation functionprivate-rezMatt Johnston2004-09-211-13/+19
* put the #ifdefs back in for authpamMatt Johnston2004-09-141-0/+4
* PAM improvementsMatt Johnston2004-09-141-21/+31
* propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...Matt Johnston2004-09-121-167/+161
* svr-authpam code merged and works. needs tidying a logauthpamMatt Johnston2004-08-081-0/+215