Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-28 | make clear that the usage and synopsis take the same form | Igor Sobrado | |
problem noticed by jakemsr@; rewording suggested by jmc@ ok jakemsr@, jmc@ | |||
2007-09-27 | Mention "set loginterface <ifgroup>" | Marco Pfatschbacher | |
2007-09-27 | Add loginterface support for groups. | Marco Pfatschbacher | |
Using a group sums up the statistics of all members. Modify pfctl(1) slightly to allow a groupname "all", which gives us an overall pf(4) statistic. OK henning@, markus@ | |||
2007-09-27 | Spacing. | Marcus Glocker | |
2007-09-27 | Add automatic rate control (AMRR). | Marcus Glocker | |
2007-09-27 | style(9) fixes, optional flags without arguments come first; | Igor Sobrado | |
while here, some spacing fixes ok deanna@, jakemsr@ | |||
2007-09-27 | flag usage checks and -E with outfile. from Jeremy C. Reed via ragge's | Otto Moerbeek | |
repo. | |||
2007-09-27 | pullup of manual pages from ragge's repo | Otto Moerbeek | |
2007-09-27 | No need to use two buffers for reading data from the user. From Mark | Otto Moerbeek | |
Lumsden; ok ray@ | |||
2007-09-27 | "mailling" -> "mailing", from Jung's list; while here, some spacing fixes | Igor Sobrado | |
ok jmc@ | |||
2007-09-27 | Fix off-by-one buffer overflow in SSL_get_shared_ciphers(). | Moritz Jodeit | |
From OpenSSL_0_9_8-stable branch. ok djm@ | |||
2007-09-27 | strtol -> strtonum | Bret Lambert | |
assign values to struct members directly remove now-unused variable ok otto@ ok & input millert@ | |||
2007-09-27 | Move SSL context creation after privileges are dropped. | Pierre-Yves Ritschard | |
This puts the ssl_privsep code to use. One more step towards graceful L7 reload. | |||
2007-09-27 | Simplify ssl_privsep.c, since it won't need to remain synced with the | Pierre-Yves Ritschard | |
equivalent openssl functions. | |||
2007-09-27 | Spacing. | Marcus Glocker | |
2007-09-27 | M_ZERO changes | Charles Longeau | |
ok dlg@ | |||
2007-09-27 | Do not clear the changed flag to early, which prevented a table | Pierre-Yves Ritschard | |
from being used by several services. ``looks fine'' reyk@ | |||
2007-09-27 | Zap HostAP examples for now. | Marcus Glocker | |
Pointed out by jmc@ | |||
2007-09-27 | Kill __BIT* macros. | Marcus Glocker | |
Help and OK jsg@ | |||
2007-09-27 | Don't return -1 on error in dh_pub_is_valid(), since it evaluates | Ray Lai | |
to true. Also fix a typo. Initial diff from Matthew Dempsky, input from djm. OK djm, markus. | |||
2007-09-26 | some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD was | Pierre-Yves Ritschard | |
7 years ago. this improves readability. provide a standard usage message while there (synced with manpage). ok millert@, ``looks fine'' krw@. | |||
2007-09-26 | nfsm_uiotom macro does nothing but hide error-handling code; replace | Bret Lambert | |
inline in the one place that it's called ok thib@, weingart@ "I don't see why not" fgsch@ | |||
2007-09-26 | ep(4) is totally weird. due to hardware design limitations it plays | Henning Brauer | |
wierd games with caching mbufs. as part of that it used regular mbufs and makes them M_PKTHDR mbufs on the fly, instead of calling m_gethdr. of course it did it hackish and wrong and did not properly initialize the pkthdr fields, which stated to cause problems as soon as we started to stuff more into the packet header. so use the freshly introduced m_inithdr() to make the mbuf a pktdr mbuf. problem found + analyzed by janjaap@stack.nl PR5563, input theo, ok claudio | |||
2007-09-26 | provide m_inithdr(), which takes an mbuf and gives an initialized M_PKTHDR | Henning Brauer | |
mbuf back. for fixing PR5563 in a few, tested janjaap@stack.nl, ok claudio | |||
2007-09-26 | more minimal example | Otto Moerbeek | |
2007-09-26 | pull from ragge's repo: | Otto Moerbeek | |
Handle #pragma and _Pragma() correct. | |||
2007-09-26 | two more test cases | Otto Moerbeek | |
2007-09-26 | reuse available var, from Mark Lumsden | Otto Moerbeek | |
2007-09-26 | Add monitor mediaopt. Diff from brad@ | Marcus Glocker | |
Disable HostAP and IBSS mediaopt while there. | |||
2007-09-26 | regen | Deanna Phillips | |
2007-09-26 | Add Sigmatel to vendors. | Deanna Phillips | |
ok brad, dlg. | |||
2007-09-26 | Clean up STAC7661 codec: sort mixer items, add prev and next pointers | Deanna Phillips | |
for master, remove useless pin direction calls, add mixer item for mic boost, remove useless item for the volume knob. | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- Use strcspn to strip \r and \n. OK chl. | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- atoi -> strtonum with proper bounds check - Use vfprintf and vsyslog in the appropriate places. OK millert. | |||
2007-09-25 | Handle incoming protocol reject packets now that we have | Can Erkin Acar | |
more than one protocol. From FreeBSD, reported and tested by jmc@ | |||
2007-09-25 | When adding a key that already exists, update the properties | Can Erkin Acar | |
(time, confirm, comment) instead of discarding them. ok djm@ markus@ | |||
2007-09-25 | fix emulated encodings | Alexandre Ratchov | |
ok jakemsr@ | |||
2007-09-25 | tweak previous; ok claudio henning | Jason McIntyre | |
2007-09-25 | - sort options and sync usage() | Jason McIntyre | |
- kill some .Tn whilst here | |||
2007-09-25 | more accurate description of -U; from Tamas TEVESZ | Jason McIntyre | |
ok millert | |||
2007-09-25 | Upgrade the firmware to version SNIC 0xf. | David Gwynne | |
Here's the issue this fixes: Problem description: Tehuti NIC generated RxD descriptor with UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. This behavior is not in accordance with UDP RFC which defines that packets with zero UDP checksum should not be verified by receiver. Solution description: Never raise RxD UDP checksum error bit raised for incoming UDP packet with UDP checksum field value zero. Many thanks to Alexander Indenbaum and the rest of Tehuti generally for notifying us and providing the new firmware under the same license as the previous revision. | |||
2007-09-25 | handle empty strings returned by fgets | Charles Longeau | |
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@ | |||
2007-09-25 | Last missing piece in the equal cost multipath support for ospfd. | Claudio Jeker | |
Send all possible nexthops to the parent process and correctly sync the RIB, FIB and kernel routing table. Based on initial work by pyr@. OK pyr@ norby@ PS: don't forget that you need to enable multipath support via a sysctl | |||
2007-09-25 | handle empty strings returned by fgets | Charles Longeau | |
ok ray@ | |||
2007-09-25 | missing header for strptime | Charles Longeau | |
ok joris@ | |||
2007-09-25 | remove unused extern variable | Charles Longeau | |
ok joris@ | |||
2007-09-25 | pull from ragge's repo: | Otto Moerbeek | |
Do not try to print out common symbols if errors, from Stefan Kempf. | |||
2007-09-25 | missing header for mkstemp | Charles Longeau | |
check mkstemp return value against -1 instead of NULL ok joris@ | |||
2007-09-25 | missing header for mkstemp | Charles Longeau | |
ok joris@ | |||
2007-09-25 | remove unneeded feof | Charles Longeau | |
with help and ok ray@ |