Lines Matching full:don
72 - Don't getservbyname() the :port component of a URL; RFC 3986
125 * Don't use non-standard: u_char u_short u_int.
130 * Don't use defined() with HAVE_DECL_xxx.
153 * Don't overflow when DEBUG is defined.
178 - Enforce restriction that (http) proxied URL fetchs don't
218 because we don't support header line continuation either...
272 - Don't remove trailing character during auth_url()
293 (We don't care if the vendor has a working version in -lgen or -lutil
315 - don't replace listen() twice
348 - Don't use non-standard "u_int".
358 - Don't use non-standard: u_char u_short u_int.
360 - Don't use register.
362 * libedit: Don't use non-standard uint or u_int.
375 - Printf field widths and size_t don't always mix well, so
395 - Luke Mewburn: Don't abuse unconstify'ing a string
444 - Don't update the size of allocated storage until
517 - In fetch_url(), don't call freeaddrinfo(res0) too early, as
608 - Don't base64 encode the trailing NUL in the HTTP basic auth
614 don't support "multi line" responses at this time.
619 - Don't unnecessarily display a 401/407 error when running
621 - Don't warn about "ignored setsockopt" failures unless
683 - Don't coredump when printing '%n' in the prompt if there's
691 * Improve ipv6 check for older linux systems that don't provide
724 * don't bother checking for issetugid(); it was only used in the
728 operating systems don't have issetugid(), and lukemftp isn't
750 * don't bother checking if <glob.h> is usable (see below).
775 - Don't use HAVE_ yet.
784 don't let it use va_end (since it's the callers
820 - don't make broken file with -R option.
861 * don't check for fparseln() twice
871 * don't bother trying to use if_indextoname() in ip6_sa2str()
963 * in getaddrinfo(), don't bother declaring in6_addrany[] and
987 * don't bother with AC_C_CONST as we depend upon ANSI C elsewhere
999 * don't bother defining __P() or __STRING() based on whether
1006 * we don't need the readline xxgdb hack in libedit...
1046 * don't bother testing for #if __STDC__; just assume we have it...
1072 * don't try and lookup the port number using getaddrinfo(),
1075 systems that don't have `http' in services(5) (such as
1097 * don't bother looking for hstrerror() or inet_aton() anymore
1156 don't get bitten
1188 * check for issetugid() and don't use in libedit if it doesn't exist.
1206 successful some servers don't let you run SYST until you've
1292 (don't use host:port)
1323 - Don't dump core on empty .editrc files.
1369 - work around lame ftpd's that don't return a correct post-Y2K
1392 * don't look for <stringlist.h> - always use local prototypes; older
1423 for listings of the current working directory; some ftp servers don't
1534 - simplify main loop (don't need `top' variable any more)
1562 - don't need \n in err() strings.
1570 - don't assume locales are not working - it may not be
1573 unsigned char, so we don't end up calling isprint() with
1596 because you don't want future fgets to fail. this is not
1599 - unless ftp is invoked with -a, don't retain the anonftp
1601 you don't want that to `stick' if you close that connection
1613 * libedit: don't bother generating & compiling editline.c, since
1626 the latter don't save the signal mask on some foreign systems.
1627 - ensure signal handlers don't use stdio and do reset errno
1628 if they don't exit with siglongjmp()
1644 * don't defining SIGINFO to SIGQUIT if the former doesn't exist; the
1738 - only try epsv once per connection (i.e, don't bother again