Age | Commit message (Expand) | Author |
2002-08-02 | typo; from openssl cvs | Markus Friedl |
2002-08-02 | diff is u_int (2x); ok deraadt/provos | Markus Friedl |
2002-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller |
2002-08-02 | Check inet_aton() failure with == 0, not == -1; millert@ ok. | Aaron Campbell |
2002-08-02 | registers should be volatile, also add yet more register defns | Jason Wright |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-08-02 | In hpux_sys_getcontext(), check for len <= 0 and return EINVAL. | Todd C. Miller |
2002-08-02 | note that .ssh/environment is only read when | Marco S Hyman |
2002-08-02 | Change mm_zalloc() sanity checks to be more in line with what | Todd C. Miller |
2002-08-02 | Mention CRL support, tag and default value. | Hakan Olsson |
2002-08-02 | CRL support for isakmpd. From <Thomas.Walpuski@gmx.net> with some minor | Hakan Olsson |
2002-08-02 | 2 missing #includes | Henning Brauer |
2002-08-02 | add string for cputype (bad art =) | Jason Wright |
2002-08-02 | whitespace | Jason Wright |
2002-08-02 | performance improvement, reduces number of ioctl calls | Niels Provos |
2002-08-02 | prevent integer overflow by verifying that ua.num is not too large. | Nathan Binkert |
2002-08-01 | Fix handling of 0-length RPC fragments | Constantine Sapuntzakis |
2002-08-01 | utmp.h not needed | Theo de Raadt |
2002-08-01 | correctly separate execve argv arguments. increase buffer size for | Niels Provos |
2002-08-01 | the last component in a filename for unlink may be a symlink | Niels Provos |
2002-08-01 | whoops, last write tracker should be updated on every write to avoid the burs... | Jason Wright |
2002-08-01 | add support for mapping interrupts. | Jason Wright |
2002-08-01 | Limit max file size based on PAGE_SIZE. Even though ffs can handle | Todd C. Miller |
2002-08-01 | knf and minor tweeking from thorsten | Jakob Schlyter |
2002-08-01 | u_short cleansing | Jun-ichiro itojun Hagino |
2002-08-01 | KNF and correct overflow fix; jhutz@cmu.edu | Theo de Raadt |
2002-07-31 | if ypmatch_add sees short keys or values, abort early | Theo de Raadt |
2002-07-31 | When I got removed the use of atexit() I missed the fact that edit() | Todd C. Miller |
2002-07-31 | mark pw_error() __dead since it exits | Todd C. Miller |
2002-07-31 | fake out ELF stuff | Theo de Raadt |
2002-07-31 | lucifier is technical now; ok mickey@ | Todd T. Fries |
2002-07-31 | KNF, esp. missing prototypes | Henning Brauer |
2002-07-31 | use fork, not vfork. seems to fix misterious trapframe trashing on hppa; dera... | Michael Shalayeff |
2002-07-31 | Grammar. | Thomas Nordin |
2002-07-31 | de-register | Jason Wright |
2002-07-31 | Temporarily comment ELF support in the bootblocks, until this port is | Miod Vallat |
2002-07-31 | Back it out, it breaks something in perl (seen with spamassassin), debug | Daniel Hartmeier |
2002-07-31 | aaron: sync THEN access =) | Jason Wright |
2002-07-31 | sync | Jason Wright |
2002-07-31 | /dev/openprom -> 0640 root.kmem | Jason Wright |
2002-07-31 | /tmp/fstab.$DISK is created in install.md, so put back references | Kenneth R Westerback |
2002-07-31 | minor changes and knf from thorsten glaser | Jakob Schlyter |
2002-07-31 | sync to libc calloc() | Theo de Raadt |
2002-07-31 | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku... | Theo de Raadt |
2002-07-31 | #ifdef MOD_SSL for OpenSSL initialization | Henning Brauer |
2002-07-31 | use fdcache for RewriteLog. | Henning Brauer |
2002-07-31 | Remove mickey's debugging printf goop. | Aaron Campbell |
2002-07-31 | Oops. don't forget to reformat the code after cut 'n paste. | Artur Grabowski |
2002-07-31 | Test that longjmp from signals works. (it does) | Artur Grabowski |
2002-07-31 | init pm_ptphint, hint from art@ | Michael Shalayeff |