Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-12 | make whois(1) IPv6-ready. patch from deraadt + minor tweaks. | Jun-ichiro itojun Hagino | |
2000-07-12 | remove m_pulldown statistics, it is purely experimental and belongs to | Jun-ichiro itojun Hagino | |
kame system only (not for *bsd-merged systems). | |||
2000-07-11 | disable FallBackToRsh by default | Theo de Raadt | |
2000-07-11 | make MaxStartups code still work with -d; djm | Theo de Raadt | |
2000-07-10 | Typo & style fix. | Ian Darwin | |
2000-07-10 | strtok() --> strsep(). (niels@ ok) | Hakan Olsson | |
2000-07-10 | Get the correct message on errors. (niels@ ok) | Hakan Olsson | |
2000-07-10 | Xr chflags(1) | Todd C. Miller | |
2000-07-10 | Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectly | Todd C. Miller | |
returned 0 on EOF (due to a side effect of how curses buffers reads). | |||
2000-07-09 | Better conditions for strsep() ending. | Hakan Olsson | |
2000-07-09 | KNF | Theo de Raadt | |
2000-07-08 | replace strtok with strsep; from David Young <dyoung@onthejob.net> | Niels Provos | |
2000-07-08 | Add a -flags option similar to -perm but for filke flags (ala | Todd C. Miller | |
chflags). Adapted from FreeBSD. | |||
2000-07-08 | Move option flags that don't require arguments to the first of the list in | Aaron Campbell | |
the SYNOPSIS section to be more consistent with our other man pages. | |||
2000-07-07 | avoid non-formatter printf, use fputs | Theo de Raadt | |
2000-07-07 | or just use puts() instead | Theo de Raadt | |
2000-07-07 | heck, be more careful with printf here too | Theo de Raadt | |
2000-07-07 | fixed formatting in numlabels; danh | Theo de Raadt | |
2000-07-07 | If the timeout is not set, don't send a zeroed timeout to select. | Artur Grabowski | |
This solves the problem with nc hogging all cpu. | |||
2000-07-07 | sense of port forwarding flag test was backwards | Theo de Raadt | |
2000-07-07 | clean code is good code | Todd T. Fries | |
2000-07-06 | more stats | Jun-ichiro itojun Hagino | |
2000-07-06 | use %s with printf family | Theo de Raadt | |
2000-07-06 | i feel dirty whenever i edit in here | Theo de Raadt | |
2000-07-06 | do not assume h_errs[] is clean, use %s | Theo de Raadt | |
2000-07-06 | snprintf with %s when copying the pager | Theo de Raadt | |
2000-07-06 | printf with % for the prompt | Theo de Raadt | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-07-06 | Insert missing .El directive; todd@ | Aaron Campbell | |
2000-07-05 | typo | Niels Provos | |
2000-07-05 | use no_x11_forwarding_flag correctly; provos ok | Theo de Raadt | |
2000-07-04 | Back out unwanted testing change | Marc Espie | |
2000-07-02 | Make the m4 machine stack dynamically sized. | Marc Espie | |
Fix strspace automatic extension. The assumption that simply updating the current pointer works is false, there are cases where previous entries on the stack would absorp vast amounts of string space, and overload the non-updated entries. To fix it, we use a shadow copy of the stack, which only records which entries are pointers within strspace, so that a resize can adjust all those pointers at once. Reviewed by millert@ | |||
2000-07-02 | Long tokens won't be defined macros, but they can still be output. | Marc Espie | |
2000-07-01 | Add -f option to specify audio device, honor AUDIODEVICE environment vairable, | Todd C. Miller | |
and some KNF. | |||
2000-07-01 | Slightly nicer wording: begins by -> begins with | Marc Espie | |
2000-07-01 | Forgot to import one estrdup from my trunk. | Marc Espie | |
Ensure make prints sane error messages when obj/ exists. | |||
2000-06-30 | do not prin tcp/udp twice. from: fgs | Jun-ichiro itojun Hagino | |
2000-06-30 | Recognize `+cmd' as a command that should always be executed, even in | Marc Espie | |
make -n mode. Currently works only in sequential make mode. In parallel make mode, it's just a no-op. Useful to debug recursive Makefiles, and part of POSIX. | |||
2000-06-30 | split netstat -an -f inet and netstat -an -f inet6, for consistency. | Jun-ichiro itojun Hagino | |
Suggested by: fgs | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-29 | no longer needed; good riddance for static archs | Todd T. Fries | |
2000-06-29 | use %s with syslog | Todd C. Miller | |
2000-06-28 | unsigned -> unsigned int (implicit int is deprecated) | Marc Espie | |
hv is a u_int32_t. Add __BEGIN_DECLS/__END_DECLS Remove unused macro (hash_to_info). Add documentation for the hash functions. | |||
2000-06-28 | Fix stupid bug in argument handling. Problem found by fries@ | Marc Espie | |
Jason, that's a candidate for stable... | |||
2000-06-27 | Tyop | Artur Grabowski | |
2000-06-27 | initialize result. this fixes the recent problem that makes ftp coredump | Federico G. Schwindt | |
if epsv4 is disabled. problem reported by price@netdoor.com on misc. | |||
2000-06-26 | fix pasto; noted by art | Hugh Graham | |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl | |
2000-06-26 | cleanup, less cut&paste | Markus Friedl | |