summaryrefslogtreecommitdiffstats
path: root/monitor_mm.c
AgeCommit message (Collapse)Author
2002-06-07 - (bal) monitor_mm.c typos.Ben Lindstrom
2002-06-06 - markus@cvs.openbsd.org 2002/06/04 23:05:49Ben Lindstrom
[cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c] __FUNCTION__ -> __func__ NOTE: This includes all portable references also.
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/28 16:45:27Ben Lindstrom
[monitor_mm.c] print strerror(errno) on mmap/munmap error; ok markus@
2002-04-12 - (bal) disable privsep if no MAP_ANON. We can re-enable itPRE_SW_KRBVBen Lindstrom
after the release when we can do more testing.
2002-04-07 - (stevesk) wrap munmap() with HAVE_MMAP also.Kevin Steves
2002-04-07 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them inKevin Steves
monitor_mm.c
2002-03-26 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10Ben Lindstrom
[monitor_mm.c monitor_wrap.c] ssize_t args use "%ld" and cast to (long) size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@
2002-03-22 - provos@cvs.openbsd.org 2002/03/18 17:50:31Ben Lindstrom
[auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c session.h servconf.h serverloop.c session.c sshd.c] integrate privilege separated openssh; its turned off by default for now. work done by me and markus@ applied, but outside of ensure that smaller code bits migrated with their owners.. no work was tried to 'fix' it to work. =) Later project!
2002-03-13revert more of my stupidityDamien Miller
2002-03-13Import of Niels Provos' 20020312 ssh-complete.diffDamien Miller
PAM, Cygwin and OSF SIA will not work for sure