dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Principal Gen


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Principal GenericIdentity.cs,1.1,1.2 GenericPrincipal.cs,1.1,1.2 IIdentity.cs,1.1,1.2 IPrincipal.cs,1.1,1.2 PrincipalPolicy.cs,1.1,1.2 WindowsAccountType.cs,1.1,1.2 WindowsBuiltInRole.cs,1.1,1.2 WindowsIdentity.cs,1.3,1.4 WindowsImpersonationContext.cs,1.1,1.2 WindowsPrincipal.cs,1.2,1.3
Date: Wed, 28 May 2003 23:13:02 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal
In directory subversions:/tmp/cvs-serv7044/runtime/System/Security/Principal

Modified Files:
        GenericIdentity.cs GenericPrincipal.cs IIdentity.cs 
        IPrincipal.cs PrincipalPolicy.cs WindowsAccountType.cs 
        WindowsBuiltInRole.cs WindowsIdentity.cs 
        WindowsImpersonationContext.cs WindowsPrincipal.cs 
Log Message:


Add new profile options - CONFIG_PERMISSIONS and CONFIG_POLICY_OBJECTS.


Index: GenericIdentity.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/GenericIdentity.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** GenericIdentity.cs  22 Apr 2003 01:30:45 -0000      1.1
--- GenericIdentity.cs  29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  [Serializable]
***************
*** 77,81 ****
  }; // class GenericIdentity
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 77,81 ----
  }; // class GenericIdentity
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: GenericPrincipal.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/GenericPrincipal.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** GenericPrincipal.cs 22 Apr 2003 01:30:45 -0000      1.1
--- GenericPrincipal.cs 29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  [Serializable]
***************
*** 74,78 ****
  }; // class GenericPrincipal
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 74,78 ----
  }; // class GenericPrincipal
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: IIdentity.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/IIdentity.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IIdentity.cs        29 Mar 2003 01:38:07 -0000      1.1
--- IIdentity.cs        29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IIdentity
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  public interface IIdentity
***************
*** 39,43 ****
  }; // interface IIdentity
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 39,43 ----
  }; // interface IIdentity
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: IPrincipal.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/IPrincipal.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IPrincipal.cs       29 Mar 2003 01:38:07 -0000      1.1
--- IPrincipal.cs       29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public interface IPrincipal
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  public interface IPrincipal
***************
*** 36,40 ****
  }; // interface IPrincipal
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 36,40 ----
  }; // interface IPrincipal
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: PrincipalPolicy.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/PrincipalPolicy.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** PrincipalPolicy.cs  29 Mar 2003 01:38:07 -0000      1.1
--- PrincipalPolicy.cs  29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum PrincipalPolicy
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  public enum PrincipalPolicy
***************
*** 33,37 ****
  }; // enum PrincipalPolicy
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 33,37 ----
  }; // enum PrincipalPolicy
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: WindowsAccountType.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/WindowsAccountType.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WindowsAccountType.cs       22 Apr 2003 01:30:45 -0000      1.1
--- WindowsAccountType.cs       29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum WindowsAccountType
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  public enum WindowsAccountType
***************
*** 34,38 ****
  }; // enum WindowsAccountType
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 34,38 ----
  }; // enum WindowsAccountType
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: WindowsBuiltInRole.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/WindowsBuiltInRole.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WindowsBuiltInRole.cs       22 Apr 2003 01:30:45 -0000      1.1
--- WindowsBuiltInRole.cs       29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum WindowsBuiltInRole
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  public enum WindowsBuiltInRole
***************
*** 39,43 ****
  }; // enum WindowsBuiltInRole
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 39,43 ----
  }; // enum WindowsBuiltInRole
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: WindowsIdentity.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/WindowsIdentity.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** WindowsIdentity.cs  26 May 2003 04:41:22 -0000      1.3
--- WindowsIdentity.cs  29 May 2003 03:12:58 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.Serialization;
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  using System.Runtime.Serialization;
***************
*** 223,227 ****
  }; // class WindowsIdentity
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 223,227 ----
  }; // class WindowsIdentity
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: WindowsImpersonationContext.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/WindowsImpersonationContext.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WindowsImpersonationContext.cs      22 Apr 2003 01:30:45 -0000      1.1
--- WindowsImpersonationContext.cs      29 May 2003 03:12:58 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  // Impersonation is highly security-sensitive, so we deliberately
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  // Impersonation is highly security-sensitive, so we deliberately
***************
*** 41,45 ****
  }; // class WindowsImpersonationContext
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 41,45 ----
  }; // class WindowsImpersonationContext
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal

Index: WindowsPrincipal.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Principal/WindowsPrincipal.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** WindowsPrincipal.cs 25 Apr 2003 03:53:07 -0000      1.2
--- WindowsPrincipal.cs 29 May 2003 03:12:58 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  [Serializable]
--- 23,27 ----
  {
  
! #if CONFIG_POLICY_OBJECTS
  
  [Serializable]
***************
*** 67,71 ****
  }; // class WindowsPrincipal
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Principal
--- 67,71 ----
  }; // class WindowsPrincipal
  
! #endif // CONFIG_POLICY_OBJECTS
  
  }; // namespace System.Security.Principal





reply via email to

[Prev in Thread] Current Thread [Next in Thread]