Age | Commit message (Expand) | Author |
2006-04-13 | fix more signal races; ok moritz | Theo de Raadt |
2006-04-13 | put "dump: filename " at the start of each ^T message... | Theo de Raadt |
2006-04-12 | document that tunnel and transport mode can be specified for SAs. | Hans-Joerg Hoexer |
2006-04-12 | add a few words about how groups of interfaces can be used. | Alexandre Anriot |
2006-04-10 | minimal cleanups prompted by lint; ok otto | Theo de Raadt |
2006-04-08 | Remove unused variables. | David Hill |
2006-04-08 | document "powerdown" in rc.shutdown; | Jason McIntyre |
2006-04-08 | Plug simple memory leak. ``Don't forget to free tcpopts when you | Ray Lai |
2006-04-08 | Remove a little bit of dead code; minburst is set to 2 earlier, and | Ray Lai |
2006-04-08 | Memory leak on fork error plus change time variable to prevent | Ray Lai |
2006-04-07 | fsck needs to unset FS_FLAGS_UPDATED if it changes the super block | Pedro Martelletto |
2006-04-06 | allow lists inside lists for address specs, has been in my tree for | Henning Brauer |
2006-04-06 | if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if | Henning Brauer |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-01 | Do not attempt to print parameters which turned out to be dead; fixes PR#5066. | Miod Vallat |
2006-03-31 | tweaks; | Jason McIntyre |
2006-03-31 | Be careful when accessing the external destination address, as it is not set | Hans-Joerg Hoexer |
2006-03-31 | wenn dumping rules always show type, srcid and dstid (if set). | Hans-Joerg Hoexer |
2006-03-31 | allow do delete dynamic rules | Hans-Joerg Hoexer |
2006-03-31 | allow specification of encapsulated protocol for ike; ok hshoexer | Markus Friedl |
2006-03-31 | allow specification of encapsulated protocol for flows; ok hshoexer | Markus Friedl |
2006-03-31 | uppercase `ip'; | Jason McIntyre |
2006-03-31 | Super block changes for FFS2, thanks to all who tested. | Pedro Martelletto |
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 |