CVS log for pegasus/src/Pegasus/Common/AuthenticationInfoRep.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.39 / (view) - annotate - [select for diffs] , Thu Apr 23 12:30:17 2015 UTC (9 years, 2 months ago) by jsafrane
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -1 lines
Diff to previous 1.38
BUG#: 9948
TITLE: Reject HTTP cookies.

DESCRIPTION: We should reject any cookies that arrive through HTTP, without
encryption. These cookies are completelly ignored by the server.

Revision 1.38 / (view) - annotate - [select for diffs] , Mon Nov 10 16:14:05 2014 UTC (9 years, 7 months ago) by jsafrane
Branch: MAIN
CVS Tags: 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
Changes since 1.37: +4 -2 lines
Diff to previous 1.37
BUG#: 9941
TITLE: Make the cookie session management optional.

DESCRIPTION: Introduce PEGASUS_ENABLE_SESSION_COOKIES to enable/disable session
management using cookies.

Revision 1.37 / (view) - annotate - [select for diffs] , Fri Sep 26 06:46:58 2014 UTC (9 years, 9 months ago) by jsafrane
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36
BUG#: 9892
TITLE: Implement cookie-based session management.

DESCRIPTION: PAM (and GSSAPI) are quite slow when doing authentication.
Therefore cookie-based authentication is implemented. It is off by default
and it must be explicitly turned on by setting httpSessionTimeout
configuration option to nozero value.

Revision 1.36 / (view) - annotate - [select for diffs] , Mon Sep 15 06:52:14 2014 UTC (9 years, 9 months ago) by jsafrane
Branch: MAIN
Changes since 1.35: +4 -2 lines
Diff to previous 1.35
BUG#: 9883
TITLE: Implement HTTP Negotiate authentication

DESCRIPTION: Implemented HTTP Negotiate authentication, as described in
RFC 4559. It uses SPNEGO protocol, GSSAPI as authentication API and MIT
Kerberos as GSSAPI implementation. The implementation should be
interchangeable, any GSSAPI implementation should work.

Revision 1.31.2.3 / (view) - annotate - [select for diffs] , Sun Apr 27 23:29:12 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.31.2.2: +0 -15 lines
Diff to previous 1.31.2.2 to branch point 1.31 to next main 1.32
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Merge Out from head of tree

