summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
...
* - (stevesk) [auth-pam.c] merge cosmetic changes from solar'sstevesk2002-07-211-4/+4
* - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &djm2002-07-021-9/+7
* - (djm) Don't reinitialise PAM credentials before we have started PAM.djm2002-05-081-1/+4
* - (djm) Disable PAM password expiry until a complete fix for bug #188 existsdjm2002-04-261-1/+3
* - (djm) Make privsep work with PAM (still experimental)djm2002-04-231-1/+2
* - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hstevesk2002-04-041-2/+4
* - (djm) Cleanup after sync:djm2002-02-051-2/+2
* - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)stevesk2001-11-091-2/+3
* - (stevesk) Fix compile problem with PAM password change fixstevesk2001-10-281-3/+3
* - (djm) Fix for PAM password changes being echoed (from stevesk)djm2001-10-281-4/+4
* - (djm) Avoid bug in Solaris PAM libsdjm2001-10-281-2/+2
* - (stevesk) auth-pam.c: use PERMIT_NO_PASSWDstevesk2001-04-231-2/+2
* - (stevesk) pam_start() doesn't use DNS now for sshd -u0.stevesk2001-04-231-5/+7
* - (stevesk) set the default PAM service name to __progname insteadstevesk2001-04-201-1/+3
* - (djm) Reestablish PAM credentials (which can be supplemental groupdjm2001-03-271-3/+4
* - (djm) Don't loop forever when changing password via PAM. Patchdjm2001-03-211-9/+5
* - (djm) Make sure pam_retval is initialised on call to pam_end. Patchdjm2001-03-211-2/+2
* - (djm) Force standard PAM conversation function in a few more places.djm2001-02-281-1/+7
* whitspacedjm2001-02-261-1/+2
* - (djm) Clean up PAM namespace. Suggested by Darren Moffatdjm2001-02-151-56/+56
* - (djm) Don't try to close PAM session or delete credentials if thedjm2001-02-131-3/+13
* Oops - missed a bit of previous diffdjm2001-02-111-2/+2
* - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlettdjm2001-02-111-8/+9
* - (djm) Much KNF on PAM codedjm2001-02-071-106/+110
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27stevesk2001-02-051-30/+30
* NB: big update - may break stuff. Please test!djm2001-02-041-3/+5
* Hopefully things did not get mixed around too much. It compiles undermouring2001-01-221-1/+4
* - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)djm2001-01-191-4/+4
* - (djm) Workaround PAM inconsistencies between Solaris derived PAM codedjm2000-12-201-6/+6
* - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enabledjm2000-12-031-6/+29
* function prototype and definition consistency cleanup.stevesk2000-10-141-3/+3
* - (stevesk) ~/.hushlogin shouldn't cause required password change tostevesk2000-10-141-1/+7
* - (djm) Big OpenBSD sync:djm2000-10-141-2/+2
* - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial authdjm2000-10-141-8/+15
* - (stevesk) Print PAM return value in PAM log messages to aidstevesk2000-10-071-25/+32
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMdjm2000-09-161-48/+95
* - (djm) Quieten the pam delete credentials error messagedjm2000-08-291-2/+2
* - (djm) Fix pam sprintf fixdjm2000-07-091-2/+2
* - (djm) Only enable PAM_TTY kludge for Linux. Problem report fromdjm2000-07-091-1/+3
* - (djm) Fix bad fprintf format handling in auth-pam.c. Patch fromdjm2000-07-081-2/+2
* Add explanation of PAM_TTY kludgedjm2000-06-221-2/+9
* - (djm) Add summary of configure options to end of ./configure rundjm2000-06-181-1/+7
* - (djm) Glob manpages in RPM spec files to catch compressed filesdjm2000-06-121-6/+27
* - Cleanup of auth.c, login.c and fake-*damien2000-05-311-43/+70
* - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>damien2000-04-291-1/+5
* - Merge fixes from Debian patch from Phil Hands <phil@hands.com>damien2000-04-201-2/+3
* Add const to suppress compiler warningdamien2000-01-261-2/+2
* - Removed most of the pam code into its own file auth-pam.[ch]. Thisdamien1999-12-301-0/+239