summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-09mark defos as const; nobody needs to change it,Ingo Schwarze
2014-07-09delete forgotten, obsolete rew_warn() prototypeIngo Schwarze
2014-07-09tedu the SSL export cipher handling - since we do not have enabled exportJoel Sing
2014-07-09now that mclgeti doesnt do the rx ring accounting, cluster allocationDavid Gwynne
2014-07-09Enable specifying the filesystem of interest by the duid.Kenneth R Westerback
2014-07-09Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadPhilip Guenther
2014-07-09cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)bcook
2014-07-09remove unused, private version strings except SSL_version_strbcook
2014-07-09Make use of this wonderful modern C construct known as a `switch', instead ofMiod Vallat
2014-07-09tedu bpf_mtap_pflog().Henning Brauer
2014-07-09White spaces.Antoine Jacoutot
2014-07-09KNFMiod Vallat
2014-07-09config parser improvements:Eric Faurot
2014-07-09Hopefully we are calculating the pkg size correctly by now;Florian Obser
2014-07-09We do have ICMP6_FILTER; no obj change.Florian Obser
2014-07-09We do have SO_SNDBUF & SO_RCVBUF; no obj change.Florian Obser
2014-07-09We do have NI_NODEADDR_FLAG_ANYCAST, no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We don't have IPV6_REACHCONF, no obj change after unifdef(1).Florian Obser
2014-07-09Kill code commented since forever; no obj change.Florian Obser
2014-07-09bpf code surgery / shuffling / simplification.Henning Brauer
2014-07-09Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()Miod Vallat
2014-07-09Be more strict in RSA_padding_check_X931(), and thus avoid a possibleMiod Vallat
2014-07-09Remove typecasts on password_callback.bcook
2014-07-09In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSAMiod Vallat
2014-07-09syncTheo de Raadt
2014-07-09Remove RSA_memory_lock(). This undocumented function sort-of serializes yourMiod Vallat
2014-07-09remove unused dynamic_cmd_defns_empty structure.bcook
2014-07-09need uvm/uvm_extern.h since no longer supplied below user.hTheo de Raadt
2014-07-09RSA_NULL used to be a compile option allowing the RSA interfaces to beMiod Vallat
2014-07-09various fixes in experimental ldap backend and add support for mailaddr service.Eric Faurot
2014-07-09obvious need for systm.h, which no longer comes in from something user.h incl...Theo de Raadt
2014-07-09if you use sysctl, you need sysctl.hTheo de Raadt
2014-07-09pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assumeTheo de Raadt
2014-07-09KNFMiod Vallat
2014-07-09Set default of net.inet6.icmp6.nodeinfo to 0,Sebastian Benoit
2014-07-09instead of printf() use tbprintf() like elsewhere in systat.Jasper Lievisse Adriaanse
2014-07-09Fix boot -d. refreshcreds() should be called when trapping from userspace,Philip Guenther
2014-07-09Fix backtraces through _dl_bind_start by adding dwarf annotations forPhilip Guenther
2014-07-09format string should be a string literal.bcook
2012-10-13import OpenSSL-1.0.1cDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-07-09update to lynx 2.8.8rel2, keeping local changes. primarily to get theseDaniel Dickman
2014-07-09downgrade more error() to debug() to better match what old authfile.cDamien Miller
2014-07-09more useful error message when GLOB_NOSPACE occurs;Damien Miller
2014-07-09avoid being too smart when filling the rx ring.David Gwynne
2014-07-09dont try to be smart about avoiding the use of too many descriptorsDavid Gwynne
2014-07-08sys/user.h can now be substantially gutted.Theo de Raadt
2014-07-08Cannot find a reason for this to need machine/cpu.hTheo de Raadt
1998-03-11Lynx 2.8Mats O Jansson