Commit Graph

144 Commits

Author SHA1 Message Date
Stephane Bortzmeyer
7dc72a14cf Fix SSL bug #130151 2001-02-11 21:09:35 +00:00
Stephane Bortzmeyer
3a2e13dffe Add -C to the known options 2001-01-29 09:32:41 +00:00
Stephane Bortzmeyer
2e944060e8 Small fix (but problem remains) for SSL servers which send in chunks not finished by CRLF. 2001-01-29 09:26:11 +00:00
Stephane Bortzmeyer
445378e558 New version 4.1 2001-01-28 21:13:42 +00:00
Stephane Bortzmeyer
87d83d3d9e Now uses only stdarg and no varargs. See #130079.
Side-effect: non-ANSI C compilers will probably no longer work (anyone
still uses MIPS compiler on DEcstation/Ultrix?)
2001-01-28 21:03:05 +00:00
Stephane Bortzmeyer
5db9b1c007 New version 4.0.2 2001-01-26 14:39:52 +00:00
Stephane Bortzmeyer
0c08aa0997 More detailed update: target 2001-01-26 14:39:32 +00:00
Stephane Bortzmeyer
477816f6dd Fix a stupid bug when not using SSL 2001-01-26 14:37:57 +00:00
Stephane Bortzmeyer
818d3be90f New target 'upload' (for the maintainer only) 2001-01-26 10:30:50 +00:00
Stephane Bortzmeyer
921de1ca57 Document 4.0.1 2001-01-26 10:19:33 +00:00
Stephane Bortzmeyer
963d5363cc New version number 2001-01-26 10:02:17 +00:00
Stephane Bortzmeyer
ec61cd8ff2 Fix a logic bug in SSL read looping (Bug #130078) 2001-01-26 10:01:49 +00:00
Stephane Bortzmeyer
9bbfc3b850 New version: 4.0.0 2001-01-25 15:50:38 +00:00
Stephane Bortzmeyer
025109d491 Ready for release of 4.0.0 2001-01-25 15:47:39 +00:00
Stephane Bortzmeyer
5b2ce44526 Reformated 2001-01-25 15:35:30 +00:00
Stephane Bortzmeyer
5c907a0c9e No longer trying to detect the host type 2001-01-25 15:33:54 +00:00
Stephane Bortzmeyer
6599ac5c1b Echo test added 2001-01-25 15:27:41 +00:00
Stephane Bortzmeyer
a90ae1ebd6 A few tasks completed 2001-01-25 15:26:20 +00:00
Stephane Bortzmeyer
cd8c0af868 Reformated 2001-01-25 15:25:13 +00:00
Stephane Bortzmeyer
0fb146d516 A few comments changed 2001-01-25 15:20:16 +00:00
Stephane Bortzmeyer
20c1318a36 Completely reformated 2001-01-25 15:19:02 +00:00
Stephane Bortzmeyer
bcc4468a34 How to report bugs 2001-01-25 15:17:50 +00:00
Stephane Bortzmeyer
ee7126ae6f A few cleanings and fixes 2001-01-25 15:16:04 +00:00
Stephane Bortzmeyer
efbcf9834f Bug in selecting SSL libs 2001-01-24 15:43:09 +00:00
Stephane Bortzmeyer
38b624167d INSTALL 2001-01-24 14:03:42 +00:00
Stephane Bortzmeyer
59d7b6dc21 Comment about performances 2001-01-23 20:03:35 +00:00
Stephane Bortzmeyer
7a1d255f91 Small bug on machines where sizeof(pointer)!=sizeof(long) 2001-01-23 19:59:08 +00:00
Stephane Bortzmeyer
2d4d7766bf Change the order of inclusion, otherwise OpenSSL includes the
wrong va_start on FreeBSD.
2001-01-23 13:52:07 +00:00
Stephane Bortzmeyer
9594606bc4 Stupid bug when using unions 2001-01-22 15:39:03 +00:00
Stephane Bortzmeyer
4512283a2b Reverting to fread, the bug in Solaris was elsewhere 2001-01-22 15:38:44 +00:00
Stephane Bortzmeyer
8ee0504e3a New configure.in, new files generated 2001-01-22 09:06:37 +00:00
Stephane Bortzmeyer
f328e7c588 No longer testing the host type 2001-01-22 09:01:13 +00:00
Stephane Bortzmeyer
ce8842eea8 Back to read() because of broken Solaris 2001-01-21 21:04:59 +00:00
Stephane Bortzmeyer
26e12c3d67 Find the host type 2001-01-21 21:02:36 +00:00
Stephane Bortzmeyer
819e473fa4 Change to a Web server which does not redirect 2001-01-19 15:05:15 +00:00
Stephane Bortzmeyer
67c88acb33 Documentation SSL fix 2000-11-21 09:10:44 +00:00
Stephane Bortzmeyer
090dc44630 with-ssl (with dir) instead of enable-ssl 2000-11-20 21:37:31 +00:00
Stephane Bortzmeyer
c3f8c85d4d Display settings at the end of configure 2000-11-20 21:14:41 +00:00
Stephane Bortzmeyer
c3c069047b Clear SSL objects when looping 2000-11-07 18:28:45 +00:00
Stephane Bortzmeyer
f3e2aaf6e1 Error in ICP port name handling. Fixed. 2000-11-06 14:14:14 +00:00
Stephane Bortzmeyer
1eb201d4d6 Add more tests 2000-11-06 13:30:41 +00:00
Stephane Bortzmeyer
6518d0cd53 Suppress a few warnings. Side effect: it no longer crashes on a PC/Linux :-) 2000-11-05 13:25:41 +00:00
Stephane Bortzmeyer
be80c06f3c New code to find dynamically the HTTP port. 2000-11-05 12:55:04 +00:00
Stephane Bortzmeyer
583fb82745 strcpy instead of = so that the later free() does not segfault on AIX 2000-11-05 09:15:06 +00:00
Stephane Bortzmeyer
5bd921ac4e * test for SSL
* documentation for SSL
2000-11-04 13:00:23 +00:00
Stephane Bortzmeyer
44fd8024a7 SSL support 2000-11-04 12:36:37 +00:00
Stephane Bortzmeyer
823b4b02f2 Id fixed 2000-10-05 13:28:29 +00:00
Stephane Bortzmeyer
2428e06338 chargen test suppressed 2000-10-05 13:28:04 +00:00
Stephane Bortzmeyer
ee340185a7 Id added 2000-10-05 13:27:15 +00:00
Stephane Bortzmeyer
0e28b87f8c SMTP support by Samuel Tardieu 2000-09-27 05:38:29 +00:00
Stephane Bortzmeyer
e77e5166b7 Stupid spurious character removed 2000-07-24 11:31:56 +00:00
Stephane Bortzmeyer
605f19cb34 Proper merging 2000-07-24 06:58:42 +00:00
Stephane Bortzmeyer
333e4200fa Unmaintained file suppressed 2000-07-23 19:18:46 +00:00
Stephane Bortzmeyer
0081704474 Id added 2000-07-23 19:17:37 +00:00
Stephane Bortzmeyer
1c4c902c0e Useless file 2000-07-23 19:16:32 +00:00
Stephane Bortzmeyer
c2cd354e12 New version with fgets reading instead of one-read-per-byte. See bug 104290 2000-07-23 13:02:27 +00:00
Stephane Bortzmeyer
1c0e13cc54 Ad a section about gcc warnings 2000-07-20 18:31:39 +00:00
Stephane Bortzmeyer
f260181f3e An error when reading a HTTP answer is no longer fatal. 2000-07-12 20:35:37 +00:00
Stephane Bortzmeyer
a1e85cdbd2 * configure now tries to detect the name of the HTTP port
* Fix an AIX bug when calling free() (closes #108782)
2000-07-06 08:03:37 +00:00
Stephane Bortzmeyer
095a4784fe Trying to find the name of the HTTP service automatically 2000-07-02 20:43:55 +00:00
Stephane Bortzmeyer
e851c3d089 Changing the version number for the release. No longer beta. 2000-06-30 10:02:52 +00:00
Stephane Bortzmeyer
22697ef846 Tests uses the local echoping instead of relying on the PATH 2000-06-30 09:47:45 +00:00
Stephane Bortzmeyer
7b2f273dc7 Files updated because of the change in Makefile.am 2000-06-30 09:45:19 +00:00
Stephane Bortzmeyer
3310166f6b CREDITS included 2000-06-30 09:44:38 +00:00
Stephane Bortzmeyer
52b3ac4b6c Some documentation files not included in the distribution 2000-06-30 09:44:24 +00:00
Stephane Bortzmeyer
ec2e4872f2 Only the automatically produced files:
autoconf/automake ran again with latest and clean versions.
2000-06-30 08:43:29 +00:00
Stephane Bortzmeyer
3ac115b7dd Stale links updated 2000-06-30 07:18:43 +00:00
Stephane Bortzmeyer
f20d1c9b82 Documentation updates 2000-06-30 06:57:29 +00:00
Stephane Bortzmeyer
678edf35ac Small icp bug 2000-06-29 13:41:42 +00:00
Stephane Bortzmeyer
ef763b13a4 autoconf support extended for Solaris (which needs -lnsl and -socket) 2000-06-29 13:39:16 +00:00
Stephane Bortzmeyer
2c3413ae11 Fix ICP-timeout bug 108577 2000-06-29 12:02:59 +00:00
Stephane Bortzmeyer
e9f763c323 Reverting to unbuffered readline. 2000-06-29 11:48:49 +00:00
Stephane Bortzmeyer
dc3b8101fd First try with buffered readline.
More efficient for remote servers but a big performance bug for local ones.
See http://sourceforge.net/bugs/?func=detailbug&bug_id=104290&group_id=4581
2000-06-29 09:21:31 +00:00
Stephane Bortzmeyer
6ca0e5e291 Two symbols forgotten from accconfig.h 2000-06-26 07:32:21 +00:00
Stephane Bortzmeyer
380fd2e5d7 * Various cleanings, mostly of documentation.
* Test files included in distribs
2000-06-25 18:55:56 +00:00
Stephane Bortzmeyer
b9b72038d1 Testing support 2000-06-25 14:23:00 +00:00
Stephane Bortzmeyer
015045f9ae Documentation updates 2000-06-25 14:11:34 +00:00
Stephane Bortzmeyer
d5ee387daf Small documentation fix in header 2000-06-25 14:07:09 +00:00
Stephane Bortzmeyer
1a9900671d ICP compilation support is now OK 2000-06-25 14:05:33 +00:00
Stephane Bortzmeyer
e4f0e5612e Removed bogus files 2000-06-16 11:20:31 +00:00
Stephane Bortzmeyer
aab38992d2 Removed bogus directory 2000-06-16 11:18:30 +00:00
Stephane Bortzmeyer
936a7bf78f Better Makefile.am (and relatives), with support of man pages, etc. 2000-06-15 19:28:21 +00:00
Stephane Bortzmeyer
940df689f5 T/TCP now correct 2000-04-17 14:43:43 +00:00
Stephane Bortzmeyer
beb9e8861f Bug in FreeBSD /bin/sh 2000-04-17 14:38:07 +00:00
Stephane Bortzmeyer
55aa316a63 Bug in T/TCP detection 2000-04-17 14:35:35 +00:00
Stephane Bortzmeyer
db21cd1f70 T/TCP now configurable by configure 2000-04-17 14:31:25 +00:00
Stephane Bortzmeyer
96447af5b7 A forgotten file 2000-04-17 14:00:14 +00:00
Stephane Bortzmeyer
c05d2143f5 Now use autoconf to find if we have sigaction() (POSIX signal handler)
or not.
2000-04-17 13:49:40 +00:00
Stephane Bortzmeyer
9f8d324d34 HTTP and ICP are now options on the command-line of configure 2000-04-17 13:11:31 +00:00
Stephane Bortzmeyer
8c0c037acc Two more files forgotten 2000-04-17 11:54:55 +00:00
Stephane Bortzmeyer
3f29f33319 some *.in forgotten 2000-04-17 11:47:57 +00:00
Stephane Bortzmeyer
08d02eb3a0 install-sh added, dummy ttcp removed 2000-04-17 11:44:13 +00:00
Stephane Bortzmeyer
b859d45a5c First autoconf/automakization. 2000-04-17 11:36:29 +00:00
Stephane Bortzmeyer
40d676b534 Initial revision 2000-04-13 09:19:23 +00:00