Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 |
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 |
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 |
2000-06-30 | split netstat -an -f inet and netstat -an -f inet6, for consistency. | Jun-ichiro itojun Hagino |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
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 |
2000-06-28 | Fix stupid bug in argument handling. Problem found by fries@ | Marc Espie |
2000-06-27 | Tyop | Artur Grabowski |
2000-06-27 | initialize result. this fixes the recent problem that makes ftp coredump | Federico G. Schwindt |
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 |
2000-06-26 | use basename(1) in examples | Paul Janzen |
2000-06-25 | Cater to people who don't run make depend better. | Marc Espie |
2000-06-25 | correct check for bad channel ids; from Wei Dai <weidai@eskimo.com> | Niels Provos |
2000-06-25 | allow 'fmt -w width' and 'fmt -width'. | Paul Janzen |
2000-06-23 | Get rid of repeating error messages; From netbsd millert@ ok | Eric Jackson |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-06-23 | Open Hashing library, based on Knuth. | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-22 | Missing CVS idents; ok markus | Damien Miller |
2000-06-22 | missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL | Markus Friedl |