Age | Commit message (Expand) | Author |
2006-03-30 | when resolving interface names to ip adresses, set netmask to all bits 1 | Hans-Joerg Hoexer |
2006-03-30 | Print the "Encap" heading only when the sadb is not empty. | Hans-Joerg Hoexer |
2006-03-30 | allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok hs... | Markus Friedl |
2006-03-30 | document -encap. ok claudio@ | Hans-Joerg Hoexer |
2006-03-30 | If an address family is specified do not print IPSec "routes". Additionally | Claudio Jeker |
2006-03-30 | Minor cleanup and start using rmx_refcnt to show the refcount instead of 0. | Claudio Jeker |
2006-03-30 | Really ignore sendpipe, recvpipe, rtt, rttvar, etc. in route(8) instead of | Claudio Jeker |
2006-03-30 | Document 'F' as an answer to fsck, okay deraadt@ jolan@ | Pedro Martelletto |
2006-03-30 | when asking y or n, accept "F" which forces yes from the on. i have | Theo de Raadt |
2006-03-29 | Use sysctl to get information about encap routes (aka ipsec). Now | Hans-Joerg Hoexer |
2006-03-26 | fix output of ``ccdconfig -gv'': one typo, and one missing \t | Alexander von Gernler |
2006-03-23 | Print the lladdr on carp interfaces. | Ryan Thomas McBride |
2006-03-23 | Fix pretty-print of carp link addresses by making them print like IFT_ETHER. | Ryan Thomas McBride |
2006-03-23 | sloppy style to cast the sockaddrs backwards, and then potentially wrong size... | Theo de Raadt |
2006-03-22 | earlier asprintf diff caused malloc in signal handler. clarify the | Theo de Raadt |
2006-03-22 | add support for macros in ipsec.conf(5). some bits have already been | Reyk Floeter |
2006-03-22 | No need to specify the DOI, make examples more consistent. | Hans-Joerg Hoexer |
2006-03-21 | Correctly check for the end of the cmds table. There is no need to check for | Claudio Jeker |
2006-03-21 | instead of sizeof(array) / sizeof(element) computation, use the existing | Daniel Hartmeier |
2006-03-20 | NetBSD Coverity CID 2298: Fix memory leak. | David Hill |
2006-03-20 | Don't increment a pointer *before* testing it for NULL | David Hill |
2006-03-20 | NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak. | David Hill |
2006-03-20 | NetBSD Coverity CID 774: Don't increment a pointer *before* testing it for NULL! | David Hill |
2006-03-20 | NetBSD Coverity CID 2074: Fix memory leak. | David Hill |
2006-03-20 | NetBSD Coverity CID 1745: Fix memory leak. | David Hill |
2006-03-20 | NetBSD Coverity CID 2305: Fix memory leak. | David Hill |
2006-03-20 | When being verbose while deleting ike rules (-dv), print deletions instead of | Hans-Joerg Hoexer |
2006-03-20 | When adding a connection, do not explicitly start that connection | Hans-Joerg Hoexer |
2006-03-20 | make sure the command fifo is ready before isakmpd returns. This | Hans-Joerg Hoexer |
2006-03-19 | Fix mem leaks in error path. From NetBSD's coverity analysis. ok pat@ | Otto Moerbeek |
2006-03-17 | Off-by-one; from NetBSD's coverity analysis; ok millert@ | Otto Moerbeek |
2006-03-16 | typo. | Alexandre Anriot |
2006-03-14 | implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4) | Damien Miller |
2006-03-13 | Cleanup and plug a fe memleaks and; from Davif Hill with a twist from | Otto Moerbeek |
2006-03-12 | Add the -s flag, meaning: skip mount if the file system is | Otto Moerbeek |
2006-03-12 | use asprintf instead of a static buffer; dhill, tested by pedro | Theo de Raadt |
2006-03-09 | Remove -n from synopsis too | Pedro Martelletto |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2006-03-07 | add support for special "bypass" and "deny" flows. | Reyk Floeter |
2006-03-07 | add an ike option for road warrior setups (hosts with dynamic ip | Reyk Floeter |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-02-21 | improvements from claudio: | Jason McIntyre |
2006-02-21 | The new default encryption algorithm for main mode is AES instead of 3DES. | Hans-Joerg Hoexer |
2006-02-20 | bit more consistent... | Jason McIntyre |
2006-02-20 | - note that "deletetunnel" is for gif(4) and gre(4) devices only | Jason McIntyre |
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat |
2006-02-06 | typo from alexey dobriyan; | Jason McIntyre |
2006-02-03 | override authentication tag as well; ok hshoexer@ | Christian Weisgerber |
2006-02-02 | Two fixes: generate default main mode config when using PSK, added missing | Hans-Joerg Hoexer |
2006-02-02 | Small cleanup to avoid gotos, from Andrey Matveev. | Hans-Joerg Hoexer |