1. 52358d6 - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: Move by Darren Tucker · 16 years ago
  2. 57d4ca9 - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@ by Darren Tucker · 17 years ago
  3. 2216471 - (dtucker) [auth-pam.c] Return empty string if fgets fails in by Darren Tucker · 17 years ago
  4. 29171e9 - (dtucker) [auth-pam.c] malloc+memset -> calloc. Patch from by Darren Tucker · 17 years ago
  5. 54e1b22 - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM auth by Darren Tucker · 18 years ago
  6. ded319c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] by Damien Miller · 18 years ago
  7. 75bb664 - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c] by Damien Miller · 18 years ago
  8. 4cbfe8e - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c] by Damien Miller · 18 years ago
  9. 2ab323e - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c by Damien Miller · 18 years ago
  10. b8fe89c - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c] by Damien Miller · 18 years ago
  11. 341dae5 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h by Darren Tucker · 18 years ago
  12. 2c77b7f - (dtucker) [auth-pam.c] Bug #1188: pass result of do_pam_account back and by Darren Tucker · 18 years ago
  13. d8093e4 - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c by Darren Tucker · 18 years ago
  14. 3681209 - djm@cvs.openbsd.org 2006/03/25 01:13:23 by Damien Miller · 18 years ago
  15. b0fb687 - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 by Damien Miller · 18 years ago
  16. 66f9eb6 - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via by Damien Miller · 18 years ago
  17. 6645e7a - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c] by Damien Miller · 18 years ago
  18. 1d4ebbf Correct format in debug message by Darren Tucker · 18 years ago
  19. 7b1e695 - (dtucker) [auth-pam.c] Bug #1028: send final non-query messages from by Darren Tucker · 19 years ago
  20. 37294fb - (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line by Damien Miller · 19 years ago
  21. 94cf4c8 - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c] by Damien Miller · 19 years ago
  22. 4f1adad - (dtucker) [auth-pam.c] Ensure that only one side of the authentication by Darren Tucker · 19 years ago
  23. f08bdb5 - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux: by Darren Tucker · 19 years ago
  24. 328118a - (dtucker) [auth-pam.c] Since people don't seem to be getting the message by Darren Tucker · 19 years ago
  25. d5bfa8f Oops, did not intend to commit this yet by Darren Tucker · 20 years ago
  26. d231186 - djm@cvs.openbsd.org 2004/12/22 02:13:19 by Darren Tucker · 20 years ago
  27. 36a3d60 - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user by Darren Tucker · 20 years ago
  28. daffc6a - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculations by Damien Miller · 20 years ago
  29. 77fc29e - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c] by Darren Tucker · 20 years ago
  30. 0a7e3c6 - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change. by Darren Tucker · 20 years ago
  31. 69687f4 - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from by Darren Tucker · 20 years ago
  32. 21dd089 - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root by Darren Tucker · 20 years ago
  33. 2d2ed3d - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invalid by Damien Miller · 20 years ago
  34. a6fb77f - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function, by Damien Miller · 20 years ago
  35. 5d423f4 - (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allows by Darren Tucker · 20 years ago
  36. 1f7e408 - (dtucker) [auth-pam.c] Bug #559 (last piece): Pass DISALLOW_NULL_AUTHTOK by Darren Tucker · 20 years ago
  37. e2ba9c2 - (dtucker) [auth-pam.c] Bug #705: Make arguments match PAM specs, fixes by Darren Tucker · 20 years ago
  38. 59e0602 - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL by Darren Tucker · 20 years ago
  39. 17db1c4 - (dtucker) [auth-pam.c] Don't use PAM namespace for by Darren Tucker · 20 years ago
  40. 94befab - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. by Darren Tucker · 20 years ago
  41. 26314f6 - (djm) [auth-pam.c] Add copyright for local changes by Damien Miller · 20 years ago
  42. e061b15 - (dtucker) [auth-pam.c] Use an invalid password for root if by Darren Tucker · 20 years ago
  43. 450a158 - (dtucker) [auth-pam.c auth-pam.h auth-passwd.c]: Bug #874: Re-add PAM by Darren Tucker · 20 years ago
  44. b53355e - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" by Darren Tucker · 20 years ago
  45. b6db172 - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c uses by Darren Tucker · 20 years ago
  46. 2a9bf4b - (dtucker) [auth-pam.c] Log username and source host for failed PAM by Darren Tucker · 20 years ago
  47. 17addf0 - (dtucker) [auth-pam.c] rename the_authctxt to sshpam_authctxt in auth-pam.c by Darren Tucker · 20 years ago
  48. dbf7a74 - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c by Darren Tucker · 20 years ago
  49. b9b6021 - (dtucker) [auth-pam.c] Reset signal status when starting pam auth thread, by Darren Tucker · 20 years ago
  50. 4b385d4 - (dtucker) [auth-pam.c] Don't try to export PAM when compiled with by Darren Tucker · 20 years ago
  51. 5cf8ef7 - (dtucker) [auth-pam.c] Store output from pam_session and pam_setcred for by Darren Tucker · 20 years ago
  52. ba53b83 - (dtucker) [auth-pam.c] Tidy up PAM debugging. ok djm@ by Darren Tucker · 20 years ago
  53. 1921ed9 - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to by Darren Tucker · 20 years ago
  54. a8df924 - (dtucker) [auth-pam.c] Add minor debugging. by Darren Tucker · 21 years ago
  55. 7ae0962 - (dtucker) [auth-pam.c] Reset signal handler in pthread_cancel too, add by Darren Tucker · 21 years ago
  56. 749bc95 - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits by Darren Tucker · 21 years ago
  57. 1b27c8f - (dtucker) [auth-pam.c] Relocate struct pam_ctxt and prototypes. No by Darren Tucker · 21 years ago
  58. 0234e86 - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and by Darren Tucker · 21 years ago
  59. 0f47c53 - (djm) OSX/Darwin put the PAM headers in a different place, detect this. by Damien Miller · 21 years ago
  60. c376c86 Enable commented-out "if (compat20)" test. (Should not have been committed.) by Darren Tucker · 21 years ago
  61. 07705c7 - (dtucker) [auth-pam.c] Do PAM chauthtok during SSH2 keyboard-interactive by Darren Tucker · 21 years ago
  62. 787b2ec more whitespace (tabs this time) by Damien Miller · 21 years ago
  63. a8e06ce - djm@cvs.openbsd.org 2003/11/21 11:57:03 by Damien Miller · 21 years ago
  64. 8a1624c - (dtucker) [auth-pam.c] Only use pam_putenv if our platform has it. ok djm@ by Darren Tucker · 21 years ago
  65. 18df00c - (dtucker) [auth-pam.c] Convert chauthtok_conv into a generic tty_conv, by Darren Tucker · 21 years ago
  66. c756e9b - (djm) Export environment variables from authentication subprocess to by Damien Miller · 21 years ago
  67. 9bdba70 - (djm) Bug #632: Don't call pam_end indirectly from within kbd-int by Damien Miller · 21 years ago
  68. ae52b7c - (dtucker) [auth-pam.c] Add newline to accumulated PAM_TEXT_INFO and by Darren Tucker · 21 years ago
  69. 0947ddf - (dtucker) [auth-pam.c] Append newlines to lines output by the by Darren Tucker · 21 years ago
  70. 439ce0d Add FALLTHROUGH comment by Darren Tucker · 21 years ago
  71. 8846a07 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static by Darren Tucker · 21 years ago
  72. 5c3a558 - (djm) Sync with V_3_7 branch: by Damien Miller · 21 years ago
  73. f272809 - (djm) Sync with V_3_7 branch by Damien Miller · 21 years ago
  74. 455813b Add extern __progname, needed if SSHD_PAM_SERVICE not defined by Darren Tucker · 21 years ago
  75. c58c2ee - (dtucker) [auth-pam.c] Use SSHD_PAM_SERVICE for PAM service name, patch by Darren Tucker · 21 years ago
  76. 341c6e6 - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session by Damien Miller · 21 years ago
  77. f4b6f10 - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler by Damien Miller · 21 years ago
  78. 49aaf4a - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h by Darren Tucker · 21 years ago
  79. 1f499fd - (djm) Bug #564: Perform PAM account checks for all authentications when by Damien Miller · 21 years ago
  80. f38db7f - (dtucker) [auth-pam.c] Don't set PAM_TTY if tty is null. ok djm@ by Darren Tucker · 21 years ago
  81. 7f2d795 - (djm) [auth-pam.c] Don't use crappy APIs like sprintf. Thanks bal by Damien Miller · 21 years ago
  82. 3a961dc - (djm) OpenBSD CVS Sync by Damien Miller · 21 years ago
  83. 4633720 - (djm) Fix segv from bad reordering in auth-pam.c by Damien Miller · 21 years ago
  84. 25d9342 - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in by Damien Miller · 21 years ago
  85. e27c6cc - (djm) Guard free_pam_environment against NULL argument. Works around by Damien Miller · 21 years ago
  86. 9d507da - (djm) Die screaming if start_pam() is called when UsePAM=no by Damien Miller · 21 years ago
  87. 4e448a3 - (djm) Add new UsePAM configuration directive to allow runtime control by Damien Miller · 21 years ago
  88. 4f9f42a - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with by Damien Miller · 21 years ago
  89. eab4bae - (djm) Add back radix.o (used by AFS support), after it went missing from by Damien Miller · 21 years ago
  90. 996acd2 *** empty log message *** by Damien Miller · 21 years ago
  91. 2101bfc - (djm) Reorganise PAM & SIA password handling to eliminate some common code by Damien Miller · 22 years ago
  92. 6a998eb - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar by Kevin Steves · 22 years ago
  93. 6fa740b - (stevesk) [auth-pam.c] typo in comment by Kevin Steves · 22 years ago
  94. 38b050a - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be by Kevin Steves · 22 years ago
  95. 287077e - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h by Kevin Steves · 22 years ago
  96. 3429a1b - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch by Kevin Steves · 22 years ago
  97. 63007d4 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch; by Kevin Steves · 22 years ago
  98. 6cdecd0 - (stevesk) [auth-pam.c] merge cosmetic changes from solar's by Kevin Steves · 22 years ago
  99. 23fe57c - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & by Damien Miller · 22 years ago
  100. f762a4b - (djm) Don't reinitialise PAM credentials before we have started PAM. by Damien Miller · 22 years ago