Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-07 | dig gpio ioctls | Michael Shalayeff | |
2004-06-07 | correct x11 sets sizes after second rebuild | Michael Shalayeff | |
2004-06-07 | enable dynamic perl; millert ok | Michael Shalayeff | |
MAKE SURE TO REBUILD LD.SO FIRST | |||
2004-06-07 | Allow -a to specify an alternative auth method, even if secure mode | Otto Moerbeek | |
is used. Only bail out if the user has no skey entry and requests secure mode without specifying an alternative auth method. ok hshoexer@ millert@ | |||
2004-06-07 | Use -a skey to use S/Key for initial authentication in normal mode. | Otto Moerbeek | |
ok hshoexer@ millert@ | |||
2004-06-07 | consistently refer to the authpf_users table; | Jason McIntyre | |
noticed by die tuere; ok beck@ | |||
2004-06-07 | clarify how tags are parsed; | Jason McIntyre | |
help from, tweaks, and ok's: dhartmei@ otto@ millert@ | |||
2004-06-07 | use the func args and not the key material to init a new plabel | Michael Shalayeff | |
2004-06-07 | fixup the dlsym() return to produce a callable address (plabel) and move one ↵ | Michael Shalayeff | |
comment closer to the code it talks about earlier; drahn@ ok | |||
2004-06-07 | debugging notify that dlopen() has finished as it was said when it had ↵ | Michael Shalayeff | |
started; drahn@ ok | |||
2004-06-07 | remove dud i2o link here, too; | Jason McIntyre | |
from dmitry bogdan; | |||
2004-06-07 | Make deletion of a few addresses much faster on big tables. ok claudio@ | Cedric Berger | |
2004-06-07 | provide sets sizes in raw bytecounts and then | Michael Shalayeff | |
uniformly compute the MB numbers in m4.common; reduce average calculator uptime. miod@ ok | |||
2004-06-07 | Allow userland to issue ld.d or st.d with a long, but not long long aligned | Miod Vallat | |
address, by recovering from the misaligned address exception. | |||
2004-06-07 | remove a dupe hw features item; from Simon Dassow <janus@area319.de> | Michael Shalayeff | |
2004-06-07 | workaround. | Cedric Berger | |
2004-06-07 | new mirror in Switzerland | David Krause | |
(sync with rev 1.274 of www/ftp.html) | |||
2004-06-07 | better debugging printfs for init/fini fixups | Michael Shalayeff | |
2004-06-07 | new mirrors in Argentina, Belgium, Latvia, Portugal, and US | David Krause | |
Remove ftp.src.uchicago.edu as a mirror, as requested by David Forero (sync with rev 1.273 of www/ftp.html) | |||
2004-06-07 | mod_digest for Apache does not properly verify the nonce of a client response | Brad Smith | |
by using a AuthNonce secret. CAN-2003-0987 ok henning@ | |||
2004-06-07 | Apache does not filter terminal escape sequences from its error logs, which | Brad Smith | |
could make it easier for attackers to insert those sequences into terminal emulators containing vulnerabilities related to escape sequences. CAN-2003-0020 ok henning@ | |||
2004-06-07 | check for NOPIC instead of using a list of arch names. | Brad Smith | |
ok drahn@ henning@ | |||
2004-06-06 | Fix typo in last commit for non-compiled code. Dmitry V. Levin | Todd C. Miller | |
2004-06-06 | update .Vt description and BUGS; | Jason McIntyre | |
2004-06-06 | update .Vt (variable type) macro: | Jason McIntyre | |
- .Vt now parsed and callable - do not cause line break/insert vertical space outside SYNOPSIS - respect punctuation the hard work from jared yanovich; ok millert@ | |||
2004-06-06 | - wording | Jason McIntyre | |
- simplify some displays | |||
2004-06-06 | - add -S to usage() | Jason McIntyre | |
- for some reason -s was also missing from one of them - sync | |||
2004-06-06 | make -S description match the rest of the page (in terms of tense); | Jason McIntyre | |
2004-06-06 | double `the'; | Jason McIntyre | |
2004-06-06 | kill double space; | Jason McIntyre | |
2004-06-06 | `allow' is a difficult verb... | Jason McIntyre | |
2004-06-06 | - uppercase `e' in ethernet | Jason McIntyre | |
- insure -> ensure - commas in list | |||
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre | |
- kill whitespace - -offset for display | |||
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre | |
- use -offset for display | |||
2004-06-06 | clean some lists and displays; | Jason McIntyre | |
2004-06-06 | `update-patches' uses gdiff(1) now for quite some time now, | Xavier Santolaria | |
not diff(1) anymore; noticed by Rodolfo Gouveia <wolfshade boo netmadeira baa com> okay espie@. | |||
2004-06-06 | Multicast cleanups | Ryan Thomas McBride | |
- make multicast ranges work - replace handrolled crc code with ether_crc32_{be,le}() - add missing calls to ether_{add,del}multi() ok deraadt@ | |||
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer | |
supported address familiy, keep a tailq of an arbitary number of them. the new struct listen_addr contains the sockaddr and the fd. this fixes quite some nasty behaviour which was a consequence of the previous model. looks right deraadt@, and discussed with claudio | |||
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko | |
just return current pentium_mhz value. Update this value in all hw.setperf hoos either via its own private methods or using global update_cpuspeed hook, if registered. Also implement update_cpuspeed hook for Pentium 3. Tested by millert@, Gabriel Kihlman <gk@stacken.kth.se> and me on various i386 machines. ok tedu@ | |||
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger | |
selector part to the routing table entry. complements existing "-dst" and "-dstmask". typical use: route add -src 20.20.20.22 20.20.20.21 route add -src 192.168.1.0/24 -dst 192.168.2.0/24 20.20.20.21 useful for example to implement symetrical routing on multihomed boxes, or to better select which packets to send to gif/tun/... tunnels. new '-S' flag similar to netstat one. ok deraadt@ mcbride@ | |||
2004-06-06 | Add new '-S' flag to display the source selector part of the routing table | Cedric Berger | |
entry. "netstat -nrSf inet". ok deraadt@ mcbride@ | |||
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger | |
their *source* IP address in addition to their destination address. routing table "destination" now contains a "struct sockaddr_rtin" for IPv4 instead of a "struct sockaddr_in". the routing socket has been extended in a backward-compatible way. todo: PMTU enhancements, IPv6. ok deraadt@ mcbride@ | |||
2004-06-06 | In printf %p doesn't need extra ``0x'' | Alexander Yurchenko | |
2004-06-06 | Style (KNF, 80c). No binary change. | Hakan Olsson | |
2004-06-06 | document REORDER_DEPENDENCIES | Marc Espie | |
2004-06-06 | First sequence number should be 100, as promised by man page. | Otto Moerbeek | |
ok hshoexer@ millert@ | |||
2004-06-06 | Explain the the usage of the first key printed by skeyinit; add | Otto Moerbeek | |
example and .Xr's. ok hshoexer@ millert@ | |||
2004-06-06 | Format example using -literal, add .Xr's. From millert@ | Otto Moerbeek | |
2004-06-06 | remove Realtek 8139C+ from re(4) line comment | Peter Valchev | |
2004-06-06 | - replace hand-rolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work |