summaryrefslogtreecommitdiff
path: root/lib/libpam/modules
AgeCommit message (Expand)Author
2007-09-15__FUNCTION__ -> __func__.ragge
2007-03-10bump datechristos
2007-03-10tyopchristos
2007-03-10off by one, reported by jukka salmi.christos
2007-03-10PR/35968: Jukka Salmi: add option to pam_krb5(8) to request renewable ticketschristos
2006-11-03init the syslog data.christos
2006-11-03use the re-entrant syslog functions so that we don't depend on the syslogchristos
2006-11-03don't include syslog.h if you are not going to use it.christos
2006-09-29new ssh import requires another includedogcow
2006-05-30PR/30730 force changing password via chsh failsjnemeth
2006-05-25Coverity CID 3783: Fix uninit variable.christos
2006-05-23Coverity CID 3677: Plug memory leakchristos
2006-03-20Remove old kerberos library (Jukka Salmi)christos
2006-03-20Goodbye KerberosIVchristos
2006-03-19Coverity CID 1909: Prevent memory leak.christos
2006-03-19Coverity CID 2480: Move variable initialization higher up to preventchristos
2006-03-19Coverity CID 2481: Move initialization of variable higher up to preventchristos
2006-03-19Coverity CID 2595: Don't call cc_destroy after cc_close because cc_closechristos
2006-03-19Fix coverity run 5, issue 2018 -- memory leak.jnemeth
2006-03-18Fix Coverity run 5, issue 2022 -- memory leak.jnemeth
2006-03-18Fix Coverity run 5, issue 2498 -- uninitialized variablejnemeth
2006-03-06PR/30923: Zafer Aydogan: pam too verbosejnemeth
2006-02-19PR/32870: Johan Veenhuizen: login(1) does not obey .hushloginchristos
2006-02-15Use the class of the user, not then default class, when checking forbouyer
2006-01-20Declare what we services provide, otherwise pam assumes that we providechristos
2005-09-27Implement PAM_REFRESH_CRED / PAM_REINITIALIZE_CREDtsarna
2005-09-23Remove trailing whitespace. Punctuation nits. Use .Nm more.wiz
2005-09-21pam_afslog is used in conjunction with pam_krb5 to obtain AFS tokens andtsarna
2005-04-25Remove CPPFLAGSmatt
2005-04-25Add ${DESTDIR}/usr/include/krb5 to CPPFLAGS so <parse_units.h> can be found.matt
2005-04-25Don't cast the lvalue; cast the rhs instead.matt
2005-04-25s!/var/run/nologin!/etc/nologin!g to match with the code.yamt
2005-04-19Fix getgrnam -> getgrnam_rchristos
2005-04-19fix getgrnam -> getgrnam_r and add a forgotten getpwnam -> gepwnam_rchristos
2005-04-19Safety boots: don't depend upon getpwnam_r() to set pwd to NULL on alllukem
2005-04-19getpw*_r() may return 0 and set pwd==NULLlukem
2005-04-19check for pwd != in getpw*_r functions.christos
2005-04-05Don't print an error if we are doing authentication.christos
2005-03-31Use getpwnam_r().thorpej
2005-03-20Make S/Key prompt compliant with RFC 2289. Patch supplied by Dave Huangchristos
2005-03-17remove debugging printf'schristos
2005-03-17Clear the authorization token at the entry of each loop, so thatchristos
2005-03-14remove code to deal with authorized keys. it has no place here.christos
2005-03-14Go back to rev-1.5. This is better than what was there before, but I amchristos
2005-03-14Revert previous. This is not the right fix.christos
2005-03-14Do not let keys that are not listed in authorized_keys participatechristos
2005-03-05Free the prompt response.christos
2005-03-05PR/29566: Izumi Tsutsui: login(1) shows wrong last-login-from hostchristos
2005-03-05If authentication failed because the user was not in wheel, say so likechristos
2005-03-03Document the no_nested option.christos