Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						910b8b6a69 
					 
					
						
						
							
							#15  is now fixed  
						
						 
						
						
						
						
					 
					
						2005-05-18 10:38:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						07e58aaa79 
					 
					
						
						
							
							Sort of "fixed" KNOWN_BUGS  #4 : curl now builds IPv6 enabled on AIX 4.3. At  
						
						 
						
						... 
						
						
						
						least it should no longer cause a compiler error. However, it does not have
AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we
use that for FTP PORT/EPRT)! So, I modified the configure check that checks if
the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on
AIX 4.3 and it will automatically build with IPv6 support disabled. 
						
						
					 
					
						2005-05-02 14:06:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						bae77c0a46 
					 
					
						
						
							
							bug report  #1156287 , ftp upload from VMS  
						
						 
						
						
						
						
					 
					
						2005-04-05 07:33:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						8f646eef45 
					 
					
						
						
							
							add 'FTP ASCII transfers' here, since they seem to be frequently attempted  
						
						 
						
						... 
						
						
						
						these days...! 
						
						
					 
					
						2005-03-17 08:09:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						205f8b266c 
					 
					
						
						
							
							Fixed LDAP library file name bug (KNOWN_BUGS  #1 ).  configure now auto-detects  
						
						 
						
						... 
						
						
						
						the correct dynamic library names by default, and provides override switches
--with-ldap-lib, --with-lber-lib and --without-lber-lib.  Added
CURL_DISABLE_LDAP to platform-specific config files to disable LDAP
support on those platforms that probably don't have dynamic OpenLDAP
libraries available to avoid compile errors. 
						
						
					 
					
						2005-03-11 05:28:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						67ff8e3ea3 
					 
					
						
						
							
							valgrind errors occur too often when 'make test' is used. It is because too  
						
						 
						
						... 
						
						
						
						many third-party libs and tools have problems. When curl is built without
--disable-shared, the testing is done with a front-end script which makes the
valgrind testing include (ba)sh as well and that often causes valgrind
errors. Either we improve the valgrind error scanner a lot to better identify
(lib)curl errors only, or we disable valgrind checking by default 
						
						
					 
					
						2005-02-05 10:25:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4a9e12542d 
					 
					
						
						
							
							7.13 coming up  
						
						 
						
						
						
						
					 
					
						2005-02-01 07:54:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4551e7ce49 
					 
					
						
						
							
							KNOWN_BUGS  #17  fixed. A DNS cache entry may not remain locked between two  
						
						 
						
						... 
						
						
						
						curl_easy_perform() invokes. It was previously unlocked at disconnect, which
could mean that it remained locked between multiple transfers. The DNS cache
may not live as long as the connection cache does, as they are separate.
To deal with the lack of DNS (host address) data availability in re-used
connections, libcurl now keeps a copy of the IP adress as a string, to be able
to show it even on subsequent requests on the same connection. 
						
						
					 
					
						2005-01-28 22:14:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						b942a25a45 
					 
					
						
						
							
							add number to the bugs to make them easier to refer to  
						
						 
						
						
						
						
					 
					
						2005-01-25 23:40:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						beab9a9696 
					 
					
						
						
							
							two known bugs  
						
						 
						
						
						
						
					 
					
						2005-01-25 22:21:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						3050ae57c0 
					 
					
						
						
							
							Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL  
						
						 
						
						... 
						
						
						
						contains %0a or %0d in the user, password or CWD parts. (A future fix would
include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225
and 226 were added to verify this 
						
						
					 
					
						2005-01-19 21:56:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4f4ffa98b5 
					 
					
						
						
							
							Test case 241 fails on all systems that support IPv6 but that don't have the  
						
						 
						
						... 
						
						
						
						host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses
that host name to test the IPv6 name to address resolver. 
						
						
					 
					
						2004-12-25 22:51:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						f5e0ff2170 
					 
					
						
						
							
							Added LDAP library issue.  
						
						 
						
						
						
						
					 
					
						2004-12-23 22:34:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4be60ac155 
					 
					
						
						
							
							the FD_SETSIZE problem is fixed  
						
						 
						
						
						
						
					 
					
						2004-11-21 23:13:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						18d80b9e8f 
					 
					
						
						
							
							iconv 2.1.3 is considered bad for test case 165  
						
						 
						
						
						
						
					 
					
						2004-10-19 18:49:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						298076e00f 
					 
					
						
						
							
							--enable-ares on AIX has problem  
						
						 
						
						
						
						
					 
					
						2004-10-08 12:59:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						b3ebbd60a2 
					 
					
						
						
							
							added some more details  
						
						 
						
						
						
						
					 
					
						2004-08-26 13:26:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						cd52b9f0da 
					 
					
						
						
							
							Alexander Krasnostavsky made the write callback get called even when a zero  
						
						 
						
						... 
						
						
						
						byte file is downloaded. 
						
						
					 
					
						2004-08-20 12:09:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						c3d74ffe48 
					 
					
						
						
							
							socks proxy and timeouts bug  
						
						 
						
						
						
						
					 
					
						2004-08-20 10:52:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						0ca1b6afcf 
					 
					
						
						
							
							--disable-[protocol] doesn't disable tests of the specific protocol  
						
						 
						
						
						
						
					 
					
						2004-08-11 11:18:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						f4783bda27 
					 
					
						
						
							
							--negotiate does not work without username/password, bug report  #1004841  
						
						 
						
						
						
						
					 
					
						2004-08-09 12:15:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						950aa1c743 
					 
					
						
						
							
							configure --disable-http works these days  
						
						 
						
						
						
						
					 
					
						2004-07-02 09:14:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						11ee9540bf 
					 
					
						
						
							
							Bug report  #948950 , excessive amount of file descriptors might crash libcurl  
						
						 
						
						
						
						
					 
					
						2004-05-25 14:28:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						72b1144b8c 
					 
					
						
						
							
							getting only a 100 Continue response and nothing else, when talking HTTP,  
						
						 
						
						... 
						
						
						
						is now treated as an error by libcurl 
						
						
					 
					
						2004-04-07 14:27:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						348fe0e210 
					 
					
						
						
							
							--limit-rate using -d or -F does not work  
						
						 
						
						
						
						
					 
					
						2004-04-07 14:03:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						64cc14e9e6 
					 
					
						
						
							
							one issue less  
						
						 
						
						
						
						
					 
					
						2004-03-30 15:35:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						a784bd0797 
					 
					
						
						
							
							fixed the ntlm problem with longish passwords  
						
						 
						
						
						
						
					 
					
						2004-03-22 13:56:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						4a6b9972dd 
					 
					
						
						
							
							ntlm and long passwords  
						
						 
						
						
						
						
					 
					
						2004-03-15 16:32:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						e94c46c00c 
					 
					
						
						
							
							Removed John Clayton's really odd bug since its never been reported again and  
						
						 
						
						... 
						
						
						
						it was quite a long time since he experienced that one. 
						
						
					 
					
						2004-03-08 14:04:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						33d67c68de 
					 
					
						
						
							
							two items fixed, one so old I don't think its valid anymore  
						
						 
						
						
						
						
					 
					
						2004-03-02 10:07:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						9825d81973 
					 
					
						
						
							
							curl-config bug corrected  
						
						 
						
						
						
						
					 
					
						2003-12-10 14:13:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						bc372815a8 
					 
					
						
						
							
							ares in curl-config  
						
						 
						
						
						
						
					 
					
						2003-12-08 13:51:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						0850aec780 
					 
					
						
						
							
							a resume http upload bug  
						
						 
						
						
						
						
					 
					
						2003-11-12 14:33:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						d7c09efeb1 
					 
					
						
						
							
							no colons in user names with USERPWD  
						
						 
						
						
						
						
					 
					
						2003-10-21 06:06:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						18b809e7e4 
					 
					
						
						
							
							empty path parts in FTP URLs  
						
						 
						
						
						
						
					 
					
						2003-10-17 12:21:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						3f458fc650 
					 
					
						
						
							
							The 100-continue and no-more-response bug  
						
						 
						
						
						
						
					 
					
						2003-10-17 11:36:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						eb9937ec1a 
					 
					
						
						
							
							LDAP fixed in CVS (for upcoming 7.10.8)  
						
						 
						
						
						
						
					 
					
						2003-09-01 08:36:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						203cc4a5c3 
					 
					
						
						
							
							two more known bugs  
						
						 
						
						
						
						
					 
					
						2003-08-11 15:15:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						859877dcfc 
					 
					
						
						
							
							auth problems  
						
						 
						
						
						
						
					 
					
						2003-08-05 12:32:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						45ca866a2d 
					 
					
						
						
							
							LDAP problem added as mention in bug report  #735752  
						
						 
						
						
						
						
					 
					
						2003-06-03 08:10:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						663c1898a3 
					 
					
						
						
							
							known AIX ipv6 problems  
						
						 
						
						
						
						
					 
					
						2003-05-16 10:57:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						34c4ba4321 
					 
					
						
						
							
							-m on curl on windows with telnet doesn't work  
						
						 
						
						
						
						
					 
					
						2003-03-12 14:14:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						9a3ff5c46a 
					 
					
						
						
							
							configure --disable-http is not properly working  
						
						 
						
						
						
						
					 
					
						2002-09-09 07:07:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						f636c12255 
					 
					
						
						
							
							bug report  #588027  converted to a KNOWN BUG, as we have no intention to  
						
						 
						
						... 
						
						
						
						correct this problem within the nearest period 
						
						
					 
					
						2002-08-22 19:03:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						96ce3461ad 
					 
					
						
						
							
							no, this doesn't look like it bugs  
						
						 
						
						
						
						
					 
					
						2002-04-24 10:16:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						bd830c6f4d 
					 
					
						
						
							
							John Clayton's weird explorations in the wonders of the windows tcp/ip  
						
						 
						
						... 
						
						
						
						stack ;-) 
						
						
					 
					
						2002-03-19 15:56:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						5297a52bf0 
					 
					
						
						
							
							gopher  
						
						 
						
						
						
						
					 
					
						2002-03-18 08:52:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						58cad04bbb 
					 
					
						
						
							
							added the "known bugs" file  
						
						 
						
						
						
						
					 
					
						2002-03-07 08:29:24 +00:00