svn commit: samba r25325 - in branches: SAMBA_3_2/source/include SAMBA_3_2/source/libgpo SAMBA_3_2_0/source/include SAMBA_3_2_0/source/libgpo

gd at samba.org gd at samba.org
Tue Sep 25 21:42:01 GMT 2007


Author: gd
Date: 2007-09-25 21:41:57 +0000 (Tue, 25 Sep 2007)
New Revision: 25325

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25325

Log:
Rename some defines.

Guenther

Modified:
   branches/SAMBA_3_2/source/include/gpo.h
   branches/SAMBA_3_2/source/libgpo/gpo_util.c
   branches/SAMBA_3_2_0/source/include/gpo.h
   branches/SAMBA_3_2_0/source/libgpo/gpo_util.c


Changeset:
Modified: branches/SAMBA_3_2/source/include/gpo.h
===================================================================
--- branches/SAMBA_3_2/source/include/gpo.h	2007-09-25 21:41:39 UTC (rev 25324)
+++ branches/SAMBA_3_2/source/include/gpo.h	2007-09-25 21:41:57 UTC (rev 25325)
@@ -93,6 +93,6 @@
 #define GPO_CACHE_DIR "gpo_cache"
 #define GPT_INI "GPT.INI"
 
-#define GP_EXT_SECURITY "827D319E-6EAC-11D2-A4EA-00C04F79F83A"
-#define GP_EXT_REGISTRY "35378EAC-683F-11D2-A89A-00C04FBBCFA2"
-#define GP_EXT_SCRIPTS  "42B5FAAE-6536-11D2-AE5A-0000F87571E3"
+#define GP_EXT_GUID_SECURITY "827D319E-6EAC-11D2-A4EA-00C04F79F83A"
+#define GP_EXT_GUID_REGISTRY "35378EAC-683F-11D2-A89A-00C04FBBCFA2"
+#define GP_EXT_GUID_SCRIPTS  "42B5FAAE-6536-11D2-AE5A-0000F87571E3"

Modified: branches/SAMBA_3_2/source/libgpo/gpo_util.c
===================================================================
--- branches/SAMBA_3_2/source/libgpo/gpo_util.c	2007-09-25 21:41:39 UTC (rev 25324)
+++ branches/SAMBA_3_2/source/libgpo/gpo_util.c	2007-09-25 21:41:57 UTC (rev 25325)
@@ -45,7 +45,7 @@
 	/* "Registry Settings"
 	(http://support.microsoft.com/kb/216357/EN-US/) */
 	{ "Registry Settings",
-		GP_EXT_REGISTRY },
+		GP_EXT_GUID_REGISTRY },
 	{ "Microsoft Disc Quota",
 		"3610EDA5-77EF-11D2-8DC5-00C04FA31A66" },
 	{ "EFS recovery",
@@ -59,9 +59,9 @@
 	{ "QoS Packet Scheduler",
 		"426031c0-0b47-4852-b0ca-ac3d37bfcb39" },
 	{ "Scripts",
-		GP_EXT_SCRIPTS },
+		GP_EXT_GUID_SCRIPTS },
 	{ "Security",
-		GP_EXT_SECURITY },
+		GP_EXT_GUID_SECURITY },
 	{ "Software Installation",
 		"C6DC5466-785A-11D2-84D0-00C04FB169F7" },
 	{ "Wireless Group Policy",

Modified: branches/SAMBA_3_2_0/source/include/gpo.h
===================================================================
--- branches/SAMBA_3_2_0/source/include/gpo.h	2007-09-25 21:41:39 UTC (rev 25324)
+++ branches/SAMBA_3_2_0/source/include/gpo.h	2007-09-25 21:41:57 UTC (rev 25325)
@@ -93,6 +93,6 @@
 #define GPO_CACHE_DIR "gpo_cache"
 #define GPT_INI "GPT.INI"
 
-#define GP_EXT_SECURITY "827D319E-6EAC-11D2-A4EA-00C04F79F83A"
-#define GP_EXT_REGISTRY "35378EAC-683F-11D2-A89A-00C04FBBCFA2"
-#define GP_EXT_SCRIPTS  "42B5FAAE-6536-11D2-AE5A-0000F87571E3"
+#define GP_EXT_GUID_SECURITY "827D319E-6EAC-11D2-A4EA-00C04F79F83A"
+#define GP_EXT_GUID_REGISTRY "35378EAC-683F-11D2-A89A-00C04FBBCFA2"
+#define GP_EXT_GUID_SCRIPTS  "42B5FAAE-6536-11D2-AE5A-0000F87571E3"

Modified: branches/SAMBA_3_2_0/source/libgpo/gpo_util.c
===================================================================
--- branches/SAMBA_3_2_0/source/libgpo/gpo_util.c	2007-09-25 21:41:39 UTC (rev 25324)
+++ branches/SAMBA_3_2_0/source/libgpo/gpo_util.c	2007-09-25 21:41:57 UTC (rev 25325)
@@ -45,7 +45,7 @@
 	/* "Registry Settings"
 	(http://support.microsoft.com/kb/216357/EN-US/) */
 	{ "Registry Settings",
-		GP_EXT_REGISTRY },
+		GP_EXT_GUID_REGISTRY },
 	{ "Microsoft Disc Quota",
 		"3610EDA5-77EF-11D2-8DC5-00C04FA31A66" },
 	{ "EFS recovery",
@@ -59,9 +59,9 @@
 	{ "QoS Packet Scheduler",
 		"426031c0-0b47-4852-b0ca-ac3d37bfcb39" },
 	{ "Scripts",
-		GP_EXT_SCRIPTS },
+		GP_EXT_GUID_SCRIPTS },
 	{ "Security",
-		GP_EXT_SECURITY },
+		GP_EXT_GUID_SECURITY },
 	{ "Software Installation",
 		"C6DC5466-785A-11D2-84D0-00C04FB169F7" },
 	{ "Wireless Group Policy",



More information about the samba-cvs mailing list