Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-11 | Use the same optimization as look_ahead for inspect (don't push back char | Marc Espie | |
we're going to refetch and re-test right away). | |||
2000-01-11 | Don't recognize built-ins in contexts where they don't make sense. | Marc Espie | |
Namely, it doesn't help to try and expand include if it's not followed by parenthesis and a filename. This should make applications like sendmail m4 scripts more sturdy for unquoted machine names that happen to collide with built-ins. The only drawback is that our m4 may now do intelligent things with scripts that don't work on other systems. | |||
2000-01-11 | Show problematic evaluated expression in error messages. | Marc Espie | |
2000-01-11 | Remove references to ipx_error.h; it's going to be away. | Federico G. Schwindt | |
(commented it out in ipx.c by now). | |||
2000-01-10 | document latest bugfix | Markus Friedl | |
2000-01-10 | handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer if | Markus Friedl | |
peer is not going to read the data. | |||
2000-01-10 | discard data for channel if state != CHAN_OUTPUT_OPEN, fixes lockup | Markus Friedl | |
2000-01-09 | Add new ESP/AH statistic. | Angelos D. Keromytis | |
2000-01-09 | Transport protocol ports are in network order. | Angelos D. Keromytis | |
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright | |
2000-01-09 | Make 'ftp host:/path/to/file' work again. This got broken during IPV6 | Todd C. Miller | |
integration. | |||
2000-01-09 | Update to ncurses-5.0-20000108: | Todd C. Miller | |
+ add prototype for erase() to curses.h + add TRACE_DATABASE flag for trace(). + formatting changes (style) | |||
2000-01-09 | When storing termcap entry in the .db file, prune out empty entries like | Todd C. Miller | |
:\t: since space may be tight with the 1023 character termcap limit. | |||
2000-01-08 | Silence gcc -Wall on alpha in enomem() printf via cast to u_long. | Todd C. Miller | |
2000-01-08 | Finish changing all Var_Parse arguments to size_t. Thanks to millert@ | Marc Espie | |
for reminding me. | |||
2000-01-08 | Enable extended cap names. Previously, the only allowed cap names were | Todd C. Miller | |
those explicitly listed in term.h. With extended names, non-standard terminfo/termcap capabilities are passed through for those programs that want to use them (screen for instance). This changes struct term and therefor requires a library major increment. It also requires changing how the terminfo.db file is parsed. Previously, it was parsed like: foreach cap (all_possible_caps) if ( is_listed(cap) ) add_cap(cap) However, now that we can't know the set of all possible capabilities we need to convert the buffer we get back from cgetent into one that looks more like a terminfo entry and pass it through to the ncurses terminfo parsing routines. This also enables tic's -x flag. | |||
2000-01-08 | Formatting fixes + better description of -a. | Aaron Campbell | |
2000-01-05 | When converting from terminfo to termcap, if we run out of space, nuke | Todd C. Miller | |
acs_chars with extreme prejudice since it is usually quite long. This prevents tic from pruning some otherwise useful capabilities unless it really needs the space. | |||
2000-01-05 | Close PR-1021. make unix or vms `special' macros that expand to | Marc Espie | |
themselves, with the proper quotes added. Matches gnu-m4, not Solaris nor FreeBSD... better for robustness, as it makes for more transparent expansions. | |||
2000-01-05 | IPv6 support. commands under "netstat" are all IPv6-aware. | Jun-ichiro itojun Hagino | |
const checks in netstat.c. | |||
2000-01-05 | better error message | Markus Friedl | |
2000-01-05 | Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed | Todd C. Miller | |
a year > 99. This change fixes the conversion of 2-digit years into tm_year format. | |||
2000-01-05 | clarify; suggestions from austin@canuck.com | Paul Janzen | |
2000-01-05 | s/input histogram/input packet/histogram/ | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
2000-01-04 | fix file:// URL support; broken by KAME support | Theo de Raadt | |
2000-01-04 | document -4, -6, and 'ssh -L 2022/::1/22' | Markus Friedl | |
2000-01-04 | allow auth-kerberos for IPv4 only | Markus Friedl | |
2000-01-04 | more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ | Markus Friedl | |
2000-01-04 | 'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.de | Markus Friedl | |
2000-01-04 | listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) | Markus Friedl | |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) | |||
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from <kick@kyoto.wide.ad.jp> and fujiwara@rcac.tdi.co.jp) | |||
2000-01-03 | add missing stat items in ip section. | Jun-ichiro itojun Hagino | |
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO; pjanzen@ | Aaron Campbell | |
2000-01-02 | cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.org | Markus Friedl | |
2000-01-02 | update to ncurses-5.0-20000101 | Todd C. Miller | |
2000-01-02 | More bugs... fixes for most pending. | Marc Espie | |
make needs quite a lot more of cleaning up yet. | |||
2000-01-02 | compare correct version for 1.3 compat mode | Markus Friedl | |
1999-12-30 | fix netstat -ss; some zeroed counters were displayed | Theo de Raadt | |
1999-12-30 | dont strip off international characters; fixes pr/1020 | Niels Provos | |
1999-12-30 | avoid memory leak on realloc() failure. | Jun-ichiro itojun Hagino | |
1999-12-30 | enable KAME scopeid hack (print link-local addresses with scope identifier | Jun-ichiro itojun Hagino | |
like "fe80::1@de0"). | |||
1999-12-30 | login already decleared in util.h | Eric Jackson | |
1999-12-29 | check for NULL 1st | Markus Friedl | |
1999-12-28 | Add necessary include files. | Angelos D. Keromytis | |
1999-12-27 | check format string for packet_disconnect and packet_send_debug, too | Markus Friedl | |
1999-12-27 | use packet_get_maxsize for channels. consistence. | Markus Friedl | |
1999-12-26 | For loops are no longer that bad. | Marc Espie | |
However, I found some more oddities while going through the scanner... | |||
1999-12-25 | remove ref to .ssh/random_seed, mention .ssh/environment in .Sh FILES, too | Markus Friedl | |
1999-12-23 | no need for obj dir at all; millert@ ok | Michael Shalayeff | |