Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-16 | someone didn't do a make build | Peter Valchev | |
2002-06-16 | More nat.conf(5) -> pf.conf(5) updates | Miod Vallat | |
2002-06-16 | bye bye | Henning Brauer | |
2002-06-16 | merge nat.conf.5 | Henning Brauer | |
most work by Chris Kuethe, some changes by me. ok dhartmei@, pb@ | |||
2002-06-16 | Missing braces around else case, fixes a kernel crash introduced in r1.5 if | Aaron Campbell | |
a non-existent interface is passed to "pfctl -l". Reported by grange@disorder.ru. | |||
2002-06-16 | When processing the KERN_VNODE sysctl, the kernel builds a packed structure, | Miod Vallat | |
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@ | |||
2002-06-16 | install headers from libevent; ok miod@ | Christian Weisgerber | |
2002-06-16 | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | Todd T. Fries | |
ok deraadt@ | |||
2002-06-16 | defining cdev_*_init over other unrelated device's cdev_*_init is very very bad | Michael Shalayeff | |
2002-06-16 | implement kqueue for audio; tested on wiggy and niels@ ok | Michael Shalayeff | |
2002-06-16 | forgot copyright, pointed out by christos@netbsd | Niels Provos | |
2002-06-15 | disable auto-update of version.texi version-stnd.texi. | Marc Espie | |
Noticed by pval@ | |||
2002-06-15 | change ref gm(4)->gem(4); ok miod | Peter Valchev | |
2002-06-15 | Check the correct variable when freeing the RX/TX lists. | Aaron Campbell | |
2002-06-15 | ecn_* policy attributes --- ok ho@ | Angelos D. Keromytis | |
2002-06-15 | Reset rulestate in parse_rules(), so consecutive calls (like from authpf) | Daniel Hartmeier | |
will not fail. Reported by Chris Kuethe. | |||
2002-06-15 | wrong copyright year | Jason Wright | |
2002-06-15 | crypto in title | Jason Wright | |
2002-06-15 | Don't advertise hostap as an allowed media type for firmware < 0.80 | Todd C. Miller | |
Hopefully this will confuse people with crufty firmware a little less than the old behavior. Supposedly it is possible to get hostap working on prism firmware 0.7.6 but I'm not going to attempt that at this time. | |||
2002-06-15 | enlarge ID column to fix output alignment. | Matthieu Herrb | |
ok deraadt@, millert@. | |||
2002-06-15 | enable libevent | Niels Provos | |
2002-06-15 | build static and profiled. | Niels Provos | |
2002-06-15 | very basic manpage for gpr. | Federico G. Schwindt | |
2002-06-15 | There is no qfe entry, point at hme instead. | Jason Wright | |
2002-06-15 | import libevent an event notification abstraction on top of select or kqueue | Niels Provos | |
supporting timeout and signal callsbacks, too. okay deraadt@ millert@ | |||
2002-06-15 | Decruftification. | Artur Grabowski | |
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable. | |||
2002-06-15 | rename install_from_mounted_fs to install_mounted_fs here as well; krw@ ok. | Federico G. Schwindt | |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov | |
No kernel parts use this constants. From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-06-15 | Cast a format param | brian | |
2002-06-15 | Tidy up end of line whitespace | brian | |
2002-06-15 | unmap/free memory as well on detach. | Federico G. Schwindt | |
2002-06-15 | GPR400 smartcard reader driver, some stuff still missing. | Federico G. Schwindt | |
jason@ commented on it. | |||
2002-06-15 | unnecessary () on cast | Jason Wright | |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell | |
to todd@ and camiel@ for trying it, too. | |||
2002-06-15 | remove redundant arg to syslog() netbsd-current via kame | Jun-ichiro itojun Hagino | |
2002-06-15 | Document transparent IPsec. | Angelos D. Keromytis | |
2002-06-15 | Transparent IPsec processing on the bridge; for now works only with | Angelos D. Keromytis | |
static keys. | |||
2002-06-15 | Understand MS-MPPE-Encryption-Policy, MS-MPPE-Encryption-Types, | brian | |
MS-MPPE-Recv-Key and MS-MPPE-Send-Key RADIUS attributes, making MPPE work properly with RADIUS & MSCHAPv2. Do something with the Filter-Id RADIUS attribute. Handle MS-CHAP-Error and MS-CHAP2-Success correctly rather than bogusly including the Ident field in the text passed back to the client. Bump the max FSM option length to 52 (was 20) Add some missing includes. | |||
2002-06-15 | add my name here as suggested by jason@ | Federico G. Schwindt | |
2002-06-15 | remove the CONSTRAIN_IDENTITY messages and introduce a new | Markus Friedl | |
ADD_ID message with contraints instead. contraints can be only added together with the private key. | |||
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski | |
2002-06-15 | fix stupid typo | Markus Friedl | |
2002-06-15 | break agent key lifetime protocol and allow other contraints for key usage. | Markus Friedl | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-14 | make the output of pfctl -k look nice again | Henning Brauer | |
noticed by pb@ ok dhartmei@ | |||
2002-06-14 | Typo. | Aaron Campbell | |
2002-06-14 | Recognize the ECN_TUNNEL attribute. | Hakan Olsson | |
2002-06-14 | manpage for eui64 | Jun-ichiro itojun Hagino | |
2002-06-14 | add "eui64" option. from ww@styx.org. sync usage with reality. | Jun-ichiro itojun Hagino | |
2002-06-14 | 992 bytes. Also works if random function returns 0 first time. | Marcus Watts | |