1. b83050a Rewrite findtty() in bootlogd.c to not chance working directory, to by Petter Reinholdtsen · 11 years ago
  2. 8124b90 Avoid reusing open file descriptor to make it easier to pinpoint Coverity CID 1164479 resource leak. by Petter Reinholdtsen · 11 years ago
  3. 41f2c94 Get more help from gcc, add -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 and -fstack-protector. by Petter Reinholdtsen · 11 years ago
  4. cd332b8 Remove unused variable realuid from main(). by Petter Reinholdtsen · 11 years ago
  5. 940f426 Remove unused variable serial from tcfinal(). by Petter Reinholdtsen · 11 years ago
  6. 39f7383 Avoid setting unused value and trick scan-build from clang into not warn about apparenly unused value. by Petter Reinholdtsen · 11 years ago
  7. 2b5cd23 Explain why maxsymlinks() exist. by Petter Reinholdtsen · 11 years ago
  8. d40a351 No use checkinf if env is true in the branch where it is false (Coverity CID 1164462). by Petter Reinholdtsen · 11 years ago
  9. 85657c9 Adjust makefile to make it easier to link all binaries statically. by Petter Reinholdtsen · 11 years ago
  10. 978a342 Adjust more included headers to be compatible with the musl C by Petter Reinholdtsen · 11 years ago
  11. f520fac Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS. If sysconf by Petter Reinholdtsen · 11 years ago
  12. f2168fb Define _XOPEN_SOURCE when building to get crypt() from <unistd.h> instead of using <crypt.h> in sulogin.c, to get the source building with the musl C library. by Petter Reinholdtsen · 11 years ago
  13. 53d2a55 Move dovoid() macro from #ifdef__GLIBC__ to #ifdef __linux__, to match the condutions of the place where it is used. Thanks to Matias A. Fonzo for noticing. by Petter Reinholdtsen · 11 years ago
  14. 91950b1 Adjust included headers to be compatible with the musl C library. Patch from Matias A. Fonzo and Dragora. by Petter Reinholdtsen · 11 years ago
  15. 661c408 Make sure FILE pointer returned by hdopen() is not leaked even if the by Petter Reinholdtsen · 11 years ago
  16. 1562722 Make sure logintime string can never overflow (Coverity CID 1164485). by Petter Reinholdtsen · 11 years ago
  17. 22d6675 Make sure cmdline string always is null terminated, even if it is very long (Coverity CID 1164484). by Petter Reinholdtsen · 11 years ago
  18. 41a3f5c Close open file descriptor if the version is wrong (Coverity CID 1164481). by Petter Reinholdtsen · 11 years ago
  19. 8390d2b Document a fall through case block (Coverity CID 1164467). by Petter Reinholdtsen · 11 years ago
  20. 96b57e4 Try harder to find libcrypt.*, even if there is no static library by Petter Reinholdtsen · 11 years ago
  21. e6f629a Rename internal functions warn() and shutdown() in the shutdown by Petter Reinholdtsen · 11 years ago
  22. e404cfd Fix typo in changelog text. by Petter Reinholdtsen · 11 years ago
  23. 23aa62e Improve message printed when signaling processes to stop. Patch from Matias A. Fonzo at the dragora project. by Petter Reinholdtsen · 11 years ago
  24. 55b0261 Shutdown: use PATH_DEFAULT as suggested by Paul Arthur in local bug #36101 by Dr. Werner Fink · 12 years ago
  25. 2d02a4a * Do not forget room for last NULL of new environment (was local bug 35866) by Dr. Werner Fink · 13 years ago
  26. 353ed1c * Handle deleted binaries in pidof (was local bug #34992) by Dr. Werner Fink · 13 years ago
  27. 101b3d2 * Allow init to delte extra environment variables (was local bug by Dr. Werner Fink · 13 years ago
  28. 09ce93e fix minor typo by Dr. Werner Fink · 13 years ago
  29. 5676369 Add some code to be able to detect programs even as user with by Dr. Werner Fink · 13 years ago
  30. 5208474 Sulogin: respect byte order that is do not mix chars and ints by Dr. Werner Fink · 13 years ago
  31. 45b91ad Sulogin: if zero is read at reading the passwd guess it's done. by Dr. Werner Fink · 13 years ago
  32. 29b6eab Sulogin: enforce reconnection of stdin/stdout/stderr if a device was specified. by Dr. Werner Fink · 13 years ago
  33. e318d67 Handle if the mountpoint(1) command is from util-linux 2.20+ by Dr. Werner Fink · 13 years ago
  34. 6b4fa07 * Remove man-db tag for encoding for canonical man by Dr. Werner Fink · 14 years ago
  35. bcfd2bc Sulogin: try to detect the real device(s) used for the system console by Dr. Werner Fink · 14 years ago
  36. 6634f6c Respect the device an the command line of sulogin as well as the standard input. by Dr. Werner Fink · 14 years ago
  37. a287c05 Enhance src/consoles.c and src/consoles.h to reflect latest by Dr. Werner Fink · 14 years ago
  38. e5f59dd * Fix counting message lines in wall. Patch from Petr Lautrbach. by Dr. Werner Fink · 14 years ago
  39. 871bfa8 * Add code to detect the system consoles with the help of the by Dr. Werner Fink · 14 years ago
  40. 8cc84ca * Try to make utmpdump IPv6 valid, change based on suggestion from by Dr. Werner Fink · 14 years ago
  41. 002a256 * Fix signal and alarm handling based on the patch from Florent Viard. by Dr. Werner Fink · 14 years ago
  42. e06e554 Correct position of string pointer in NFS struct used in killall5/pidof by Dr. Werner Fink · 14 years ago
  43. df23940 Make quotes visible in example of the manual page of fstab-decode by Dr. Werner Fink · 15 years ago
  44. d071321 Add fix for Debian bug #580272 by Dr. Werner Fink · 15 years ago
  45. 8f922a7 Fix sysvinit bug #29758 by Dr. Werner Fink · 15 years ago
  46. 4daeec9 Use notdir in Makefile by Dr. Werner Fink · 15 years ago
  47. b49274a * Include limits.h in killall.c to enforce definition of PATH_MAX by Dr. Werner Fink · 15 years ago
  48. 4a967cb Only set the VSWTC field for termios in init if it is available, to get the source building on FreeBSD. by Petter Reinholdtsen · 15 years ago
  49. 8f8d1c7 Add #ifdef in bootlogd.c to avoid gcc warnings about unused variable on non-linux platforms. by Petter Reinholdtsen · 15 years ago
  50. 33e3fdb The next release will be 2.89. by Petter Reinholdtsen · 15 years ago
  51. c2716d5 * Correct fix for Debian bug #547073: use IUTF8 flag if defined by Dr. Werner Fink · 15 years ago
  52. 38d7867 * Add internal make file extension for fast upload to savannah by Dr. Werner Fink · 15 years ago
  53. 16a98e4 * Set version in init.c : 2.88 by Dr. Werner Fink · 15 years ago 2.88dsf
  54. 7d46fe2 Remove obsolete changelog entry. by Petter Reinholdtsen · 15 years ago
  55. 996b811 Merge PAM related changelog entries. by Petter Reinholdtsen · 15 years ago
  56. 88b0c5f Do not strip binaries before installing them, to make it easier to get binaries with debug information installed. by Petter Reinholdtsen · 15 years ago
  57. 7221eec Incude definition for MNT_DETACH which is missing in older GNU libc headers. by Petter Reinholdtsen · 15 years ago
  58. fea54d0 Add compatibility code to handle old path /etc/powerstatus for a while. by Petter Reinholdtsen · 15 years ago
  59. a7b7d16 * sulogin picking the SELinux context was broken. Patch by Daniel Walsh by Dr. Werner Fink · 15 years ago
  60. a25f050 * ditto by Dr. Werner Fink · 15 years ago
  61. 5461a1c * ditto by Dr. Werner Fink · 15 years ago
  62. 0c6d80e * Remove PAM session start part from init as sulogin do not use by Dr. Werner Fink · 15 years ago
  63. 4b1f923 * ditto by Dr. Werner Fink · 15 years ago
  64. 2d36e80 * ditto by Dr. Werner Fink · 15 years ago
  65. 3c0bf76 * Avoid SUSE specific sulogin prompt by Dr. Werner Fink · 15 years ago
  66. acfcf2c * Extend sulogin to support additional encryption algorithms by Dr. Werner Fink · 15 years ago
  67. 14a133c * Test out PAM support, extend PAM support by providing environment by Dr. Werner Fink · 15 years ago
  68. 77ab257 * fix typo by Dr. Werner Fink · 15 years ago
  69. ebef53e * Add fix for Debian bug #536574 -- Can be enabled by -DACCTON_OFF by Dr. Werner Fink · 15 years ago
  70. c4ab55c Mention where the license text is on Debian systems. by Petter Reinholdtsen · 15 years ago
  71. c7d1d15 Mention project mailing list in the README file too. by Petter Reinholdtsen · 15 years ago
  72. e3c0e91 Fix typo. by Petter Reinholdtsen · 15 years ago
  73. b82a3b2 Merge in preparation of new release. by Petter Reinholdtsen · 15 years ago
  74. db1eedd * Fix some minor problems by Dr. Werner Fink · 15 years ago
  75. 6542960 * Increase buffer size for path checking to normal limit PATH_MAX+1 by Dr. Werner Fink · 15 years ago
  76. 6d11c45 remove empty blanks from empty lines by Dr. Werner Fink · 15 years ago
  77. 04be027 * sulogin - add the possibility to reset the terminal io by Dr. Werner Fink · 15 years ago
  78. 2fcc935 * init - avoid compiler warnings by Dr. Werner Fink · 15 years ago
  79. 6847dc2 * pidof - shorten list check a bit for network based processes by Dr. Werner Fink · 15 years ago
  80. a73ef24 * pidof/killall5 - make omit pid list a dynamic one. by Dr. Werner Fink · 15 years ago
  81. 3943205 * remove left over by Dr. Werner Fink · 15 years ago
  82. a64aaa4 * Set SHELL to /bin/sh in the environmant of shutdown. by Dr. Werner Fink · 15 years ago
  83. 7a1fabf * Detected also removable block devices at halt/reboot to be able by Dr. Werner Fink · 15 years ago
  84. a68f368 * Add option -w to the last command to display the full user and by Dr. Werner Fink · 15 years ago
  85. ee41326 Merge changelogs. by Petter Reinholdtsen · 15 years ago
  86. 2e07354 Add changelog entry by Dr. Werner Fink · 15 years ago
  87. 72998d5 Add the comment from Andrea Arcangeli about the correct by Dr. Werner Fink · 15 years ago
  88. c51836a New address sysvinit-devel@nongnu.org for patches in COPYRIGHT by Dr. Werner Fink · 15 years ago
  89. e36f8ec Get rid of signed/unsigned warning. by Petter Reinholdtsen · 15 years ago
  90. 1542cce Leftover. by Petter Reinholdtsen · 15 years ago
  91. 28f1c68 Make sure bootlogd fflush() every line, even if asked not to flush by Petter Reinholdtsen · 15 years ago
  92. a6d7701 Make sure bootlogd findpty() returns an error value when it fails to by Petter Reinholdtsen · 15 years ago
  93. 141dc95 Rewrite findtty() in bootlogd to recursively search /dev/ for the by Petter Reinholdtsen · 15 years ago
  94. 1e31498 Get rid of warning about unused argument fromshutdown, and make sure the wall string isn't changed by the wall() function. by Petter Reinholdtsen · 15 years ago
  95. 2cdd512 Hide unused variable when not building with WITH_SELINUX. by Petter Reinholdtsen · 15 years ago
  96. e2bd254 Fix race condition in utmp writing. Patch from Gil Kloepfer via by Petter Reinholdtsen · 15 years ago
  97. 09c79b1 Simplify build rules, based on patch from Mike Frysinger and Gentoo. by Petter Reinholdtsen · 15 years ago
  98. 8f3e03c Sync shutdown manual page and usage information. Patch from Mike by Petter Reinholdtsen · 15 years ago
  99. 4686fe9 Print usage information when shutdown is used by non-root user. Patch from Mike Frysinger and Gentoo. by Petter Reinholdtsen · 15 years ago
  100. 75ff536 Mention new home on Savannah in README. by Petter Reinholdtsen · 15 years ago