Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride | |
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@ | |||
2005-11-01 | missing freeaddrinfo(); maticd@gmail.com | Theo de Raadt | |
2005-10-30 | - SEE ALSO is sorted by section first | Jason McIntyre | |
- new sentence, new line | |||
2005-10-30 | prepare for more flexible hostname resolver. Right now just v4, more to come | Hans-Joerg Hoexer | |
(if groups, v6, dns). | |||
2005-10-30 | Xr ipcomp, sort "SEE ALSO" section | Hans-Joerg Hoexer | |
2005-10-30 | describe ipcomp | Hans-Joerg Hoexer | |
2005-10-30 | add support for ipcomp. | Hans-Joerg Hoexer | |
2005-10-28 | Make it possible to use -P on readonly memory filesystems. From | Otto Moerbeek | |
Alexander Hall, with some guidance by me. ok deraadt@ | |||
2005-10-28 | Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The first | Otto Moerbeek | |
form is valid, but in these cases its more clear to say what you mean. ok pat@ henning@ | |||
2005-10-28 | more error message cleanup | Hans-Joerg Hoexer | |
2005-10-27 | Do not touch LIST_* macro internals. | Hans-Joerg Hoexer | |
with otto@, ok ho@ | |||
2005-10-26 | don't send DPD messages before the exchange is finialized, otherwise | Markus Friedl | |
we have a race between DPD and exchange timeouts and both will release the SA and corrupt the SA list. ok hshoexer@, ho@ | |||
2005-10-26 | put the 100% right r1.79 back in, that is still as right as it was the first | Henning Brauer | |
time. dale just had the same problem and made me look again. | |||
2005-10-25 | some small knf, ok ho@ | Hans-Joerg Hoexer | |
2005-10-25 | Do not send a message when no transport is available. | Hans-Joerg Hoexer | |
ok cloder ho | |||
2005-10-24 | delete more EFAULT stupidity | Theo de Raadt | |
2005-10-23 | Add support for SENSOR_AMPS. | Mark Kettenis | |
ok dlg@ | |||
2005-10-18 | add support for static interface group expansion, i. e. | Henning Brauer | |
pass to group ok hshoexer, hacked at linux-kongress last week | |||
2005-10-17 | parse correctly flows using ipcomp. Glitch noticed by jared rr spiegel. | Hans-Joerg Hoexer | |
2005-10-16 | Prepare for better host specification parser: dns names, interfaces, etc. But | Hans-Joerg Hoexer | |
for now, just ipv4. Derived from pfctl(8). | |||
2005-10-16 | Unset debug flag. | Hans-Joerg Hoexer | |
2005-10-16 | Add keyword "any" for addresses, reduces to "0.0.0.0/0". | Hans-Joerg Hoexer | |
2005-10-16 | cleanup messages generated by err(3) | Hans-Joerg Hoexer | |
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ aaron@ | Otto Moerbeek | |
jaredy@ patrick@ millert@ | |||
2005-10-13 | unused parameters | Henning Brauer | |
2005-10-13 | dead defines | Henning Brauer | |
2005-10-10 | getifaddrs() slightly later in printif(), prevents possible memleak | Henning Brauer | |
Andrey Matveev <evol@online.ptt.ru> | |||
2005-10-07 | Don't display errno message when errno isn't set. | Pedro Martelletto | |
Okay deraadt@, moritz@, help and okay henning@ | |||
2005-10-06 | improve examples and show how to use KEY_LENGTH. Slightly different fix than | Hans-Joerg Hoexer | |
proposed by sthen at spacehopper dot org, fixes pr 4522, thanks! ok and with jmc@ | |||
2005-10-06 | Use part of the reserved space on the disk inode to scatter 16 more bits | Pedro Martelletto | |
for the UID and GID, making them 32-bit. Based on what Linux does, with a slightly different implementation. Endianess issue in fsck noted by miod@, okay deraadt@. | |||
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby | |
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@ | |||
2005-10-04 | wording from simon kuhnle (pr #4530); | Jason McIntyre | |
2005-10-03 | print all trunk flags | Reyk Floeter | |
ok brad@ | |||
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2005-09-27 | add examples of explicitly bringing ethernet ifs up; | Jason McIntyre | |
from stefek zaba; ok deraadt@ | |||
2005-09-27 | document aesctr and null encryption; ok jmc, hshoexer | Markus Friedl | |
2005-09-27 | missing return | Markus Friedl | |
2005-09-23 | - beef up DESCRIPTION | Jason McIntyre | |
- document that paths to key files may be relative or absolute - reference vpn(8) in SEE ALSO most of this diff came about from a mail from benjamin pineau who mailed hshoexer and myself about some possible improvements to this file; ok hshoexer@ | |||
2005-09-23 | Document new UI commands | Hans-Joerg Hoexer | |
ok and help jmc@ | |||
2005-09-23 | Provide UI commands to delete phase 1 SAs. | Hans-Joerg Hoexer | |
Looks good mortiz@ | |||
2005-09-23 | Remove some uncommented section headers from the template man page (RETURN | Hans-Joerg Hoexer | |
VALUES, BUGS, CAVEATS,...). While there, add HISTORY section. | |||
2005-09-22 | use "force" keyword when adding to Phase 1 section, otherwise isakmpd will | Hans-Joerg Hoexer | |
write some annyoing warning to the logs... | |||
2005-09-21 | put description of `dest_address' in the right place; | Jason McIntyre | |
ok deraadt@ | |||
2005-09-20 | if we must un-export, only un-export when we do the first call for | Theo de Raadt | |
each filesystem; ok drahn, specific issue found by otto | |||
2005-09-20 | add an entry to "Phase 1" section for each remote peer. | Hans-Joerg Hoexer | |
2005-09-20 | add a "Connection=..." entry for active connections | Hans-Joerg Hoexer | |
2005-09-19 | grammar; | Jason McIntyre | |
from benjamin pineau; ok hshoexer@ | |||
2005-09-15 | Clean up compilation with -Wall, okay deraadt@ | Pedro Martelletto | |
From: Leonardo Chiquitto Filho <leonardo@iken.com.br> | |||
2005-09-13 | Only DELEXPORT filesystems which are not exported. Removes NFS race when | Dale Rahn | |
mounting filesystems on nfs servers. Improvements and ok otto@ | |||
2005-09-06 | document `what' from interactive mode: from ely petty; | Jason McIntyre | |
kill an unneeded .Pp whilst here; |