50cd3be57f
* Interface changes: o none, API and ABI backwards-compatible with 0.28.x and 0.27.x * New interfaces and features: o added NTLM auth support for Unix builds (Kai Sommerfeld, Daniel Stenberg) o ne_auth.h: added NE_AUTH_GSSAPI and NE_AUTH_NTLM auth protocol codes o added ne_acl3744.h, updated WebDAV ACL support (Henrik Holst) o added built-in SOCKS v4/v4a/v5 support: ne_socket.h:ne_sock_proxy(), and ne_session.h:ne_session_socks_proxy() o added support for system-default proxies: ne_session_system_proxy(), implemented using libproxy where available o ne_session.h: added NE_SESSFLAG_EXPECT100 session flag, SSL verification failure bits extended by NE_SSL_BADCHAIN and NE_SSL_REVOKED, better handling of failures within the cert chain (thanks to Ludwig Nussel) o ne_socket.h: ne_sock_writev() (Julien Reichel), ne_sock_set_error(), ne_iaddr_raw(), ne_iaddr_parse() o ne_string.h: ne_buffer_qappend(), ne_strnqdup() * Deprecated interfaces: o ne_acl.h is obsoleted by ne_acl3744.h (but is still present) o obsolete feature "NE_FEATURE_SOCKS" now never marked present * Other changes: o fix handling of "stale" flag in RFC2069-style Digest auth challenge o ne_free() implemented as a function on Win32 (thanks to Helge Hess) o symbol versioning used for new symbols, where supported o ensure SSL connections are closed cleanly with OpenSSL o fix build with OpenSSL 1.0 beta o updated Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis) * SECURITY (CVE-2009-2473): Fix "billion laughs" attack against expat; could allow a Denial of Service attack by a malicious server. * SECURITY (CVE-2009-2474): Fix handling of an embedded NUL byte in a certificate subject name; could allow an undetected MITM attack against an SSL server if a trusted CA issues such a cert. Tested by Daniel Horecki with SVN client.
175 lines
5.3 KiB
Text
175 lines
5.3 KiB
Text
@comment $NetBSD: PLIST,v 1.19 2009/09/14 16:48:43 tron Exp $
|
|
bin/neon-config
|
|
include/neon/ne_207.h
|
|
include/neon/ne_acl.h
|
|
include/neon/ne_acl3744.h
|
|
include/neon/ne_alloc.h
|
|
include/neon/ne_auth.h
|
|
include/neon/ne_basic.h
|
|
include/neon/ne_compress.h
|
|
include/neon/ne_dates.h
|
|
include/neon/ne_defs.h
|
|
include/neon/ne_i18n.h
|
|
include/neon/ne_locks.h
|
|
include/neon/ne_md5.h
|
|
include/neon/ne_pkcs11.h
|
|
include/neon/ne_props.h
|
|
include/neon/ne_redirect.h
|
|
include/neon/ne_request.h
|
|
include/neon/ne_session.h
|
|
include/neon/ne_socket.h
|
|
include/neon/ne_ssl.h
|
|
include/neon/ne_string.h
|
|
include/neon/ne_uri.h
|
|
include/neon/ne_utils.h
|
|
include/neon/ne_xml.h
|
|
include/neon/ne_xmlreq.h
|
|
lib/libneon.la
|
|
lib/pkgconfig/neon.pc
|
|
man/man1/neon-config.1
|
|
man/man3/ne_add_request_header.3
|
|
man/man3/ne_addr_destroy.3
|
|
man/man3/ne_addr_error.3
|
|
man/man3/ne_addr_first.3
|
|
man/man3/ne_addr_next.3
|
|
man/man3/ne_addr_resolve.3
|
|
man/man3/ne_addr_result.3
|
|
man/man3/ne_buffer.3
|
|
man/man3/ne_buffer_altered.3
|
|
man/man3/ne_buffer_append.3
|
|
man/man3/ne_buffer_clear.3
|
|
man/man3/ne_buffer_concat.3
|
|
man/man3/ne_buffer_create.3
|
|
man/man3/ne_buffer_destroy.3
|
|
man/man3/ne_buffer_finish.3
|
|
man/man3/ne_buffer_grow.3
|
|
man/man3/ne_buffer_ncreate.3
|
|
man/man3/ne_buffer_zappend.3
|
|
man/man3/ne_calloc.3
|
|
man/man3/ne_close_connection.3
|
|
man/man3/ne_forget_auth.3
|
|
man/man3/ne_get_error.3
|
|
man/man3/ne_get_request_flag.3
|
|
man/man3/ne_get_response_header.3
|
|
man/man3/ne_get_scheme.3
|
|
man/man3/ne_get_server_hostport.3
|
|
man/man3/ne_get_session_flag.3
|
|
man/man3/ne_get_status.3
|
|
man/man3/ne_has_support.3
|
|
man/man3/ne_i18n_init.3
|
|
man/man3/ne_iaddr_cmp.3
|
|
man/man3/ne_iaddr_free.3
|
|
man/man3/ne_iaddr_make.3
|
|
man/man3/ne_iaddr_print.3
|
|
man/man3/ne_iaddr_typeof.3
|
|
man/man3/ne_malloc.3
|
|
man/man3/ne_oom_callback.3
|
|
man/man3/ne_print_request_header.3
|
|
man/man3/ne_qtoken.3
|
|
man/man3/ne_realloc.3
|
|
man/man3/ne_request_create.3
|
|
man/man3/ne_request_destroy.3
|
|
man/man3/ne_request_dispatch.3
|
|
man/man3/ne_response_header_iterate.3
|
|
man/man3/ne_session_create.3
|
|
man/man3/ne_session_destroy.3
|
|
man/man3/ne_session_proxy.3
|
|
man/man3/ne_set_connect_timeout.3
|
|
man/man3/ne_set_error.3
|
|
man/man3/ne_set_proxy_auth.3
|
|
man/man3/ne_set_read_timeout.3
|
|
man/man3/ne_set_request_body_buffer.3
|
|
man/man3/ne_set_request_body_fd.3
|
|
man/man3/ne_set_request_body_fd64.3
|
|
man/man3/ne_set_request_flag.3
|
|
man/man3/ne_set_server_auth.3
|
|
man/man3/ne_set_session_flag.3
|
|
man/man3/ne_set_useragent.3
|
|
man/man3/ne_shave.3
|
|
man/man3/ne_sock_exit.3
|
|
man/man3/ne_sock_init.3
|
|
man/man3/ne_ssl_cert_cmp.3
|
|
man/man3/ne_ssl_cert_export.3
|
|
man/man3/ne_ssl_cert_free.3
|
|
man/man3/ne_ssl_cert_identity.3
|
|
man/man3/ne_ssl_cert_import.3
|
|
man/man3/ne_ssl_cert_issuer.3
|
|
man/man3/ne_ssl_cert_read.3
|
|
man/man3/ne_ssl_cert_signedby.3
|
|
man/man3/ne_ssl_cert_subject.3
|
|
man/man3/ne_ssl_cert_write.3
|
|
man/man3/ne_ssl_clicert_decrypt.3
|
|
man/man3/ne_ssl_clicert_encrypted.3
|
|
man/man3/ne_ssl_clicert_free.3
|
|
man/man3/ne_ssl_clicert_name.3
|
|
man/man3/ne_ssl_clicert_owner.3
|
|
man/man3/ne_ssl_clicert_read.3
|
|
man/man3/ne_ssl_dname_cmp.3
|
|
man/man3/ne_ssl_readable_dname.3
|
|
man/man3/ne_ssl_set_verify.3
|
|
man/man3/ne_ssl_trust_cert.3
|
|
man/man3/ne_ssl_trust_default_ca.3
|
|
man/man3/ne_status.3
|
|
man/man3/ne_strdup.3
|
|
man/man3/ne_strndup.3
|
|
man/man3/ne_token.3
|
|
man/man3/ne_version_match.3
|
|
man/man3/ne_version_string.3
|
|
man/man3/ne_xml_create.3
|
|
man/man3/ne_xml_destroy.3
|
|
man/man3/neon.3
|
|
share/doc/${PKGNAME}/html/api.html
|
|
share/doc/${PKGNAME}/html/biblio.html
|
|
share/doc/${PKGNAME}/html/compliance.html
|
|
share/doc/${PKGNAME}/html/features.html
|
|
share/doc/${PKGNAME}/html/index.html
|
|
share/doc/${PKGNAME}/html/intro.html
|
|
share/doc/${PKGNAME}/html/ref.html
|
|
share/doc/${PKGNAME}/html/refalloc.html
|
|
share/doc/${PKGNAME}/html/refauth.html
|
|
share/doc/${PKGNAME}/html/refbuf.html
|
|
share/doc/${PKGNAME}/html/refbufapp.html
|
|
share/doc/${PKGNAME}/html/refbufcr.html
|
|
share/doc/${PKGNAME}/html/refbufdest.html
|
|
share/doc/${PKGNAME}/html/refbufutil.html
|
|
share/doc/${PKGNAME}/html/refcert.html
|
|
share/doc/${PKGNAME}/html/refclicert.html
|
|
share/doc/${PKGNAME}/html/refconfig.html
|
|
share/doc/${PKGNAME}/html/referr.html
|
|
share/doc/${PKGNAME}/html/reffeat.html
|
|
share/doc/${PKGNAME}/html/refgetst.html
|
|
share/doc/${PKGNAME}/html/refi18n.html
|
|
share/doc/${PKGNAME}/html/refiaddr.html
|
|
share/doc/${PKGNAME}/html/refneon.html
|
|
share/doc/${PKGNAME}/html/refopts.html
|
|
share/doc/${PKGNAME}/html/refreq.html
|
|
share/doc/${PKGNAME}/html/refreqbody.html
|
|
share/doc/${PKGNAME}/html/refreqflags.html
|
|
share/doc/${PKGNAME}/html/refreqhdr.html
|
|
share/doc/${PKGNAME}/html/refresolve.html
|
|
share/doc/${PKGNAME}/html/refresphdr.html
|
|
share/doc/${PKGNAME}/html/refsess.html
|
|
share/doc/${PKGNAME}/html/refsessflags.html
|
|
share/doc/${PKGNAME}/html/refshave.html
|
|
share/doc/${PKGNAME}/html/refsockinit.html
|
|
share/doc/${PKGNAME}/html/refsslca.html
|
|
share/doc/${PKGNAME}/html/refsslcert2.html
|
|
share/doc/${PKGNAME}/html/refsslcertio.html
|
|
share/doc/${PKGNAME}/html/refssldname.html
|
|
share/doc/${PKGNAME}/html/refsslvfy.html
|
|
share/doc/${PKGNAME}/html/refstatus.html
|
|
share/doc/${PKGNAME}/html/reftok.html
|
|
share/doc/${PKGNAME}/html/refvers.html
|
|
share/doc/${PKGNAME}/html/refxml.html
|
|
share/doc/${PKGNAME}/html/security.html
|
|
share/doc/${PKGNAME}/html/using.html
|
|
share/doc/${PKGNAME}/html/xml.html
|
|
share/locale/cs/LC_MESSAGES/neon.mo
|
|
share/locale/de/LC_MESSAGES/neon.mo
|
|
share/locale/fr/LC_MESSAGES/neon.mo
|
|
share/locale/ja/LC_MESSAGES/neon.mo
|
|
share/locale/nn/LC_MESSAGES/neon.mo
|
|
share/locale/pl/LC_MESSAGES/neon.mo
|
|
share/locale/ru/LC_MESSAGES/neon.mo
|
|
share/locale/tr/LC_MESSAGES/neon.mo
|
|
share/locale/zh_CN/LC_MESSAGES/neon.mo
|