summaryrefslogtreecommitdiff
path: root/auth-pam.c
Commit message (Expand)AuthorAgeFilesLines
* more whitespace (tabs this time)djm2003-11-211-4/+4
* - djm@cvs.openbsd.org 2003/11/21 11:57:03djm2003-11-211-22/+22
* - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@dtucker2003-11-181-1/+3
* - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv,dtucker2003-11-181-31/+25
* - (djm) Export environment variables from authentication subprocess todjm2003-11-171-7/+76
* - (djm) Bug #632: Don't call pam_end indirectly from within kbd-intdjm2003-11-171-12/+23
* - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO anddtucker2003-11-131-3/+3
* - (dtucker) [auth-pam.c] Append newlines to lines output by thedtucker2003-11-131-3/+3
* Add FALLTHROUGH commentdtucker2003-10-091-1/+2
* - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new staticdtucker2003-10-071-20/+20
* - (djm) Sync with V_3_7 branch:djm2003-09-231-30/+54
* - (djm) Sync with V_3_7 branchdjm2003-09-161-9/+11
* Add extern __progname, needed if SSHD_PAM_SERVICE not defineddtucker2003-09-131-1/+2
* - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patchdtucker2003-09-131-2/+3
* - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM sessiondjm2003-09-021-7/+12
* - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compilerdjm2003-09-021-3/+9
* - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.hdtucker2003-08-261-1/+24
* - (djm) Bug #564: Perform PAM account checks for all authentications whendjm2003-08-251-25/+27
* - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@dtucker2003-08-081-6/+8
* - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks baldjm2003-07-301-5/+8
* - (djm) OpenBSD CVS Syncdjm2003-06-031-3/+2
* - (djm) Fix segv from bad reordering in auth-pam.cdjm2003-06-021-2/+2
* - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing indjm2003-05-181-3/+21
* - (djm) Guard free_pam_environment against NULL argument. Works arounddjm2003-05-161-0/+3
* - (djm) Die screaming if start_pam() is called when UsePAM=nodjm2003-05-141-0/+3
* - (djm) Add new UsePAM configuration directive to allow runtime controldjm2003-05-141-1/+6
* - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge withAFTER_FREEBSD_PAM_MERGEdjm2003-05-101-351/+544
* - (djm) Add back radix.o (used by AFS support), after it went missing fromdjm2003-04-291-7/+7
* *** empty log message ***djm2003-04-091-4/+4
* - (djm) Reorganise PAM & SIA password handling to eliminate some common codedjm2003-01-221-9/+1
* - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solarstevesk2002-07-281-2/+2
* - (stevesk) [auth-pam.c] typo in commentstevesk2002-07-231-2/+2
* - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must bestevesk2002-07-231-1/+11
* - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.hstevesk2002-07-211-2/+1
* - (stevesk) [auth-pam.c] cast to avoid initialization type mismatchstevesk2002-07-211-2/+2
* - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;stevesk2002-07-211-2/+24
* - (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