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