Age | Commit message (Expand) | Author |
2018-09-21 | when compiled with GSSAPI support, cache supported method OIDs by | Damien Miller |
2018-09-21 | In sshkey_in_file(), ignore keys that are considered for being too | Damien Miller |
2018-09-21 | Both AS 23456 and AS 0 are reserved and can nor be used. Extend check for | Claudio Jeker |
2018-09-21 | 6.5 firmware key | Stuart Henderson |
2018-09-21 | better yyerror messages. "syntax error" is generally not very helpful. | Claudio Jeker |
2018-09-21 | update rtwn; | Jason McIntyre |
2018-09-21 | Basic testing of roa-sets. | Claudio Jeker |
2018-09-21 | Move setting of the PREFIXSET_FLAG_OPS higher up since prefixset_item rule | Claudio Jeker |
2018-09-21 | Add some more prefix-set test cases. Mainly to test edge cases in the RB | Claudio Jeker |
2018-09-21 | Implement code to parse, print and reload roa-set tables. | Claudio Jeker |
2018-09-21 | Treat connections with ProxyJump specified the same as ones with a | Damien Miller |
2018-09-21 | U-Boot 2018.05 and later will attempt to load a dtb for PocketBeagle if | Jonathan Gray |
2018-09-21 | mention RTL8188EE support | Jonathan Matthew |
2018-09-21 | Add support for RTL8188EE. | Jonathan Matthew |
2018-09-21 | add missing braces implied by indentation | Jonathan Gray |
2018-09-20 | actually make CASignatureAlgorithms available as a config option | Damien Miller |
2018-09-20 | merge unbound 1.8.0 | Stuart Henderson |
2018-09-20 | import unbound 1.8.0, tested by myself and benno@ | Stuart Henderson |
2018-09-20 | As a step towards per inpcb or socket locks, remove the net lock | Alexander Bluhm |
2018-09-20 | missing space after comma | Theo Buehler |
2018-09-20 | grow alpha and hppa media to accomodate some recent growth | Theo de Raadt |
2018-09-20 | vmm(4): Clear the guest MWAITX/MONITORX extended CPUID feature bit, | Bryan Steele |
2018-09-20 | add missing explanation about daemon_variables removed when disabling a pkg | solene |
2018-09-20 | add missing braces implied by indentation | Jonathan Gray |
2018-09-20 | add missing braces implied by indentation | Jonathan Gray |
2018-09-20 | Adjust unittests to the adjustments done to the as_set code. | Claudio Jeker |
2018-09-20 | as_set_match() changed again, so adjust it here too. | Claudio Jeker |
2018-09-20 | Split up as_set into a set_table and an as_set. The first is what does | Claudio Jeker |
2018-09-20 | fix indentation | Jonathan Gray |
2018-09-20 | properly handle credentials and fix auth in smtp(1) | Eric Faurot |
2018-09-20 | fix indentation | Jonathan Gray |
2018-09-20 | whitespace cleanup, ok claudio@ | Sebastian Benoit |
2018-09-20 | fix indentation | Eric Faurot |
2018-09-20 | Import updated moduli. | Darren Tucker |
2018-09-20 | Sort order changed because an RB tree is now used for prefixsets. | Claudio Jeker |
2018-09-20 | Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger | Claudio Jeker |
2018-09-20 | Fix the empty aspath segments check. seg_size is never 0, this needs to use | Claudio Jeker |
2018-09-20 | Fix an out of bound read that could crash the RDE because it touched | Claudio Jeker |
2018-09-20 | reorder CASignatureAlgorithms, and add them to the various -o lists; | Jason McIntyre |
2018-09-20 | fix "ssh -Q sig" to show correct signature algorithm list (it was | Damien Miller |
2018-09-20 | add CASignatureAlgorithms option for the client, allowing it to specify | Damien Miller |
2018-09-20 | Add sshd_config CASignatureAlgorithms option to allow control over | Damien Miller |
2018-09-20 | fix a memory leak in ihidev_hid_command() | Jonathan Gray |
2018-09-19 | If getcwd() fails in dinit(), the stat buffer 'swd' is used | Todd C. Miller |
2018-09-19 | Fix last commit, I made one of the changes to the wrong line. | Todd C. Miller |
2018-09-19 | Update disklabel(8) man page with the new 5G minimum for /usr/obj. | Alexander Bluhm |
2018-09-19 | fix message to reflect "rmidi" is the expected string; ok ratchov@ | miko |
2018-09-19 | Compare against NULL, not '\0' for pointers. Quiets a warning on | Todd C. Miller |
2018-09-19 | sys/stat.h not needed here; ok ratchov@ | miko |
2018-09-19 | Always call bridge_iflist `bif'. | Martin Pieuchot |