summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-22$OpenBSD$Theo Buehler
2016-10-22- fix MALLOC_STATS compileOtto Moerbeek
2016-10-21fix some void * arithmetic by castingOtto Moerbeek
2016-10-21and recommit with fixed GCOtto Moerbeek
2016-10-20backout for now; flag combination GC is not okOtto Moerbeek
2016-10-20avoid sentence splicing;Jason McIntyre
2016-10-20canary corruption message changed a bitOtto Moerbeek
2016-10-20Also place canaries in > page sized objects (if C is in effect); ok tb@Otto Moerbeek
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2016-10-19Remove support for fixed ECDH cipher suites - these is not widely supportedJoel Sing
2016-10-19Remove the save_errno dance inside strerror_r(3). It is from theAlexander Bluhm
2016-10-19Use the reentrant strerror_r() instead of strerror() to expand %m.Todd C. Miller
2016-10-19note that SO_REUSEADDR is restricted to callers with the same uid or root;Jason McIntyre
2016-10-18Avoid generate SIGTTOU when restoring the terminal mode. If we getTodd C. Miller
2016-10-17If BN_div_word() fails (by returning (BN_ULONG)-1) or if the divisionPhilip Guenther
2016-10-17Add missing argument names for pcap_offline_filter.Lawrence Teo
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-10-16Roll back uintptr_t cast changes after discussions with tedu, otto andDarren Tucker
2016-10-15Wrap _malloc_init() so internal calls go directlyPhilip Guenther
2016-10-15unify tmp depend generation.Marc Espie
2016-10-15zap trailing whitespace;Jason McIntyre
2016-10-14Cast pointers to uintptr_t to avoid potential signedness errors.Darren Tucker
2016-10-140xd0 -> 0xdb; ok deraadt@ millert@ tedu@Otto Moerbeek
2016-10-12optimize canary code a bit by storing offset of sizes table instead ofOtto Moerbeek
2016-10-10Fixup the example for msgbuf_write() and imsg_read() to check theReyk Floeter
2016-10-08make clear the length printed is the requested lengthOtto Moerbeek
2016-10-07sort;Jason McIntyre
2016-10-07introduce a sysctl to hijack dns sockets. when set to a port number,Ted Unangst
2016-10-07rss limit is no longer enforced. noticed by Raimo NiskanenTed Unangst
2016-10-07grammar fix previous;Jason McIntyre
2016-10-07document "chunk canary corrupted" errorOtto Moerbeek
2016-10-07stray tabOtto Moerbeek
2016-10-07Beter implementation of chunk canaries: store size in chunk meta dataOtto Moerbeek
2016-10-05Fix some broken .Xr links, loosely based on a diffIngo Schwarze
2016-10-04Use the userspace-visible thread register directly in __cerror insteadPhilip Guenther
2016-10-03Simplify code that sets up a stack frame for running .init code to be moreMark Kettenis
2016-10-03use the same type for buf as the return type in tls_load_fileBrent Cook
2016-10-02Add va_nlink information to struct kinfo_file (so bump the shlib minor)Philip Guenther
2016-10-02Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()Philip Guenther
2016-10-02Detect zero-length encrypted session data early, instead of when malloc(0)Philip Guenther
2016-10-02In X509_cmp_time(), pass asn1_time_parse() the tag of the field beingPhilip Guenther
2016-09-30Make read(2) return EISDIR on directories.Jeremie Courreges-Anglas
2016-09-28use the same template for describing securelevel interaction;Jason McIntyre
2016-09-28document kern.allowkmem; ok deraadtJason McIntyre
2016-09-26Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore.Mark Kettenis
2016-09-26sigsetmask() and sigblock() are no longer used by any setjmp implementationPhilip Guenther
2016-09-24Fix matching when all of user, host and domain are specified.Todd C. Miller
2016-09-23Append to CLEANFILES instead of replacing it, so libcrypto.pc isMartin Natano
2016-09-23remove lib/libsqlite3, it has moved back to portsStuart Henderson
2016-09-23Unhook sqlite3.Stuart Henderson