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