Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-07 | Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3) | Todd C. Miller | |
was a mistake since it allows an attacker to trivially drive up the load on a machine. Of course, this can still be done with multiple connections but there's no reason to make it easier than it needs to be. This also simplifies the logging a bit. | |||
2000-07-06 | Insert missing .El directives. | Aaron Campbell | |
2000-07-06 | use %s with fprintf | Theo de Raadt | |
2000-07-05 | crank version to 6.5 | Theo de Raadt | |
2000-07-05 | another setproctitle | Theo de Raadt | |
2000-07-05 | always setproctitle with %s if using a variable | Theo de Raadt | |
2000-06-29 | .Nm -> .Xr; from deraadt@ | Aaron Campbell | |
2000-06-29 | I felt that telnetd(8) deserves the following BUGS entry: | Aaron Campbell | |
WONT CRYPT. telnetd talks over insecure, unencrypted communications channels. Please use sshd instead. | |||
2000-06-18 | transfered -> transferred | Aaron Campbell | |
2000-06-18 | add ipv6 support | Bob Beck | |
2000-06-17 | pr 772; -u blocks chmod command, michaels@inet.no | Theo de Raadt | |
2000-06-14 | correct STAT command output for LPSV output. | Jun-ichiro itojun Hagino | |
2000-06-13 | Updated version of ld.so, contains additional functionality and fixes/ | Dale S. Rahn | |
design changes required by egcs. added support for ldconfig/ld.so.hints changes to low level relocation code, required by egcs pic code generation that moved global variable loads to before the self relocation was performed. Only powerpc supported, mips code not updated. Code cleaned up somewhat reasonably. This code needs to be reviewed closely for significant problems such as correctness and security. | |||
2000-06-13 | Initial import of ELF ld.so. This was written indepently of the gnu rtld | Dale S. Rahn | |
code and is fully BSD copyrighted. This initial import contains a mostly working mips and partially working powerpc version. No support for ld.so.hints or system run path exists. | |||
2000-06-12 | address PR 1274 (-h does not work on EPSV). | Jun-ichiro itojun Hagino | |
the committed code handles IPv6 case too. | |||
2000-05-31 | Request from Theo: | Marc Espie | |
- name tmp file after makewhatis, make it easier to track in case of trouble. - remove tmp file always, two minutes to regenerate top | |||
2000-05-17 | A non existent directory should not prevent makewhatis from looking | Marc Espie | |
further. Noticed by Jon Ribbens <jon@oaktree.co.uk> | |||
2000-04-29 | Use perl 5.6.0 features: | Marc Espie | |
- don't use IO::File, autovivify handles instead, - use open 3 args mode for security, - pipe return code is now useful, so use it. Don't install the whatis.db file directly, instead put it in a tmp location, and copy it only if it changed: this avoids spurious errors on ro /usr. | |||
2000-04-29 | indent | Theo de Raadt | |
2000-04-29 | strerror | Theo de Raadt | |
2000-04-26 | Try harder to find a full subject line. | Marc Espie | |
In pricky mode, verify the subject line: for each name, check that there indeed is a man page with the right name around. | |||
2000-04-23 | With perl 5.6.0, GetOpt::Std is functional, use it. | Marc Espie | |
Add -p (prick) and -t (test) option. reword error handling as follows: makewhatis tries harder to find section and/or subject lines in man pages, even when the formatting is slightly incorrect. -p mode diagnoses problems. -t can be used to quickly test a new man page. Approved by millert@. aaron@ would like `The options are as follows...' style, but: - I don't think this would be as clear, - he hasn't come up with actual replacement text yet... At least this is accurate documentation. | |||
2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This | Todd C. Miller | |
way the From line escaping gets done correctly even for really long lines. | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-12 | Limited EUC heuristics, should handle bold wide characters correctly, | Marc Espie | |
and recognize `NAME' in japanese manpages. | |||
2000-04-12 | put wrapper in the Nd | Theo de Raadt | |
2000-04-11 | do not lose descriptors; Takahiro Kambe | Theo de Raadt | |
2000-04-10 | remove proxy.c as well | Eric Jackson | |
2000-04-10 | proxy function not used/needed | Eric Jackson | |
2000-04-04 | Scan l and n sections as well. | Marc Espie | |
Noticed by Hal Snyder. | |||
2000-03-31 | Reformat with ts=8, after some prodding from Tom Christiansen :) | Marc Espie | |
2000-03-31 | Parse nroff source directly as well, don't use getNAME which is awful | Marc Espie | |
at doing this. | |||
2000-03-29 | Xr repair | Theo de Raadt | |
2000-03-28 | need an ntalkd man page, obviously | Theo de Raadt | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-09 | -Wall cleanup | Theo de Raadt | |
2000-03-09 | -Wall type correctness | Theo de Raadt | |
2000-03-03 | Turns out that our implementation of STAT wasn't RFC 959 compliant. | bitblt | |
This version is now RFC 959 compliant, using a patch adapted from one sent in by david.leonard@eecs.uq.edu.au | |||
2000-03-01 | order kerberos libraries | Theo de Raadt | |
2000-02-16 | Add subject (.Nd) lines (their absence as discovered by espie@'s new perl | Aaron Campbell | |
version of makewhatis(8)). | |||
2000-02-05 | Much better at handling formatted manpages. | Marc Espie | |
- remove all boldface c^Hc -> c, - handle `multiple subjets' manpages correctly (e.g. perl), - warns about stuff that ought to be manpages, but isn't proper (ffs_softupdates and safe_finger are missing subject lines, BTW). So, all the perl documentation is finally grokked correctly. Todd's baby is missing quite a few manpages links... | |||
2000-02-04 | Document new stuff... | Marc Espie | |
2000-02-03 | Switch to perl: *much* faster (about ten times), *much* more flexible, | Marc Espie | |
simpler to understand (no more sed), and no temporary files. Some useful comment by Matt Patton. Ok'ed millert@ | |||
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-01-27 | make rshd and rlogind IPv6-ready. | Jun-ichiro itojun Hagino | |
2000-01-23 | rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ie | Todd C. Miller | |
2000-01-18 | Fix a pasto in the last commit. The genesis of this bug is actually | Todd C. Miller | |
somewhat interesting. The getwd() function has historically placed an error message in the buffer on failure, but getcwd() does not. Therefor, a bulk search and replace of getwd() with getcwd() can create bugs like this one. | |||
2000-01-18 | "pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ru | Todd C. Miller | |