1. be02d7c upstream: lots of things were relying on libcrypto headers to by djm@openbsd.org · 5 years ago
  2. 9634ffb Add headers to prevent warnings w/out OpenSSL. by Darren Tucker · 5 years ago
  3. 08f66d9 remove vestiges of old packet API from loginrec.c by Damien Miller · 6 years ago
  4. a784fa8 Don't pass loginmsg by address now that it's an sshbuf* by Kevin Adler · 6 years ago
  5. 5467fbc upstream: remove legacy key emulation layer; ok djm@ by markus@openbsd.org · 6 years ago
  6. 120a1ec Adapt portable to legacy buffer API removal by Damien Miller · 6 years ago
  7. ddc0f38 Remove UNICOS support. by Darren Tucker · 7 years ago
  8. c6f5f01 Add sys/time.h for gettimeofday. by Darren Tucker · 9 years ago
  9. c528c1b fix variable name for IPv6 case in construct_utmpx by Damien Miller · 10 years ago
  10. 1c4a011 - (dtucker) [loginrec.c] Cast to the types specfied in the format by Darren Tucker · 11 years ago
  11. 7d97fd9 - (djm) [loginrec.c] Check for username truncation when looking up lastlog by Damien Miller · 11 years ago
  12. f60845f - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c by Darren Tucker · 11 years ago
  13. b87f6b7 - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer by Damien Miller · 12 years ago
  14. ea52a82 - (dtucker) [LICENCE Makefile.in audit-bsm.c audit-linux.c audit.c audit.h by Darren Tucker · 14 years ago
  15. 4a06f92 - (djm) [loginrec.c] Fix some fd leaks on error paths. ok dtucker by Damien Miller · 14 years ago
  16. 88e341e - (djm) [loginrec.c] Relax permission requirement on btmp logs to allow by Damien Miller · 14 years ago
  17. 34ee420 - (djm) [loginrec.c loginrec.h] Use correct uid_t/pid_t types instead of by Damien Miller · 14 years ago
  18. 261d93a - (dtucker) [configure.ac defines.h loginrec.c logintest.c] Bug #1732: enable by Darren Tucker · 14 years ago
  19. 0b8a226 - (dtucker) [loginrec.c] Use the SUSv3 specified name for the user name by Darren Tucker · 15 years ago
  20. 20e231f - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX. by Damien Miller · 16 years ago
  21. d757e69 - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype. by Darren Tucker · 17 years ago
  22. f19bbc3 - (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H. by Darren Tucker · 18 years ago
  23. 6e10333 - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP. by Darren Tucker · 18 years ago
  24. ded319c - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] by Damien Miller · 18 years ago
  25. d783435 - deraadt@cvs.openbsd.org 2006/08/03 03:34:42 by Damien Miller · 18 years ago
  26. b8fe89c - (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c] by Damien Miller · 18 years ago
  27. 2c1a02a - (dtucker) [loginrec.c openbsd-compat/xmmap.c openbsd-compat/bindresvport.c by Darren Tucker · 18 years ago
  28. a1738e4 - (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c] by Damien Miller · 18 years ago
  29. 9f2abc4 - stevesk@cvs.openbsd.org 2006/07/06 16:03:53 by Damien Miller · 18 years ago
  30. 8ec8c3e - stevesk@cvs.openbsd.org 2006/07/05 02:42:09 by Damien Miller · 18 years ago
  31. b0fb687 - deraadt@cvs.openbsd.org 2006/03/19 18:51:18 by Damien Miller · 18 years ago
  32. 6277252 - (djm) [loginrec.c] Need stat.h by Damien Miller · 18 years ago
  33. efc1747 - (dtucker) [loginrec.c] Add casts to prevent compiler warnings, patch by Darren Tucker · 19 years ago
  34. b6f72f5 -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c] by Damien Miller · 19 years ago
  35. 94cf4c8 - (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c] by Damien Miller · 19 years ago
  36. 52c8afe - (djm) [loginrec.c ssh-rand-helper.c] Fix -Wsign-compare for portable, by Damien Miller · 19 years ago
  37. a39f83e - (dtucker) [loginrec.c] Add missing #include. by Darren Tucker · 20 years ago
  38. 691d523 - (dtucker) [README.platform auth.c configure.ac loginrec.c by Darren Tucker · 20 years ago
  39. 2e0cf0d - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c by Darren Tucker · 20 years ago
  40. 269a1ea - (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.c by Darren Tucker · 20 years ago
  41. 2fba993 - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c] by Darren Tucker · 20 years ago
  42. b0aae33 - (djm) [loginrec.c] xmalloc by Damien Miller · 20 years ago
  43. 6b0279c - (djm) [loginrec.c] __func__ifiy by Damien Miller · 20 years ago
  44. 8899ed3 - (djm) [loginrec.c] Start KNF and tidy up of this long-neglected file. by Damien Miller · 20 years ago
  45. b0419f2 - (djm) [loginrec.c] Typo and bad args in error messages; Spotted by by Damien Miller · 20 years ago
  46. 8140959 - (djm) [loginrec.c] Check that seek succeeded here too; ok dtucker by Damien Miller · 20 years ago
  47. 397a2f2 - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] by Darren Tucker · 20 years ago
  48. 11f1829 - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and by Darren Tucker · 20 years ago
  49. 4d2f361 - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncating by Darren Tucker · 20 years ago
  50. c28b88a - (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platforms by Darren Tucker · 21 years ago
  51. a8e06ce - djm@cvs.openbsd.org 2003/11/21 11:57:03 by Damien Miller · 21 years ago
  52. 8661b56 - (dtucker) [ssh-rand-helper.c loginrec.c] by Darren Tucker · 21 years ago
  53. 0d8b792 - (djm) 2-clause license on loginrec.c, with permission from andre@ae-35.com by Damien Miller · 21 years ago
  54. 405dc60 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report by Damien Miller · 21 years ago
  55. 996acd2 *** empty log message *** by Damien Miller · 21 years ago
  56. d186d74 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report by Damien Miller · 21 years ago
  57. f211efc - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/ by Damien Miller · 21 years ago
  58. 7df881d - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based by Damien Miller · 22 years ago
  59. 02e16ad - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from by Damien Miller · 22 years ago
  60. 81ed518 by Tim Rice · 22 years ago
  61. 232ccf7 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync by Ben Lindstrom · 22 years ago
  62. 370e0ba by Tim Rice · 22 years ago
  63. cdb8294 by Tim Rice · 22 years ago
  64. f1b9d11 - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from by Damien Miller · 22 years ago
  65. e06ae4a by Tim Rice · 23 years ago
  66. b89e694 by Tim Rice · 23 years ago
  67. 9197c59 - (bal) Set the correct current time in login_utmp_only(). Patch by by Ben Lindstrom · 23 years ago
  68. 3a8a5cd - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open). by Damien Miller · 23 years ago
  69. 5217265 - (stevesk) loginrec.c: fix type conversion problems exposed when using by Kevin Steves · 23 years ago
  70. 6db66ff - (bal) Second around of UNICOS patches. A few other things left. by Ben Lindstrom · 23 years ago
  71. 97c677d - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison by Ben Lindstrom · 23 years ago
  72. 77aeaaf - (stevesk) remove erroneous #ifdef sgi code. by Kevin Steves · 24 years ago
  73. ef4eea9 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27 by Kevin Steves · 24 years ago
  74. 226cfa0 Hopefully things did not get mixed around too much. It compiles under by Ben Lindstrom · 24 years ago
  75. e2fb8d3 20001228 by Ben Lindstrom · 24 years ago
  76. 75214f9 20001202 by Ben Lindstrom · 24 years ago
  77. dcca981 Two Ooops. =) by Ben Lindstrom · 24 years ago
  78. f5a8147 - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only by Damien Miller · 24 years ago
  79. 578783e - (djm) Seperate tests for int64_t and u_int64_t types by Damien Miller · 24 years ago
  80. d6f204d - (djm) Fix address logging in utmp from Kevin Steves by Damien Miller · 24 years ago
  81. bac2d8a - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  82. e5192fa - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  83. c1132e7 - (djm) Lastlog was not getting closed after writing login entry by Damien Miller · 24 years ago
  84. e477ef6 - (djm) Don't seek in directory based lastlogs by Damien Miller · 24 years ago
  85. 348c9b7 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com> by Damien Miller · 24 years ago
  86. 36ccb5c - (djm) utmp direct write & SunOS 4 patch from Charles Levert by Damien Miller · 24 years ago
  87. 7a0e5dc - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report by Damien Miller · 24 years ago
  88. 31abc9a - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  89. b38ea86 - (djm) Replace ut_name with ut_user. Patch from Jim Watt by Damien Miller · 24 years ago
  90. 9b6d4ab - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  91. 8e81ed3 - (djm) Login fixes from Tom Bertelson <tbert@abac.com> by Damien Miller · 24 years ago
  92. 53c5d46 - (djm) Fixes to lastlog code for Irix - (djm) Use atomicio in loginrec by Damien Miller · 24 years ago
  93. dd47aa2 - (djm) Formatting by Damien Miller · 24 years ago
  94. f8af08d - (djm) Fixes to login code - not setting li->uid, cleanups by Damien Miller · 24 years ago
  95. d9a0a20 - (djm) Typo in loginrec.c by Damien Miller · 24 years ago
  96. 98cabe0 *** empty log message *** by andre · 24 years ago
  97. 6bb9237 Big loginrec.c update by andre · 24 years ago
  98. 1a13225 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp by Damien Miller · 24 years ago
  99. ecaabf1 Fixed getlast_entry() so that it doesn't try to use utmp(x) if by andre · 24 years ago
  100. d5bf307 - (djm) Remove duplicate headers from loginrec.c by Damien Miller · 24 years ago