Age | Commit message (Expand) | Author |
2002-05-28 | off_t to size_t change for printf format and malloc. Pointed out by <greg@nes... | Hakan Olsson |
2002-05-28 | printf format __attribute__. From <greg@nest.cx>, slightly modified. | Hakan Olsson |
2002-05-28 | Proper types in format strings. From <greg@nest.cx> | Hakan Olsson |
2002-05-27 | correct pid handling | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-23 | One last sprintf -> snprintf, requested by deraadt. | Hakan Olsson |
2002-05-10 | Use DLT_LOOP instead of DLT_NULL for pcap, to keep track of changes in | Hakan Olsson |
2002-05-10 | DLT_NULL -> DLT_LOOP | Hakan Olsson |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-23 | More up to date. | Hakan Olsson |
2002-04-22 | Handle configuration lines that end in whitespace or ^M. | Hakan Olsson |
2002-04-10 | Document IKE mode-cfg config. deraadt@ ok. | Hakan Olsson |
2002-04-10 | Document the FIFO ui. deraadt@ ok. | Hakan Olsson |
2002-03-26 | Don't message_dump_raw() bad length messages, i.e too short. | Hakan Olsson |
2002-03-19 | Remove unnecessary prototype. | Angelos D. Keromytis |
2002-03-17 | Move SA_FILE definition to sa.h. | Angelos D. Keromytis |
2002-03-17 | Mention isakmpd_sa file. | Angelos D. Keromytis |
2002-03-17 | Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2 | Angelos D. Keromytis |
2002-03-06 | Compile without warnings for older/newer OpenSSL. | Hakan Olsson |
2002-03-06 | Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au> | Hakan Olsson |
2002-03-06 | Unbreak MD5 and SHA1 passphrases in policy check. From | Hakan Olsson |
2002-03-05 | -Werror not possible, because of openssl constification. thanks guys | Theo de Raadt |
2002-03-05 | must pull -ldes here too | Theo de Raadt |
2002-03-05 | must pull -ldes too | Theo de Raadt |
2002-03-05 | handle constification from new openssl | Theo de Raadt |
2002-03-05 | need md5.h for prototypes | Theo de Raadt |
2002-03-01 | Update to reflect recent changes in DH group handling. Remove BUGS | Hakan Olsson |
2002-03-01 | Change DH group handling in the pre-generated parts of the | Hakan Olsson |
2002-02-21 | Use dport instead of sport, shifflett@nps.navy.mil | Angelos D. Keromytis |
2002-02-21 | Set the source port correctly, shifflett@nps.navy.mil | Angelos D. Keromytis |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-27 | Add the (former) AES candidate ESP ciphers for IKE, as of | Hakan Olsson |
2002-01-25 | Update. <mccreary@pch.net> | Hakan Olsson |
2002-01-25 | no static for sa_dump, explicit log cls/level | Hakan Olsson |
2002-01-25 | Typo. <mccreary@pch.net> | Hakan Olsson |
2002-01-23 | Actually return the ESP/AH/COMP ground descriptions for policy | Angelos D. Keromytis |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | snprintf, and only dump exchange data if USE_DEBUG is defined | Hakan Olsson |
2002-01-23 | sprintf->snprintf & bugfix | Hakan Olsson |
2002-01-23 | no more strcpy/sprintf | Hakan Olsson |
2002-01-23 | Another strcpy gone. | Hakan Olsson |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | strcpy->strlcpy | Hakan Olsson |
2002-01-23 | strncat->strlcat, sprintf->snprintf | Hakan Olsson |
2002-01-23 | less sprintf/str[n]cpy/strcat | Hakan Olsson |
2002-01-23 | less strcpy/strcat | Hakan Olsson |