Age | Commit message (Expand) | Author |
2013-12-05 | Use destination size as size of memcpy(). Use <in_addr> rather than | Kenneth R Westerback |
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback |
2013-12-04 | When we receive a /32 IP address assignment, mimick ISC DHCP by adding | Matthew Dempsky |
2013-12-04 | Oops. Missed a chunk. Give up on classless static routes if | Kenneth R Westerback |
2013-12-04 | More memcpy() stylistic repairs and size checks. | Kenneth R Westerback |
2013-12-04 | Be more careful to ensure memcpy'd data will fit. | Kenneth R Westerback |
2013-12-04 | Use EVP_sha1 directly instead of doing the EVP_get_digestbyname lookup. | Mike Belopuhov |
2013-12-03 | never cast to sockaddr_storage, always cast to the abstract 'class' sockaddr | Markus Friedl |
2013-12-01 | Make ifconfig scan show the nwid, channel, and bssid for IBSS networks. | Stefan Sperling |
2013-11-28 | mark replaced flows as 'not loaded'; this can happen if both | Markus Friedl |
2013-11-28 | don't leak duplicate flows; ok mikeb@ | Markus Friedl |
2013-11-28 | drop duplicate requests | Markus Friedl |
2013-11-28 | document sa_msgid & sa_reqid; ok mikeb@ | Markus Friedl |
2013-11-28 | sa_lookup: don't compare with sh_rspi if rspi is not set | Markus Friedl |
2013-11-28 | sa_new(): discard & free duplicate IKESAs; ok mibek@ | Markus Friedl |
2013-11-28 | include hexdump in debug output only for -vvv; ok mikeb@ | Markus Friedl |
2013-11-28 | support raw pubkey authentication w/o x509 certificates; | Markus Friedl |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted | Philip Guenther |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-21 | Keep the flow until last IPsec SA is deleted, if the flow is shared by | YASUOKA Masahiko |
2013-11-21 | Make the bit string u_char * in print_bits(). In practice we | Todd C. Miller |
2013-11-21 | Make the bit string unsigned char * in printb() and printb_status(). | Todd C. Miller |
2013-11-20 | cleanups for signed char vs ctype | Theo de Raadt |
2013-11-19 | include queue.h directly instead of relying on if.h to provide it; | Mike Belopuhov |
2013-11-17 | Distinguish between inteldrm and radeondrm. | Mark Kettenis |
2013-11-16 | Fix msgbuf_write() usage. | Kenneth R Westerback |
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller |
2013-11-15 | Cope with the EAGAIN API change for msgbuf_write() | Mike Belopuhov |
2013-11-14 | fix parameter types for x509 routines | Theo de Raadt |
2013-11-14 | ignore messages for other daemons, like isakmpd does; ok mikeb | Markus Friedl |
2013-11-14 | setup pfkey timer before use; ok mikeb | Markus Friedl |
2013-11-14 | pass caller to ca_sslerror for better error messages; ok mikeb | Markus Friedl |
2013-11-14 | verify EC points; from hshoexer; ok mikeb | Markus Friedl |
2013-11-14 | not need to specify OBJDIR; ok mikeb | Markus Friedl |
2013-11-14 | Add STANDARDS section to isakmpd(8). | Anthony J. Bentley |
2013-11-12 | satisfy proto requirement | Theo de Raadt |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-11-11 | unused variable | Theo de Raadt |
2013-11-11 | oops, forgot a #ifdef AOE in last commit | Theo de Raadt |
2013-11-11 | Shuffle function prototypes and extern declarations around to | Kenneth R Westerback |
2013-11-11 | incorrect %lld for an int | Theo de Raadt |
2013-11-11 | Nuke 'cur_time' variable used only to assign time(NULL) to a field. | Kenneth R Westerback |
2013-11-11 | Document that SO_DEBUG (-d flag) has no effect on OpenBSD. | Jeremie Courreges-Anglas |
2013-11-11 | Argh. Set 'to' address to INADDR_BROADCAST, not 'from' address, | Kenneth R Westerback |
2013-11-11 | RFC 2131 and friends state that when renewing a lease the client | Kenneth R Westerback |
2013-11-10 | Don't use p_size as if it was the full partition size, and don't | Kenneth R Westerback |
2013-11-09 | Replace (int) = (size_t)(long) with (long long) = (long long) by replacing | Kenneth R Westerback |