Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-04 | remove -6 from usage(); | Jason McIntyre | |
2010-03-04 | Add a -L flag to print the contents of a certificate; ok markus@ | Damien Miller | |
2010-03-04 | Add defines for header and data offset, offsetof() uses from mk@. | Jonathan Armani | |
ok mk@ | |||
2010-03-04 | 6Bone is dead. Use the literal '3ffe::/16' rather than '6bone test | Kenneth R Westerback | |
address range' when explaining the -L example. | |||
2010-03-04 | 6Bone is dead and doesn't respond to whois requests. Remove man | Kenneth R Westerback | |
page mentions and '-6' related code. Pointed out by Sebastian Rother. ok deraadt@ henning@ | |||
2010-03-04 | sync | Theo de Raadt | |
2010-03-04 | Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphics | Joel Sing | |
card, which can be found in Octane, Octane2, Fuel, Tezro and Onyx systems. ok miod@ | |||
2010-03-04 | Add wsdisplay type for SGI VPro (aka Odyssey) | Joel Sing | |
ok miod@ | |||
2010-03-04 | don't crash on invalid phase 2 IDs; from hshoexer; ok sthen@ | Markus Friedl | |
2010-03-04 | tweak previous; | Jason McIntyre | |
2010-03-04 | Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs. | Todd C. Miller | |
2010-03-04 | cherrypick patch from OpenSSL 0.9.8m: | Damien Miller | |
*) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta] | |||
2010-03-04 | - sync header to 4.7 | Jasper Lievisse Adriaanse | |
2010-03-04 | additional regression tests for revoked keys and TrustedUserCAKeys | Damien Miller | |
2010-03-04 | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that | Damien Miller | |
are trusted to authenticate users (in addition than doing it per-user in authorized_keys). Add a RevokedKeys option to sshd_config and a @revoked marker to known_hosts to allow keys to me revoked and banned for user or host authentication. feedback and ok markus@ | |||
2010-03-04 | `speed' is an argument, not a flag. | Igor Sobrado | |
ok jmc@ | |||
2010-03-04 | utilize the fact that the softc is zero'd to simplify the initialization | Theo de Raadt | |
sequences ok yuo | |||
2010-03-04 | Gracefully handle trailing '/'s when asking for [sub]Timezones. | Kenneth R Westerback | |
i.e. ignore them all. Problem pointed out by Sebastian Rother. More script discipline and voodoo from halex@. ok halex@ deraadt@ | |||
2010-03-04 | use buffer_get_string_ptr_ret() where we are checking the return | Damien Miller | |
value explicitly instead of the fatal()-causing buffer_get_string_ptr() | |||
2010-03-03 | Change third parameter for urndis_decap() to be of type u_int32_t. | Michael Knudsen | |
2010-03-03 | In urndis_ctrl_recv(), don't copy the received data to a newly allocated | Michael Knudsen | |
buffer of the exact response when we can just pass on the buffer. It's going to be released right away anyway. | |||
2010-03-03 | s/similar same/similar/; from imorgan AT nas.nasa.gov | Damien Miller | |
2010-03-03 | the authorized_keys option for CA keys is "cert-authority", not | Damien Miller | |
"from=cert-authority". spotted by imorgan AT nas.nasa.gov | |||
2010-03-03 | Add athn(4). | Mark Kettenis | |
2010-03-03 | Compare against correct flag when printing "network inet6 static" | Claudio Jeker | |
2010-03-03 | Add support for the ipp_ind_ext_int[0] interrupt. | Mark Kettenis | |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen | |
Much prodding from deraadt. | |||
2010-03-03 | Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgotten | Miod Vallat | |
about, and never implemented in sparc64 but changes are the same. ok deraadt@ | |||
2010-03-03 | supply apm(4) with infomation and events; ok miod@ | Otto Moerbeek | |
2010-03-03 | Add some more devices that ckuethe has tested with. | Michael Knudsen | |
2010-03-03 | Correctly initialize the command frame in uyurex_write_value_request(); | Miod Vallat | |
ok yuo@ | |||
2010-03-03 | When I first started on urndis, I didn't realise that all values were | Michael Knudsen | |
u_int32_ts, so I made some typedefs for certain types. It's just pointless, so get rid of them. Jonathan and Fabien agree. | |||
2010-03-03 | Remove XXX that's no longer valid. | Michael Knudsen | |
From Jonathan Armani. | |||
2010-03-03 | When allocating virtual space for bus_space_map, don't use | Owain Ainsworth | |
uvm_km_alloc() (which allocates some virtual space and then $size_of_mapping pages which it then enters) *then* pmap_kenter the bus_space address that we wish to map, it's just a little bit stupid and a waste of memory. replace with uvm_km_valloc and ponies for everyone. ok drahn@ | |||
2010-03-03 | Add description of -p and remove reference to fstab processing. | Otto Moerbeek | |
Prompted by J.C. Robers; ok jmc@ | |||
2010-03-03 | it's true! | Jasper Lievisse Adriaanse | |
2010-03-03 | Replace enum rib_state with enum reconf_action since their doing the same. | Claudio Jeker | |
NEW is now REINIT, ACTIVE is KEEP and DELETE and NONE stay the same. | |||
2010-03-03 | - add and enable bluetooth | Jasper Lievisse Adriaanse | |
ok miod@ otto@ | |||
2010-03-03 | Store ARCBios variables before machine specific setup is performed and | Joel Sing | |
make console selection on a per machine basis. Whilst here store the keyboard layout ('keybd') and graphics state ('gfx') variables for future use. ok miod@ | |||
2010-03-03 | G41 works here too, so enable it for inteldrm. | Owain Ainsworth | |
Thanks again to eric@ for testing this and bringing it to my attention. | |||
2010-03-03 | tweak mda.c rev. 1.36: eliminate risk of busy waiting for socket | Jacek Masiulaniec | |
to become writable, and make code more idiomatic. tested by nicm@ ok gilles@ | |||
2010-03-03 | tweak mda.c rev. 1.36: eliminate risk of busy waiting for socket | Jacek Masiulaniec | |
to become writable, and make code more idiomatic. tested by nicm@ ok gilles@ | |||
2010-03-03 | Attach intagp on the G41 also. | Owain Ainsworth | |
tested by eric@. | |||
2010-03-03 | Must check for NO_LABEL here as well or we print strange label numbers. | Claudio Jeker | |
OK michele@ | |||
2010-03-03 | Rework the kroute code by stealing some code from ospfd and massaging it | Claudio Jeker | |
a lot more. Main reason for this is to add priority support. Additionally add some additional NO_LABEL fixes. OK michele@ | |||
2010-03-03 | Remove superfluous newline | Claudio Jeker | |
2010-03-03 | reject strings with embedded ASCII nul chars in certificate key IDs, | Damien Miller | |
principal names and constraints | |||
2010-03-03 | add an extra test to ensure that authentication with the wrong | Damien Miller | |
certificate fails as it should (and it does) | |||
2010-03-02 | Add RCS Ident | Damien Miller | |
2010-03-02 | POSIX strptime is stricter than OpenBSD's so do a little dance to | Damien Miller | |
appease it. |