openbsd
2018-09-07 bluhmExplain the special case for redirect to localhost...
2018-09-07 claudioImplement a fast presix-set lookup. This magic trie...
2018-09-07 knMake print_hostname() less AF-specific
2018-09-07 bluhmDeclare strings passed to local_listen() as const....
2018-09-07 bennoallow as4number_any in as-sets. Otherwise you cant...
2018-09-07 claudioRefactor a bit and add another test
2018-09-07 florianDo not send a Content-Length header for 1xx and 204...
2018-09-07 claudioAdd a basic unittest for the as_set_* functions
2018-09-07 claudioMove the config regress tests into own directory making...
2018-09-07 kevloFix the build after removing an unused af argument...
2018-09-07 martijnRename dne in copy_file to exists to be more consistent...
2018-09-07 mikoreplace malloc()+strlcpy() with strndup() in cmdline_sy...
2018-09-07 yasuokaFix "_nfiles" reference for crash dump.
2018-09-07 martijnAlso verify a overwrite for the copy of a fifo, link...
2018-09-07 martijnMove the question to allow a copy to its own function.
2018-09-07 martijnThe combination of -v and -i and the deny of a copy...
2018-09-07 jmctweak previous;
2018-09-07 claudioRemove some newlines that have gone with last commit.
2018-09-07 claudioWhen parsing AS numbers set both as_min and as_max...
2018-09-07 claudioAdd a dummy as_set_match() function since it is needed...
2018-09-07 claudioImplement as-set a fast lookup table to be used instead...
2018-09-07 dtuckerAdd FALLTHROUGH comments where appropriate. Patch...
2018-09-07 mikoclarify that goto error in alloc_all_endpoints_fixed_ep...
2018-09-07 mikomove initial jack count to alloc_all_endpoints(), and...
2018-09-07 djmssh -MM requires confirmation for all operations that...
2018-09-07 mortimerAdd retguard macros to cpu_switchto, setjmp, longjmp.
2018-09-06 claudioUse getline() for the network bulk code. Also make...
2018-09-06 jsingDrop SSL_CIPHER_ALGORITHM2_AEAD flag.
2018-09-06 bennoget rid of a temp file, noted by claudio@
2018-09-06 mpiIf we cannot stop the endpoint when aborting a transfer...
2018-09-06 bennowhen people update /etc/example/bgpd.conf, the forget...
2018-09-06 knRemove unused af argument from unmask()
2018-09-06 knFill netmask AF-independently in print_host()
2018-09-06 bluhmDo not close the socket twice in netcat.
2018-09-06 jsgfix whitespace
2018-09-06 patrickImplement 64-bit DMA support in sdhc(4).
2018-09-06 mikoexecute the same code for failure of assign_all_jacks_a...
2018-09-06 mikosync icmp_mtudisc_clone() with icmp6_mtudisc_clone...
2018-09-05 knMove AF-specific mask logic from callers into set_ipmask()
2018-09-05 ericsynchronize resolver code with smtpd
2018-09-05 claudioImplement most prefixlen operations as OP_RANGE (prefix...
2018-09-05 jsingUse the newer/more sensible names for EVP_MD_CTX_*...
2018-09-05 jsingCorrectly clear the current cipher state, when changing...
2018-09-05 jcsBack out 1.4, it broke things
2018-09-05 mpiSerialize synchronous commands with a rwlock.
2018-09-05 ericrename flag
2018-09-05 claudioAdjust after change of struct filter_as.
2018-09-05 claudioChange the way as_compare() and aspath_match() handle...
2018-09-05 mikofactor error code in icmp6_mtudisc_clone(); ok kn@...
2018-09-05 yasuokaAdd "op" column for CP_SPIN. Diff from fukaumi at...
2018-09-05 gillesrename token to match naming convention
2018-09-05 knUse error label in host_if()
2018-09-05 claudioChange verification of communities a bit. Move the...
2018-09-05 jmcsome text improvements from matt schwartz; ok gilles
2018-09-05 jmcdo not use the literal string "label" as our example...
2018-09-05 jmcrework the text about "label" somewhat for clarity...
2018-09-05 guentherAdd defines for dealing with PCID support in cr3
2018-09-05 djmuse timing-safe compares for checking results in signat...
2018-09-04 bluhmForgot to rename pf_frent_holes() prototype in previous...
2018-09-04 bluhmAvoid traversing the list of fragment entris to check...
2018-09-04 ericremove useless session flag
2018-09-04 espiemove readmes detection to find_extractible, so that...
2018-09-04 espiedocument PKGSTEM changes
2018-09-04 gillesupon mda failure, smtpd would assume tempfail and retry...
2018-09-04 mpiCorrect usbd_abort_pipe() signature.
2018-09-04 claudioIntroduce inet4applymask() which does the same as inet6...
2018-09-04 claudioInstead of bzero() use an assinment to zero struct...
2018-09-04 ericremove unused flags
2018-09-04 chelohakevent: Don't poll for nonzero timeouts < 1us.
2018-09-03 bcallahRemove bits about MODMONO_NANT in the lang/mono section...
2018-09-03 jcsregen
2018-09-03 jcsadd another toshiba nvme
2018-09-03 gillessimplify the smtp_command() function by splitting cmd...
2018-09-03 jsingStop using composite EVP_CIPHER AEADs.
2018-09-03 jsingStop handling AES-GCM via ssl_cipher_get_evp().
2018-09-03 gillesbump max line size
2018-09-03 jsingClean up SSL_DES and SSL_IDEA remnants.
2018-09-03 jmcdocument "wrapper" in the local section; from matt...
2018-09-03 ericuse new smarthost syntax in log message
2018-09-03 ericUpdate and document syntax for smarthost string in...
2018-09-03 nicmAllow a large line number to go to the end with goto...
2018-09-03 nicmFix selection test, from Takeshi Banse.
2018-09-03 mikoRemove round_buffersize function from drivers using...
2018-09-02 gillesmailaddr matching was working for the exact and domain...
2018-09-02 tbRemove a few unnecessary casts
2018-09-02 bluhmPrint SKIPPED if package wycheproof-testvectors is...
2018-09-02 tbRemove ECDH from TODO list. Done!
2018-09-02 tbUnify FAIL printfs.
2018-09-02 tbAfter libcrypto/ecdh/ech_key.c -r1.8 fixed the failing...
2018-09-02 tbElliptic curve arithmetic only makes sense between...
2018-09-02 tbRun Wycheproof ECDH tests against libcrypto. Some tests...
2018-09-02 tbUse a Boolean rather than repeated string comparison.
2018-09-02 bluhmDocument how SIGHUP and log rotation works with syslogd...
2018-09-02 jsgupdate tradcpp to 0.5.2
2018-09-02 landryUpdate nmea(4) wrt talker ids.
2018-09-01 gillesproperly deal with MAILER-DAEMON sender in LMTP
2018-09-01 jcsMatch on interfaces with Digitizers/Touchscreen collect...
2018-09-01 jcsFor touchscreen devices, use the first HUG_X/Y usage...
2018-09-01 gillesclarify the forward-only delivery action
2018-09-01 remiPrevent ospf6d from starting when another process is...
next