1. d527704 - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. by Darren Tucker · 11 years ago
  2. f4db77d - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Damien Miller · 11 years ago
  3. 2991d28 - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes by Darren Tucker · 11 years ago
  4. 62e4edc spacing by Darren Tucker · 11 years ago
  5. 3c4a24c - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Darren Tucker · 11 years ago
  6. c7a8af0 - (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] Add by Tim Rice · 14 years ago
  7. 1534fa4 - (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder" by Darren Tucker · 17 years ago
  8. 781e7a2 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h by Darren Tucker · 17 years ago
  9. 450d2af - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2) by Darren Tucker · 18 years ago
  10. e086955 - (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on by Darren Tucker · 18 years ago
  11. b8fe89c - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c] by Damien Miller · 18 years ago
  12. b0fb687 - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 by Damien Miller · 18 years ago
  13. 6645e7a - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c] by Damien Miller · 18 years ago
  14. d32e293 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). by Darren Tucker · 19 years ago
  15. 2be1cbb - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c by Darren Tucker · 19 years ago
  16. 3804903 - (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}] by Darren Tucker · 19 years ago
  17. 36f4965 - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in by Damien Miller · 20 years ago
  18. 03669a3 - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at by Darren Tucker · 20 years ago
  19. ba6de95 - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c by Darren Tucker · 20 years ago
  20. 60bd409 - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] by Darren Tucker · 20 years ago
  21. 98225c2 - (djm) Simplify the license on code I have written. No code changes. by Damien Miller · 20 years ago
  22. 563eb99 - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are by Ben Lindstrom · 21 years ago
  23. 5ade9ab - (bal) redo how we handle 'mysignal()'. Move it to by Ben Lindstrom · 21 years ago
  24. 59d3d5b - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal by Damien Miller · 21 years ago
  25. f38ea77 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Darren Tucker · 21 years ago
  26. bdf571b - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp. by Darren Tucker · 21 years ago
  27. 048737c Remove unused variable. by Darren Tucker · 21 years ago
  28. 2e9c9cf - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Darren Tucker · 21 years ago
  29. 3174125 - (djm) Big KNF on openbsd-compat/ by Damien Miller · 21 years ago
  30. 4e4dc56 by Tim Rice · 21 years ago
  31. a8ed44b - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More by Damien Miller · 22 years ago
  32. 100d586 - (bal) Correction to utimes() again. by Ben Lindstrom · 22 years ago
  33. 723e29a - (bal) minor correction to utimes() replacement. Patch by by Ben Lindstrom · 22 years ago
  34. 0e23ebc - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com by Ben Lindstrom · 22 years ago
  35. 837461b - (bal) Build noop setgroups() for cygwin to clean up code (For other by Ben Lindstrom · 22 years ago
  36. 4bd2a19 by Tim Rice · 22 years ago
  37. 926ce58 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c by Ben Lindstrom · 23 years ago
  38. cb17e99 - (stevesk) use setresgid() for setegid() if needed by Kevin Steves · 23 years ago
  39. 46e55aa - Fix strerror() in bsd-misc.c by Ben Lindstrom · 23 years ago
  40. e9cf357 - (djm) Add CVS Id's to files that we have missed by Damien Miller · 23 years ago
  41. 3c06f6a - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to by Ben Lindstrom · 24 years ago[Renamed from bsd-misc.c]
  42. 42202bc - (bal) utimes() support via utime() interface on machine that lack utimes(). by Ben Lindstrom · 24 years ago
  43. 49a79c0 - (stevek) Reworked progname support. by Ben Lindstrom · 24 years ago
  44. 8848b24 - (stevesk) Add initial support for setproctitle(). Current by Kevin Steves · 24 years ago
  45. 9d5705a - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM by Damien Miller · 24 years ago
  46. 11fa2cc - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) by Damien Miller · 24 years ago
  47. ecbb26d - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> by Damien Miller · 24 years ago
  48. 8bb73be - OpenBSD CVS updates by Damien Miller · 24 years ago
  49. 9f98f06 Removed excess seed_rng calls by Damien Miller · 24 years ago
  50. 040f383 - Wrote entropy collection routines for systems that lack /dev/random by Damien Miller · 24 years ago
  51. 2c9279f - Better tests for OpenSSL w/ RSAref by Damien Miller · 24 years ago
  52. f09b07a - Don't free argument to putenv() after use (in setenv() replacement). by Damien Miller · 24 years ago
  53. f07390e - Seed OpenSSL's random number generator before generating RSA keypairs by Damien Miller · 25 years ago
  54. 4e61b79 fix comment by Damien Miller · 25 years ago
  55. 1fa154b - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin by Damien Miller · 25 years ago
  56. f20c2aa Doc updates by Damien Miller · 25 years ago
  57. 6b85a7f - Added support for directory-based lastlogs by Damien Miller · 25 years ago
  58. e72b7af - Removed most of the pam code into its own file auth-pam.[ch]. This by Damien Miller · 25 years ago
  59. 753331e - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] by Damien Miller · 25 years ago[Renamed (99%) from helper.c]
  60. 037a0dc - Merged more OpenBSD changes: by Damien Miller · 25 years ago
  61. d770252 - Added a setenv replacement for systems which lack it by Damien Miller · 25 years ago
  62. d71b12e - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>) by Damien Miller · 25 years ago
  63. a75cb96 error message fix by Damien Miller · 25 years ago
  64. 58fc473 - EGD uses a socket, not a named pipe. Duh. - Fix includes in fingerprint.c by Damien Miller · 25 years ago
  65. ab18c41 - Added (untested) Entropy Gathering Daemon (EGD) support by Damien Miller · 25 years ago
  66. e413cba Disabled code based on autoconf tests by Damien Miller · 25 years ago
  67. 3d112ef Big PAM cleanup by Damien Miller · 25 years ago
  68. d4a8b7e Initial revision by Damien Miller · 25 years ago