Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-06 | support ESP with cast/blowfish in KAME plattforms | Markus Friedl | |
2003-08-06 | support ESP with cast/blowfish on KAME platforms | Markus Friedl | |
2003-07-29 | off-by-one in a printf %s | Anil Madhavapeddy | |
markus@ ok a while back | |||
2003-07-25 | add sha2 | Markus Friedl | |
2003-07-25 | add sha2 support; ok ho@ | Markus Friedl | |
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino | |
SADB_X_xx) | |||
2003-07-09 | - remove some .Ss's that worked around the old blank line bug | Jason McIntyre | |
- remove some unnecessary .Pp's - mdoc a list ok ho@ | |||
2003-06-20 | Be a bit more verbose when we give up on ever seeing a response to the | Hakan Olsson | |
last message we sent out. In case we initiated the exchange, one possible and common reason is a network level problem (pf, routing, whatnot), if we're the responder, there is also the possibility we were scanned by something like ike-scan. markus@ ok. | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-15 | ID copying should happen earlier in exchange_finalize so that we won't lose | Hakan Olsson | |
data during rekeying. From Jean-Francois Dive. | |||
2003-06-14 | allocate payload_node with calloc instead of malloc | Hakan Olsson | |
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-06-10 | Do not crash on unsupported IPSec ID types, as noted by Eric Boudrand. | Hakan Olsson | |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson | |
D. Keromytis and Niels Provos. | |||
2003-06-04 | Remove 3 and 4 from the "license to use" | Hakan Olsson | |
2003-06-03 | Remove clause 3. Approved by niklas@ and Thomas Walpuski. | Hakan Olsson | |
2003-06-03 | Obsolete. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by markus@ and niklas@. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Remove clause 3. | Hakan Olsson | |
2003-06-03 | Remove clause 3. Approved by niklas@ | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson | |
Niels Provos. | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-18 | Add some path sanitation; only permit write operations to /tmp, | Hakan Olsson | |
/var/tmp and /var/run. Opens in /etc/isakmpd/ are read-only. Any other path is invalid. markus@ ok. | |||
2003-05-18 | Style tweak. | Hakan Olsson | |
2003-05-18 | Add a debug message to sa_reinit() to indicate when we renegotiate | Hakan Olsson | |
active connections. | |||
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 | |
value. Switching to sockaddr_storage makes interface rescanning work properly. niklas@ ok. | |||
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson | |
process only. Various cleanup and bugfixes. markus@ ok | |||
2003-05-18 | Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, with | Hakan Olsson | |
various tweaks by me. niklas@ ok. | |||
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 | |
Style. | |||
2003-05-17 | tweak; | Jason McIntyre | |
ok ho@ | |||
2003-05-16 | If the "Renegotiate-on-HUP" tag is defined in the [General] section, a | Hakan Olsson | |
HUP signal (or "R" to the FIFO) will also renegotiate all Phase 2 SAs, i.e all connections. ok niklas@, tested and ok kjell@. | |||
2003-05-15 | Correct a two year old typo, which might actually make | Hakan Olsson | |
setsockopt(..., IP_IPSEC_LOCAL_AUTH, ...) start working. | |||
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 | |
There are some kinks left, so keep it default disabled for now. markus@ says ok to commit. | |||
2003-05-15 | (c) | Hakan Olsson | |
2003-05-14 | properly terminate debug string (levels >=40) | Kjell Wooding | |
Use "%.*s" as suggested by Niklas. ok ho@. Lost by kjell. oked ho@. lost by kjell again. oked ho@ | |||
2003-05-14 | Remove the .if/.endif stuff that gmake does not understand. | Hakan Olsson | |
Replace with a comment about needing keynote for policy. | |||
2003-05-14 | Call the FreeS/WAN sysdep 'freeswan'. The 'linux' sysdep will be native ↵ | Hakan Olsson | |
Linux IPSec. |