Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-07 | add submethod support to AuthenticationMethods; ok and freedback djm@ | Markus Friedl | |
2013-03-07 | Fix return value of wcrtomb() in single-byte locales if the s argument is NULL. | Stefan Sperling | |
wcrtomb() must pretend to store one byte (NUL-terminator) in this case. Patch by Vladimir Tamara Patino. ok guenther | |||
2013-03-07 | fix atrocious code, do socket -> FILE* conversion correctly, with proper | Marc Espie | |
error handling. okay millert@, otto@ | |||
2013-03-07 | Refactor code around route label creation and checking to make it easier | Kenneth R Westerback | |
to read. No functional change. ok sthen@ | |||
2013-03-07 | Add ECDSA instructions to ssl(8), with this and DSA's method now generating | Stuart Henderson | |
a CSR first, then a self-signed cert as a separate step, using the -days and -sha256 options in the example. Syncs with style used for RSA here/faq and saves hair pulling if you actually want a CSR and don't notice the "-x509". Tweaks from jmc@, stsp and jung like the separate use of -days. | |||
2013-03-07 | remove spurious semicolon at end of if statement in vr_watchdog. | Stuart Henderson | |
from oga@bitrig, ok dtucker | |||
2013-03-07 | Allow a '+' in the MAILTO email adress; from Constantine A. Murenin | Todd C. Miller | |
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot | |
ok mikeb@, miod@ | |||
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot | |
check for the reference counter. ok mikeb@, miod@, pelikan@, kettenis@, krw@ | |||
2013-03-07 | Remove a couple duplicates entries that snuck in. | Philip Guenther | |
Per POSIX, if confstr() returns zero without setting errno ("no defined value") then print "undefined\n". Don't include a pointless number in the error messasge if confstr() fails. Above pointed out by Andres Perera (andres.p (at) zoho.com) Orgranize the CONFSTR code like the SYSCONF and PATHCONF cases. Don't test for confstr() returning (size_t)-1, as that's not special. Delete lint comments and unnecessary casts. | |||
2013-03-07 | Correct the delay when programming the short cable fix. It should be | Brad Smith | |
100us, not 100ms. From FreeBSD ok chris@ | |||
2013-03-07 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith | |
ok chris@ | |||
2013-03-07 | Oops: confstr()'s return value should include the NUL in its count | Philip Guenther | |
Problem pointed out by Andres Perera (andres.p (at) zoho.com) | |||
2013-03-07 | XL_DMACTL is a 32bit register, use the 32bit write macro. | Brad Smith | |
From FreeBSD ok chris@ | |||
2013-03-07 | Use switch statement for determining when to configure the L2 cache. | Brad Smith | |
ok miod@ | |||
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin | |
information about piglet memory layout. No functional changes. | |||
2013-03-07 | Sort the CardBus ids. | Brad Smith | |
2013-03-07 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith | |
the 8129 PCI id is a 8129, everything else is a 8139. Allows the D-Link DFE-520TX board to work and would ensure proper determination of the chipset for at least the 8138 based boards (PCI/CardBus). Tested by kirby@ Ok kirby@ sthen@ chris@ | |||
2013-03-07 | repeat test with a style appended to the username | Damien Miller | |
2013-03-07 | reconstruct the original username that was sent by the client, which may | Damien Miller | |
have included a style (e.g. "root:skey") when checking public key signatures. Fixes public key and hostbased auth when the client specified a style; ok markus@ | |||
2013-03-06 | g/c unused variable (-Wunused) | Damien Miller | |
2013-03-06 | fatal() when ChrootDirectory specified by running without root privileges; | Damien Miller | |
ok markus@ | |||
2013-03-06 | Account for the size of the allocation when defending the pagedaemon reserve. | Bob Beck | |
Spotted by oga@nicotinebsd.org, with help from dhill@. Fix by me. ok miod@ | |||
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson | |
that from bgpd, so that it logs to syslog when daemonized. | |||
2013-03-06 | sync yyerror() with version in bgpd so that it logs to syslog when daemonized. | Stuart Henderson | |
ok florian@ | |||
2013-03-06 | Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing code | Jasper Lievisse Adriaanse | |
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/ ok millert@ | |||
2009-10-12 | import perl 5.10.1 | Todd C. Miller | |
2003-12-03 | perl 5.8.2 from CPAN | Todd C. Miller | |
2013-03-06 | When dumping config, just print "passive" for passive interfaces rather | Stuart Henderson | |
than showing hello timers/keys. ok florian@ | |||
2013-03-06 | Fix a bad comparison when calculating the size of the hibernate signature | Mike Larkin | |
block ok deraadt@ | |||
2013-03-06 | legancy -> legacy; From: Chris Hettrick | Jason McIntyre | |
2013-03-05 | 802.1x enterprise is actually supported but requires external software, so | Stuart Henderson | |
update the manual. Pointed out by mlarkin@, ok mlarkin@ brad@ matthieu@ | |||
2013-03-05 | reset pubkey order on partial success; ok djm@ | Markus Friedl | |
2013-03-05 | cross referencing the manual page is better. | Igor Sobrado | |
change suggested and ok'd by jmc@ | |||
2013-03-05 | tweak wording of scanf return value; prompted by Jan Stary; ok jmc@ | Otto Moerbeek | |
2013-03-05 | let whois -P do a query against peeringdb. ok deraadt phessler, feedback jmc | Stuart Henderson | |
2013-03-05 | comment out example code. | Igor Sobrado | |
ok mikeb@ | |||
2013-03-05 | fix program name used in AUTHORS section. | Igor Sobrado | |
ok mikeb@ | |||
2013-03-05 | Mention that if you use a space as the separator in the argument | Todd C. Miller | |
for the -d option you should quote the argument. Based on a diff from jmc@. OK jmc@ | |||
2013-03-05 | Allied Telesis AT-2916T | Mike Belopuhov | |
2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to | Joel Sing | |
scan the sparse SCSI targets array and simplifies code. Disciplines are now also shutdown in reverse attach order, making manually stacked softraid volumes somewhat more practical. ok krw@ | |||
2013-03-05 | add a few words to the -r description to avoid ambiguity; | Jason McIntyre | |
issue noted by Ronald F. Guilmette, freebsd docs/176648 | |||
2013-03-04 | Reorder code such that wsdisplay(4) attaches after drm(4). | Mark Kettenis | |
Preparation for framebuffer console support on amd64/i386. tested by many ok mpi@ | |||
2013-03-04 | i missed a list of ciphers that rogier krieger didn't miss. thanks. | Jasper Lievisse Adriaanse | |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm | |
No binary change. OK claudio@ | |||
2013-03-04 | When deleting an IPv6 interface address, also remove the prefix and | Alexander Bluhm | |
the cloning route. bug report and test Florian Riehm; original fix sperreault@; OK claudio@ | |||
2013-03-04 | Fix compiler warnings about casts discarding const qualifiers and | Alexander Bluhm | |
comparison between signed and unsigned. No binary change. OK reyk@ joel@ gerhard@ | |||
2013-03-04 | sync with reality, only sha256 checksums are generated for distinfo. | Jasper Lievisse Adriaanse | |
prompted by a mail on ports@ by rogier krieger ok landry@ | |||
2013-03-04 | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ | Stuart Henderson | |
2013-03-04 | sync | Stuart Henderson | |