Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-30 | rewording for clarity; | Jason McIntyre | |
ok reyk@ | |||
2005-09-30 | correct way to display a backslash is `\e' in mdoc; | Jason McIntyre | |
grammar + spelling; | |||
2005-09-30 | update the BNF | Reyk Floeter | |
2005-09-30 | implement a way to match IEEE 802.11 flooding. this will help to detect | Reyk Floeter | |
known DoS attacks, like de-auth flooding against wireless networks. an example is provided in the manual page. "or could you just got for it?", deraadt@ | |||
2005-09-30 | fix;5C the 'number' type, use a maximal value of LONG_MAX instead of 16. | Reyk Floeter | |
2005-09-29 | Add event rule examples | Reyk Floeter | |
2005-09-29 | order alphabetically | Reyk Floeter | |
2005-09-29 | Change DLT earlier. Fixes the loss of promisc mode when a non-default | Can Erkin Acar | |
DLT is specified. looks sane deraadt@ | |||
2005-09-29 | Show the time a neighbor was DOWN instead of counting down from | Claudio Jeker | |
DEFAULT_NBR_TMOUT. Makes it easy to see since when a peer is dead. OK norby@ some time ago | |||
2005-09-28 | - use proper function name in log message | Mathieu Sauve-Frankel | |
ok norby@ | |||
2005-09-28 | use more strtonum(); from mkb@crypt.org.ru | Theo de Raadt | |
2005-09-28 | err()->errx() and KNF; ok djm@ | Kevin Steves | |
2005-09-27 | Fix another case of inconstitent error handling that was missed in the | Otto Moerbeek | |
previous commit. ok moritz@ | |||
2005-09-27 | use xargs -r0 for our build process | Theo de Raadt | |
2005-09-27 | tweaks from wiz@netbsd | Jason McIntyre | |
2005-09-26 | deal with xargs new behaviour by using -r, okay deraadt@ | Pedro Martelletto | |
2005-09-26 | If setting the filter fails, pass the error back; | Otto Moerbeek | |
ok deraadt@ | |||
2005-09-24 | - add auth_type and auth_keyid to struct ctl_iface | Mathieu Sauve-Frankel | |
- have ospfctl tell us when we are using authentication with 'show interface' ok claudio@ norby@ | |||
2005-09-24 | Add some code to just build the packing-list even if the package won't | Marc Espie | |
happen. Use -q and -Q for now, may change. | |||
2005-09-24 | give it a bit highr priority and exit w/ failure if systcl ever fails; marc@ ↵ | Michael Shalayeff | |
henning@ ok some time ago... | |||
2005-09-24 | pass actual items to prepare_long and check_name so that we can also | Marc Espie | |
verify that modes/groups/owners are correct (code to come) | |||
2005-09-24 | move uname/gname existence check into ArcCheck: Ustar archives deal with | Marc Espie | |
this differently. Namely, use specific variables that default to the numeric value if the uid/gid don't exist in mkheader. Since the entry fields are not filled, ArcCheck gets all it needs for the package check. | |||
2005-09-24 | Allows FETCH_CMD to replace ftp. | Marc Espie | |
Note that, for simplicity, FETCH_CMD must be a single command with a full path. Use a script if you must. | |||
2005-09-24 | mention marking of logs that have wrapped their buffer, from stevesk@ | Damien Miller | |
2005-09-24 | Log source address for 'malformed packet' errors. ok henning@ | Darren Tucker | |
2005-09-23 | Only allow root to run tcpdump. It's needed for the chroot security. | Otto Moerbeek | |
ok moritz@ deraadt@ | |||
2005-09-23 | default port for ftp-proxy is 8021; | Jason McIntyre | |
from johnb (pr #4520); ok deraadt@ ian@ | |||
2005-09-22 | boot-able -> bootable (typo fix in comments only) | Jason McIntyre | |
from janne johansson (pr #4516) | |||
2005-09-22 | consistency fixes, spotted by brian at awfulhak org; | Jason McIntyre | |
2005-09-22 | add missing phrase; | Jason McIntyre | |
ok brad@ | |||
2005-09-22 | add a few flags to CDIAGFLAGS | Brad Smith | |
2005-09-21 | rearrange sanity checks to eliminate signed arithmatic, from stevesk@ | Damien Miller | |
2005-09-21 | grammar, spelling, formatting fixes... | Jason McIntyre | |
2005-09-21 | Added some missing defines. | Brad Smith | |
From ru FreeBSD | |||
2005-09-21 | Add a radius_Flush() function that waits for the response (or timeout) to | Brad Smith | |
any pending RADIUS transaction. Use this before sending RAD_STOP RADIUS messages so that we definitely ``stop'' the session. It was discovered that sometimes when the link timed out, we got lucky enough to have an un-ACK'd RADIUS accounting transaction in progress, resulting in the RAD_STOP message failing to send. From brian FreeBSD | |||
2005-09-21 | Support a ``set rad_alive N'' command to enable periodic RADIUS accounting | Brad Smith | |
information being sent to the RADIUS server. Logging of RADIUS accounting information moves to a ``set log [+-]radius'' level, along with the RADIUS alive info. From brian FreeBSD | |||
2005-09-21 | Send NAS-IP-Address as well as NAS-Identifier | Brad Smith | |
Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to support pre-rfc2865 RADIUS servers. This pushes our enable/disable items over the 32 bit limit, so reoganise things to allow a bunch more options. From brian FreeBSD | |||
2005-09-21 | Avoid casts as lvalues. | Brad Smith | |
From kan FreeBSD | |||
2005-09-21 | If HISMACADDR is set in the environment, pass the value to | Brad Smith | |
the RADIUS server as RAD_CALLING_STATION_ID. From brian FreeBSD | |||
2005-09-21 | Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. | Brad Smith | |
From dds FreeBSD | |||
2005-09-21 | Make sure that "updates" with only MP withdraws (MP_UNREACH_NRLI) stop | Claudio Jeker | |
processing after the MP withdraw block. OK henning@ | |||
2005-09-21 | when the route to a nexthop is a reject or blackhole route, the nexthop | Henning Brauer | |
is invalid. add check for these flags. shows up with v6, many reject routes there. claudio ok | |||
2005-09-21 | IPSec -> IPsec | Jason McIntyre | |
grammar from joel@ | |||
2005-09-21 | uppercase first letter of a sentence; | Jason McIntyre | |
2005-09-21 | name union. | Brad Smith | |
From ume FreeBSD | |||
2005-09-21 | IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may | Brad Smith | |
want to pass the value to upper layer protocol such as DHCPv6 for prefix delegation. From ume FreeBSD | |||
2005-09-21 | Do RADIUS accounting on IPV6CP. | Brad Smith | |
From ume FreeBSD | |||
2005-09-21 | Install routes specified by Framed-IPv6-Route. Since the format | Brad Smith | |
of Framed-IPv6-Route is user defined, it follows Framed-IP-route. From ume FreeBSD | |||
2005-09-21 | Add IPv6 related attributes defined in RFC3162. | Brad Smith | |
From ume FreeBSD |