Age | Commit message (Expand) | Author |
2000-12-21 | document svc_getreqset2(), a non-standard interface | Theo de Raadt |
2000-12-21 | Various repairs, $Id$ tags added, etc. | Aaron Campbell |
2000-12-21 | fix typos, aaron@ ok | Anil Madhavapeddy |
2000-12-21 | mdoc prefers `\e' as an escape character. | Aaron Campbell |
2000-12-21 | typo; initalized -> initialized | Aaron Campbell |
2000-12-21 | typo; initalizes -> intializes. Some other fixes while I'm here. | Aaron Campbell |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell |
2000-12-21 | Better english; from provos@ | Aaron Campbell |
2000-12-21 | IPPORT_RESERVED - 1, not 1023 | Theo de Raadt |
2000-12-21 | Revert the previous commit: it made sense for human consumption, but lint(1) | Aaron Campbell |
2000-12-21 | - Get rid of local error() function and instead use err(3). | Aaron Campbell |
2000-12-21 | Use arc4random(). | Aaron Campbell |
2000-12-21 | print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@ | Markus Friedl |
2000-12-21 | URL of protocol-numbers has changed | Reinhard J. Sammer |
2000-12-21 | typo; ciper -> cipher | Aaron Campbell |
2000-12-21 | Add UUCP info documentation. | Christian Weisgerber |
2000-12-21 | Eliminate tbl and groff warnings: ru@freebsd. | Paul Janzen |
2000-12-21 | Print quotas > 4G correctly; be a little more paranoid with a few buffers. | Paul Janzen |
2000-12-21 | Deal with quotas over 4G correctly; also, tidy a bit and be a touch more | Paul Janzen |
2000-12-21 | Mention that SVR4 expects fully duplex pipes | Paul Janzen |
2000-12-21 | Various repairs. | Aaron Campbell |
2000-12-21 | grammar and accuracy | Paul Janzen |
2000-12-21 | Standard OpenBSD'ifications that happen when new man pages are imported. | Aaron Campbell |
2000-12-21 | document net.inet6.icmp6.mtudisc_{hi,lo}wat | Jun-ichiro itojun Hagino |
2000-12-21 | correct ipv6 path mtu discovery. | Jun-ichiro itojun Hagino |
2000-12-21 | more careful euid killing | Theo de Raadt |
2000-12-21 | use strlcpy | Theo de Raadt |
2000-12-20 | the russian forgot to link this to cac.4 | Theo de Raadt |
2000-12-20 | document "default" argument | Theo de Raadt |
2000-12-20 | Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where it | Aaron Campbell |
2000-12-20 | use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@ | Markus Friedl |
2000-12-20 | remove comments about HPUX and call error() if ioctl fails; from stevesk@pobo... | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-20 | init pointer to NULL; report from Jan.Iven@cern.ch | Markus Friedl |
2000-12-20 | cannot get ip for remote host if proxy_command is used | Markus Friedl |
2000-12-20 | allow ssh -i userkey for root | Markus Friedl |
2000-12-20 | Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004) | Todd C. Miller |
2000-12-20 | Fix a warning. | Todd C. Miller |
2000-12-20 | correct copyright notice | Todd C. Miller |
2000-12-20 | Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDi | Todd C. Miller |
2000-12-20 | Don't recurse into utils as there is no longer a Makefile there | Marco S Hyman |
2000-12-19 | -libiberty is a bogus dependency, so remove it, as we share it with egcs. | Marc Espie |
2000-12-19 | add identd example for tcp6 | Todd T. Fries |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-19 | replace <ssl/x.h> with <openssl/x.h> | Markus Friedl |
2000-12-19 | remove() -> unlink() for consistency | Markus Friedl |
2000-12-19 | make sure isakmpd works with the openssl-0.9.6 API | Markus Friedl |
2000-12-19 | do not reset nonblock if shell is not interactive, from crossd@cs.rpi.edu | Markus Friedl |
2000-12-19 | bye bye | Theo de Raadt |
2000-12-19 | gmp is gone, make it build again; cvs retard | Michael Shalayeff |