summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-02typo; from openssl cvsMarkus Friedl
2002-08-02diff is u_int (2x); ok deraadt/provosMarkus Friedl
2002-08-02More possible int overflows found by Silvio Cesare.Todd C. Miller
ibcs2_stat.c one OK by provos@
2002-08-02Check inet_aton() failure with == 0, not == -1; millert@ ok.Aaron Campbell
2002-08-02registers should be volatile, also add yet more register defnsJason Wright
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
these check were already OK but have been modified for consistency. Problem found by Silvio Cesare.
2002-08-02In hpux_sys_getcontext(), check for len <= 0 and return EINVAL.Todd C. Miller
Noted by Silvio Cesare
2002-08-02note that .ssh/environment is only read whenMarco S Hyman
allowed (PermitUserEnvironment in sshd_config). OK markus@
2002-08-02Change mm_zalloc() sanity checks to be more in line with whatTodd C. Miller
we do in calloc() and add a check to monitor_mm.c. OK provos@ and markus@
2002-08-02Mention CRL support, tag and default value.Hakan Olsson
2002-08-02CRL support for isakmpd. From <Thomas.Walpuski@gmx.net> with some minorHakan Olsson
modifications by me. ok niklas@.
2002-08-022 missing #includesHenning Brauer
2002-08-02add string for cputype (bad art =)Jason Wright
2002-08-02whitespaceJason Wright
2002-08-02performance improvement, reduces number of ioctl callsNiels Provos
2002-08-02prevent integer overflow by verifying that ua.num is not too large.Nathan Binkert
ok niels, millert, art
2002-08-01Fix handling of 0-length RPC fragmentsConstantine Sapuntzakis
2002-08-01utmp.h not neededTheo de Raadt
2002-08-01correctly separate execve argv arguments. increase buffer size forNiels Provos
get_string
2002-08-01the last component in a filename for unlink may be a symlinkNiels Provos
2002-08-01whoops, last write tracker should be updated on every write to avoid the ↵Jason Wright
burst write problem on 7811.
2002-08-01add support for mapping interrupts.Jason Wright
2002-08-01Limit max file size based on PAGE_SIZE. Even though ffs can handleTodd C. Miller
files up to 16TB, we do limit the max file to 2^31 pages to prevent overflow of a 32-bit unsigned int. The buffer cache has its own checks but a little added paranoia never hurts. Adapted from a patch in FreeBSD.
2002-08-01knf and minor tweeking from thorstenJakob Schlyter
2002-08-01u_short cleansingJun-ichiro itojun Hagino
2002-08-01KNF and correct overflow fix; jhutz@cmu.eduTheo de Raadt
2002-07-31if ypmatch_add sees short keys or values, abort earlyTheo de Raadt
2002-07-31When I got removed the use of atexit() I missed the fact that edit()Todd C. Miller
calls pw_error() which in turn calls exit(). Now edit() returns its status so the temp file gets cleaned up nicely if the user makes no changes or if an error occurred. Problem noticed by deraadt@
2002-07-31mark pw_error() __dead since it exitsTodd C. Miller
2002-07-31fake out ELF stuffTheo de Raadt
2002-07-31lucifier is technical now; ok mickey@Todd T. Fries
2002-07-31KNF, esp. missing prototypesHenning Brauer
2002-07-31use fork, not vfork. seems to fix misterious trapframe trashing on hppa; ↵Michael Shalayeff
deraadt@ ok
2002-07-31Grammar.Thomas Nordin
2002-07-31de-registerJason Wright
2002-07-31Temporarily comment ELF support in the bootblocks, until this port isMiod Vallat
really ELF; necessary for this to compile after the recent <sys/exec_elf.h> changes. ok deraadt@
2002-07-31Back it out, it breaks something in perl (seen with spamassassin), debugDaniel Hartmeier
first.
2002-07-31aaron: sync THEN access =)Jason Wright
2002-07-31syncJason Wright
2002-07-31/dev/openprom -> 0640 root.kmemJason Wright
2002-07-31/tmp/fstab.$DISK is created in install.md, so put back referencesKenneth R Westerback
to it. Fixes mount point prompts during install. 'Improve' an error message. Noted by todd@ and jsyn@.
2002-07-31minor changes and knf from thorsten glaserJakob Schlyter
2002-07-31sync to libc calloc()Theo de Raadt
2002-07-31permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; ↵Theo de Raadt
markus miod ok
2002-07-31#ifdef MOD_SSL for OpenSSL initializationHenning Brauer
pointed out buy Stephane Engel Thankski!
2002-07-31use fdcache for RewriteLog.Henning Brauer
pointed out by Stephane Engel sengel at melshake dot com, who also tested this Thank you very much!
2002-07-31Remove mickey's debugging printf goop.Aaron Campbell
2002-07-31Oops. don't forget to reformat the code after cut 'n paste.Artur Grabowski
2002-07-31Test that longjmp from signals works. (it does)Artur Grabowski
2002-07-31init pm_ptphint, hint from art@Michael Shalayeff