openbsd
2014-04-18 beckUnsurprisingly, since <unistd.h> was so darn hard to...
2014-04-18 miodECDSA signature computation involves a random number...
2014-04-18 teduraise file limit to something more web scale, but lower...
2014-04-18 beckunbreak tree - this was not the rand.c I was looking for
2014-04-18 teducollateral damage
2014-04-18 teduno app_rand.c
2014-04-18 tedu$HOME/.rnd will never be a good source of entropy....
2014-04-18 miodDo not ask the user to pass either -DB_ENDIAN or -DL_EN...
2014-04-18 miodShrink a local buffer to the size it really needs to...
2014-04-18 okanremove bdes(1) so as to not encourage its use; if someo...
2014-04-18 jcaRemove the dead KAME code that dealt with IPv4-mapped...
2014-04-18 jcaThis remnant comment doesn't belong here. ok claudio@
2014-04-18 mioderoMgib dne- nai 68xtnetelca .s
2014-04-18 miodNot welcome
2014-04-18 miodtypo
2014-04-18 beckIt seems a generation of programmers is aping OpenSSL...
2014-04-18 lteoUse the cleaned up asprintf-based make_config_name...
2014-04-18 tedufirst round of static config. ok miod
2014-04-18 lteoCheck the return value of make_config_name() before...
2014-04-18 teduanother
2014-04-18 teduanother "string to make the random number generator...
2014-04-18 tedudelete "string to make the random number generator...
2014-04-18 miodPut back i2d_ASN1_SET() and d2i_ASN1_SET() from the...
2014-04-18 beckRAND_xxx considered harmful. use arc4random_buf instead...
2014-04-18 florianWrap long lines.
2014-04-18 florianMove ident / perturb initialisation up, this is AF...
2014-04-18 floriansync to traceroute6: use getnameinfo for destination ip
2014-04-18 florianDeclare socklen_t len in main, it's used in two places...
2014-04-18 florianReplace fprintf(stderr, ..); exit() with errx() and...
2014-04-18 florianDrop rh0 support (-g), it doesn't work anyway.
2014-04-18 florianUse getaddrinfo to resolve destination. I kept the...
2014-04-18 beckRAND_egd is considered harmful. Unbreak the tree by...
2014-04-18 claudioIntroduce some regress tests against our routing table...
2014-04-18 deraadtthis file is not relevant
2014-04-18 florianWe do have SO_SNDBUF.
2014-04-18 florianWe do have SO_SNDBUF and IP_HDRINCL.
2014-04-18 florianreplace perror(3) with err(3)/warn(3)
2014-04-18 florianStructure wait_for_reply() loop like traceroute, thereb...
2014-04-18 florianmove cast from packet to ip up to avoid casts in print()
2014-04-18 florianmove ICMP6 code parsing to function
2014-04-18 florianmove ICMP code parsing to function
2014-04-18 floriansync to traceroute:
2014-04-18 florianIf -s is not given do a dummy connect to get outgoing ip,
2014-04-18 reykfix previous
2014-04-18 florianSync to tracroute: don't print source IP if -s is not...
2014-04-18 teduguenther would prefer more separation
2014-04-18 reykspacing
2014-04-18 florianSync to tracroute: handle "time exceeded in transit...
2014-04-18 floriansync packet_ok signature to traceroute6
2014-04-18 floriansync to traceroute: s/opacket/packetdata/
2014-04-18 florianEmbed struct tv32 into struct opacket like traceroute.
2014-04-18 teduMalak: I think we made the merchant angry.
2014-04-18 florianFactor out build_probe{4,6} from send_probe; now send_p...
2014-04-18 deraadtsync
2014-04-18 tedumillert said i can kill rshd
2014-04-18 teduwe need to crank
2014-04-18 reykFix SSL client-only mode when no RSA private key is...
2014-04-18 deraadtremove include files not needed
2014-04-18 guentherDocument support for "openssl s_client -starttls lmtp"
2014-04-18 guentherFinish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION...
2014-04-18 deraadtuse the portable construct around asprintf; pointed...
2014-04-18 henningreaching into altq outside #ifdef ALTQ is bad, mmkay...
2014-04-18 henningtcp_respond: let the stack worry about the cksum instea...
2014-04-18 henningpf_send_tcp: ask the stack to do the cksum instead...
2014-04-18 guentherIt's been a quarter century: we can assume volatile...
2014-04-18 teduSome dude named Tavis Ormandy reported a bug which...
2014-04-18 henningreaching into altq unconditionally (and w/o ifdef ALTQ...
2014-04-18 deraadtsince e_os.h is dead, and e_os2.h is installed, we...
2014-04-18 guentherIt's been a quarter century: we can assume volatile...
2014-04-18 deraadtPut the final pieces from e_os.h in the required places...
2014-04-18 henningcut altq here
2014-04-18 tedublank lines between decls and code
2014-04-18 reykThe RSA_FLAG_SIGN_VER is not yet supported and the...
2014-04-18 schwarzeWe should probably thank OpenSSL.
2014-04-18 deraadtThese files were never installed in the past, and are...
2014-04-18 reykIntroduce privsep for private keys:
2014-04-18 deraadtUse asprintf() for generating path, instead of multiple
2014-04-18 deraadtin CONF_get1_default_config_file(), don't calculate...
2014-04-18 kettenisIf somebody else is already processing the RPC requests...
2014-04-18 jsingMore KNF.
2014-04-18 teduanother round of chemo for the RAND code to provide...
2014-04-18 jsingMore KNF.
2014-04-18 teduegd support is too dangerous to leave where somebody...
2014-04-18 jsingMore KNF.
2014-04-18 reykThe proc.c code sets up some socketpair for the communi...
2014-04-18 guentherHave each thread keeps its own (counted!) reference...
2014-04-18 henningno more altq hier^Where either
2014-04-18 henningno more altq
2014-04-18 guentherHandle passing zero to a variable fieldwidth or precision.
2014-04-18 deraadtunistd.h for protos where needed
2014-04-18 deraadtdefine RFILE only in the file that needs it
2014-04-18 jsingMore KNF.
2014-04-18 henningstop mentioning altq
2014-04-18 henningstop talking about altq
2014-04-18 henningmissed these
2014-04-18 jsgadd braces missed when fixing leaks
2014-04-18 deraadtKNF, since this is no longer script generated
2014-04-18 deraadtsync
2014-04-18 jcaInvert the signature logic of in{,6}_selectsrc, make...
2014-04-18 henningstop testing altq stuffz
next