History log of /curl/packages/OS400/ccsidcurl.c (Results 51 – 75 of 85)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 29c655c0 11-Mar-2015 Markus Elfring

Bug #149: Deletion of unnecessary checks before calls of the function "free"

The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is ther

Bug #149: Deletion of unnecessary checks before calls of the function "free"

The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.0-rc24.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>

show more ...


Revision tags: curl-7_41_0, curl-7_40_0
# 4ce87e33 04-Dec-2014 Patrick Monnerat

OS400: enable Unix sockets.


# 1c05b935 05-Nov-2014 Patrick Monnerat

Adjust OS400-specific support to last release


Revision tags: curl-7_39_0
# e64bc7cd 14-Oct-2014 Patrick Monnerat

OS400: fix bugs in curl_*escape_ccsid() and reduce variables scope


# 548811cb 08-Oct-2014 Patrick Monnerat

OS400: upgrade interface for pinned public key (no implementation yet)


Revision tags: curl-7_38_0, curl-7_37_1, curl-7_37_0, curl-7_36_0, curl-7_35_0, curl-7_34_0
# 169fedbd 14-Dec-2013 Daniel Stenberg

login options: remove the ;[options] support from CURLOPT_USERPWD

To avoid the regression when users pass in passwords containing semi-
colons, we now drop the ability to set the login o

login options: remove the ;[options] support from CURLOPT_USERPWD

To avoid the regression when users pass in passwords containing semi-
colons, we now drop the ability to set the login options with the same
options. Support for login options in CURLOPT_USERPWD was added in
7.31.0.

Test case 83 was modified to verify that colons and semi-colons can be
used as part of the password when using -u (CURLOPT_USERPWD).

Bug: http://curl.haxx.se/bug/view.cgi?id=1311
Reported-by: Petr Bahula
Assisted-by: Steve Holme
Signed-off-by: Daniel Stenberg <daniel@haxx.se>

show more ...


# f58f843f 02-Dec-2013 Patrick Monnerat

OS400: sync wrappers and RPG binding.


# f2584627 12-Nov-2013 Steve Holme

curl_easy_setopt: Added the ability to set the login options separately

Rather than set the authentication options as part of the login details
specified in the URL, or via the older CUR

curl_easy_setopt: Added the ability to set the login options separately

Rather than set the authentication options as part of the login details
specified in the URL, or via the older CURLOPT_USERPWD option, added a
new libcurl option to allow the login options to be set separately.

show more ...


# 5d415815 28-Oct-2013 Patrick Monnerat

OS400: coding style standards


# 2cc92464 25-Oct-2013 Patrick Monnerat

OS400: sync RPG wrapper, zlib support, fix header file names, ...
IFS compilation support, SSL GSKit backend by default, TLSv1.[12] support in
GSKit for OS400 >= V7R1, no more tabs in make

OS400: sync RPG wrapper, zlib support, fix header file names, ...
IFS compilation support, SSL GSKit backend by default, TLSv1.[12] support in
GSKit for OS400 >= V7R1, no more tabs in make scripts.

show more ...


Revision tags: curl-7_33_0, curl-7_32_0
# 464c8693 15-Jul-2013 Patrick Monnerat

OS400: add slist and certinfo EBCDIC support


Revision tags: curl-7_31_0, curl-7_30_0, curl-7_29_0
# 4a5aa668 04-Jan-2013 Yang Tse

Revert changes relative to lib/*.[ch] recent renaming

This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

f871de0... build: make use

Revert changes relative to lib/*.[ch] recent renaming

This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

f871de0... build: make use of 76 lib/*.h renamed files
ffd8e12... build: rename 76 lib/*.h files

This also reverts removal of redundant include guard (redundant thanks
to changes in above commits) done 2-12-2013, reverting 1 commit:

c087374... curl_setup.h: remove redundant include guard

This also reverts renaming and usage of lib/*.c source files done
3-12-2013, reverting 3 commits:

13606bb... build: make use of 93 lib/*.c renamed files
5b6e792... build: rename 93 lib/*.c files
7d83dff... build: commit 13606bbfde follow-up 1

Start of related discussion thread:

http://curl.haxx.se/mail/lib-2013-01/0012.html

Asking for confirmation on pushing this revertion commit:

http://curl.haxx.se/mail/lib-2013-01/0048.html

Confirmation summary:

http://curl.haxx.se/mail/lib-2013-01/0079.html

NOTICE: The list of 2 files that have been modified by other
intermixed commits, while renamed, and also by at least one
of the 6 commits this one reverts follows below. These 2 files
will exhibit a hole in history unless git's '--follow' option
is used when viewing logs.

lib/curl_imap.h
lib/curl_smtp.h

show more ...


# f871de00 28-Dec-2012 Yang Tse

build: make use of 76 lib/*.h renamed files

76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.


Revision tags: curl-7_28_1
# 4b994e14 12-Nov-2012 Patrick Monnerat

OS400: upgrade wrappers for the 7.28.1 release.


Revision tags: curl-7_28_0, curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0
# 8165e05f 26-Oct-2011 Patrick Monnerat

- Prepare the ILE/RPG binding and OS400 documentation for the upcoming release


Revision tags: curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5
# ed8749e3 14-Mar-2011 Patrick Monnerat

- Take new char * options into account in OS400 curl_easy_setopt_ccsid().
- Keep RPG binding, STRING_* table end check and OS400 README up to date.


Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# 4258e943 11-Feb-2010 Patrick Monnerat

_ Make it compilable again on OS400.
_ Upgrade OS400 EBCDIC wrappers for new options.
_ Upgrade ILE/RPG bindings to current state.


Revision tags: curl-7_20_0
# 57d3488a 21-Dec-2009 Patrick Monnerat

Take new SMTP definitions into account in OS400 wrapper and RPG binding


Revision tags: curl-7_19_7
# eb438719 31-Aug-2009 Patrick Monnerat

OS400: adjust inclusion paths in include files to avoid "include file not found" in DB2 mode.


Revision tags: curl-7_19_6
# 501f9f83 11-Aug-2009 Patrick Monnerat

Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT
Fix OS400 makefile for tests to use the new Makefile.inc in libtest
Update the OS400 wrappers and RPG binding accordin

Fix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from LONG to OBJECTPOINT
Fix OS400 makefile for tests to use the new Makefile.inc in libtest
Update the OS400 wrappers and RPG binding according to the current CVS source state

show more ...


Revision tags: curl-7_19_5, curl-7_19_4
# 4608d015 17-Feb-2009 Patrick Monnerat

Continue sync work on OS400 specific code and RPG binding.


# 1472be4d 16-Feb-2009 Patrick Monnerat

Preparation of imminent release: synchronizing OS400 wrappers + RPG binding to current state.


Revision tags: curl-7_19_3, curl-7_19_2, curl-7_19_1
# f66e1c49 17-Oct-2008 Patrick Monnerat

Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and RPG binding.


# bb1f6e68 10-Oct-2008 Patrick Monnerat

_ Adapt OS400 EBCDIC wrappers to new options.
_ Update RPG binding accordingly.
_ Fix new options comments.


1234