1. d081f01 upstream: spelling errors in comments; no code change from by djm@openbsd.org · 4 years, 6 months ago
  2. 3bf2a6a upstream: Replace all calls to signal(2) with a wrapper around by dtucker@openbsd.org · 4 years, 7 months ago
  3. a8bd5fd Wrap copy_environment_blacklist() in #ifdef by Damien Miller · 4 years, 7 months ago
  4. b3f7009 Fix missing prototype warning for copy_environment by Ruben Kerkhof · 4 years, 8 months ago
  5. 72687c8 upstream: stdarg.h required more broadly; ok djm by deraadt@openbsd.org · 4 years, 10 months ago
  6. 4d28fa7 upstream: When system calls indicate an error they return -1, not by deraadt@openbsd.org · 5 years ago
  7. 885bc11 session: Do not use removed API by Damien Miller · 5 years ago
  8. 625b626 upstream: perform removal of agent-forwarding directory in forward by djm@openbsd.org · 6 years ago
  9. 318e4f8 upstream: syslog when connection is dropped for attempting to run a by djm@openbsd.org · 6 years ago
  10. 2ff2e19 don't set $MAIL if UsePam=yes by Damien Miller · 6 years ago
  11. 8c53d40 upstream: Adapt code in the non-USE_PIPES codepath to the new packet by dtucker@openbsd.org · 6 years ago
  12. 9b655dc last bits of old packet API / active_state global by Damien Miller · 6 years ago
  13. a5e2ad8 upstream: convert session.c to new packet API by djm@openbsd.org · 6 years ago
  14. 3a00a92 upstream: convert auth.c to new packet API by djm@openbsd.org · 6 years ago
  15. 0fa174e upstream: begin landing remaining refactoring of packet parsing by djm@openbsd.org · 6 years ago
  16. f47d72d upstream: tun_fwd_ifnames variable should b by djm@openbsd.org · 6 years ago
  17. 8a22ffa expose $SSH_CONNECTION in the PAM environment by Damien Miller · 6 years ago
  18. 2a35862 upstream: use path_absolute() for pathname checks; from Manoj Ampalam by djm@openbsd.org · 6 years ago
  19. f1dd179 upstream: include a little more information about the status and by djm@openbsd.org · 6 years ago
  20. ff3a411 only support SIGINFO on systems with SIGINFO by Damien Miller · 6 years ago
  21. cd98925 upstream: Add server support for signalling sessions via the SSH by djm@openbsd.org · 6 years ago
  22. 21fd477 upstream: fix indent; Clemens Goessnitzer by deraadt@openbsd.org · 6 years ago
  23. 5467fbc upstream: remove legacy key emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  24. 120a1ec Adapt portable to legacy buffer API removal by Damien Miller · 6 years ago
  25. 2808d18 upstream: sshd: switch loginmsg to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  26. 89dd615 upstream: ttymodes: switch to sshbuf API; ok djm@ by markus@openbsd.org · 6 years ago
  27. 3deb56f Fix other callers of read_environment_file. by Darren Tucker · 6 years ago
  28. 95344c2 upstream: allow sshd_config PermitUserEnvironment to accept a by djm@openbsd.org · 6 years ago
  29. 2801375 upstream: add a SetEnv directive for sshd_config to allow an by djm@openbsd.org · 6 years ago
  30. 3b9798b upstream: reorder child environment preparation so that variables by djm@openbsd.org · 6 years ago
  31. 7f90635 upstream: switch config file parsing to getline(3) as this avoids by markus@openbsd.org · 6 years ago
  32. 93c06ab upstream: permitlisten option for authorized_keys; ok markus@ by djm@openbsd.org · 6 years ago
  33. 115063a upstream: Add a PermitListen directive to control which server-side by djm@openbsd.org · 6 years ago
  34. 9c935dd upstream: make UID available as a %-expansion everywhere that the by djm@openbsd.org · 6 years ago
  35. 7c85685 upstream: switch over to the new authorized_keys options API and by djm@openbsd.org · 7 years ago
  36. ddc0f38 Remove UNICOS support. by Darren Tucker · 7 years ago
  37. 3c51143 Whitespace sync with upstream. by Darren Tucker · 7 years ago
  38. 19edfd4 Whitespace sync with upstream. by Darren Tucker · 7 years ago
  39. b7548b1 upstream commit by djm@openbsd.org · 7 years ago
  40. dbee411 upstream commit by djm@openbsd.org · 7 years ago
  41. de4ae07 upstream commit by djm@openbsd.org · 7 years ago
  42. 94bc1e7 Expose list of completed auth methods to PAM by Damien Miller · 7 years ago
  43. 8f57495 upstream commit by djm@openbsd.org · 7 years ago
  44. 8904ffc upstream commit by djm@openbsd.org · 7 years ago
  45. 9e509d4 upstream commit by deraadt@openbsd.org · 7 years ago
  46. 1e0cdf8 upstream commit by markus@openbsd.org · 7 years ago
  47. 7844f35 upstream commit by djm@openbsd.org · 8 years ago
  48. fc041c4 upstream commit by otto@openbsd.org · 8 years ago
  49. 83b5818 upstream commit by djm@openbsd.org · 8 years ago
  50. 6cb6dcf upstream commit by markus@openbsd.org · 8 years ago
  51. aa37768 get_remote_name_or_ip inside LOGIN_NEEDS_UTMPX by Darren Tucker · 8 years ago
  52. 85bdcd7 ignore PAM environment vars when UseLogin=yes by Damien Miller · 8 years ago
  53. 4b4bfb0 upstream commit by djm@openbsd.org · 8 years ago
  54. 9576726 upstream commit by djm@openbsd.org · 8 years ago
  55. 5a0fcb7 upstream commit by djm@openbsd.org · 9 years ago
  56. 44fc7cd upstream commit by djm@openbsd.org · 9 years ago
  57. 657a5fb upstream commit by deraadt@openbsd.org · 9 years ago
  58. 2ae4f33 upstream commit by deraadt@openbsd.org · 10 years ago
  59. 141efe4 upstream commit by djm@openbsd.org · 10 years ago
  60. 161cf41 upstream commit by djm@openbsd.org · 10 years ago
  61. 7acefbb - millert@cvs.openbsd.org 2014/07/15 15:54:14 by Damien Miller · 10 years ago
  62. 72e6b5c - djm@cvs.openbsd.org 2014/07/03 22:40:43 by Damien Miller · 10 years ago
  63. e5c0d52 - djm@cvs.openbsd.org 2014/07/03 03:34:09 by Damien Miller · 10 years ago
  64. a261b8d - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare by Tim Rice · 10 years ago
  65. c10bf4d - djm@cvs.openbsd.org 2014/03/03 22:22:30 by Damien Miller · 10 years ago
  66. 8569eba - djm@cvs.openbsd.org 2014/03/03 22:22:30 by Damien Miller · 11 years ago
  67. 1d2c456 - tedu@cvs.openbsd.org 2014/01/31 16:39:19 by Damien Miller · 11 years ago
  68. 617da33 - (tim) [session.c] Improve error reporting on set_id(). by Tim Rice · 11 years ago
  69. 9464ba6 - (tim) [platform.c session.c] Fix bug affecting SVR5 platforms introduced by Tim Rice · 11 years ago
  70. 293ee3c - dtucker@cvs.openbsd.org 2014/01/18 09:36:26 by Darren Tucker · 11 years ago
  71. 5ff30c6 - djm@cvs.openbsd.org 2013/10/29 09:48:02 by Damien Miller · 11 years ago
  72. 71df752 - djm@cvs.openbsd.org 2013/10/14 21:20:52 by Damien Miller · 11 years ago
  73. 85b45e0 - markus@cvs.openbsd.org 2013/07/19 07:37:48 by Damien Miller · 11 years ago
  74. f60845f - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c by Darren Tucker · 11 years ago
  75. a627d42 - djm@cvs.openbsd.org 2013/05/17 00:13:13 by Darren Tucker · 11 years ago
  76. a56086b - djm@cvs.openbsd.org 2013/04/19 01:03:01 by Damien Miller · 11 years ago
  77. f1a02ae - dtucker@cvs.openbsd.org 2013/04/17 09:04:09 by Damien Miller · 11 years ago
  78. 998cc56 - djm@cvs.openbsd.org 2013/03/06 23:35:23 by Damien Miller · 11 years ago
  79. 5852840 - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to by Damien Miller · 11 years ago
  80. aa5b3f8 - djm@cvs.openbsd.org 2012/12/02 20:46:11 by Damien Miller · 12 years ago
  81. 29cd188 - guenther@cvs.openbsd.org 2012/03/15 03:10:27 by Damien Miller · 12 years ago
  82. 9c5d553 - djm@cvs.openbsd.org 2011/10/24 02:13:13 by Darren Tucker · 13 years ago
  83. 14684a1 - (djm) [session.c] call setexeccon() before executing passwd for pw by Damien Miller · 13 years ago
  84. f80c3de - djm@cvs.openbsd.org 2010/11/25 04:10:09 by Damien Miller · 14 years ago
  85. d995712 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and by Darren Tucker · 14 years ago
  86. 0dac6fb - djm@cvs.openbsd.org 2010/11/13 23:27:51 by Damien Miller · 14 years ago
  87. b12fe27 - (dtucker) [platform.c platform.h session.c] Move the Cygwin special-case by Darren Tucker · 14 years ago
  88. cc12418 - (dtucker) [platform.c session.c] Move PAM credential establishment for the by Darren Tucker · 14 years ago
  89. 0b2ee64 - (dtucker) [platform.c session.c] Move irix setusercontext fragment into by Darren Tucker · 14 years ago
  90. 676b912 - (dtucker) platform.c session.c] Move aix_usrinfo frament into platform.c. by Darren Tucker · 14 years ago
  91. 7a8afe3 - (dtucker) platform.c session.c] Move the USE_LIBIAF fragment into by Darren Tucker · 14 years ago
  92. 728d837 - (dtucker) [platform.c session.c] Move the PAM credential establishment for by Darren Tucker · 14 years ago
  93. 44a97be - (dtucker) [platform.c session.c] Move the BSDI setpgrp into platform.c. by Darren Tucker · 14 years ago
  94. 4db3807 - (dtucker) [platform.c session.c] Move the AIX setpcred+chroot hack into by Darren Tucker · 14 years ago
  95. 920612e - (dtucker) [platform.c platform.h session.c] Add a platform hook to run by Darren Tucker · 14 years ago
  96. 9752835 - (dtucker) [configure.ac platform.{c,h} session.c by Darren Tucker · 14 years ago
  97. 8853ca5 - djm@cvs.openbsd.org 2010/06/25 07:20:04 by Damien Miller · 14 years ago
  98. 1b2b61e - djm@cvs.openbsd.org 2010/06/22 04:59:12 by Damien Miller · 14 years ago
  99. 7aa46ec - djm@cvs.openbsd.org 2010/06/18 03:16:03 by Damien Miller · 14 years ago
  100. 22a2988 - djm@cvs.openbsd.org 2010/04/23 22:42:05 by Damien Miller · 14 years ago