CVS log for pegasus/src/Pegasus/Common/System.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.85 / (view) - annotate - [select for diffs] , Sat May 30 18:32:30 2015 UTC (9 years ago) by karl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.84: +18 -17 lines
Diff to previous 1.84
BUG#: 9516
TITLE: Optimization:  getAddrInfo and getNameInfo

DESCRIPTION: Optimization implemented.

Revision 1.79.2.1 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:13 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.79: +105 -60 lines
Diff to previous 1.79 to next main 1.80
BUG#: 9999
TITLE: TASK_317-Pull Operations update.

DESCRIPTION: This update brings this branch back in line with the current
head of tree and cleans up a number of outstanding issues in the code.  Note
That there are still a lot of outstanding issues being worked on.

Revision 1.84 / (view) - annotate - [select for diffs] , Tue Mar 19 16:15:19 2013 UTC (11 years, 3 months ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Changes since 1.83: +20 -10 lines
Diff to previous 1.83
BUG#: 9259
TITLE: System::getHostName does not report errors

DESCRIPTION:

Revision 1.82.2.1 / (view) - annotate - [select for diffs] , Fri Jan 4 05:06:01 2013 UTC (11 years, 5 months ago) by dl.meetei
Branch: RELEASE_2_12-branch
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 to next main 1.83
BUG#: 9515
TITLE: getAddrInfo and getNameInfo prints Trace Error Message even on Success

DESCRIPTION:

Revision 1.83 / (view) - annotate - [select for diffs] , Fri Jan 4 04:47:21 2013 UTC (11 years, 5 months ago) by dl.meetei
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
BUG#: 9514
TITLE: getAddrInfo and getNameInfo prints Trace Error Message even on Success

DESCRIPTION: print error trace only on failure

Revision 1.82 / (view) - annotate - [select for diffs] , Wed Sep 5 10:10:33 2012 UTC (11 years, 9 months ago) by dev.meetei
Branch: MAIN
CVS Tags: RELEASE_2_12_0-RC1, RELEASE_2_12_0, RELEASE_2_12-root
Branch point for: RELEASE_2_12-branch
Changes since 1.81: +31 -22 lines
Diff to previous 1.81
BUG#: 9302
TITLE: getaddrinfo() encapsulation needs to be reworked

DESCRIPTION: Make available for using namespace for all platforms without Ipv6 also.

Revision 1.81 / (view) - annotate - [select for diffs] , Thu Aug 30 11:06:41 2012 UTC (11 years, 9 months ago) by marek
Branch: MAIN
Changes since 1.80: +1 -2 lines
Diff to previous 1.80
BUG#:9350
TITLE: TestMCCATestClient test fails

DESCRIPTION: the test was failing due to using an invalid pointer being used in System::getHostIP()

Revision 1.80 / (view) - annotate - [select for diffs] , Tue Jul 3 14:23:11 2012 UTC (11 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.79: +56 -29 lines
Diff to previous 1.79
BUG#:9172
TITLE: Need a way to override system supplied hostname

DESCRIPTION:

Revision 1.79 / (view) - annotate - [select for diffs] , Wed Oct 13 13:24:46 2010 UTC (13 years, 8 months ago) by marek
Branch: MAIN
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-root, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
BUG#:8862
TITLE: Allow shortcut for "localhost" in System::isLocalHost()

DESCRIPTION:

Revision 1.78 / (view) - annotate - [select for diffs] , Fri Apr 9 07:23:14 2010 UTC (14 years, 2 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.77: +9 -8 lines
Diff to previous 1.77
BUG#: 8739
TITLE: Function scope static is used for thread synchronization in System.cpp and Threads.cpp.
DESCRIPTION: It is incorrect to use function scope statics as thread synschronization primitives.

Revision 1.77 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:34 2009 UTC (14 years, 6 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch
Changes since 1.76: +58 -0 lines
Diff to previous 1.76
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.76 / (view) - annotate - [select for diffs] , Tue Dec 15 10:52:33 2009 UTC (14 years, 6 months ago) by s.kodali
Branch: MAIN
Changes since 1.75: +4 -0 lines
Diff to previous 1.75
BUG#: 8661
PEP#: 350
TITLE: Multi CIMOM Suport on Same OS

Revision 1.74.2.2 / (view) - annotate - [select for diffs] , Wed Nov 18 14:00:32 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.74.2.1: +2 -2 lines
Diff to previous 1.74.2.1 to branch point 1.74 to next main 1.75
PEP#: 348
TITLE: Merge head into branch.

DESCRIPTION: Merge head into branch.

Revision 1.74.2.1 / (view) - annotate - [select for diffs] , Tue Oct 20 12:21:19 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.74: +58 -0 lines
Diff to previous 1.74
PEP#:348
TITLE: Complete SCMOXmlWriter

DESCRIPTION:
- added support for Reference Values
- added support of instance/object values
- added embedded instance/object support

- added extra-fast strncasecmp() to System class

Revision 1.73.2.1 / (view) - annotate - [select for diffs] , Fri Sep 25 12:45:06 2009 UTC (14 years, 9 months ago) by s.kodali
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 to next main 1.74
BUG#: 8626
TITLE: System::isLoopBack() doest not handle all allowed IPv4 loopback addresses

Revision 1.75 / (view) - annotate - [select for diffs] , Wed Sep 16 03:01:59 2009 UTC (14 years, 9 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-merged_out_from_trunk
Changes since 1.74: +2 -2 lines
Diff to previous 1.74
BUG#: 8619
TITLE: System::isLoopBack() doest not handle all allowed IPv4 loopback addresses
DESCRIPTION: System::isLoopBack() is modified to check all allowed IPv4 loopback addresses

Revision 1.74 / (view) - annotate - [select for diffs] , Fri Jan 30 18:18:33 2009 UTC (15 years, 4 months ago) by john.eisenbraun
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.73: +5 -1 lines
Diff to previous 1.73
BUG#: 8369
TITLE: SystemPOSIX doesn't follow OpenPegasus coding conventions.

DESCRIPTION: Add SystemUnix.cpp and SystemVms.cpp files

Revision 1.73 / (view) - annotate - [select for diffs] , Tue Dec 16 18:56:00 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, HPUX_TEST
Branch point for: RELEASE_2_9-branch
Changes since 1.72: +64 -64 lines
Diff to previous 1.72
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.72 / (view) - annotate - [select for diffs] , Tue Dec 2 09:00:52 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.71: +6 -6 lines
Diff to previous 1.71
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

Revision 1.71 / (view) - annotate - [select for diffs] , Mon Dec 1 17:49:56 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.70: +27 -29 lines
Diff to previous 1.70
BUG#: 8123
TITLE: Update Coyright/License text

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.70 / (view) - annotate - [select for diffs] , Fri Oct 17 10:07:33 2008 UTC (15 years, 8 months ago) by r.kieninger
Branch: MAIN
Changes since 1.69: +0 -2 lines
Diff to previous 1.69
BUG#:7996
TITLE: 64 bit platform support for z/OS

DESCRIPTION: 64 bit platform support for z/OS

Revision 1.68.6.1 / (view) - annotate - [select for diffs] , Mon Sep 29 16:41:56 2008 UTC (15 years, 9 months ago) by karl
Branch: RELEASE_2_8-branch
CVS Tags: RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1
Changes since 1.68: +5 -1 lines
Diff to previous 1.68 to next main 1.69
BUG#: 7935
TITLE: Sun Port for CC compiler backport to 2.8.1

DESCRIPTION: Backport of Bug 7834 (PEP 328) back to 2.8.1

Revision 1.69 / (view) - annotate - [select for diffs] , Tue Sep 2 13:11:21 2008 UTC (15 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.68: +5 -1 lines
Diff to previous 1.68
BUG#: 7834
TITLE: SunPort for Nevada Sparc and IX86 platforms per PEP 328

DESCRIPTION: Checkin of changes from PEP 328.

Revision 1.68.8.1 / (view) - annotate - [select for diffs] , Wed Aug 20 22:05:50 2008 UTC (15 years, 10 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.68: +5 -1 lines
Diff to previous 1.68 to next main 1.69
PEP#: 328
TITLE: Sun port. Update to new branch for test

DESCRIPTION: Update to new branch for port test with current code

Revision 1.68.2.1 / (view) - annotate - [select for diffs] , Mon Jun 30 13:28:44 2008 UTC (16 years ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2, Makefile
Changes since 1.68: +5 -1 lines
Diff to previous 1.68 to next main 1.69
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.68 / (view) - annotate - [select for diffs] , Fri Mar 7 19:17:34 2008 UTC (16 years, 3 months ago) by carson.hovey
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-root, RELEASE_2_8_0_BETA, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0-FC, RELEASE_2_8_0, RELEASE_2_8-root
Branch point for: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8-branch
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
BUG#: 7500
TITLE: System.cpp: Compile error, getAddrInfo, getHostByName undefined.

DESCRIPTION: Change getAddrInfo to System::getAddrInfo, and getHostByName and System::getHostByName.

Revision 1.67 / (view) - annotate - [select for diffs] , Thu Mar 6 03:08:08 2008 UTC (16 years, 3 months ago) by ouyang.jian
Branch: MAIN
Changes since 1.66: +9 -0 lines
Diff to previous 1.66
BUG#:7477
TITLE:getaddrinfo() in PASE does not accept "localhost"

DESCRIPTION: commit approved patch.

Revision 1.66 / (view) - annotate - [select for diffs] , Wed Mar 5 21:20:28 2008 UTC (16 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.65: +122 -0 lines
Diff to previous 1.65
BUG#: 2501
TITLE: System::getHostName() and System::getFullyQualifiedHostName() not threadsafe on Windows.
DESCRIPTION: Unify the Windows and POSIX implementations of these functions.

Revision 1.65 / (view) - annotate - [select for diffs] , Wed Feb 6 08:35:58 2008 UTC (16 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.64: +5 -1 lines
Diff to previous 1.64
BUG#:7354
TITLE: Compile warnings in TestOrderedSet.cpp on Windows

DESCRIPTION:

Revision 1.62.2.1 / (view) - annotate - [select for diffs] , Wed Jan 30 20:33:29 2008 UTC (16 years, 4 months ago) by carson.hovey
Branch: RELEASE_2_7-branch
CVS Tags: RELEASE_2_7_3-RC1, RELEASE_2_7_3, RELEASE_2_7_2-RC1, RELEASE_2_7_2, RELEASE_2_7_1-RC1, RELEASE_2_7_1
Changes since 1.62: +28 -0 lines
Diff to previous 1.62 to next main 1.63
BUG#: 7324
TITLE: OpenVMS (2.7.1): OpenVMS: Fixes for IPV6 support.

DESCRIPTION: Add _SOCKADDR_LEN to compile line for OpenVMS builds and fixes to System::isIPv6StackActive() for OpenVMS.

Revision 1.64 / (view) - annotate - [select for diffs] , Tue Jan 29 18:56:45 2008 UTC (16 years, 5 months ago) by carson.hovey
Branch: MAIN
Changes since 1.63: +28 -0 lines
Diff to previous 1.63
BUG#: 7311
TITLE: OpenVMS: Fixes for IPV6 support.

DESCRIPTION: Add required compiler switch and code changes to System::isIPv6StackActive() for OpenVMS.

Revision 1.63 / (view) - annotate - [select for diffs] , Wed Jan 16 12:00:14 2008 UTC (16 years, 5 months ago) by marek
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
BUG#:7236
TITLE: 2.8 version of "System::_acquireIP() should be renamed to System::acquireIP()"

DESCRIPTION:

Revision 1.47.4.4 / (view) - annotate - [select for diffs] , Wed Jan 9 05:55:51 2008 UTC (16 years, 5 months ago) by venkat.puvvada
Branch: RELEASE_2_6-branch
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2, RELEASE_2_6-branch-clean
Changes since 1.47.4.3: +22 -0 lines
Diff to previous 1.47.4.3 to branch point 1.47 to next main 1.48
BUG#: 6752
TITLE: Enable runtime IPv6 stack detection.
DESCRIPTION:

Revision 1.62 / (view) - annotate - [select for diffs] , Tue Sep 18 16:47:51 2007 UTC (16 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch, RELEASE_2_7_0-RC1, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.61: +16 -5 lines
Diff to previous 1.61
BUG#: 6958
TITLE: OpenVMS: System::isLocalHost crash in freeaddrinfo
DESCRIPTION: Do not pass a null pointer to freeaddrinfo().

Revision 1.61 / (view) - annotate - [select for diffs] , Wed Sep 12 21:28:53 2007 UTC (16 years, 9 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.60: +5 -0 lines
Diff to previous 1.60
BUG#: 6937
TITLE: 11.00 build fails: getnameinfo and getaddrinfo not defined
DESCRIPTION: Ifdef'ed getNameInfo and getAddrInfo to be disabled on HP-UX 11.00.

Revision 1.60 / (view) - annotate - [select for diffs] , Tue Sep 11 18:43:00 2007 UTC (16 years, 9 months ago) by carson.hovey
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59
BUG#: 6926
TITLE: OpenVMS: Enable inet_aton() for OpenVMS

DESCRIPTION: Add OpenVMS to the list of platforms which use the aton() code path.

Revision 1.59 / (view) - annotate - [select for diffs] , Tue Sep 11 16:56:33 2007 UTC (16 years, 9 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.58: +159 -124 lines
Diff to previous 1.58
BUG#: 6878
TITLE: gethostbyname/gethostbyaddr may fail with TRY_AGAIN error
DESCRIPTION: Created wrappers around gethostbyname/gethostbyaddr and getaddrinfo/getnameinfo to do re-tries when TRY_AGAIN or EAI_AGAIN is returned by the system.

Revision 1.58.2.1 / (view) - annotate - [select for diffs] , Tue Sep 11 15:32:43 2007 UTC (16 years, 9 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-2008-10-23
Changes since 1.58: +3 -1 lines
Diff to previous 1.58 to next main 1.59
PEP#: 301
TITLE: VXWorks Porting

DESCRIPTION: Initial Port of VXWorks common directory.

Revision 1.58 / (view) - annotate - [select for diffs] , Fri Sep 7 19:08:37 2007 UTC (16 years, 9 months ago) by dmitry.mikulin
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root
Branch point for: TASK-PEP305_VXWORKS-branch
Changes since 1.57: +124 -159 lines
Diff to previous 1.57
BUG#: 5082
TITLE: gethostbyname/gethostbyaddr may fail with TRY_AGAIN error
DESCRIPTION: backing out the changes due to a small bug.

Revision 1.57 / (view) - annotate - [select for diffs] , Fri Sep 7 17:05:46 2007 UTC (16 years, 9 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.56: +159 -124 lines
Diff to previous 1.56
BUG#: 5082
TITLE: gethostbyname/gethostbyaddr may fail with TRY_AGAIN error
DESCRIPTION: Created wrappers around gethostbyname/gethostbyaddr and getaddrinfo/getnameinfo to do re-tries when TRY_AGAIN or EAI_AGAIN is returned by the system.

Revision 1.56 / (view) - annotate - [select for diffs] , Mon Aug 13 10:23:18 2007 UTC (16 years, 10 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: RELEASE_2_7_0-BETA
Changes since 1.55: +22 -0 lines
Diff to previous 1.55
BUG#: 6737
TITLE: Enable runtime IPv6 stack detection.

Revision 1.55 / (view) - annotate - [select for diffs] , Fri Aug 3 00:04:20 2007 UTC (16 years, 10 months ago) by ouyang.jian
Branch: MAIN
Changes since 1.54: +2 -1 lines
Diff to previous 1.54
BUG#:6606
PEP#:284
TITLE: PEP 284 - Port Pegasus to i5/PASE platform: Step four, function and bundles change

DESCRIPTION: PEP 284 - Port Pegasus to i5/PASE platform: Step four, function and bundles change

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Jul 17 17:39:30 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.53: +24 -12 lines
Diff to previous 1.53
BUG#: 6659
TITLE: Add HP-UX to the list of platforms that support inet_aton
DESCRIPTION: Use inet_aton on HP-UX.  Also fix some compile warnings.

Revision 1.47.4.3 / (view) - annotate - [select for diffs] , Wed Jul 11 21:14:16 2007 UTC (16 years, 11 months ago) by dave.sudlik
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_1-RC1, RELEASE_2_6_1
Changes since 1.47.4.2: +20 -17 lines
Diff to previous 1.47.4.2 to branch point 1.47
BUG#: 6622
TITLE: addrinfo pointer needs to be freed in error cases

DESCRIPTION: committing approved fix

Revision 1.53 / (view) - annotate - [select for diffs] , Tue Jul 10 18:59:55 2007 UTC (16 years, 11 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.52: +20 -17 lines
Diff to previous 1.52
BUG#: 6621
TITLE: addrinfo pointer needs to be freed in error cases

DESCRIPTION: committing approved fix

Revision 1.47.4.2 / (view) - annotate - [select for diffs] , Tue Jul 3 20:50:04 2007 UTC (16 years, 11 months ago) by dave.sudlik
Branch: RELEASE_2_6-branch
Changes since 1.47.4.1: +163 -65 lines
Diff to previous 1.47.4.1 to branch point 1.47
BUG#: 6596
TITLE: 2.6 version of bug 6519: PEP 291 IPv6 Support

DESCRIPTION: committing approved fix

Revision 1.52 / (view) - annotate - [select for diffs] , Tue Jun 26 19:26:13 2007 UTC (17 years ago) by dave.sudlik
Branch: MAIN
Changes since 1.51: +163 -65 lines
Diff to previous 1.51
BUG#: 6519
TITLE: PEP 291 IPv6 Support

DESCRIPTION: committing approved fix

Revision 1.51.6.1 / (view) - annotate - [select for diffs] , Mon Jun 25 18:51:13 2007 UTC (17 years ago) by dave.sudlik
Branch: TASK-PEP291_IPV6-branch
Changes since 1.51: +163 -65 lines
Diff to previous 1.51 to next main 1.52
PEP#: 291
TITLE: OpenPegasus support for IPv6

DESCRIPTION: committing changes

Revision 1.51.2.2 / (view) - annotate - [select for diffs] , Tue Jun 12 08:31:58 2007 UTC (17 years ago) by venkat.puvvada
Changes since 1.51.2.1: +5 -5 lines
Diff to previous 1.51.2.1 to branch point 1.51 to next main 1.52
PEP#: 291
TITLE: OpenPegasus Support for IPv6: Stage 1

Revision 1.51.2.1 / (view) - annotate - [select for diffs] , Fri Jun 8 09:40:29 2007 UTC (17 years ago) by venkat.puvvada
Changes since 1.51: +163 -65 lines
Diff to previous 1.51
PEP#: 291
TITLE: OpenPegasus Support for IPv6: Stage 1
DESCRIPTION: Checking in code into the branch

Revision 1.51 / (view) - annotate - [select for diffs] , Tue Jun 5 08:41:53 2007 UTC (17 years ago) by ouyang.jian
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch
Branch point for: TASK-PEP291_IPV6-branch
Changes since 1.50: +1 -49 lines
Diff to previous 1.50
BUG#:5739
PEP#:284
TITLE: remove OS400 code

DESCRIPTION: Port Pegasus to i5/PASE platform: Step one, remove obsolete OS400 code

Revision 1.47.4.1 / (view) - annotate - [select for diffs] , Thu Feb 15 16:23:30 2007 UTC (17 years, 4 months ago) by mateus.baur
Branch: RELEASE_2_6-branch
Changes since 1.47: +3 -1 lines
Diff to previous 1.47
BUG#: 6093
TITLE: Repository data may be lost in case of an OS crash.
DESCRIPTION: Uses the fsync system call to sync data with the disc.

Revision 1.50 / (view) - annotate - [select for diffs] , Tue Feb 13 18:30:58 2007 UTC (17 years, 4 months ago) by mateus.baur
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch, TASK-Bug2102Final-root, TASK-Bug2102Final-merged_out_to_branch, TASK-Bug2102Final-merged_out_from_trunk, TASK-Bug2102Final-merged_in_to_trunk, TASK-Bug2102Final-merged_in_from_branch, TASK-Bug2102Final-branch
Changes since 1.49: +3 -1 lines
Diff to previous 1.49
BUG#: 6084
TITLE: Repository data may be lost in case of an OS crash.

DESCRIPTION: Backing out the changes done by Bugzilla 6084 due to compilation errors.

Revision 1.49 / (view) - annotate - [select for diffs] , Mon Feb 12 12:18:53 2007 UTC (17 years, 4 months ago) by mateus.baur
Branch: MAIN
Changes since 1.48: +1 -3 lines
Diff to previous 1.48
BUG#: 6084
TITLE: Repository data may be lost in case of an OS crash.

DESCRIPTION: Backing out the changes done by Bugzilla 6084 due to compilation errors.

Revision 1.48 / (view) - annotate - [select for diffs] , Fri Feb 9 19:22:43 2007 UTC (17 years, 4 months ago) by mateus.baur
Branch: MAIN
Changes since 1.47: +3 -1 lines
Diff to previous 1.47
BUG#: 6084
TITLE: Repository data may be lost in case of an OS crash.

DESCRIPTION: Changed to commit chages to the disk before continuing processing.

Revision 1.47 / (view) - annotate - [select for diffs] , Wed Dec 13 10:09:29 2006 UTC (17 years, 6 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_6_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
BUG#:5925
TITLE: function System::isLocalHost leaks memory

DESCRIPTION: Used old patch at last commit, sorry. Committing correct Bugfix. (there was a closing parenthesis to much)

Revision 1.46 / (view) - annotate - [select for diffs] , Wed Dec 13 09:47:39 2006 UTC (17 years, 6 months ago) by marek
Branch: MAIN
Changes since 1.45: +5 -3 lines
Diff to previous 1.45
BUG#:5925
TITLE: function System::isLocalHost leaks memory

DESCRIPTION:

Revision 1.45 / (view) - annotate - [select for diffs] , Mon Nov 20 13:53:41 2006 UTC (17 years, 7 months ago) by ms.aruran
Branch: MAIN
Changes since 1.44: +31 -3 lines
Diff to previous 1.44
BUG#: 4725
TITLE: System::_acquireIP uses non-reentrant gethostbyaddr routine

DESCRIPTION: Fixed as approved.

Revision 1.44 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:58 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_6_0-FC
Changes since 1.43: +164 -163 lines
Diff to previous 1.43
BUG#: 5840
TITLE: Common modules do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.43 / (view) - annotate - [select for diffs] , Tue Oct 31 19:47:32 2006 UTC (17 years, 7 months ago) by marek
Branch: MAIN
Changes since 1.42: +159 -0 lines
Diff to previous 1.42
BUG#:5336
TITLE: acquireIP used suboptimal to determine locality of hostname/IP address

DESCRIPTION:

Revision 1.37.2.2 / (view) - annotate - [select for diffs] , Tue Sep 19 17:25:18 2006 UTC (17 years, 9 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4
Changes since 1.37.2.1: +1 -1 lines
Diff to previous 1.37.2.1 to branch point 1.37 to next main 1.38
BUG#: 5547
TITLE: copyFile() may incorrectly report success
DESCRIPTION: Add a check for eof in copyFile() to ensure that the entire input file was read.

Revision 1.42 / (view) - annotate - [select for diffs] , Tue Sep 12 16:17:52 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch, TASK-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-Bug2021_RemoteCMPIonWindows-root, TASK-Bug2021_RemoteCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RemoteCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RemoteCMPIonWindows-branch, TASK-Bug2021_RCMPIonWindows-root, TASK-Bug2021_RCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RCMPIonWindows-branch, TASK-BUG4011_WinLocalConnect-branch-New
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
BUG#: 5539
TITLE: copyFile() may incorrectly report success
DESCRIPTION: Add a check for eof in copyFile() to ensure that the entire input file was read.

Revision 1.41 / (view) - annotate - [select for diffs] , Wed Aug 16 18:31:25 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.40: +1 -5 lines
Diff to previous 1.40
BUG#: 5385
TITLE: Remove NSK support since it no longer works
DESCRIPTION: Remove all code references to the NSK platform.

Revision 1.40 / (view) - annotate - [select for diffs] , Wed Aug 9 20:12:42 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.39.4.1 / (view) - annotate - [select for diffs] , Sun Jul 30 18:26:30 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
CVS Tags: TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 to next main 1.40
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.39 / (view) - annotate - [select for diffs] , Mon Jun 26 21:23:29 2006 UTC (18 years ago) by mike
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.38: +1 -7 lines
Diff to previous 1.38
BUG#: 5134
TITLE: Network.h: a new place for network definitions.

DESCRIPTION: This patch collects network-related definitions and includes into a single file (Network.h)

Revision 1.37.2.1 / (view) - annotate - [select for diffs] , Fri Jun 9 16:36:52 2006 UTC (18 years ago) by w.otsuka
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
BUG#: 5102
TITLE: Red Hat OpenPegasus 2.5.1 Patch: pegasus-2.5.1-PATH_MAX.patch

DESCRIPTION: This is the 2.5.2 version of bug 5014. Modified to use 4096 buffer size and strncpy.

Revision 1.38 / (view) - annotate - [select for diffs] , Wed Jun 7 20:38:15 2006 UTC (18 years ago) by w.otsuka
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
BUG#: 5014
TITLE: Red Hat OpenPegasus 2.5.1 Patch: pegasus-2.5.1-PATH_MAX.patch

DESCRIPTION: Modified to use 4096 buffer size and strncpy.

Revision 1.35.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:38 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.35: +90 -47 lines
Diff to previous 1.35 to next main 1.36
PEP#: 233
TITLE: Updated Embedded Instance Support branch

DESCRIPTION:

- Merged with latest code from 2.5.1

- Modified ObjectNormalizer to use a CIMOMHandle instead of the repository and to normalize the instances in an embedded instance property.

Revision 1.37 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:08 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch, TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.36: +3 -1 lines
Diff to previous 1.36
BUG#: 4691
TITLE: Update Licenses to 2006

DESCRIPTION: Updates most of the licenses to 2006. The slp_client directories are excluded for the moment pending discussion. This change has passed unit and system tests.  Note that this changes just about EVERY file in Pegasus.

Revision 1.36 / (view) - annotate - [select for diffs] , Fri Jan 27 19:21:20 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.35: +87 -46 lines
Diff to previous 1.35
BUG#: 4690
TITLE: 'malformed object name:' failures
DESCRIPTION: Changed the use of gethostbyname to gethostbyname_r on Linux.

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Nov 29 20:06:14 2005 UTC (18 years, 7 months ago) by david.dillard
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.34: +6 -5 lines
Diff to previous 1.34
BUG#: 3532
TITLE: Corrected Windows related #ifdefs

DESCRIPTION: Was using platform variable when either OS variable or compiler variable was more appropriate.

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Nov 15 14:40:29 2005 UTC (18 years, 7 months ago) by marek
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.33: +1 -11 lines
Diff to previous 1.33
BUG#:4415
TITLE: Improve build options, ASCII mode usage and Runtime default configuration for z/OS

DESCRIPTION:

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Nov 10 18:57:26 2005 UTC (18 years, 7 months ago) by david
Branch: MAIN
Changes since 1.32: +9 -0 lines
Diff to previous 1.32
BUG#: 4275
TITLE: OS400 specific changes
DESCRIPTION: OS400 specific changes

Revision 1.32 / (view) - annotate - [select for diffs] , Mon Oct 31 16:36:50 2005 UTC (18 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.31: +51 -12 lines
Diff to previous 1.31
BUG#: 4317
TITLE: Optimized System::strcasecmp()

DESCRIPTION: Implemented faster version of strcasecmp() using loop unrolling
    and a local table for translating to lower case.

Revision 1.31 / (view) - annotate - [select for diffs] , Wed Oct 12 19:08:10 2005 UTC (18 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.30: +9 -10 lines
Diff to previous 1.30
BUG#: 4241
TITLE: System::extract_file_name() assumes a maximum file path length
DESCRIPTION: Remove the use of a temporary buffer to hold the file path.

Revision 1.30 / (view) - annotate - [select for diffs] , Wed Oct 5 19:45:21 2005 UTC (18 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29
BUG#: 4084
TITLE: gethostname result may not be null-terminated
DESCRIPTION: Use hostname buffers of size PEGASUS_MAXHOSTNAMELEN+1 and explicitly null-terminate them.

Revision 1.29.2.1 / (view) - annotate - [select for diffs] , Thu Sep 29 02:25:00 2005 UTC (18 years, 9 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end
Changes since 1.29: +16 -12 lines
Diff to previous 1.29 to next main 1.30
BUG#: 4200
TITLE: String-related optimizations.

DESCRIPTION: Implemented faster strcasecmp() and CIMName

Revision 1.29 / (view) - annotate - [select for diffs] , Mon Jun 6 13:27:55 2005 UTC (19 years ago) by carolann.graves
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Branch point for: PEGASUS_2_5_0_PerformanceDev-branch
Changes since 1.28: +60 -0 lines
Diff to previous 1.28
BUG#: 3546
TITLE: Filter or Handler may be deleted although a referencing Subscription exists

DESCRIPTION: Modified the Indication Service to (1) prevent creation of Subscription instances including Host or Namespace in Filter or Handler reference property values, and (2) handle such instances correctly upon deletion of a Filter or Handler.

Revision 1.28 / (view) - annotate - [select for diffs] , Sun Mar 13 15:41:05 2005 UTC (19 years, 3 months ago) by chuck
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.27: +8 -2 lines
Diff to previous 1.27
BUG#: 2742
TITLE: OS/400 porting changes for 2.5

DESCRIPTION: OS/400 porting changes

Revision 1.27 / (view) - annotate - [select for diffs] , Tue Mar 8 02:54:34 2005 UTC (19 years, 3 months ago) by humberto
Branch: MAIN
Changes since 1.26: +10 -2 lines
Diff to previous 1.26
BUG#: 2742

TITLE: OS400 specific porting changes

DESCRIPTION: OS400 specific porting changes

Revision 1.26 / (view) - annotate - [select for diffs] , Sun Feb 6 21:13:14 2005 UTC (19 years, 4 months ago) by gs.keenan
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.25: +3 -0 lines
Diff to previous 1.25
PEP#: 179
TITLE: Add Platform support for HP OpenVMS

DESCRIPTION: Changes to .cpp, .h files

Revision 1.25 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:24 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.24: +3 -1 lines
Diff to previous 1.24
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.23.2.2 / (view) - annotate - [select for diffs] , Thu Jan 27 13:08:56 2005 UTC (19 years, 5 months ago) by marek
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1, IBM_241_April1405
Changes since 1.23.2.1: +75 -98 lines
Diff to previous 1.23.2.1 to branch point 1.23 to next main 1.24
BUG#:2263
TITLE: SLP porting changes for z/OS

DESCRIPTION: removing fix

Revision 1.23.2.1 / (view) - annotate - [select for diffs] , Thu Jan 20 14:10:12 2005 UTC (19 years, 5 months ago) by marek
Branch: RELEASE_2_4-branch
Changes since 1.23: +23 -0 lines
Diff to previous 1.23
BUG#:2263
TITLE: SLP porting changes for z/OS

DESCRIPTION: all changes required to make Pegasus run with SLP on z/OS

Revision 1.24 / (view) - annotate - [select for diffs] , Mon Jan 17 15:41:44 2005 UTC (19 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.23: +23 -0 lines
Diff to previous 1.23
BUG#:2400
TITLE: SLP porting changes for z/OS

DESCRIPTION:

Revision 1.23 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:17 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.22: +7 -5 lines
Diff to previous 1.22
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Sep 2 01:58:20 2004 UTC (19 years, 9 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.21: +28 -18 lines
Diff to previous 1.21
BUG#: 1462
TITLE: Hostname validity checks applying out of date conventions

DESCRIPTION:
Currently, there are some areas of the Pegasus codebase applying an out of date
convention for distinguishing hostnames from an IP address in dotted quad form.
It is based on more strict former requirements for hostnames.

Those rules guaranteed that host and domain elements must start with a letter,
making isalpha/isdigit on the first character a reasonable quick-and-dirty way
to guess if a particular string contained a hostname or IP address.  But that
convention was superceded later by RFC 1123 (link below) to allow digits 0-9 to
begin a hostname as well, making the check a bit trickier to do correctly.

From RFC 1123:
 - The syntax of a legal Internet host name was specified in
   RFC-952 [DNS:4]. One aspect of host name syntax is hereby
   changed: the restriction on the first character is relaxed to
   allow either a letter or a digit.
 - If a dotted-decimal number can be entered without identifying
   delimiters, then a full syntactic check must be made, because
   a segment of a host domain name is now allowed to begin with a
   digit and could legally be entirely numeric (see Section 6.1.2.4).
   However, a valid host name can never have the dotted-decimal form
   #.#.#.#, since at least the highest-level component label will be
   alphabetic.

The algorithm used has been updated accordingly.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Aug 25 10:15:54 2004 UTC (19 years, 10 months ago) by r.kieninger
Branch: MAIN
Changes since 1.20: +116 -4 lines
Diff to previous 1.20
BUG#:667
TITLE:Inappropriate string match in getAssociatorNames()

DESCRIPTION: For object references in associations that point to the local namespace removing the hostname and namespace part of the object path now. Added a utility routine isLocalCIMOMHostAndPort for that and moved _acquireIP from class CIMClientRep to System.

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Jun 21 17:44:39 2004 UTC (20 years ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Made the definition of System::bindVerbose non-platform-specific, to be consistent with the declaration in System.h.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:04 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.18: +5 -3 lines
Diff to previous 1.18
PEP 55 Update license on source files to current license text and date

Revision 1.18 / (view) - annotate - [select for diffs] , Wed Sep 10 18:38:58 2003 UTC (20 years, 9 months ago) by david
Branch: MAIN
CVS Tags: test, TEST, RELEASE_2_3_0-msg-freeze, PRE_LICENSE_UPDATE_2003
Changes since 1.17: +0 -10 lines
Diff to previous 1.17
IBM-DR BUG 536: Minor OS400 porting changes

Revision 1.17 / (view) - annotate - [select for diffs] , Fri Aug 15 13:10:29 2003 UTC (20 years, 10 months ago) by tony
Branch: MAIN
Changes since 1.16: +3 -0 lines
Diff to previous 1.16
PEP 76 - Add CIM Listener support for client side libraries (Dong Xiang)

Revision 1.15.8.1 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:50 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.15: +14 -0 lines
Diff to previous 1.15 to next main 1.16
merge with 2.3 localized code

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Aug 12 17:00:11 2003 UTC (20 years, 10 months ago) by david
Branch: MAIN
Changes since 1.15: +14 -0 lines
Diff to previous 1.15
IBM-DR, PEP58, R2.3: I18N support

Revision 1.15 / (view) - annotate - [select for diffs] , Sat Jan 25 14:38:58 2003 UTC (21 years, 5 months ago) by tony
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Branch point for: pep_88
Changes since 1.14: +47 -0 lines
Diff to previous 1.14
PEP8: Running cimserver as a windows service

Revision 1.14.2.2 / (view) - annotate - [select for diffs] , Mon Oct 28 15:43:24 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.14.2.1: +5 -1 lines
Diff to previous 1.14.2.1 to branch point 1.14 to next main 1.15
merged with STABLE branch

Revision 1.14.2.1 / (view) - annotate - [select for diffs] , Fri Oct 25 19:49:43 2002 UTC (21 years, 8 months ago) by mday
Changes since 1.14: +0 -26 lines
Diff to previous 1.14
merged IBM production fixes into TOG CVS

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Sep 20 19:34:06 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
HP-RK Add include of <cstring> header.

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Sep 11 18:11:54 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +21 -0 lines
Diff to previous 1.12
HP-RK API Review: Move CompareNoCase in String.h to System::strcasecmp.

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Jul 17 11:14:58 2002 UTC (21 years, 11 months ago) by sage
Branch: MAIN
CVS Tags: VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_BRANCH
Changes since 1.11: +5 -0 lines
Diff to previous 1.11
zOS needs to include Config.h

Revision 1.11 / (view) - annotate - [select for diffs] , Fri May 31 23:56:39 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_1_10
Changes since 1.10: +9 -9 lines
Diff to previous 1.10
HP-RK Update license header.

Revision 1.10 / (view) - annotate - [select for diffs] , Sun Apr 14 05:02:30 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
DME: Extended versioning strategy to support product/platform specific version strings.

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Mar 21 22:41:22 2002 UTC (22 years, 3 months ago) by ramnath
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
Changes since 1.8: +6 -3 lines
Diff to previous 1.8
replaced instances of "| ios::binary" with PEGASUS_OR_IOS_BINARY

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Mar 19 22:55:59 2002 UTC (22 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.7: +24 -0 lines
Diff to previous 1.7
Optimized instance repository.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Dec 13 14:54:02 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: pre-meta-dispatcher, merge_of_dev, async_dispatcher, VERSION_1_07
Changes since 1.6: +6 -2 lines
Diff to previous 1.6
Merged dev branch into main trunk.

Revision 1.6.2.1 / (view) - annotate - [select for diffs] , Mon Nov 12 16:54:25 2001 UTC (22 years, 7 months ago) by rudy
Branch: dev
CVS Tags: dev_dead
Changes since 1.6: +6 -2 lines
Diff to previous 1.6 to next main 1.7
Added nsk platform support

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Jul 10 21:31:15 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_1_01, version_0_99_1, version_0_99, main, SNAPSHOT_1_04
Branch point for: dev
Changes since 1.5: +36 -36 lines
Diff to previous 1.5
Removed \r\r\n from all files.

Revision 1.5 / (view) - annotate - [select for diffs] , Tue Jul 10 05:43:27 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.4: +36 -36 lines
Diff to previous 1.4
Prepended CIM_ERR to CIM status codes.
Added CIM response message types to CIMMessage.h.

Revision 1.4 / (view) - annotate - [select for diffs] , Sat Jun 16 22:10:05 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_79_4
Changes since 1.3: +36 -36 lines
Diff to previous 1.3
new

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Jun 16 16:30:38 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.2: +36 -35 lines
Diff to previous 1.2
Added headers

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Apr 25 21:20:56 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
CVS Tags: version_0_97_3, version_0_97_2, version_0_97_1, version_0_97, version_0_96, version_0_95, stable_0_95
Changes since 1.1: +26 -0 lines
Diff to previous 1.1
Removed old style license headers and added new ones.

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Apr 11 03:30:33 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
CVS Tags: stable
More porting

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2