summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-04Implement RFC 6667 (Typed Wildcard FEC for PWid).Renato Westphal
2017-03-04Implement RFC 5918 (Typed Wildcard FEC).Renato Westphal
2017-03-04Implement RFC 5561 (LDP Capabilities).Renato Westphal
2017-03-04Implement support for PWid group wildcards.Renato Westphal
2017-03-03Fix processing of Label Withdraw messages.Renato Westphal
2017-03-03The PW Status is an unknown TLV.Renato Westphal
2017-03-03Send correct status code on error condition.Renato Westphal
2017-03-03Create helper functions to log sent/received messages.Renato Westphal
2017-03-03Provide more detailed output when logging notification messages.Renato Westphal
2017-03-03Kill send_notification_nbr().Renato Westphal
2017-03-03Minor tweaks.Renato Westphal
2017-03-03Allow to run on a non-default rdomain.Renato Westphal
2017-03-03Allow to specify an alternate control socket.Renato Westphal
2017-03-03Do not use an obsolete copy of a Perl module from CPAN for testing.Alexander Bluhm
2017-03-03Whan an amd64 machine got an NMI, the current process in user landAlexander Bluhm
2017-03-03Internally libssl uses 16k buffer, the libevent TLS wrapper usesAlexander Bluhm
2017-03-03Remove a "=over 4" after the corresponding "=back" has been removedAlexander Bluhm
2017-03-03Convert the variable argument list of the pr_output functions toAlexander Bluhm
2017-03-03Markdown output mode helped us to find the first parser bug (as such,Ingo Schwarze
2017-03-03Fix the lidsuspend sysctl name in arm/include/cpu.hTom Cosgrove
2017-03-03It is allowed to sleep in route_output() as we run in process contextAlexander Bluhm
2017-03-03new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze
2017-03-03spring cleanup, remove sysctl from doc, and finally gc some older annotationsMarc Espie
2017-03-03pass @sysctl into old stuffMarc Espie
2017-03-03remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze
2017-03-03Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze
2017-03-03Replace a panic with a compile time assert in icmp6_reflect().Alexander Bluhm
2017-03-03A missing initialization could randomly cause regular expressionIngo Schwarze
2017-03-03Fix previous: do not access the byte before the string if the stringIngo Schwarze
2017-03-03Ensure MD and key initialized before processing HMACKinichiro Inoguchi
2017-03-03Prevent a recursion in the socket layer.Martin Pieuchot
2017-03-03Undefined behavior: Variable 'user' was used as parameter andReyk Floeter
2017-03-03Delete "comspeed" which had been mistakenly added as a int value.YASUOKA Masahiko
2017-03-03Iterate over the global list of interfaces instead of using the globalMartin Pieuchot
2017-03-03Remove non longer needed splsoftnet()/splx() dances.Martin Pieuchot
2017-03-03fix ssh-keygen -H accidentally corrupting known_hosts that containedDamien Miller
2017-03-03enable FFS2 on armv7 and arm64 ramdisksJonathan Gray
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat
2017-03-02document EPERM error when connect(2)ing.Sebastian Benoit
2017-03-02Fix breakage of md5 authentication.Renato Westphal
2017-03-02Now that the kernel provides information about IPsec SA bundles,Alexander Bluhm
2017-03-02Implement a new routing message RTM_PROPOSAL that communicatesKenneth R Westerback
2017-03-02Document some installation quirks for the EdgeRouter Lite in INSTALL.octeon:Stefan Sperling
2017-03-02Silence a warning from zic about a too long zone name (POSIX limits TZ to 6 c...Todd C. Miller
2017-03-02fix error in Dt; from robert kleinJason McIntyre
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-03-028168 support jumbo frames;Jason McIntyre
2017-03-02Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minuteStefan Sperling
2017-03-02Fix a rtentry leak in error path.Martin Pieuchot
2017-03-02close ftp(1)'s output file to avoid leaking one FD per request.Stuart Henderson