summaryrefslogtreecommitdiff
path: root/monitor_mm.c
Commit message (Collapse)AuthorAgeFilesLines
* - millert@cvs.openbsd.org 2002/08/02 14:43:15mouring2002-08-201-2/+4
| | | | | | | [monitor.c monitor_mm.c] Change mm_zalloc() sanity checks to be more in line with what we do in calloc() and add a check to monitor_mm.c. OK provos@ and markus@
* - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() definesmouring2002-07-231-1/+1
| | | | into it's own header.
* [monitor_mm.c] add missing declaration for xmmap(). Reportedtim2002-07-181-0/+1
| | | | by ayamura@ayamura.org
* (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.ctim2002-07-141-8/+2
| | | | | | openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package
* - millert@cvs.openbsd.org 2002/06/28 01:49:31mouring2002-07-041-2/+9
| | | | | | | | [monitor_mm.c] tree(3) wants an int return value for its compare functions and the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result.
* - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,mouring2002-06-261-2/+2
| | | | but it all damned lies.
* - (bal) added back in error check for mmap(). I screwed up, Pointedmouring2002-06-261-0/+2
| | | | out by stevesk@
* - (bal) if mmap() is substandard, don't allow compression on server side.mouring2002-06-251-4/+2
| | | | Post 'event' we will add more options.
* - (bal) monitor_mm.c typos.mouring2002-06-071-2/+2
|
* - markus@cvs.openbsd.org 2002/06/04 23:05:49mouring2002-06-061-6/+6
| | | | | | | [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c] __FUNCTION__ -> __func__ NOTE: This includes all portable references also.
* - stevesk@cvs.openbsd.org 2002/05/28 16:45:27mouring2002-06-061-3/+4
| | | | | [monitor_mm.c] print strerror(errno) on mmap/munmap error; ok markus@
* - (bal) disable privsep if no MAP_ANON. We can re-enable itPRE_SW_KRBVmouring2002-04-121-1/+1
| | | | after the release when we can do more testing.
* - (stevesk) wrap munmap() with HAVE_MMAP also.stevesk2002-04-071-0/+5
|
* - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them instevesk2002-04-071-0/+7
| | | | monitor_mm.c
* - stevesk@cvs.openbsd.org 2002/03/25 20:12:10mouring2002-03-261-10/+10
| | | | | | | [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@
* - provos@cvs.openbsd.org 2002/03/18 17:50:31mouring2002-03-221-0/+329
| | | | | | | | | | | [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!
* revert more of my stupiditydjm2002-03-131-329/+0
|
* Import of Niels Provos' 20020312 ssh-complete.diffdjm2002-03-131-0/+329
PAM, Cygwin and OSF SIA will not work for sure