Commit Graph

363 Commits (master)

Author SHA1 Message Date
Stephane Bortzmeyer aa0d8d6e03 Small bugs fixed 20 years ago
Stephane Bortzmeyer a5ad100f27 Lot of stupid bugs fixed 20 years ago
Stephane Bortzmeyer 1abc617ba3 First attempt to do IPv6 on the resolver 20 years ago
Stephane Bortzmeyer ccc43a77fe Found the PostgreSQL header in several places 20 years ago
Stephane Bortzmeyer ed243e7772 * Proper parsing (see test-domquery.c)
* Debugging code (segfaults only when dlopened)
20 years ago
Stephane Bortzmeyer d6aaf1dc9a Testing program 20 years ago
Stephane Bortzmeyer 61fc1a3223 First contrib plugins 20 years ago
Stephane Bortzmeyer ccf3ab5b5c Small bug in error message 20 years ago
Stephane Bortzmeyer 59fd2fa1ed Scope documentation 20 years ago
Stephane Bortzmeyer 2f6d8d9b17 * Utility to_upper
* LDAP plugin can use a scope
20 years ago
Stephane Bortzmeyer 4779000995 First version of the LDAP plugin 20 years ago
Stephane Bortzmeyer c30ec028f5 Macro to find usleep or equivalent 20 years ago
Stephane Bortzmeyer 0add6a1c06 Better documentation of the alignment issue 20 years ago
Stephane Bortzmeyer 717d6422e8 * Test of _res_ext
* New interface (and a doc)
20 years ago
Stephane Bortzmeyer 316d319e52 A few cleanings and better docs 20 years ago
Stephane Bortzmeyer f55f381a26 Workaround a gcc/popt bug on UltraSparcs 20 years ago
Stephane Bortzmeyer a0fc54c78b Ship the man page 20 years ago
Stephane Bortzmeyer efeff930f9 IPv4 and IPv6 in global options 20 years ago
Stephane Bortzmeyer 5a99238de8 New argument in the init() function of the plugins, to get the global options. 20 years ago
Stephane Bortzmeyer 98db4f370f Bertrand Petit 20 years ago
Stephane Bortzmeyer 68efbba978 First version 20 years ago
Stephane Bortzmeyer 9c90a7191d * Option --enable-plugin=LIST
* Small fix in plugin random
20 years ago
Stephane Bortzmeyer 50b7e90667 * echoping error routines
* Stupid bug fixed in TCP code (thanks to Jim Reid)
20 years ago
Stephane Bortzmeyer ace6dee486 New plugin API and porting of the plugins (+ several changes in the DNS plugin) 20 years ago
Stephane Bortzmeyer 85adcec177 Install the man pages in the tarball! 20 years ago
Stephane Bortzmeyer 35d6ba0f39 Installation of plugin's man pages 20 years ago
Stephane Bortzmeyer e46172d3e7 New organization of configure.ac with AM_INIT_AUTOMAKE(foreign) everywhere 20 years ago
Stephane Bortzmeyer 3c9d00e0aa Common autoconf rules were forgotten 20 years ago
Stephane Bortzmeyer 17609d6fe5 Better detection of the resolver library 20 years ago
Stephane Bortzmeyer 91f44dc0aa Better detection of the resolv library 20 years ago
Stephane Bortzmeyer 166520b8ff automake for plugins (forgotten file) 20 years ago
Stephane Bortzmeyer 353976ab8a Link with the DNS library 20 years ago
Stephane Bortzmeyer 3bfc16d42e Export the dynamic symbols to the plugins 20 years ago
Stephane Bortzmeyer db9c2f334b * A common file for all the configure.ac
* Use of the pkglib primary in Makefile.am
20 years ago
Stephane Bortzmeyer cbaefa1e17 * A common file for all the configure.ac
* use of the pkglib primary (and not lib) in Makefile.am
20 years ago
Stephane Bortzmeyer 6ed1136ec5 A common file for all configure.ac 20 years ago
Stephane Bortzmeyer 28b8096a8b Now uses automake and libtool for plugins. Quite broken. 20 years ago
Stephane Bortzmeyer 46c31fb73a Nice alignment of help 20 years ago
Stephane Bortzmeyer 008b84e70c A warning TODO 20 years ago
Stephane Bortzmeyer 042832a695 A general autoconf file for common plugin macros 20 years ago
Stephane Bortzmeyer d0033cad25 Testing of --with-popt in the generated configures 20 years ago
Stephane Bortzmeyer 559a8899cb Using --with-popt in plugins 20 years ago
Stephane Bortzmeyer b9c3f84c92 dlerror not resetted on the *BSD: use the return of dlsym instead 20 years ago
Stephane Bortzmeyer f4c3ceba52 echoping man page now updated by autoconf 20 years ago
Stephane Bortzmeyer c6b57a96dc * Documentation for plugins
* Better build system, with clean and dist targets
20 years ago
Stephane Bortzmeyer 446a7f0aaa Beginning (only the beginning) of the implementation of the dist target for plugins 20 years ago
Stephane Bortzmeyer 3944b57c90 Two start() routines? 20 years ago
Stephane Bortzmeyer 70c4dfb776 * RTLD_LAZY and not RTLD_NOW (NetBSD problem)
* Indent of plugin code
20 years ago
Stephane Bortzmeyer 7671c535bc Proper detection of installation directory and loading of plugins 20 years ago
Stephane Bortzmeyer dfdf9866c0 First version 20 years ago
Stephane Bortzmeyer 328fbfb9ea * Proper definition of PLUGINS_DIR
* Allow to specify location of the popt library
20 years ago
Stephane Bortzmeyer 6da28180c1 Move declaration before instructions (gcc < 3) 20 years ago
Stephane Bortzmeyer d3b0ab849a Typo in the install target 20 years ago
Stephane Bortzmeyer fa09c1a5ca WARNING: quite broken
Plugins now in separate directories.
20 years ago
Stephane Bortzmeyer 5b3b44da62 Now works really: types are supported and the request goes to the proper nameserver. 20 years ago
Stephane Bortzmeyer 75818c9b63 DNS plugin 20 years ago
Stephane Bortzmeyer a1d6852155 * New plugin API (terminate, return code for execute)
* PostgreSQL plugin
20 years ago
Stephane Bortzmeyer a1d91e1af1 New popt library for the plugins 20 years ago
Stephane Bortzmeyer 1b179e9f79 Now uses the popt library instead of the standard getopt, to parse options. 20 years ago
Stephane Bortzmeyer 245c2f1edb Documenting the plugins? 20 years ago
Stephane Bortzmeyer b46a6cb296 First attempt to modularity, through plugins 20 years ago
Stephane Bortzmeyer 225dfc2d82 * Limits (-n and -s) now configurable
* Preparation for 6.0
20 years ago
Stephane Bortzmeyer 5ee48de072 Small details about flush 20 years ago
Stephane Bortzmeyer ffa5774177 Use of proxies was underdocumented 20 years ago
Stephane Bortzmeyer c63e09123b Swiss domain 20 years ago
Stephane Bortzmeyer c7ffff5ac3 Changes before release of 5.2.0 21 years ago
Stephane Bortzmeyer 5622902b25 New config.guess from automake 21 years ago
Stephane Bortzmeyer 1558843633 IDN documentation 21 years ago
Stephane Bortzmeyer 0367b93b24 Better error messages for LDH violation 21 years ago
Stephane Bortzmeyer 40a5afdfa4 RFC 3493 obsoletes 2553 21 years ago
Stephane Bortzmeyer 781afc5c64 FreeBSD libc does not accept NULL as a parameter 21 years ago
Stephane Bortzmeyer 3ef51cbc24 Do not try to pass IP addresses (specially IPv6) through the IDN process 21 years ago
Stephane Bortzmeyer a30cec9527 RFC 2553 obsoletes 2133 21 years ago
Stephane Bortzmeyer de376409cb Warning about GNU make 21 years ago
Stephane Bortzmeyer 9d0fec5e12 * Porting to Autoconf 2.5 (copnfigure.in -> configure.ac, etc)
* Porting to version 0.3 of libidn
* New autoconf test for GNU libidn
21 years ago
Stephane Bortzmeyer efcfa00812 Better user interface for IDN 21 years ago
Stephane Bortzmeyer 98163911ec Testing of IDN 21 years ago
Stephane Bortzmeyer 9bec7086de Better error messages when no libidn 21 years ago
Stephane Bortzmeyer aa7d8b33a7 First attempt to IDN 21 years ago
Stephane Bortzmeyer c71ea15cce Donations 21 years ago
Stephane Bortzmeyer 8a48d52a02 Thanks to SourceForge 21 years ago
Stephane Bortzmeyer 2caeb6ef36 Clean emacs backup files 21 years ago
Stephane Bortzmeyer dea4cf4220 Update of documentation for GNU TLS 21 years ago
Stephane Bortzmeyer 76352c4e63 Force IPv6 21 years ago
Stephane Bortzmeyer 40406dadf5 Nicer test of the crypto library 21 years ago
Stephane Bortzmeyer dd4b1f81ed Sam changed its address 21 years ago
Stephane Bortzmeyer c41fed5d81 Small licence change (see bug #730049) 21 years ago
Stephane Bortzmeyer 0ffd412d9e Small bug in gnutls_global_deinit (called in the wrong place) 21 years ago
Stephane Bortzmeyer 262a5d1b38 HTTP: indicating the proper port (bug #795456) 21 years ago
Stephane Bortzmeyer 9378182596 Porting to MacOS X (small quirks) 21 years ago
Stephane Bortzmeyer 56741f75b6 Now uses strerror instead of sys_errlist 21 years ago
Stephane Bortzmeyer 369af6e01c GNU TLS support (still a bug when looping) 21 years ago
Stephane Bortzmeyer 2d94cc47a8 Now tries SSLv3 first 21 years ago
Stephane Bortzmeyer 20eda710c5 Possible new protocols 22 years ago
Stephane Bortzmeyer 3afe16a0e5 Preparation for a new version 22 years ago
Stephane Bortzmeyer 221e1fc158 Ready for 5.0.1 release 22 years ago
Stephane Bortzmeyer c9595aca24 Patch from H.Nakai <nakai@neo.shinko.co.jp>: close the socket when there is a timeout 22 years ago
Stephane Bortzmeyer 654c820200 Small cleaning, not important 22 years ago
Stephane Bortzmeyer 2981be22fb Now wait() at the beginning of the loop (otherwise, we do not wait on timeouts) 22 years ago
Stephane Bortzmeyer 3007707ebf * Better error message with erroneous hostname:port syntax
* Small bug in RFC 2732 handling
22 years ago
Stephane Bortzmeyer 3cc39e5d62 up_rtt.monitor from mon 22 years ago
Stephane Bortzmeyer 7792309d6d Compiles with Sun's compiler (bug #623444) but still problems when running it 22 years ago
Stephane Bortzmeyer 18b648465a Long term wishes 22 years ago
Stephane Bortzmeyer cfd583491a Note about bug #623452 22 years ago
Stephane Bortzmeyer d79e1e0969 Proper bug number for the signed problem 22 years ago
Stephane Bortzmeyer c9bde23831 Add -4 for OS with the ipnodes file 22 years ago
Stephane Bortzmeyer a33249588b Start of a new verion 22 years ago
Stephane Bortzmeyer 0c61362c8b RFC 2732 mentioned 22 years ago
Stephane Bortzmeyer b8ca31d300 Solaris localhost bug 22 years ago
Stephane Bortzmeyer a075dd84f1 Ready for 5.0.0, use the new version number 22 years ago
Stephane Bortzmeyer f4b960cdba Warning Solaris and macOS X 22 years ago
Stephane Bortzmeyer ecd3f0ab18 For the 5.0 release 22 years ago
Stephane Bortzmeyer c34fbc84e7 RFC 2732 support 22 years ago
Stephane Bortzmeyer 5a515ac524 Just cosmetic 22 years ago
Stephane Bortzmeyer cdbf026023 Note about TODO comments 22 years ago
Stephane Bortzmeyer 6602c2142f --enable-flush 22 years ago
Stephane Bortzmeyer 2a2ca92308 New login name on Internatif FTP server 22 years ago
Stephane Bortzmeyer e134955bd1 Warning about Sun's C compiler 22 years ago
Stephane Bortzmeyer d450110cab Better detection of getnameinfo/getaddrinfo/etc 22 years ago
Stephane Bortzmeyer f1fa7779fe New upstream version in automake 22 years ago
Stephane Bortzmeyer 157b6e1820 New upstream version in automake (MacOS X support, for instance) 22 years ago
Stephane Bortzmeyer 08090bfd7e UDP warning 22 years ago
Stephane Bortzmeyer be81c70d60 New indentation 22 years ago
Stephane Bortzmeyer 8068b79435 Suppress the useless "list" command 22 years ago
Stephane Bortzmeyer 0b6ed5d22d 2 bugs with Luca Deri's patch:
* when getting the filedes from a SSL connection,
 * when running with UDP (where the patch does not apply)
22 years ago
Stephane Bortzmeyer 1b7d56f28a More tests (UDP) 22 years ago
Stephane Bortzmeyer bfd9f7350b Adding test-echoping-ipv6 22 years ago
Stephane Bortzmeyer 5a662641c1 Compilers warning 22 years ago
Stephane Bortzmeyer eaaab72745 IPv6 documented 22 years ago
Stephane Bortzmeyer 552d1979b4 IPv6 version 22 years ago
Stephane Bortzmeyer c99b76d8bb Merge of recent contributors 22 years ago
Stephane Bortzmeyer c91aee612f IPv6 options documented 22 years ago
Stephane Bortzmeyer d34e36eddf Patch Luca Deri to separate the latencies 22 years ago
Stephane Bortzmeyer 0aee9177e4 Add a DEBUG flag 22 years ago
Stephane Bortzmeyer 2e7f2236bd Fix a ICP bug with IPv4 addresses 22 years ago
Stephane Bortzmeyer df459b6f99 First version 22 years ago
Stephane Bortzmeyer 6e05d34486 Uniform indent 22 years ago
Stephane Bortzmeyer bd8f6846fd Warning: echoping is a debugging tool (not for end-users) 22 years ago
Stephane Bortzmeyer 8869e7b22e Proper detection of getaddrinfo for Tru64 22 years ago
Stephane Bortzmeyer d9f75d29ac IPv6 support 22 years ago
Stephane Bortzmeyer 2dad35edf3 Bug with https fixed 22 years ago
Stephane Bortzmeyer b19d48a6ec Useless debug code 22 years ago
Stephane Bortzmeyer 4041e43ab5 New Hotmail server 22 years ago
Stephane Bortzmeyer abcf574c26 First IPv6 version 22 years ago
Stephane Bortzmeyer 1a192ee308 Better detection of getaddrinfo() which is a macro on tru64 23 years ago
Stephane Bortzmeyer 711876d25d better documentation of TOS options 24 years ago
Stephane Bortzmeyer 44f05820ea Start of a new (bugfix) version 24 years ago
Stephane Bortzmeyer 49737e76f9 First version 24 years ago
Stephane Bortzmeyer 5d0a4f52fd Final cleaning for 4.2 release. 24 years ago
Stephane Bortzmeyer 3c7a51830c Now uses AC_CANONICAL_HOST because we must identify broken Tru64 v5 :-( 24 years ago