1. 2a9bf4b - (dtucker) [auth-pam.c] Log username and source host for failed PAM by Darren Tucker · 20 years ago
  2. 17addf0 - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c by Darren Tucker · 20 years ago
  3. dbf7a74 - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c by Darren Tucker · 20 years ago
  4. b9b6021 - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread, by Darren Tucker · 21 years ago
  5. 4b385d4 - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with by Darren Tucker · 21 years ago
  6. 5cf8ef7 - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for by Darren Tucker · 21 years ago
  7. ba53b83 - (dtucker) [auth-pam.c] Tidy up PAM debugging. ok djm@ by Darren Tucker · 21 years ago
  8. 1921ed9 - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to by Darren Tucker · 21 years ago
  9. a8df924 - (dtucker) [auth-pam.c] Add minor debugging. by Darren Tucker · 21 years ago
  10. 7ae0962 - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add by Darren Tucker · 21 years ago
  11. 749bc95 - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits by Darren Tucker · 21 years ago
  12. 1b27c8f - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. No by Darren Tucker · 21 years ago
  13. 0234e86 - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and by Darren Tucker · 21 years ago
  14. 0f47c53 - (djm) OSX/Darwin put the PAM headers in a different place, detect this. by Damien Miller · 21 years ago
  15. c376c86 Enable commented-out "if (compat20)" test. (Should not have been committed.) by Darren Tucker · 21 years ago
  16. 07705c7 - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive by Darren Tucker · 21 years ago
  17. 787b2ec more whitespace (tabs this time) by Damien Miller · 21 years ago
  18. a8e06ce - djm@cvs.openbsd.org 2003/11/21 11:57:03 by Damien Miller · 21 years ago
  19. 8a1624c - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@ by Darren Tucker · 21 years ago
  20. 18df00c - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv, by Darren Tucker · 21 years ago
  21. c756e9b - (djm) Export environment variables from authentication subprocess to by Damien Miller · 21 years ago
  22. 9bdba70 - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int by Damien Miller · 21 years ago
  23. ae52b7c - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and by Darren Tucker · 21 years ago
  24. 0947ddf - (dtucker) [auth-pam.c] Append newlines to lines output by the by Darren Tucker · 21 years ago
  25. 439ce0d Add FALLTHROUGH comment by Darren Tucker · 21 years ago
  26. 8846a07 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static by Darren Tucker · 21 years ago
  27. 5c3a558 - (djm) Sync with V_3_7 branch: by Damien Miller · 21 years ago
  28. f272809 - (djm) Sync with V_3_7 branch by Damien Miller · 21 years ago
  29. 455813b Add extern __progname, needed if SSHD_PAM_SERVICE not defined by Darren Tucker · 21 years ago
  30. c58c2ee - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch by Darren Tucker · 21 years ago
  31. 341c6e6 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session by Damien Miller · 21 years ago
  32. f4b6f10 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler by Damien Miller · 21 years ago
  33. 49aaf4a - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h by Darren Tucker · 21 years ago
  34. 1f499fd - (djm) Bug #564: Perform PAM account checks for all authentications when by Damien Miller · 21 years ago
  35. f38db7f - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@ by Darren Tucker · 21 years ago
  36. 7f2d795 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal by Damien Miller · 21 years ago
  37. 3a961dc - (djm) OpenBSD CVS Sync by Damien Miller · 21 years ago
  38. 4633720 - (djm) Fix segv from bad reordering in auth-pam.c by Damien Miller · 21 years ago
  39. 25d9342 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in by Damien Miller · 21 years ago
  40. e27c6cc - (djm) Guard free_pam_environment against NULL argument. Works around by Damien Miller · 21 years ago
  41. 9d507da - (djm) Die screaming if start_pam() is called when UsePAM=no by Damien Miller · 21 years ago
  42. 4e448a3 - (djm) Add new UsePAM configuration directive to allow runtime control by Damien Miller · 21 years ago
  43. 4f9f42a - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with by Damien Miller · 21 years ago
  44. eab4bae - (djm) Add back radix.o (used by AFS support), after it went missing from by Damien Miller · 21 years ago
  45. 996acd2 *** empty log message *** by Damien Miller · 21 years ago
  46. 2101bfc - (djm) Reorganise PAM & SIA password handling to eliminate some common code by Damien Miller · 22 years ago
  47. 6a998eb - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar by Kevin Steves · 22 years ago
  48. 6fa740b - (stevesk) [auth-pam.c] typo in comment by Kevin Steves · 22 years ago
  49. 38b050a - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be by Kevin Steves · 22 years ago
  50. 287077e - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h by Kevin Steves · 22 years ago
  51. 3429a1b - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch by Kevin Steves · 22 years ago
  52. 63007d4 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch; by Kevin Steves · 22 years ago
  53. 6cdecd0 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's by Kevin Steves · 22 years ago
  54. 23fe57c - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & by Damien Miller · 22 years ago
  55. f762a4b - (djm) Don't reinitialise PAM credentials before we have started PAM. by Damien Miller · 22 years ago
  56. ae9d5af - (djm) Disable PAM password expiry until a complete fix for bug #188 exists by Damien Miller · 22 years ago
  57. 7941855 - (djm) Make privsep work with PAM (still experimental) by Damien Miller · 22 years ago
  58. e683e76 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h by Kevin Steves · 22 years ago
  59. f3451a2 - (djm) Cleanup after sync: by Damien Miller · 23 years ago
  60. de77b46 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK) by Kevin Steves · 23 years ago
  61. fe2f4a1 - (stevesk) Fix compile problem with PAM password change fix by Kevin Steves · 23 years ago
  62. 0925648 - (djm) Fix for PAM password changes being echoed (from stevesk) by Damien Miller · 23 years ago
  63. 33cdd9e - (djm) Avoid bug in Solaris PAM libs by Damien Miller · 23 years ago
  64. 706e7a9 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD by Kevin Steves · 23 years ago
  65. 5f3b9b9 - (stevesk) pam_start() doesn't use DNS now for sshd -u0. by Kevin Steves · 23 years ago
  66. 85ecbe7 - (stevesk) set the default PAM service name to __progname instead by Kevin Steves · 23 years ago
  67. f9e9300 - (djm) Reestablish PAM credentials (which can be supplemental group by Damien Miller · 23 years ago
  68. ec7e1b1 - (djm) Don't loop forever when changing password via PAM. Patch by Damien Miller · 23 years ago
  69. 2e9adb2 - (djm) Make sure pam_retval is initialised on call to pam_end. Patch by Damien Miller · 23 years ago
  70. 882c2ee - (djm) Force standard PAM conversation function in a few more places. by Damien Miller · 24 years ago
  71. 31a501d whitspace by Damien Miller · 24 years ago
  72. 646aa60 - (djm) Clean up PAM namespace. Suggested by Darren Moffat by Damien Miller · 24 years ago
  73. 3dfeee4 - (djm) Don't try to close PAM session or delete credentials if the by Damien Miller · 24 years ago
  74. ac2b1a5 Oops - missed a bit of previous diff by Damien Miller · 24 years ago
  75. bd5817d - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett by Damien Miller · 24 years ago
  76. 63dc3e9 - (djm) Much KNF on PAM code by Damien Miller · 24 years ago
  77. ef4eea9 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27 by Kevin Steves · 24 years ago
  78. 3380426 by Damien Miller · 24 years ago
  79. 226cfa0 Hopefully things did not get mixed around too much. It compiles under by Ben Lindstrom · 24 years ago
  80. 22e22bf - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>) by Damien Miller · 24 years ago
  81. 82cf0ce - (djm) Workaround PAM inconsistencies between Solaris derived PAM code by Damien Miller · 24 years ago
  82. b848158 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable by Damien Miller · 24 years ago
  83. 6beac8c function prototype and definition consistency cleanup. by Kevin Steves · 24 years ago
  84. 092f2ef - (stevesk) ~/.hushlogin shouldn't cause required password change to by Kevin Steves · 24 years ago
  85. 874d77b - (djm) Big OpenBSD sync: by Damien Miller · 24 years ago
  86. 60819b4 - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth by Damien Miller · 24 years ago
  87. cccca27 - (stevesk) Print PAM return value in PAM log messages to aid by Kevin Steves · 24 years ago
  88. 9d5705a - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM by Damien Miller · 24 years ago
  89. 7cfaaf2 - (djm) Quieten the pam delete credentials error message by Damien Miller · 24 years ago
  90. f9b625c - (djm) Fix pam sprintf fix by Damien Miller · 24 years ago
  91. 4e99720 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from by Damien Miller · 24 years ago
  92. ce40c70 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from by Damien Miller · 24 years ago
  93. c19fd5f Add explanation of PAM_TTY kludge by Damien Miller · 24 years ago
  94. 7b22d65 - (djm) Add summary of configure options to end of ./configure run by Damien Miller · 24 years ago
  95. e69f18c - (djm) Glob manpages in RPM spec files to catch compressed files by Damien Miller · 24 years ago
  96. 2f6a0ad - Cleanup of auth.c, login.c and fake-* by Damien Miller · 24 years ago
  97. 1bead33 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au> by Damien Miller · 24 years ago
  98. d0cff3e - Merge fixes from Debian patch from Phil Hands <phil@hands.com> by Damien Miller · 24 years ago
  99. 3e955e7 Add const to suppress compiler warning by Damien Miller · 25 years ago
  100. e72b7af - Removed most of the pam code into its own file auth-pam.[ch]. This by Damien Miller · 25 years ago