Age | Commit message (Expand) | Author |
2000-04-29 | Use perl 5.6.0 features: | Marc Espie |
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 |
2000-04-23 | With perl 5.6.0, GetOpt::Std is functional, use it. | Marc Espie |
2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This | Todd C. Miller |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
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 |
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 |
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 |
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 |
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 |
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 |
2000-02-05 | Much better at handling formatted manpages. | Marc Espie |
2000-02-04 | Document new stuff... | Marc Espie |
2000-02-03 | Switch to perl: *much* faster (about ten times), *much* more flexible, | Marc Espie |
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 |
2000-01-18 | "pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ru | Todd C. Miller |
2000-01-15 | (char *)0 -> NULL cleanup. From NetBSD | Eric Jackson |
2000-01-14 | call dologout() with 1. not -1 | Eric Jackson |
2000-01-04 | la la la | Bob Beck |
1999-12-20 | perform setsockopt(IP_TOS) only when IPv4 connection comes. | Jun-ichiro itojun Hagino |
1999-12-18 | netinet/in.h without sys/socket.h | Theo de Raadt |
1999-12-11 | set "host" properly when getnameinfo() is successful. | Jun-ichiro itojun Hagino |
1999-12-10 | v6 friendly; KAME | Theo de Raadt |
1999-12-10 | using u_char * is a lot more convenient than doing & 0xff 80+ times | Theo de Raadt |
1999-12-10 | indent | Theo de Raadt |
1999-12-09 | oops | Theo de Raadt |
1999-12-09 | close passive mode data socket. | Jun-ichiro itojun Hagino |
1999-12-08 | IPv6 support from KAME. | Jun-ichiro itojun Hagino |
1999-12-07 | do not crash if stdin is not a tty | Theo de Raadt |
1999-12-03 | Write pid to /var/run/ftpd.pid if running in daemon mode. | Todd C. Miller |
1999-12-02 | Fix thinko on my part, we want to avoid setting mode to "r+" for | Todd C. Miller |
1999-12-01 | Move initialization of ttyline to be after the fork() so that when | Todd C. Miller |
1999-11-30 | UVM support (how could I miss this?). From jason@ | Artur Grabowski |