| Commit message (Expand) | Author | Age | Files | Lines |
* | - (dtucker) [auth-pam.c] Since people don't seem to be getting the message | dtucker | 2005-05-25 | 1 | -6/+16 |
* | Oops, did not intend to commit this yet | dtucker | 2005-01-20 | 1 | -16/+10 |
* | - djm@cvs.openbsd.org 2004/12/22 02:13:19 | dtucker | 2005-01-20 | 1 | -10/+16 |
* | - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user | dtucker | 2005-01-20 | 1 | -3/+14 |
* | - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculations | djm | 2004-10-16 | 1 | -6/+11 |
* | - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c] | dtucker | 2004-09-11 | 1 | -4/+6 |
* | - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change. | dtucker | 2004-09-11 | 1 | -46/+46 |
* | - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from | dtucker | 2004-09-11 | 1 | -4/+15 |
* | - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root | dtucker | 2004-08-16 | 1 | -1/+26 |
* | - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invalid | djm | 2004-07-21 | 1 | -2/+6 |
* | - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function, | djm | 2004-07-18 | 1 | -4/+7 |
* | - (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allows | dtucker | 2004-07-11 | 1 | -3/+3 |
* | - (dtucker) [auth-pam.c] Bug #559 (last piece): Pass DISALLOW_NULL_AUTHTOK | dtucker | 2004-07-01 | 1 | -2/+4 |
* | - (dtucker) [auth-pam.c] Bug #705: Make arguments match PAM specs, fixes | dtucker | 2004-07-01 | 1 | -8/+8 |
* | - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL | dtucker | 2004-06-30 | 1 | -1/+5 |
* | - (dtucker) [auth-pam.c] Don't use PAM namespace for | dtucker | 2004-06-19 | 1 | -5/+5 |
* | - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. | dtucker | 2004-06-03 | 1 | -5/+5 |
* | - (djm) [auth-pam.c] Add copyright for local changes | djm | 2004-06-01 | 1 | -1/+17 |
* | - (dtucker) [auth-pam.c] Use an invalid password for root if | dtucker | 2004-05-30 | 1 | -1/+11 |
* | - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM | dtucker | 2004-05-30 | 1 | -1/+98 |
* | - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" | dtucker | 2004-05-24 | 1 | -3/+10 |
* | - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses | dtucker | 2004-05-13 | 1 | -2/+2 |
* | - (dtucker) [auth-pam.c] Log username and source host for failed PAM | dtucker | 2004-04-18 | 1 | -3/+6 |
* | - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c | dtucker | 2004-03-30 | 1 | -8/+8 |
* | - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c | dtucker | 2004-03-08 | 1 | -12/+17 |
* | - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread, | dtucker | 2004-03-04 | 1 | -1/+2 |
* | - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with | dtucker | 2004-03-04 | 1 | -1/+3 |
* | - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for | dtucker | 2004-02-17 | 1 | -2/+47 |
* | - (dtucker) [auth-pam.c] Tidy up PAM debugging. ok djm@ | dtucker | 2004-02-17 | 1 | -3/+5 |
* | - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to | dtucker | 2004-02-10 | 1 | -19/+10 |
* | - (dtucker) [auth-pam.c] Add minor debugging. | dtucker | 2004-01-14 | 1 | -3/+12 |
* | - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add | dtucker | 2004-01-14 | 1 | -1/+4 |
* | - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits | dtucker | 2004-01-14 | 1 | -1/+22 |
* | - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. No | dtucker | 2004-01-13 | 1 | -12/+15 |
* | - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and | dtucker | 2004-01-08 | 1 | -3/+1 |
* | - (djm) OSX/Darwin put the PAM headers in a different place, detect this. | djm | 2004-01-02 | 1 | -1/+5 |
* | Enable commented-out "if (compat20)" test. (Should not have been committed.) | dtucker | 2003-12-18 | 1 | -3/+3 |
* | - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive | dtucker | 2003-12-18 | 1 | -13/+51 |
* | more whitespace (tabs this time) | djm | 2003-11-21 | 1 | -4/+4 |
* | - djm@cvs.openbsd.org 2003/11/21 11:57:03 | djm | 2003-11-21 | 1 | -22/+22 |
* | - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@ | dtucker | 2003-11-18 | 1 | -1/+3 |
* | - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv, | dtucker | 2003-11-18 | 1 | -31/+25 |
* | - (djm) Export environment variables from authentication subprocess to | djm | 2003-11-17 | 1 | -7/+76 |
* | - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int | djm | 2003-11-17 | 1 | -12/+23 |
* | - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and | dtucker | 2003-11-13 | 1 | -3/+3 |
* | - (dtucker) [auth-pam.c] Append newlines to lines output by the | dtucker | 2003-11-13 | 1 | -3/+3 |
* | Add FALLTHROUGH comment | dtucker | 2003-10-09 | 1 | -1/+2 |
* | - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static | dtucker | 2003-10-07 | 1 | -20/+20 |
* | - (djm) Sync with V_3_7 branch: | djm | 2003-09-23 | 1 | -30/+54 |
* | - (djm) Sync with V_3_7 branch | djm | 2003-09-16 | 1 | -9/+11 |