Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-12 | yet another oops; pointed out by <six@stalphonsos.com> | Jason Peel | |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Last bits of diff generated by Chris Kuethe. | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-10-11 | Add a bit on volatile vs volatile pointers. OK jason@ millert@ | Marco S Hyman | |
2002-10-11 | Add 'proto tcp' to example rdr rule, it's required now. | Daniel Hartmeier | |
Found by grange@efnet. | |||
2002-10-11 | remove unused/unreferenced code. | Marco S Hyman | |
ok fgs@ | |||
2002-10-11 | add two missing ones, correct four others -- noticed by Number Six | Jason Peel | |
<six@stalphonsos.com>; thanks! | |||
2002-10-11 | pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested ↵ | Markus Friedl | |
by millert@ | |||
2002-10-11 | Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don't | Todd C. Miller | |
evaluate the same thing for each loop iteration in wi_get_id(). [ previous commit contained unrelated changes and has been removed ] | |||
2002-10-11 | Add a letoh16() since card ids in WI_CARD_IDS are not guaranteed | Todd C. Miller | |
to be little endian. | |||
2002-10-11 | Sigh, we can't just put the htole16() in the WI_CARD_IDS macro | Todd C. Miller | |
since gcc doesn't seem to evaluate htole16() of a constant at compile time after all. Noticed by deraadt@ | |||
2002-10-11 | When a macro cannot be expanded because it is not defined, say so. Also warn | Camiel Dobbelaar | |
about unused macros. ok dhartmei@ henning@ | |||
2002-10-11 | In lgetc(), compress strings of whitespace to a single space. This makes | Camiel Dobbelaar | |
macros come out right in verbose mode and is less functional overhead. Also err on whitespace after a backslash. That type of error is hard to find otherwise. ok dhartmei@ henning@ | |||
2002-10-11 | scalb() in vax libm is in fact scalbn(), so change the symbol name. | Miod Vallat | |
Only affects vax, which has no shared libraries, so no version change needed for libm. Someone with enough math skills ought to code a real scalb() on a rainy day... | |||
2002-10-11 | make CBQ aware of the pf API so that pf developers can play with CBQ. | Kenjiro Cho | |
for now, implemnet a tentative transition mechanism to allow the old API and the new API to coexit. the old API will go away when pfctl(8) becomes ready. | |||
2002-10-10 | Style nits. Use STDERR_FILENO, not just 2. Also use parens with | Todd C. Miller | |
return; David Hill | |||
2002-10-10 | constify a few strings. various@ ok | Artur Grabowski | |
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd C. Miller | |
make the table itself a #define so we can reuse it in wicontrol. Also add a bunch of chip IDs from NetBSD/FreeBSD. mickey@ OK | |||
2002-10-10 | mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821. | Jason Wright | |
If someone can confirm this (and heck, even better, test the driver patch I just committed and lemme know, I'd appreciate it). | |||
2002-10-10 | Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821. | Jason Wright | |
2002-10-10 | sync; sun crypto 1000; from Jamil Nimeh | Jason Wright | |
2002-10-10 | Sun Crypto 1000 | Jason Wright | |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier | |
panic: m_copym0: m == 0 and not COPYALL and/or panic: m_copydata: null muf on bridges running pf with scrubbing enabled. Bug report, test vector and confirmation by Jon Morby. ok jason@, jasoni@ | |||
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev | |
2002-10-10 | padd pf_state; dhartmei@ ok | Michael Shalayeff | |
2002-10-10 | add a borrow flag to be used by pf/altq. | Kenjiro Cho | |
2002-10-10 | preserve the m_tag order in m_tag_copy_chain() as originally intended. | Kenjiro Cho | |
the order doesn't matter at this moment but could be problematic if 2 tags of the same type are ever added. ok jason@, dhartmei@, angelos@ | |||
2002-10-10 | another | Henning Brauer | |
2002-10-10 | sync | Theo de Raadt | |
2002-10-10 | add socket test to check blocking/non-blocking mode on accept. | Marco S Hyman | |
Enable test in makefile | |||
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback | |
Started by a commit to siop from provos@netbsd.org. ok miod@ millert@ | |||
2002-10-09 | missing comma; hiten@uk.FreeBSD.org | Theo de Raadt | |
2002-10-09 | pretty print | Theo de Raadt | |
2002-10-09 | Use strtoll() and strtoull() instead of strtoq() and strtouq() now | Todd C. Miller | |
that we have them as per the original BSDi code. | |||
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-09 | comment where code is used | Marco S Hyman | |
2002-10-09 | Nobody expects the spanish inquisition! | Miod Vallat | |
2002-10-09 | document the extended return-icmp syntax, block return, block drop and set | Henning Brauer | |
block-policy. from ryan ok dhartmei@ | |||
2002-10-09 | regen | Henning Brauer | |
2002-10-09 | Broadcom BCM4401 | Henning Brauer | |
2002-10-09 | install SSL_do_handshake(3) as well; markus@ ok | Federico G. Schwindt | |
2002-10-09 | Patch from sendmail.org to fix potential smrsh bypass described | Todd C. Miller | |
in http://www.sendmail.org/smrsh.adv.txt | |||
2002-10-09 | predicates are part of the grammar now; in non-root case, predicates are | Jun-ichiro itojun Hagino | |
evaluated only once; in root case, predicates and variable expansion are dynamic. from provos | |||
2002-10-09 | new message to track uid/gid changes | Jun-ichiro itojun Hagino | |
from provos | |||
2002-10-09 | clean-up. check that SA_RESETHAND does the right thing, too. | Marco S Hyman | |
full library support for this is still pending. | |||
2002-10-08 | fix two incorrect L<> calls; ok millert@ | Wilbern Cobb | |
2002-10-08 | Gremlin; spotted by Dries Schellekens (gwyllion at ulyssis dot org), thanks! | Miod Vallat | |
2002-10-08 | the first step of pf/altq merge. | Kenjiro Cho | |
this commit is to allow further development in both userland and kernel. the goal is to replace altq's classifier by pf(4). - make pf tag a queue id to mbuf and make altq read the queue id - merge altq config into pf.conf(5) ok dhartmei@, henning@ | |||
2002-10-08 | formatting knit, fix a run-together phrase | Todd T. Fries | |
from Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-10-08 | "output" is a pointer of size "outlen", so use outlen instead of | Jun-ichiro itojun Hagino | |
sizeof(output) From "Vincent Labrecque" <vincent@psyfreaks.ca> |