DESCRIPTION: Brings TASK-PEP317_pullop-branch into line with head of tree

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Apr 8 16:15:38 2014 UTC (10 years, 2 months ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.34: +0 -15 lines
Diff to previous 1.34
BUG#: 9756
TITLE: build fails when PEGASUS_KERBEROS_AUTHENTICATION defined

DESCRIPTION:

Revision 1.31.2.2 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:39 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.31.2.1: +2 -1 lines
Diff to previous 1.31.2.1 to branch point 1.31
PEP#: 317
TITLE: Update merge out from last 2.13.0.

DESCRIPTION: Sync with 2.13.0 just before release.  Note that we kept
the Development status.

Revision 1.34 / (view) - annotate - [select for diffs] , Thu Jun 13 11:27:27 2013 UTC (11 years ago) by marek
Branch: MAIN
CVS Tags: 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, 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.33: +2 -1 lines
Diff to previous 1.33
BUG#:9641
TITLE: Allow remote update of expired user password for PAM session based authentication

DESCRIPTION:

Revision 1.31.2.1 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:12 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.31: +3 -2 lines
Diff to previous 1.31
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.33 / (view) - annotate - [select for diffs] , Tue May 28 11:34:23 2013 UTC (11 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32
BUG#:9642
TITLE: Remote session tracking through PAM mechanism in a common approach

DESCRIPTION:

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Dec 13 14:38:54 2012 UTC (11 years, 6 months ago) by marek
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
BUG#:9482
TITLE: Cleanup unused parameters warnings in the pegcommon library and half of interal SLP API

DESCRIPTION:

Revision 1.31 / (view) - annotate - [select for diffs] , Wed Jul 28 13:37:52 2010 UTC (13 years, 11 months ago) by sahana.prabhakar
Branch: MAIN
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-root, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, 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.30: +19 -0 lines
Diff to previous 1.30
BUG#: 8807
TITLE: Local authentication leaves behind files if authentication is incomplete.
DESCRIPTION: Patch to delete local authentication file.

Revision 1.30 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:59 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, 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, HPUX_TEST
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Aug 22 06:43:37 2007 UTC (16 years, 10 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, TASK-PEP305_VXWORKS-root, TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-branch, TASK-PEP305_VXWORKS-2008-10-23, 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_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, 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, RELEASE_2_8-branch, 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, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root, RELEASE_2_7-branch, Makefile
Changes since 1.26: +22 -0 lines
Diff to previous 1.26
BUG#: 6800
TITLE: Use z/OS UNIX Domain socket ioctl() function for client verification instead of files

DESCRIPTION: Add zOS function to retrieve and process a userID from the UNIX Local Domain socket.

Revision 1.26 / (view) - annotate - [select for diffs] , Fri May 25 17:35:13 2007 UTC (17 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, 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, 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.25: +10 -0 lines
Diff to previous 1.25
BUG#: 6037
TITLE: PEP 286 Privilege Separation
DESCRIPTION: Implement privilege separation for the CIM Server.  This allows the CIM Server to run without privilege, using a separate small process to perform privileged operations as necessary.

Revision 1.25.2.1 / (view) - annotate - [select for diffs] , Wed May 23 22:29:33 2007 UTC (17 years, 1 month ago) by kumpf
Branch: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.25: +10 -0 lines
Diff to previous 1.25 to next main 1.26
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge with latest changes.

Revision 1.23.2.1 / (view) - annotate - [select for diffs] , Mon Apr 30 21:55:38 2007 UTC (17 years, 2 months ago) by kumpf
Changes since 1.23: +10 -0 lines
Diff to previous 1.23 to next main 1.24
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Reworked the local authentication logicso that the initial authentication is done by the executor and subsequent requests on the same connection are authenticated using cached data in the CIM Server.

Revision 1.17.2.1 / (view) - annotate - [select for diffs] , Tue Apr 3 18:01:44 2007 UTC (17 years, 2 months ago) by mateus.baur
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5
Changes since 1.17: +5 -4 lines
Diff to previous 1.17 to next main 1.18
BUG#: 6276
TITLE: AuthenticationInfo class needs to be cleaned up
DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Apr 3 17:50:52 2007 UTC (17 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root
Branch point for: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.24: +2 -7 lines
Diff to previous 1.24
BUG#: 6306
TITLE: Initialization of String objects to String::EMPTY is unnecessary
DESCRIPTION: Remove redundant object initializations.

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Mar 28 18:34:53 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.23: +8 -10 lines
Diff to previous 1.23
BUG#: 6297
TITLE: Some source files no longer meet chksrc requirements
DESCRIPTION: Format according to the coding conventions.

Revision 1.20.4.1 / (view) - annotate - [select for diffs] , Fri Mar 23 16:36:53 2007 UTC (17 years, 3 months ago) by sushma.fernandes
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_1-RC1, RELEASE_2_6_1, RELEASE_2_6-branch-clean
Changes since 1.20: +5 -4 lines
Diff to previous 1.20 to next main 1.21
BUG#: 6274
TITLE: AuthenticationInfo class needs to be cleaned up

DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Mar 16 17:22:30 2007 UTC (17 years, 3 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.22: +5 -4 lines
Diff to previous 1.22
BUG#: 6250
TITLE: AuthenticationInfo class needs to be cleaned up

DESCRIPTION: Removed AuthStatus enum and setters. Added members connectionAuthenticated, isConnectionAuthenticated and setConnectionAuthenticated.

Revision 1.22 / (view) - annotate - [select for diffs] , Fri Mar 2 19:00:43 2007 UTC (17 years, 3 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.21: +4 -15 lines
Diff to previous 1.21
BUG#: 6202
TITLE: The usage of terms challenge and secret needs to be consistent

DESCRIPTION: Updated the local authentication modules to use term secret instead of challenge

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Feb 28 20:46:07 2007 UTC (17 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.20: +0 -11 lines
Diff to previous 1.20
BUG#: 5971
TITLE: Remove unused code for LocalPrivileged authentication
DESCRIPTION: Remove the disabled logic for the defunct LocalPrivileged authentication mechanism.

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Nov 8 12:41:27 2006 UTC (17 years, 7 months ago) by marek
Branch: MAIN
CVS Tags: 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, RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, 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.19: +2 -1 lines
Diff to previous 1.19
BUG#:5821
TITLE: Check enableRemotePrivilegedUserAccess before/at authentication

DESCRIPTION:

Revision 1.19 / (view) - annotate - [select for diffs] , Tue Nov 7 21:30:36 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
BUG#: 5819
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.18 / (view) - annotate - [select for diffs] , Fri Sep 29 16:38:12 2006 UTC (17 years, 9 months ago) by sushma.fernandes
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.17: +1 -18 lines
Diff to previous 1.17
BUG#: 5634
TITLE: PEP 259 SSL Certificate Management Command Interfaces - phase 4

DESCRIPTION: Removed export SSL connection code and config parameters exportSSLTrustStore and enableExportSSLClientVerification. Added cimcrl and cimtrust man pages. Updated SSL guidelines document.

Revision 1.15.18.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:29 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.15: +5 -3 lines
Diff to previous 1.15 to next main 1.16
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.17 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:46 2006 UTC (18 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH, 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_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.16: +3 -1 lines
Diff to previous 1.16
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.16 / (view) - annotate - [select for diffs] , Tue Jan 3 17:34:51 2006 UTC (18 years, 5 months ago) by h.sterling
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
BUG#: 4598
TITLE: allow propagation of client cert chain as part of client auth info

DESCRIPTION:
Submitted proposed fix

Revision 1.15 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:23 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP233_EmbeddedInstSupport-root, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, 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, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, PEG25_IBM_5_16_05, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
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.14 / (view) - annotate - [select for diffs] , Tue Dec 7 22:43:14 2004 UTC (19 years, 6 months ago) by h.sterling
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.13: +12 -0 lines
Diff to previous 1.13
PEP#: 187
TITLE: SSL cert Mgmt Enhancements
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Check in bulk of code, including Schema, CertificateProvider and changes to Common, Config, and Server files.

Revision 1.13 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:16 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.12: +6 -4 lines
Diff to previous 1.12
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.12 / (view) - annotate - [select for diffs] , Wed Jun 30 17:20:14 2004 UTC (20 years ago) by h.sterling
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.11: +1 -11 lines
Diff to previous 1.11
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Ballot 60 AuthenticationInfo changes

Revision 1.11 / (view) - annotate - [select for diffs] , Fri May 21 19:57:00 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.10: +12 -1 lines
Diff to previous 1.10
PEP#: 155
TITLE: HP[Nag] SSL client certificate verification for CIMExport requests

DESCRIPTION: Added SSL client certificate verification support for CIMExport requests received on the new export port. To enable this feature set the config property enableSSLExportClientVerification to true and specify the indication trust store using the config property exportSSLTrustStore. Username password authentication is not done and CIMOperation requests are not processed on the export port.

Revision 1.10 / (view) - annotate - [select for diffs] , Tue May 18 13:57:53 2004 UTC (20 years, 1 month ago) by h.sterling
Branch: MAIN
Changes since 1.9: +13 -1 lines
Diff to previous 1.9
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Adding SSL client verification support.
Build with PEGASUS_USE_SSL_CLIENT_VERIFICATION to enable the feature.

Revision 1.9 / (view) - annotate - [select for diffs] , Tue May 18 10:03:38 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.8 / (view) - annotate - [select for diffs] , Wed May 5 11:51:27 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.7: +4 -14 lines
Diff to previous 1.7
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.7.4.2 / (view) - annotate - [select for diffs] , Sun Apr 25 19:39:57 2004 UTC (20 years, 2 months ago) by h.sterling
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.7.4.1: +4 -0 lines
Diff to previous 1.7.4.1 to branch point 1.7 to next main 1.8
PEP#: 165
BRANCH: RELEASE_2_3_2-branch
TITLE: SSL client verification

DESCRIPTION

#ifdef'ing bugzilla 1319/PEP165 code
with PEGASUS_232_CLIENT_VERIFICATION flag

Revision 1.7.4.1 / (view) - annotate - [select for diffs] , Wed Apr 7 18:45:56 2004 UTC (20 years, 2 months ago) by h.sterling
Branch: RELEASE_2_3_2-branch
Changes since 1.7: +41 -0 lines
Diff to previous 1.7
BUG#: 1319
TITLE: SSL client authentication not fully implemented

DESCRIPTION:

--adds support for SSL client verification
  via the enableSSLClientVerification flag

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

Revision 1.3.14.2 / (view) - annotate - [select for diffs] , Thu Aug 14 10:55:42 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.3.14.1: +12 -1 lines
Diff to previous 1.3.14.1 to branch point 1.3 to next main 1.4
another merge with HEAD

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Aug 13 21:37:32 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: test, TEST, RELEASE_2_3_0-msg-freeze, PRE_LICENSE_UPDATE_2003
Changes since 1.5: +12 -1 lines
Diff to previous 1.5
HP-JS PEPs 78 and 79 ([WMI Mapper] Changes to the Authentication Process and Local Connection Enhancements).

Revision 1.3.14.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.3: +28 -0 lines
Diff to previous 1.3
merge with 2.3 localized code

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Aug 11 21:10:18 2003 UTC (20 years, 10 months ago) by gerarda
Branch: MAIN
Changes since 1.4: +17 -1 lines
Diff to previous 1.4
Bug 419: OS/400 Authentication Enhancements

Revision 1.4 / (view) - annotate - [select for diffs] , Sat Aug 2 17:54:29 2003 UTC (20 years, 10 months ago) by gerarda
Branch: MAIN
Changes since 1.3: +12 -0 lines
Diff to previous 1.3
Bug 419: OS/400 Authentication Enhancements

Revision 1.3 / (view) - annotate - [select for diffs] , Fri May 31 23:56:21 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10, 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.2: +16 -18 lines
Diff to previous 1.2
HP-RK Update license header.

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Apr 2 00:12:04 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
HP-RK Clean up Linux compiler warnings.

Revision 1.1 / (view) - annotate - [select for diffs] , Thu Mar 21 22:11:15 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
HP-Nag: Implemented Server side Basic authentication handling code and cleaned up ATTN's in the authentication releated files. Implemented a new AuthenticationInfoRep class and modified the related files. Added more test cases to test the authentication classes.

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