Age | Commit message (Expand) | Author |
2004-07-08 | typo, and line adjustment; | Jason McIntyre |
2004-07-07 | document -a/-K and "Acquire-Only"/"Use-Keynote". | Hans-Joerg Hoexer |
2004-07-07 | plug memleak when receiving an INVALID_HASH_INFORMATION notify. | Hans-Joerg Hoexer |
2004-07-07 | compile cleanly with -Wsign-compare; while around, kill a space | Hans-Joerg Hoexer |
2004-07-05 | %lu and cast to unsigned long to print a size_t; ok ho | Peter Valchev |
2004-06-30 | Compile cleanly with gcc3.3.2. | Hans-Joerg Hoexer |
2004-06-26 | new sentence, new line; | Jason McIntyre |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer |
2004-06-26 | Remove -DHAVE_GETNAMEINFO frome makefiles. | Ryan Thomas McBride |
2004-06-25 | Keynote policy checking can now be disabled by "-K" switch and config tag | Hans-Joerg Hoexer |
2004-06-25 | Remove HAVE_GETNAMEINFO alternate code. Compiled binary is unchanged. | Ryan Thomas McBride |
2004-06-25 | Narrow down privsep interface. Remove ui_init to monitor. So we can get rid of | Hans-Joerg Hoexer |
2004-06-24 | Remove some unused code. | Hans-Joerg Hoexer |
2004-06-24 | Also handle keys from x509-certificates embedded in keynote credentials. | Hans-Joerg Hoexer |
2004-06-23 | Print corrent prefix. Found and tested by alex at vbone.net. | Hakan Olsson |
2004-06-23 | Avoid stat before open. Do open and fstat instead. | Hans-Joerg Hoexer |
2004-06-23 | Make compiling with Boehm's gc possible again. | Hakan Olsson |
2004-06-23 | Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man page | Hakan Olsson |
2004-06-23 | Add commandline switch -a / config tag "Acquire-Only" to tell isakmpd to not | Hans-Joerg Hoexer |
2004-06-22 | kn_get_string() may return NULL on failure. Handle this corrctly. | Hans-Joerg Hoexer |
2004-06-22 | The NAT-T drafts suggest we should drop incoming messages arriving on | Hakan Olsson |
2004-06-21 | Describe the [Default]:NAT-T-Keepalive configuration parameter. | Hakan Olsson |
2004-06-21 | Enable NAT-T support. | Hakan Olsson |
2004-06-21 | Implement NAT-T keepalive messages. | Hakan Olsson |
2004-06-21 | udpencap_port should be taken from dst transport | Hakan Olsson |
2004-06-21 | When switching from main to encap transport, copy dst port if | Hakan Olsson |
2004-06-21 | Strip away umask bits in monitor_fopen(). hshoexer@ ok. | Hakan Olsson |
2004-06-21 | style nit | Hakan Olsson |
2004-06-21 | undo double-patch; Dries Schellekens | Markus Friedl |
2004-06-21 | Don't write too much IKE data in packet capture | Hakan Olsson |
2004-06-21 | Packet capture should add the ESP-marker when NAT-T is active. | Hakan Olsson |
2004-06-21 | Tell the kernel to enable ESP-in-UDP encapsulation when we have | Hakan Olsson |
2004-06-21 | Port floating (500->4500) for p1 and p2 exchanges. | Hakan Olsson |
2004-06-20 | message_parse_payloads should accept payloads in the private range. | Hakan Olsson |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson |
2004-06-20 | NAT-Traversal for isakmpd. Work in progress... | Hakan Olsson |
2004-06-20 | A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706 | Hakan Olsson |
2004-06-20 | Some vendors send the last Aggressive Mode message unencrypted, which we | Hakan Olsson |
2004-06-20 | To make debugging the unprivileged child process easier, make 'isakmpd -dd' | Hakan Olsson |
2004-06-17 | Yet another bunch of memleask found and fixed by Patrick Latifi. Thanks! | Hans-Joerg Hoexer |
2004-06-17 | Plug a memleak. Found and fixed (and some cleanup) by Patrick Latifi. | Hans-Joerg Hoexer |
2004-06-17 | Evaluate result of X509_verify_cert() more carefully. | Hans-Joerg Hoexer |
2004-06-16 | Fix wrong pointer dereference and plug memleak. Found and patch by | Hans-Joerg Hoexer |
2004-06-16 | fix ipv6-address and ipv6-address-mask mixup. | Hans-Joerg Hoexer |
2004-06-15 | also use MSG_AUTHENTICATED flag. | Hans-Joerg Hoexer |
2004-06-14 | avoid stat before open | Hans-Joerg Hoexer |
2004-06-14 | added a missing message_free(). | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-11 | typo in comment | Brad Smith |
2004-06-10 | Mark authenticated messages explicitly. Better check for authentication before | Hans-Joerg Hoexer |