Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-03 | always enable IPv6 address in /etc/hosts (via _gethtent()). | Jun-ichiro itojun Hagino | |
clarify RES_USE_INET6. the use of this bit is not meaningful on openbsd (as we don't have mapped addr support in kernel). | |||
2000-01-02 | Try to reopen socket if send fails. (perhaps syslogd restarted) | Hugh Graham | |
Adapted from FreeBSD (N.B. NetBSD); millert@ OK. | |||
2000-01-02 | + corrected conversion from terminfo rs2 to termcap rs (cf: 980704) | Todd C. Miller | |
+ make conversion to termcap ug (underline glitch) more consistently applied. + modify read_termtype(), fixing 'toe', which could dump core when it found an incomplete entry such as "dumb" because it did not initialize its buffer for _nc_read_file_entry(). + use explicit VALID_NUMERIC() checks in a few places that had been overlooked, and add a check to ensure that init_tabs is nonzero, to avoid divide-by-zero (reported by Todd C Miller). | |||
2000-01-02 | add description for PF_INET6 (net.inet6.*). | Jun-ichiro itojun Hagino | |
2000-01-01 | add NOPIC= in order to avoid to build the shared version of the | Matthieu Herrb | |
library. | |||
1999-12-31 | typo; busted ld does not report unresolved symbols from .s sources | Michael Shalayeff | |
1999-12-31 | this is not used anywhere, since static variables are just not visible | Michael Shalayeff | |
1999-12-31 | SYSLIBC_SCCS | Michael Shalayeff | |
1999-12-31 | like fork | Michael Shalayeff | |
1999-12-31 | sigsuspend | Michael Shalayeff | |
1999-12-31 | this was tough | Michael Shalayeff | |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller | |
1999-12-31 | do the deed | Michael Shalayeff | |
1999-12-31 | according to brk | Michael Shalayeff | |
1999-12-31 | 0 in child, pid in parent | Michael Shalayeff | |
1999-12-31 | real flesh | Michael Shalayeff | |
1999-12-31 | i dunno how ptrace gonna work, so just do an execve for now | Michael Shalayeff | |
1999-12-30 | VM_SWAPENCRYPT | Niels Provos | |
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt | |
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino | |
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt | |||
1999-12-28 | When reading an entry from terminfo.db, do not try to set a capability | Todd C. Miller | |
to be 'not present' since that has already been done for us in _nc_init_entry(). This fixes some core dumps caused by a divide by 0 bug deep within ncurses that resulted from using the old way to specify that a capability was 'not present'. | |||
1999-12-28 | document ncruses extensions | Todd C. Miller | |
1999-12-28 | neglected to update NCURSES_VERSION_PATCH | Todd C. Miller | |
1999-12-28 | Update to ncurses-19991218 | Todd C. Miller | |
o reorder tests during mouse initialization to allow for gpm to run in xterm, or for xterm to be used under OS/2 EMX. Also drop test for $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report by Christian Weisgerber <naddy@mips.rhein-neckar.de>). o modify raw() and noraw() to clear/restore IEXTEN flag which affects stty lnext on systems such as FreeBSD (report by Bruce Evans <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>). o add manual-page for ncurses extensions, documented curses_version(), use_extended_names(). | |||
1999-12-28 | speed up blowfish by > 20%. | Niels Provos | |
1999-12-25 | fake cerror.S creation for now | Michael Shalayeff | |
1999-12-24 | Fix synopsis. bde@freebsd.org | Alex Feldman | |
1999-12-17 | more fixes from markus | Theo de Raadt | |
1999-12-17 | set sa_len too | Theo de Raadt | |
1999-12-17 | nice error return; markus | Theo de Raadt | |
1999-12-17 | oops | Theo de Raadt | |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt | |
1999-12-16 | incorrect bounds on strlcpy() | Theo de Raadt | |
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller | |
1999-12-12 | sync KAME rcsid. | Jun-ichiro itojun Hagino | |
1999-12-12 | inet6_rthdr_reverse() is not available yet. | Jun-ichiro itojun Hagino | |
1999-12-12 | Update to ncurses-19991211: | Todd C. Miller | |
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap. | |||
1999-12-11 | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | Jun-ichiro itojun Hagino | |
this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1. | |||
1999-12-11 | fix gethostbyname2(foo, AF_INET6). | Jun-ichiro itojun Hagino | |
on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames. | |||
1999-12-11 | add inet6_option_* and inet6_rthdr_*. | Jun-ichiro itojun Hagino | |
increase shlib minor. | |||
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-12-08 | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | Jun-ichiro itojun Hagino | |
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller | |
buffers that may not get zeroed. | |||
1999-12-07 | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | Theo de Raadt | |
fujiwara@rcac.tdi.co.jp | |||
1999-12-06 | say how long the buffer needs to be | Theo de Raadt | |
1999-12-06 | fd leak | Theo de Raadt | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff | |
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell | |
1999-12-02 | add setjmp test | David Leonard | |