Steve Holme
69ba0da827
pop3: Fixed the issue of having to supply the user name for all requests
...
Previously it wasn't possible to connect to POP3 and not specify the
user name as a CURLE_ACCESS_DENIED error would be returned. This error
occurred because USER would be sent to the server with a blank user name
if no mailbox user was specified as the server would reply with -ERR.
This wasn't a problem prior to the 7.26.0 release but with the
introduction of custom commands the user and/or application developer
might want to issue a CAPA command without having to log in as a
specific mailbox user.
Additionally this fix won't send the newly introduced AUTH command if no
user name is specified.
2012-06-02 22:11:37 +01:00
Kamil Dudka
72f4b534c4
nss: use human-readable error messages provided by NSS
...
Bug: http://lists.baseurl.org/pipermail/yum-devel/2012-January/009002.html
2012-05-28 11:24:24 +02:00
Daniel Stenberg
244e966138
bump to 7.26.1: start working towards next release
2012-05-24 18:32:34 +02:00
Daniel Stenberg
c262c35676
RELEASE-NOTES: synced with ef60fdbd73
...
Just before 7.26.0 is about to ship
2012-05-24 18:04:41 +02:00
Daniel Stenberg
cc36756aa2
RELEASE-NOTES: synced with 8ae1e657e8
...
And mention that this will become 7.26.0
2012-05-22 10:54:55 +02:00
Daniel Stenberg
6f998400d9
REALEASE-NOTES: synced with 64f48e884e
2012-04-29 23:10:37 +02:00
Kamil Dudka
a60edcc6d4
nss: provide human-readable names for NSS errors
2012-04-13 12:19:36 +02:00
Kamil Dudka
20cb12db8d
nss: use NSS_InitContext() to initialize NSS if available
...
NSS_InitContext() was introduced in NSS 3.12.5 and helps to prevent
collisions on NSS initialization/shutdown with other libraries.
Bug: https://bugzilla.redhat.com/738456
2012-04-13 12:19:36 +02:00
Kamil Dudka
42aa796150
nss: unconditionally require PK11_CreateGenericObject()
...
This bumps the minimal supported version of NSS to 3.12.x.
2012-04-13 12:19:36 +02:00
Yang Tse
682f0840e7
version: start working on 7.25.1-DEV
2012-03-23 16:59:03 +01:00
Daniel Stenberg
c1babfad8a
RELEASE-NOTES: synced with b8b2cf612b
2012-03-22 19:40:25 +01:00
Daniel Stenberg
47236d89c0
RELEASE-NOTES: synced with ad77420ac7
...
3 more bugs, 1 more contributor
2012-03-18 00:26:56 +01:00
Daniel Stenberg
79afcbefb4
RELEASE-NOTES: synced with e650dbde86
...
New: 12 bugs, 3 changes, 6 contributors and updated counters at the top
2012-03-10 22:29:30 +01:00
Daniel Stenberg
35e965c9a0
RELEASE-NOTES: synced with 2b26eb985
...
9 bug fixes, 4 changes and numerous contributors
Bumped release version and option counters
2012-02-13 23:26:48 +01:00
Yang Tse
93e344bbf4
version: start working on 7.24.1-DEV
2012-01-25 11:27:39 +01:00
Daniel Stenberg
a8e063b087
RELEASE-NOTES: synced with 70f71bb99f
...
Synced and prepared for 7.24.0 release. Two security problems, one bug fix,
two more contributors.
2012-01-24 09:24:37 +01:00
Daniel Stenberg
ee57e9dea6
RELEASE-NOTES: synced with 6e2fd2c9ea
...
3 more bugfixes, 3 more contributors
2012-01-22 23:44:51 +01:00
Daniel Stenberg
4b9af77d54
RELEASE-NOTES: synced with 5d70a61b94
...
5 more bug fixes, 1 more contributor
2012-01-18 22:33:45 +01:00
Daniel Stenberg
54dede4166
RELEASE-NOTES: synced with 9f20379fe4
...
5 bug fixes, 3 more contributors
2012-01-12 23:30:19 +01:00
Daniel Stenberg
a4202be655
RELEASE-NOTES: synced with 2f4a487a68
...
Two bugfixes, two more contributors
2012-01-03 23:33:52 +01:00
Daniel Stenberg
f4949e56eb
RELEASE-NOTES: synced with 81ebdd9e28
...
6 more bugfixes, 3 more contributors
2011-12-31 11:22:26 +01:00
Kamil Dudka
9f7f6a62ff
transfer: avoid unnecessary timeout event when waiting for 100-continue
...
The commit 9dd85bc
unintentionally changed the way we compute the time
spent waiting for 100-continue. In particular, when using a SSL client
certificate, the time spent by SSL handshake was included and could
cause the CURL_TIMEOUT_EXPECT_100 timeout to be mistakenly fired up.
Bug: https://bugzilla.redhat.com/767490
Reported by: Mamoru Tasaka
2011-12-25 22:37:24 +01:00
Daniel Stenberg
4bb140bfc9
RELEASE-NOTES: added two references
2011-12-20 23:57:39 +01:00
Daniel Stenberg
3d6e2ec925
RELEASE-NOTES: synced with 380bade777
...
5 new bugfixes, 2 new changes and 4 new contributors
2011-12-20 23:27:41 +01:00
Daniel Stenberg
1fc5cd6a1a
RELEASE-NOTES: synced with af9bc1604c
...
One new feature, one bug fix. Introduced references in this file for
mentioned issues after this discussion:
http://curl.haxx.se/mail/lib-2011-12/0187.html
The plan is to let the references get moved over to the changes.html
file at release-time
2011-12-19 20:08:59 +01:00
Daniel Stenberg
ba057c2e19
RELEASE-NOTES: synced with 1259ccf747
...
5 more bugfixes, 5 more contributors
2011-12-12 20:06:50 +01:00
Daniel Stenberg
3bbe219be2
RELEASE-NOTES: synced with 347f951c39
...
8 more bugs, 5 more contributors
2011-12-05 22:58:30 +01:00
Daniel Stenberg
bd94807003
RELEASE-NOTES: synced with 1038d0aa1
...
5 bugfixes and 1 new contributor
2011-11-30 16:38:58 +01:00
Daniel Stenberg
f712ace9d7
RELEASE-NOTES: synced with 2c905fd1f8
2011-11-25 00:09:43 +01:00
Daniel Stenberg
967b2f87a8
RELEASE-NOTES: correct the release and contributor numbers
2011-11-17 18:29:15 +01:00
Daniel Stenberg
5e0aa3aac9
7.24.0: start the work
2011-11-15 20:44:49 +01:00
Daniel Stenberg
6c4216b2a7
RELEASE-NOTES: synced with 10120e6a
...
one more bug fix and contributor
2011-11-12 10:09:54 +01:00
Daniel Stenberg
c8ffb4049a
RELEASE-NOTES: synced with e3166df1bb
...
4 new bugfixes, 2 more contributors
2011-11-06 23:42:28 +01:00
Daniel Stenberg
4c88866737
RELEASE-NOTES: synced with 4464583a6e
...
5 more bug fixes, 4 additional contributors
2011-10-25 23:28:30 +02:00
Daniel Stenberg
2c8c46619b
RELEASE-NOTES: synced with ecbb08cea3
2011-10-18 22:34:32 +02:00
Kamil Dudka
f6980bbf24
nss: select client certificates by DER
...
... instead of nicknames, which are not unique.
2011-10-17 12:11:38 +02:00
Dan Fandrich
acaf466401
RELEASE-NOTES: Fixed a couple of typos
2011-10-08 23:12:07 -07:00
Daniel Stenberg
db060304de
RELEASE-NOTES: synced with 5898a6a09b
...
Bumped next release version to become 7.23.0 for the changes
2011-09-29 08:51:52 +02:00
Daniel Stenberg
bc28a35dbc
RELEASE-NOTES: synced with d2a47021c0
2011-09-25 23:20:46 +02:00
warp kawada
aff70e2e95
Curl_add_custom_headers: support headers with no data
...
A custom HTTP header ending in a semicolon instead of a colon
will be treated as a header to be added without any data
portion.
2011-09-13 16:17:21 -07:00
Daniel Stenberg
2411adb40b
7.22.1: start working
2011-09-13 20:04:03 +02:00
Daniel Stenberg
64c613c27a
RELEASE-NOTES: ready for 7.22.0
2011-09-13 18:53:00 +02:00
Yang Tse
50c3c20416
Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.
2011-09-12 16:01:07 +02:00
Yang Tse
a7d8894291
ssh.c: revert needless commit 7b7c45879e
2011-09-10 00:52:13 +02:00
Daniel Stenberg
08a5a9b68d
RELEASE-NOTES: synced with 303c90074d
...
Five more bugfixes, one more contributor
2011-09-09 15:38:30 +02:00
Daniel Stenberg
e495f82f86
RELEASE-NOTES: synced with 3445fa2e3f
2011-08-29 15:37:06 +02:00
Yang Tse
b4f6319cf7
NTLM single-sign on adjustments (XI)
...
Feature string literal NTLM_SSO renamed to NTLM_WB.
Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED.
curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'.
Fix some comments to make clear that this is actually a NTLM delegation.
2011-08-27 01:33:35 +02:00
Kamil Dudka
d6f319fb64
nss: start with no database if the selected database is broken
...
Bug: https://bugzilla.redhat.com/728562
2011-08-15 14:44:49 +02:00
Daniel Stenberg
e209f3f176
RELEASE-NOTES: synced with a30ede868a
...
Three more bugs fixed, three more contributors mentioned
2011-08-13 23:03:43 +02:00
Daniel Stenberg
8bd877d179
docs: --delegation
2011-08-12 23:51:41 +02:00