summaryrefslogtreecommitdiffhomepage
path: root/svr-authpam.c
AgeCommit message (Expand)Author
2016-01-05Fix parentheses weird placementChocobo1
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2013-10-03Get rid of spurious newlines in pam log messagesMatt Johnston
2013-10-03Send PAM error messages as a banner messagesMatt Johnston
2012-02-22- Fix minor leakMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-08- Test for pam_fail_delay() function in configureMatt Johnston
2008-01-13Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston
2007-02-13Make sure the #includes for pam only get hit if PAM is enabled.Matt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-07-29channel.h: make definition externMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-07Removed obselete (and incorrect) comment.Matt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-12-23Log the IP along with auth success/fail attemptsMatt Johnston
2004-09-21strdup() variables correctly for the PAM conversation functionMatt Johnston
2004-09-14put the #ifdefs back in for authpamMatt Johnston
2004-09-14PAM improvementsMatt Johnston
2004-09-12propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...Matt Johnston
2004-08-08svr-authpam code merged and works. needs tidying a logMatt Johnston