openbsd
2014-04-24 jsingMore KNF.
2014-04-24 mcbrideMore KNF, things that couldn't be verified with md5...
2014-04-24 jsingunifdef -U LINT
2014-04-24 jsingWhen OPENSSL_C is not defined, apps_startup becomes a
2014-04-24 mcbrideKNF
2014-04-24 jsingRemove more FIPS tenticles.
2014-04-24 jsingRip a bunch of ifdefs from speed. We know we can fork...
2014-04-24 henningewps... repair qid assignment
2014-04-24 mpiChange the usbd_*_report() family of functions to take...
2014-04-24 nicmThere is no longer a need for a paste_stack struct...
2014-04-24 bluhmThe switch statement given/when was introduced in Perl...
2014-04-24 blambertfix copied text in error string
2014-04-24 beckA fantastic way to make a large unsigned number is...
2014-04-24 teduremove redundant asign. from David Hill
2014-04-24 lteoSupport for the -ssl2 option has been removed, so remov...
2014-04-24 teduon today's episode of things you didn't want to learn:
2014-04-24 jsgmatch some more intel sata devices in ide mode
2014-04-24 jsgregen
2014-04-24 jsgadd some more intel sata devices in ide mode
2014-04-24 teducalloc is better. from Peter Malone
2014-04-24 teducalloc is better. from Peter Malone
2014-04-24 tedurepair missing semicolon. from Ian Mcwilliam
2014-04-24 schwarzemisplaced punctuation
2014-04-23 miodUnifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_...
2014-04-23 teduain't nobody got time for hpux
2014-04-23 tedufix some variables
2014-04-23 tedureplace a bunch of hand duped strings with strdup
2014-04-23 miodDon't bother generating win64 assembly prologue.
2014-04-23 tedumalloc/memset -> calloc. from peter malone
2014-04-23 miodNo longer needed during build. Brings a smile on beck...
2014-04-23 schwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-23 tedunull pointers after free to prevent double frees and...
2014-04-23 miodThe usual idiom to cope with systems not defining sockl...
2014-04-23 teduwhitespace
2014-04-23 teduclose socket in failure cases too
2014-04-23 teduif realloc failed, BIO_accept would leak memory and...
2014-04-23 miodOne last Dec C tentacle on alpha.
2014-04-23 miodWhen I grow up, I want to write workaround for long...
2014-04-23 miodRemove IRIX_CC_BUG workaround.
2014-04-23 miodI'm glad to know that Ultrix CC has a bug optimizing...
2014-04-23 miodGrr, the more you remove, the more there remain.
2014-04-23 miodForgotten during latest spring cleaning of unreferenced...
2014-04-23 miodUnifdef -UPEDANTIC. ok beck@ tedu@
2014-04-23 schwarzeAudit strlcpy(3)/strlcat(3) usage:
2014-04-23 miodRemove duplicate pointer assignment in ASN1_primitive_f...
2014-04-23 miodFigure out endianness at compile-time, using _BYTE_ORDE...
2014-04-23 ajacoutotRemove more Kerberos cruft.
2014-04-23 jcaBetter name for fdmaskp, reduce the scope of some varia...
2014-04-23 schwarzeimprove SQL style: avoid "SELECT *", be explicit in...
2014-04-23 jmctweak previous; sorry ingo, my review was pretty poor;
2014-04-23 schwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-23 reykFix format string in DEBUG message (not compiled by...
2014-04-23 teduremove Z option and default to something halfway to J.
2014-04-23 florianNo need for vargs here.
2014-04-23 jcaUse arc4random as PRNG backend, instead of libcrypto...
2014-04-23 schwarzemore info about HISTORY; ok jmc@
2014-04-23 jcaHis name is Van Jacobson. ok jmc@
2014-04-23 stspDocument RTS5227 support in rtsx(4).
2014-04-23 djmdon't record duplicate IdentityFiles
2014-04-23 jsingCasting from a const unsigned char ** to a const unsign...
2014-04-23 jsingWe do not need ARGV, Argc and Argv - just use argc...
2014-04-23 florianReplace malloc / memset / select song and dance with...
2014-04-23 mpiDon't use varargs for udp_output() and sync the argumen...
2014-04-23 ottodon't clear label before readasciilabel(), it will...
2014-04-23 jcaKill useless assignement, matchlen is initialized two...
2014-04-23 naddyRemove badly outdated information: FDDI and Token Ring...
2014-04-23 jcaDon't attempt to deal with link types supported by...
2014-04-23 espieexplain a bit more what's going on for stupid me.
2014-04-23 nicmDifferentiate between linked and unlinked window closes...
2014-04-23 ajacoutotRemove krb5 bits from rc(8).
2014-04-23 mpiYou don't want to use ifa_ifwithroute(), it exists...
2014-04-23 florianMerge traceroute6 into traceroute.
2014-04-23 florianPrepare for merge: s/hops/ttl/ in struct packetdata
2014-04-23 florianPrepare for merge: no more useicmp
2014-04-23 florianKNF
2014-04-23 florianbzero -> memset
2014-04-23 florians/lastaddr/lastaddr6/
2014-04-23 florianPrepare merge: check AF
2014-04-23 florianmissing break; not reachable
2014-04-23 florianNo need to set protocol in hints.
2014-04-23 florianzap redundant cast
2014-04-23 florianIntroduce check_tos to unclutter the main loop.
2014-04-23 florianmove AF independet setsockopts down
2014-04-23 florians/Nxt/nxt/
2014-04-23 florianAdd error checking to sysctl. While there pass in an...
2014-04-23 floriansync to traceroute: move sndsock creation up.
2014-04-23 florianPrepare for merge: introduce icmp_code for the AF switch.
2014-04-23 florianPrepare for merge: s/icmp_code/icmp4_code/ and use...
2014-04-23 florianPrepare for merge: s/packet_ok/packet_ok6/ and use...
2014-04-23 florianPrepare for merge: s/packet_ok/packet_ok4/ and use...
2014-04-23 florianPrepare merge: s/to/to6/; s/from/from6/
2014-04-23 florianPrepare merge: introduce struct sockaddr *from, *to...
2014-04-23 florianPrepare merge: s/to/to4/; s/from/from4/
2014-04-23 florianMake this compile with -Wall et al.
2014-04-23 ottoBetter, cleaner hash function that computes the same...
2014-04-23 beckMake libssl and libcrypto compile with -Werror
2014-04-23 beckMake sure ret->name is NULL'ed before return when freeing.
2014-04-23 beckRather than sprinkling magical numbers everywhere,...
2014-04-23 jsgrename some hardware revisions to match FreeBSD
2014-04-23 jsgadd support for RTL8168EP
next