summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-15No point in refreshing the pid from inside arc4_stir() when thatguenther1-6/+15
2009-12-14Add a test for sleep(3), to verify that it both (a) returns zero when itguenther2-0/+97
2009-12-11plug a memory leak; found by parfait, ok djmderaadt1-0/+2
2009-12-07Make userland malloc use __LDPGSZ granularity on mips, regardless of themiod1-1/+3
2009-12-05missing word;jmc1-3/+3
2009-11-27Switch the chunk_info lists to doubly-linked lists and use the queueotto1-51/+34
2009-11-27Don't forget to fill region from the cache with junk if needed in one case;otto1-1/+3
2009-11-27No need to clear a mmapped region; from Fabien Romano and Jonathanotto1-2/+1
2009-11-21Add a (hopefully) comprehensive regression test of how stdio functionsguenther3-2/+264
2009-11-19Add regression tests for stdio threading. Originally by blambert withguenther15-1/+511
2009-11-18More shrinkage, a bit for ramdisks but mostly for static binaries:guenther5-392/+445
2009-11-10pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus10-12/+40
2009-11-02permit -DMALLOC_STATS to compile againtodd1-2/+2
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado4-8/+8
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt3-30/+3
2009-10-22write UNIX-domain in a more consistent way; while here, replace asobrado1-5/+5
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.sobrado1-4/+8
2009-10-20Check mmap return value against MAP_FAILED not NULL.pirofti1-2/+2
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which casemartynas2-2/+6
2009-10-12another cert that makes godaddy.com and launchpad.net (among others) happy.fgsch1-0/+51
2009-10-10rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@otto1-25/+28
2009-10-08Do not write "Connection to ... succeeded" messages to stdout.mpf1-3/+5
2009-09-14doing numeric lookups without specifying an ai_socktype fails no longer.claudio1-2/+8
2009-09-02make getaddrinfo(3) accept numeric servname when ai_socktype is notfgsch1-4/+2
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.sobrado1-27/+27
2009-08-13various MLINK fixes from Alan R. S. Bueno;jmc1-3/+3
2009-08-08remove expired certificates and add startcom ltd.fgsch1-839/+148
2009-08-07pull string for memcpy; ok hshoexer@martynas2-2/+4
2009-07-09promote correct style for error checkingeric1-7/+7
2009-06-25typo;jmc1-3/+3
2009-06-21fix rcs ids. ok sthen@martynas1-1/+1
2009-06-21abs conforms c99 -> imaxabs conforms c99. ok millert@martynas1-3/+3
2009-06-09make the regress target build the program before using it.phessler1-2/+2
2009-06-09Update to handle the default resolv order behavior.phessler2-17/+24
2009-06-08quieten compiler by converting pointers to uintptr_t before truncating themderaadt1-5/+5
2009-06-05compare and shift buffer against a fixed length not strlen derived values.pyr1-6/+6
2009-06-05tweak -V;jmc1-2/+3
2009-06-05The networking swissarmy knife needs to work on alternate domains as well.claudio2-6/+29
2009-06-04simplify the 'family' option parser and make it more evident what we'repyr2-25/+18
2009-06-04Don't assume that we can overwrite strings in the environment.millert1-1/+3
2009-06-04Add a resolv.conf option to specify the order in which getaddrinfopyr2-8/+63
2009-06-03Make putenv(), setenv() and unsetenv() standards compliant. Themillert5-86/+117
2009-06-02- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2-3/+7
2009-05-25add ipsCA as a valid authority.dlg1-0/+51
2009-05-06Document AI_NUMERICSERV; feedback and ok millert@jacekm1-2/+9
2009-04-19update protocols for s_client;s -starttls; from bradjmc1-5/+8
2009-04-12document that no leading whitespace is permitted between the option andokan1-3/+5
2009-04-10resync libssl/libcrypto pod documentation - quite a few more pages anddjm1-27/+242
2009-04-06sync with 0.9.8k;jmc1-9/+19
2009-04-06crankus majorisdjm3-3/+3