Age | Commit message (Expand) | Author |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-18 | Add some path sanitation; only permit write operations to /tmp, | Hakan Olsson |
2003-05-18 | Style tweak. | Hakan Olsson |
2003-05-18 | Add a debug message to sa_reinit() to indicate when we renegotiate | Hakan Olsson |
2003-05-18 | Forgot to remove a couple of debug messages | Hakan Olsson |
2003-05-18 | struct sockaddr is not large enough in itself to contain the address | Hakan Olsson |
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson |
2003-05-18 | Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, with | Hakan Olsson |
2003-05-17 | Better return codes from mm_send_fd and mm_receive_fd | Hakan Olsson |
2003-05-17 | Use log_error(), not log_fatal(). | Hakan Olsson |
2003-05-17 | tweak; | Jason McIntyre |
2003-05-16 | If the "Renegotiate-on-HUP" tag is defined in the [General] section, a | Hakan Olsson |
2003-05-15 | Correct a two year old typo, which might actually make | Hakan Olsson |
2003-05-15 | Cleanup. Do not store the private key in either the exchange or sa structs. | Hakan Olsson |
2003-05-15 | Work around some OpenSSL BIO "features" to read the key correctly. | Hakan Olsson |
2003-05-15 | Proper exit of the monitor process. | Hakan Olsson |
2003-05-15 | wait() for the child process | Hakan Olsson |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |
2003-05-15 | (c) | Hakan Olsson |
2003-05-14 | properly terminate debug string (levels >=40) | Kjell Wooding |
2003-05-14 | Remove the .if/.endif stuff that gmake does not understand. | Hakan Olsson |
2003-05-14 | Call the FreeS/WAN sysdep 'freeswan'. The 'linux' sysdep will be native Linux... | Hakan Olsson |
2003-05-14 | Default public key directory definition sanity. | Hakan Olsson |
2003-05-14 | Policy file default defined twice, kill the local copy. | Hakan Olsson |
2003-05-14 | Fix a typo (in unused code). | Hakan Olsson |
2003-05-14 | I did not test this enough. Unbreak. | Hakan Olsson |
2003-05-12 | Update with some data for NAT-T specific payload types, IKEv2 | Hakan Olsson |
2003-05-12 | AES -> AES_128_CBC | Hakan Olsson |
2003-05-12 | Add two more encapsulation types (UDP encap, potential future NAT-T) | Hakan Olsson |
2003-05-11 | Slight style fix for .cst files. Permit comments also after a definition. | Hakan Olsson |
2003-05-11 | fix ID-type for ipv6; ok niklas; report fries | Markus Friedl |
2003-05-10 | typos; | Jason McIntyre |
2003-04-30 | cast size_t to unsigned long and use %lu;ok ho | Jason Wright |
2003-04-27 | Describe the 'C set' FIFO command better. (PR#3148, also) | Hakan Olsson |
2003-04-27 | Make the 'C set' FIFO command work as expected. PR#3148. | Hakan Olsson |
2003-04-14 | Unlink FIFO and pid files on clean shutdown. PR#3199 | Hakan Olsson |
2003-04-14 | More snprintf style | Hakan Olsson |
2003-04-14 | A "%d" is 12 chars, not 10. Use sizeof num instead of '10' in | Hakan Olsson |
2003-04-09 | Less noise for missing crl dir, demoted to debug message. | Hakan Olsson |
2003-03-21 | document [initiator-id] section; richb@timestone.com.au; ok ho@, jmc@ | Markus Friedl |
2003-03-16 | secrity -> security. Ok ho@ | Matthieu Herrb |
2003-03-14 | Spelling fixes from david@. jmc@ ok. | Hakan Olsson |
2003-03-13 | Might as well do blinding here too. | Hakan Olsson |
2003-03-13 | Avoid "j += snprintf()". niklas@ ok. | Hakan Olsson |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | fix text2sockaddr() when HAVE_GETNAMEINFO is false and port is NULL. | Cedric Berger |
2003-03-06 | "len" is decremented too early, so the second argument | Cedric Berger |
2003-03-06 | Bad cut'n'paste msg plus style fixes. | Hakan Olsson |
2003-03-06 | Less ambiguous l-value usage. Noted by cedric@ | Hakan Olsson |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |