Age | Commit message (Expand) | Author |
1999-11-24 | Add FreeBSD tags | David Leonard |
1999-11-23 | mark some places that malloc is not checked | Theo de Raadt |
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt |
1999-11-17 | remove extraneous backslash | Todd C. Miller |
1999-11-17 | add MLINKs I missed | Todd C. Miller |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-11-17 | add MLINKs | Todd C. Miller |
1999-11-17 | add MLINKs | Todd C. Miller |
1999-11-17 | add MLINKs | Todd C. Miller |
1999-11-17 | add more MLINKs | Todd C. Miller |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-11-15 | typos | Theo de Raadt |
1999-11-14 | Clean up memchr slightly to better match coming memrchr | Marc Espie |
1999-11-14 | EFAULT does not happen for all files; posix 1003.1, line 216 | Theo de Raadt |
1999-11-14 | not kerberos; karls@inet.no | Theo de Raadt |
1999-11-14 | this seem proper now | Michael Shalayeff |
1999-11-12 | Use SEEK_SET instead of 0 for lseek. | Artur Grabowski |
1999-11-11 | add man page for login_fbtab() | Eric Jackson |
1999-11-10 | Tweaks; millert@ | Aaron Campbell |
1999-11-10 | calloc.c is back | Todd C. Miller |
1999-11-10 | calloc() needs to be separate from malloc in case a user wants to have | Todd C. Miller |
1999-11-09 | Merge calloc(3) man page into malloc.3; as suggested by millert@ | Aaron Campbell |
1999-11-09 | Move calloc() into malloc.c and only zero out the area if malloc() | Todd C. Miller |
1999-11-09 | Bump minor for addition of strtok_r. | Artur Grabowski |
1999-11-09 | Install man-page links for strtok_r. | Artur Grabowski |
1999-11-09 | Document strtok_r. | Artur Grabowski |
1999-11-09 | Implement strtok_r. | Artur Grabowski |
1999-11-05 | Formatting. | Angelos D. Keromytis |
1999-11-05 | Add a sample application as a usage guide, minor manpage correction. | Angelos D. Keromytis |
1999-11-03 | Handle multiple assertions per file in signature verification, better | Angelos D. Keromytis |
1999-11-03 | Flexibility in signature printing. | Angelos D. Keromytis |
1999-10-28 | Add ip4.allow and etherip.allow entries. | Angelos D. Keromytis |
1999-10-26 | sync | Angelos D. Keromytis |
1999-10-11 | Fix language to be closer to reality. | Angelos D. Keromytis |
1999-10-11 | Lower-case the name. | Angelos D. Keromytis |
1999-10-11 | keynote.5 references. | Angelos D. Keromytis |
1999-10-11 | Assertion syntax manpage. | Angelos D. Keromytis |
1999-10-11 | Greatly expand keynote.4 to include query semantics, cross references. | Angelos D. Keromytis |
1999-10-10 | Make mips compile. -moj | Mats O Jansson |
1999-10-09 | Roll back yesterday's commit, will wait until after 2.6. | Angelos D. Keromytis |
1999-10-09 | Move all ifdefs in header.h (instead of keynote.h), include header.h | Angelos D. Keromytis |
1999-10-09 | Better handling of errors in kn_query, update manpage accordingly. | Angelos D. Keromytis |
1999-10-08 | SYNOPSIS needs #include <sys/types.h> | Marc Espie |
1999-10-07 | - Xr acct(2) from accton(8) and vice-versa. | Aaron Campbell |
1999-10-07 | document more tcp specific sysctls, mostly netbsd. | Niels Provos |
1999-10-06 | Sync with release. | Angelos D. Keromytis |
1999-10-06 | Make some of the perror() calls more informative, correct some | Angelos D. Keromytis |
1999-10-06 | Fix a typo in manpage, as well as bogus error reporting. | Angelos D. Keromytis |
1999-10-06 | use /dev/arandom by default | Bob Beck |
1999-10-06 | - let cryptographic checksums refer to each other | Marc Espie |