openbsd
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
2014-04-23 jsgWhile we always mask the revision with 0x7c800000 linux...
2014-04-23 jsgAdd support for RTL8168GU
2014-04-22 aoyamaUnify the model name to LUNA-88K{,2}, that is considere...
2014-04-22 miodunifdef -UAES_LONG for we do not intend to run on platf...
2014-04-22 millertUse calloc() instead of malloc(n * s) followed by memse...
2014-04-22 miodSo it turns out that libcrypto on i386 platforms, uncon...
2014-04-22 miodWhen compiling with AES_WRAP_TEST, make main() return...
2014-04-22 teduuse reallocarray
2014-04-22 miodMention 16-bit sound is supported nowadays.
2014-04-22 teduremove dead stores to error. from Fritjof Bornebusch
2014-04-22 tedumalloc/memset -> calloc. from peter malone
2014-04-22 lteoRemove the certs directory that contains ancient files...
2014-04-22 tedumalloc/memset->calloc. with bonus null check. from...
2014-04-22 tedunull a pointer to prevent double free. from Dirk Engling
2014-04-22 miodRemove files which look like actual code compiled in...
2014-04-22 tedufix memory leaks. from Dirk Engling
2014-04-22 miodRemove meat which either duplicates code found in apps...
2014-04-22 tedumalloc/memset -> calloc. from peter malone
next