Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
in all files including keynote.h, update manpage. | |||
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 | |
- Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@ | |||
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 | |
inconsistencies in the man page and the query tool, update the testsuite accordingly. | |||
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 | |
- avoid .Xref to one's own manpage | |||
1999-10-06 | Make this man page much clearer. | Aaron Campbell | |
1999-10-05 | specifed -> specified | Aaron Campbell | |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller | |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller | |
1999-10-03 | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): | Todd C. Miller | |
* There was an off-by-one error that caused the addition of a NUL or slash in fts_build() to overwrite other memory. * After fts_palloc(), we need to reset `cp' so that it points to the new path name buffer; otherwise the addition of the file name before calling fts_stat() could lose. Also, fix stupidity in the fts_palloc() interface. We don't want N bytes more than the current buffer size; we want N bytes more than the current length. Just pass in the new size, since we can't figure it out easily here. fts_padjust() was doing more work than it needed to. Based on changes from mycroft@netbsd.org. Check for fts_pathlen oflow in two places. Done before I saw the NetBSD change (and last I checked they only did one of the checks). In the case of wrap, return ENAMETOOLONG. | |||
1999-10-01 | set NOPIC | Angelos D. Keromytis | |
1999-10-01 | Remove ifdefs. | Angelos D. Keromytis | |
1999-10-01 | Remove the totally broken Makefile.bsd-wrapper, go back to old scheme | Angelos D. Keromytis | |
1999-10-01 | Update for version 2.0 | Angelos D. Keromytis | |
1999-09-29 | Ack. Sparc and stuff oops - openssl changed the name of this.. | Bob Beck | |
1999-09-29 | openssl 0.9.4 | Bob Beck | |
1999-09-29 | import openssl-0.9.7-beta1 | Bob Beck | |
1999-09-29 | new files for OpenSSL 0.9.4 | Bob Beck | |
1999-09-29 | OpenSSL 0.9.4 merge | Bob Beck | |
1999-09-29 | import openssl-0.9.7-beta1 | Bob Beck | |
1999-09-28 | Nail down semantics in case of failure. | Marc Espie | |
example for fdopen. | |||
1999-09-28 | crank major for bob | Theo de Raadt | |
1999-09-28 | do not put a bad crypt() in libcrypt, it is in libc | Theo de Raadt | |
1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt | |
from conversations between various people | |||
1999-09-27 | Correct buffer size. | Alex Feldman | |
1999-09-27 | Formatting and grammar. | Aaron Campbell | |
1999-09-27 | Remove an unwanted `.'. | Aaron Campbell | |
1999-09-26 | crank to version 2 for release, in case any dependencies have crept in | Theo de Raadt | |
1999-09-26 | .Nm -> .Fn | Marc Espie | |
1999-09-26 | Proper coding idioms. | Marc Espie | |
[yes, there ARE some systems where read and write >SSIZE_MAX work, and physicists use those features to write huge files in one swoop] | |||
1999-09-26 | Remove extraneous comma | Marc Espie | |
1999-09-26 | `may return following error' => `may return the following error' | Marc Espie | |
`may return following errors' => `may return one of the following errors' | |||
1999-09-26 | `nl' means something special to mdoc, so it must be escaped it meant literally. | Aaron Campbell | |
1999-09-25 | grammar | Paul Janzen | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | Some misc fixes, one from fgsch@ | Aaron Campbell | |
1999-09-22 | Add a RETURN VALUES section; fgsch@ | Aaron Campbell | |
1999-09-22 | BUGS->CAVEATS | Marc Espie | |
Warn against brain-dead ProFTPd hole. |