summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-185-392/+445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses p_class() and p_type() for diagnostics, then add that define to libstub to avoid pulling in res_debug_syms.o - split rcmd() and ruserok() into separate files, as nothing uses both - split readdir_r() to its own file - split syslog_r() from syslog(), as the latter needs localtime(); many binaries no longer need to pull in all the time code after this; switch from usleep() to nanosleep() while we're at it (The profit of analysis of -Wl,-M,--cref output) Chops 888kB from /bin and /sbin on i386 ok deraadt@, miod@
* | | | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus2009-11-1010-12/+40
| | | | | | | | | | | | | | | | openssl 0.9.8l; crank minor version; ok djm@ deraadt@; initially from jsg@
* | | | permit -DMALLOC_STATS to compile againtodd2009-11-021-2/+2
| | | | | | | | | | | | | | | | | | | | noticed by Jonathan Armani & Fabien Romano ugh+ok otto@
* | | | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-314-8/+8
| | | |
* | | | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* | | | Check mmap return value against MAP_FAILED not NULL.pirofti2009-10-201-2/+2
| | | | | | | | | | | | | | | | Okay deraadt@, otto@.
* | | | teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-162-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | ecvt, fcvt, gcvt, *printf, strtof, strtod, strtold act per ieee 1003.1. after these massive changes, remove unused files which would not work now. reported by Maksymilian Arciemowicz; ok theo
* | | | another cert that makes godaddy.com and launchpad.net (among others) happy.fgsch2009-10-121-0/+51
| | | | | | | | | | | | | | | | | | | | found by Guillaume Protet (guillaume dot protet at mortheres dot info) while testing bzr update. deraadt@ ok
* | | | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@otto2009-10-101-25/+28
| | | |
* | | | make getaddrinfo(3) accept numeric servname when ai_socktype is notfgsch2009-09-021-4/+2
| | | | | | | | | | | | | | | | | | | | specified in hint or hints is NULL. claudio@ ok
* | | | various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-3/+3
| | | |
* | | | remove expired certificates and add startcom ltd.fgsch2009-08-081-839/+148
| | | | | | | | | | | | | | | | beck@ ok
* | | | pull string for memcpy; ok hshoexer@martynas2009-08-072-2/+4
| | | |
* | | | promote correct style for error checkingeric2009-07-091-7/+7
| | | | | | | | | | | | | | | | ok tedu@ deraadt@ krw@
* | | | abs conforms c99 -> imaxabs conforms c99. ok millert@martynas2009-06-211-3/+3
| | | |
* | | | quieten compiler by converting pointers to uintptr_t before truncating themderaadt2009-06-081-5/+5
| | | | | | | | | | | | | | | | | | | | to u_int32_t to do integer math with (in a situation where that is legit) ok otto millert
* | | | compare and shift buffer against a fixed length not strlen derived values.pyr2009-06-051-6/+6
| | | | | | | | | | | | | | | | ok otto@
* | | | simplify the 'family' option parser and make it more evident what we'repyr2009-06-042-25/+18
| | | | | | | | | | | | | | | | | | | | | | | | now doing. ok deraadt@
* | | | Don't assume that we can overwrite strings in the environment.millert2009-06-041-1/+3
| | | | | | | | | | | | | | | | | | | | Someone may have passed a read-only string to putenv() (I'm looking at you cron!).
* | | | Add a resolv.conf option to specify the order in which getaddrinfopyr2009-06-042-8/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PF_UNSPEC queries are made. While there change the default from inet6 first then inet4 to inet4 first then inet6, this prevents the many people with IPv4 only connectivity from constantly trying to contact IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo right. ok deraadt@, plenty of cheering in the room wrt the idea, not loud enough complaining from the v6 crowd.
* | | | Make putenv(), setenv() and unsetenv() standards compliant. Themillert2009-06-035-86/+117
| | | | | | | | | | | | | | | | | | | | | | | | standard explicitly disallows passing setenv a name with a '=' in it but historic BSD behavior is to allow this but to ignore the '=' and anything after it.
* | | | - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2009-06-022-3/+7
| | | | | | | | | | | | | | | | hint from claudio@, ok millert@
* | | | add ipsCA as a valid authority.dlg2009-05-251-0/+51
| | | | | | | | | | | | | | | | ok beck@
* | | | Document AI_NUMERICSERV; feedback and ok millert@jacekm2009-05-061-2/+9
| | | |
* | | | document that no leading whitespace is permitted between the option andokan2009-04-121-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | argument if the argument is deemed to be optional ('::'). feedback and ok jmc@ and millert@
* | | | resync libssl/libcrypto pod documentation - quite a few more pages anddjm2009-04-101-27/+242
| | | | | | | | | | | | | | | | MLINKS; feedback and ok jmc@
* | | | crankus majorisdjm2009-04-063-3/+3
| | | |
* | | | resolve conflictsdjm2009-04-0679-245/+430
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-0628-117/+14959
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8kdjm2009-04-0651-156/+15047
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-069-14/+21
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8kdjm2009-04-0675-194/+356
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-0635-117/+18446
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8kdjm2009-04-0639-149/+18486
| | | |
* | | | correct argument type for swap64(); from Thomas Pfaffjmc2009-03-171-3/+3
| | | |
* | | | kill whitespace at eol;jmc2009-02-131-2/+2
| | | |
* | | | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@otto2009-02-131-8/+10
| | | |
* | | | correct function definitions; from Markus Bergkvistjmc2009-02-101-4/+4
| | | |
* | | | missing ssl_sock_init() call in init_client() (used bydjm2009-01-301-3/+10
| | | | | | | | | | | | | | | | "openssl s_client"), fix an unlikely memory leak
* | | | remove some gratuitous changes that do nothing other than inreasedjm2009-01-301-2/+1
| | | | | | | | | | | | | | | | the size of the diff against openssl mainline
* | | | convert a strdup (into a purpose-allocated buffer) in libcrypto to adjm2009-01-122-4/+6
| | | | | | | | | | | | | | | | memcpy to avoid linker deprecation warnings; pointed out by dkrause@
* | | | openssl-0.9.8j enables RFC3546 TLS extensions by default (e.g. the verydjm2009-01-0913-39/+0
| | | | | | | | | | | | | | | | | | | | useful "server name indication" that allows multihomed TLS server), so remove the #define to disable it here
* | | | adjust Makefile and crank major for openssl-0.9.8jdjm2009-01-0917-16/+56
| | | |
* | | | resolve conflictsdjm2009-01-09538-7811/+10571
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0928-68/+297
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.8jdjm2009-01-09263-2494/+3222
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-09180-4318/+21828
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.8jdjm2009-01-09532-8743/+31783
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0955-108/+2573
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.8jdjm2009-01-0979-606/+3434
| | | |