bugzilla-daemon at mindrot.org
2002-Apr-07 00:28 UTC
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205 ------- Additional Comments From mouring at eviladmin.org 2002-04-07 10:28 ------- Created an attachment (id=64) This patch (does not include configure.ac patch) should allow non-mmap platforms to compile, but will not allow them to use privsep period. One has to do more R&D to figure out where to disable compression on sshd since sshd_config does not support Compression option. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-09 21:09 UTC
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205
------- Additional Comments From wendyp at cray.com 2002-04-10 07:09 -------
add an ifdef around the include, and all is fine with the crays.
thanks much!
--- monitor_mm.c.orig Fri Apr 5 16:28:59 2002
+++ monitor_mm.c Tue Apr 9 15:58:08 2002
@@ -26,7 +26,9 @@
#include "includes.h"
RCSID("$OpenBSD: monitor_mm.c,v 1.4 2002/03/25 20:12:10 stevesk Exp
$");
+#ifdef HAVE_MMAP
#include <sys/mman.h>
+#endif
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-22 22:34 UTC
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205 ------- Additional Comments From wendyp at cray.com 2002-04-23 08:34 ------- this seems to be working quite well. i'm happy with the changes. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-26 01:10 UTC
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205 ------- Additional Comments From djm at mindrot.org 2002-04-26 11:10 ------- Is -current compiling OK? Can we close this bug? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-26 15:47 UTC
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205 ------- Additional Comments From wendyp at cray.com 2002-04-27 01:47 ------- the last download i did was 23 april, and as of that date, it was compiling just fine (as i noted on that day). as far as Crays are concerned, go ahead and close it. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Apr-27 16:04 UTC
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205
tim at multitalents.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tim at multitalents.net 2002-04-28 02:04
-------
Wendy says close it.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.