1. b56dbfd Add missing bracket in realpath macro. by Darren Tucker · 4 years, 11 months ago
  2. 79d46de Use sftp_realpath if no native realpath. by Darren Tucker · 4 years, 11 months ago
  3. 1bcd116 Add implementation of localtime_r. by Darren Tucker · 4 years, 11 months ago
  4. 5fe81da Fix ifdefs to not mask needed bits. by Darren Tucker · 4 years, 11 months ago
  5. 7169e31 Move utimensat definition into timespec section. by Darren Tucker · 4 years, 11 months ago
  6. a6258e5 Add minimal fchownat and fchmodat implementations. by Darren Tucker · 6 years ago
  7. 091093d Add a minimal implementation of utimensat(). by Darren Tucker · 6 years ago
  8. 58fd4c5 Check for and work around buggy fflush(NULL). by Darren Tucker · 7 years ago
  9. f0b245b Check if HAVE_DECL_BZERO correctly. by Darren Tucker · 7 years ago
  10. cd3ab57 Hook up flock() compat code. by Darren Tucker · 7 years ago
  11. b39593a Add no-op getsid implmentation. by Darren Tucker · 7 years ago
  12. 6c8c9a6 Check for raise and supply if needed. by Darren Tucker · 7 years ago
  13. a900442 Check for bzero and supply if needed. by Darren Tucker · 7 years ago
  14. fbfa6f9 Move signal compat code into bsd-signal.{c,h} by Darren Tucker · 7 years ago
  15. 44fc334 Add minimal strsignal for platforms without it. by Darren Tucker · 7 years ago
  16. d38f05d Add llabs() implementation. by Darren Tucker · 7 years ago
  17. 1e8013a Remove obsolete CVS $Id from source files. by Darren Tucker · 8 years ago
  18. c20dccb Strip trailing whitespace. by Darren Tucker · 8 years ago
  19. 6310ef2 Move err.h replacements into compat lib. by Darren Tucker · 8 years ago
  20. 3ddd15e Add a null implementation of pledge. by Darren Tucker · 9 years ago
  21. e7bf3a5 Use do{}while(0) for no-op functions. by Darren Tucker · 9 years ago
  22. f3ab2c5 - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support by Darren Tucker · 11 years ago
  23. efdf534 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null by Darren Tucker · 11 years ago
  24. f4db77d - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Damien Miller · 12 years ago
  25. 3c4a24c - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Darren Tucker · 12 years ago
  26. 34f702a - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for by Darren Tucker · 12 years ago
  27. e3609c9 - (tim) [openbsd-compat/bsd-misc.h sshd.c] Fix conflicting return type for by Tim Rice · 13 years ago
  28. c7a8af0 - (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] Add by Tim Rice · 14 years ago
  29. 3804903 - (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}] by Darren Tucker · 20 years ago
  30. 36f4965 - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in by Damien Miller · 20 years ago
  31. 60bd409 - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] by Darren Tucker · 20 years ago
  32. 86c093d - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h by Darren Tucker · 21 years ago
  33. 98225c2 - (djm) Simplify the license on code I have written. No code changes. by Damien Miller · 21 years ago
  34. 515d0f9 - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our by Ben Lindstrom · 21 years ago
  35. 5ade9ab - (bal) redo how we handle 'mysignal()'. Move it to by Ben Lindstrom · 21 years ago
  36. 59d3d5b - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal by Damien Miller · 21 years ago
  37. f38ea77 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Darren Tucker · 21 years ago
  38. 2e9c9cf - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] by Darren Tucker · 21 years ago
  39. 3174125 - (djm) Big KNF on openbsd-compat/ by Damien Miller · 21 years ago
  40. 4e4dc56 by Tim Rice · 22 years ago
  41. 0e23ebc - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com by Ben Lindstrom · 22 years ago
  42. 837461b - (bal) Build noop setgroups() for cygwin to clean up code (For other by Ben Lindstrom · 22 years ago
  43. 4bd2a19 by Tim Rice · 22 years ago
  44. cb17e99 - (stevesk) use setresgid() for setegid() if needed by Kevin Steves · 23 years ago
  45. e9cf357 - (djm) Add CVS Id's to files that we have missed by Damien Miller · 24 years ago
  46. 3c06f6a - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to by Ben Lindstrom · 24 years ago[Renamed from bsd-misc.h]
  47. 42202bc - (bal) utimes() support via utime() interface on machine that lack utimes(). by Ben Lindstrom · 24 years ago
  48. 49a79c0 - (stevek) Reworked progname support. by Ben Lindstrom · 24 years ago
  49. 67e21e1 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and by Ben Lindstrom · 24 years ago
  50. 8848b24 - (stevesk) Add initial support for setproctitle(). Current by Kevin Steves · 24 years ago
  51. 9d5705a - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM by Damien Miller · 24 years ago
  52. 11fa2cc - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) by Damien Miller · 24 years ago
  53. ecbb26d - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> by Damien Miller · 24 years ago
  54. 040f383 - Wrote entropy collection routines for systems that lack /dev/random by Damien Miller · 24 years ago
  55. f20c2aa Doc updates by Damien Miller · 25 years ago
  56. e72b7af - Removed most of the pam code into its own file auth-pam.[ch]. This by Damien Miller · 25 years ago
  57. 753331e - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] by Damien Miller · 25 years ago[Renamed (94%) from helper.h]
  58. d770252 - Added a setenv replacement for systems which lack it by Damien Miller · 25 years ago
  59. e413cba Disabled code based on autoconf tests by Damien Miller · 25 years ago
  60. 3d112ef Big PAM cleanup by Damien Miller · 25 years ago
  61. d4a8b7e Initial revision by Damien Miller · 25 years ago