The branch, master has been updated
       via  10fdc9a s4:torture/smb2: avoid '//' comments
       via  627f930 s4:torture/drs: avoid '//' comments
       via  f007f68 s4:lib/wmi: avoid '//' comments
       via  2a6c5c8 s3:utils: avoid '//' comments
       via  4ebd510 s3:lib/netapi: avoid '//' comments
       via  ee4f418 dnsserver.idl: avoid '//' comments
      from  078db8f build: build wbinfo only once in the waf build

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 10fdc9ad682d2871c7e89c20690f038a94808b13
Author: Stefan Metzmacher <me...@samba.org>
Date:   Sat Oct 8 07:23:00 2011 +0200

    s4:torture/smb2: avoid '//' comments
    
    The compiler on openindiana doesn't like them.
    
    metze
    
    Autobuild-User: Stefan Metzmacher <me...@samba.org>
    Autobuild-Date: Sat Oct  8 08:56:10 CEST 2011 on sn-devel-104

commit 627f930100ffb2c4d04ef6cf7a3638677f3abb02
Author: Stefan Metzmacher <me...@samba.org>
Date:   Sat Oct 8 07:22:39 2011 +0200

    s4:torture/drs: avoid '//' comments
    
    The compiler on openindiana doesn't like them.
    
    metze

commit f007f68f70f79be3f601bbe0d95748331ab557f2
Author: Stefan Metzmacher <me...@samba.org>
Date:   Sat Oct 8 07:22:14 2011 +0200

    s4:lib/wmi: avoid '//' comments
    
    The compiler on openindiana doesn't like them.
    
    metze

commit 2a6c5c8edbc36ae68bc2ffbafcef5513fcdafe5a
Author: Stefan Metzmacher <me...@samba.org>
Date:   Sat Oct 8 07:21:49 2011 +0200

    s3:utils: avoid '//' comments
    
    The compiler on openindiana doesn't like them.
    
    metze

commit 4ebd510abe919f890f2cdd8871a9be6febf29e4b
Author: Stefan Metzmacher <me...@samba.org>
Date:   Sat Oct 8 07:21:25 2011 +0200

    s3:lib/netapi: avoid '//' comments
    
    The compiler on openindiana doesn't like them.
    
    metze

commit ee4f418288ffb5ce49b1b7df5e13a4e093ac017a
Author: Stefan Metzmacher <me...@samba.org>
Date:   Sat Oct 8 07:20:39 2011 +0200

    dnsserver.idl: avoid '//' comments
    
    The compiler on openindiana doesn't like them.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 librpc/idl/dnsserver.idl            |  360 +++++++++++++++++-----------------
 source3/lib/netapi/tests/netgroup.c |    2 +-
 source3/lib/netapi/tests/netuser.c  |    4 +-
 source3/utils/net_idmap_check.c     |    2 +-
 source3/utils/net_rpc_registry.c    |    2 +-
 source4/lib/wmi/wmi_wrap.c          |   16 +-
 source4/torture/drs/drs_util.c      |    4 +-
 source4/torture/smb2/compound.c     |    2 +-
 8 files changed, 196 insertions(+), 196 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/idl/dnsserver.idl b/librpc/idl/dnsserver.idl
index 387be51..33fadc6 100644
--- a/librpc/idl/dnsserver.idl
+++ b/librpc/idl/dnsserver.idl
@@ -61,21 +61,21 @@ import "misc.idl", "dnsp.idl";
        } DNS_ADDR_ARRAY;
 #define PDNS_ADDR_ARRAY DNS_ADDR_ARRAY*
 
-       //
-       //   RPC buffer type for returned data
-       //
+       /* */
+       /*   RPC buffer type for returned data */
+       /* */
        typedef struct {
                DWORD                       dwLength;
                [size_is(dwLength)] BYTE    Buffer[];
        } DNS_RPC_BUFFER;
 
 
-       //
-       // Server data types
-       //
+       /* */
+       /* Server data types */
+       /* */
        typedef struct {
-               // version
-               // basic configuration flags
+               /* version */
+               /* basic configuration flags */
 
                DWORD          dwVersion;
                UCHAR          fBootMethod;
@@ -83,26 +83,26 @@ import "misc.idl", "dnsp.idl";
                BOOLEAN        fAllowUpdate;
                BOOLEAN        fDsAvailable;
 
-               //
-               //   pointer section
-               //
+               /* */
+               /*   pointer section */
+               /* */
 
                [string, charset(UTF8)] char *           pszServerName;
 
-               //   DS container
+               /*   DS container */
 
                [string, charset(UTF16)] wchar_t *        pszDsContainer;
 
-               //   IP interfaces
+               /*   IP interfaces */
 
                PIP4_ARRAY     aipServerAddrs;
                PIP4_ARRAY     aipListenAddrs;
 
-               //   forwarders
+               /*   forwarders */
 
                PIP4_ARRAY     aipForwarders;
 
-               //   future extensions
+               /*   future extensions */
 
                PDWORD         pExtension1;
                PDWORD         pExtension2;
@@ -110,15 +110,15 @@ import "misc.idl", "dnsp.idl";
                PDWORD         pExtension4;
                PDWORD         pExtension5;
 
-               //
-               //   DWORD section
-               //
+               /* */
+               /*   DWORD section */
+               /* */
 
-               //   logging
+               /*   logging */
 
                DWORD          dwLogLevel;
                DWORD          dwDebugLevel;
-               //   configuration DWORDs
+               /*   configuration DWORDs */
 
                DWORD         dwForwardTimeout;
                DWORD         dwRpcProtocol;
@@ -129,7 +129,7 @@ import "misc.idl", "dnsp.idl";
                DWORD         dwMaxCacheTtl;
                DWORD         dwDsPollingInterval;
 
-               //   aging / scavenging
+               /*   aging / scavenging */
 
                DWORD         dwScavengingInterval;
                DWORD         dwDefaultRefreshInterval;
@@ -137,37 +137,37 @@ import "misc.idl", "dnsp.idl";
 
                DWORD         dwReserveArray[10];
 
-               //
-               //   BYTE section
-               //
-               //   configuration flags
+               /* */
+               /*   BYTE section */
+               /* */
+               /*   configuration flags */
 
                BOOLEAN       fAutoReverseZones;
                BOOLEAN       fAutoCacheUpdate;
 
-               //   recursion control
+               /*   recursion control */
 
                BOOLEAN       fRecurseAfterForwarding;
                BOOLEAN       fForwardDelegations;
                BOOLEAN       fNoRecursion;
                BOOLEAN       fSecureResponses;
 
-               //   lookup control
+               /*   lookup control */
 
                BOOLEAN       fRoundRobin;
                BOOLEAN       fLocalNetPriority;
 
-               //   BIND compatibility and mimicking
+               /*   BIND compatibility and mimicking */
 
                BOOLEAN       fBindSecondaries;
                BOOLEAN       fWriteAuthorityNs;
 
-               //   Bells and whistles
+               /*   Bells and whistles */
 
                BOOLEAN       fStrictFileParsing;
                BOOLEAN       fLooseWildcarding;
 
-               //   aging / scavenging
+               /*   aging / scavenging */
 
                BOOLEAN       fDefaultAgingState;
                BOOLEAN       fReserveArray[15];
@@ -182,7 +182,7 @@ import "misc.idl", "dnsp.idl";
                DWORD          dwRpcStructureVersion;
                DWORD          dwReserved0;
 
-               //   basic configuration flags
+               /*   basic configuration flags */
 
                DWORD          dwVersion;
                UCHAR          fBootMethod;
@@ -190,53 +190,53 @@ import "misc.idl", "dnsp.idl";
                BOOLEAN        fAllowUpdate;
                BOOLEAN        fDsAvailable;
 
-               //
-               //   pointer section
-               //
+               /* */
+               /*   pointer section */
+               /* */
 
                [string, charset(UTF8)] char *        pszServerName;
 
-               //   DS container
+               /*   DS container */
 
                [string, charset(UTF16)] wchar_t *     pszDsContainer;
 
-               //   IP interfaces
+               /*   IP interfaces */
 
                PIP4_ARRAY     aipServerAddrs;
                PIP4_ARRAY     aipListenAddrs;
 
-               //   forwarders
+               /*   forwarders */
 
                PIP4_ARRAY     aipForwarders;
 
-               //   logging
+               /*   logging */
 
                PIP4_ARRAY aipLogFilter;
                [string, charset(UTF16)] wchar_t *  pwszLogFilePath;
 
-               //   Server domain/forest
+               /*   Server domain/forest */
 
-               [string, charset(UTF8)] char *            pszDomainName;        
 //   UTF-8 FQDN
-               [string, charset(UTF8)] char *            pszForestName;        
 //   UTF-8 FQDN
+               [string, charset(UTF8)] char *            pszDomainName;        
 /*   UTF-8 FQDN */
+               [string, charset(UTF8)] char *            pszForestName;        
 /*   UTF-8 FQDN */
 
-               //   Built-in directory partitions
+               /*   Built-in directory partitions */
 
-               [string, charset(UTF8)] char *            
pszDomainDirectoryPartition;    //   UTF-8 FQDN
-               [string, charset(UTF8)] char *            
pszForestDirectoryPartition;    //   UTF-8 FQDN
+               [string, charset(UTF8)] char *            
pszDomainDirectoryPartition;    /*   UTF-8 FQDN */
+               [string, charset(UTF8)] char *            
pszForestDirectoryPartition;    /*   UTF-8 FQDN */
 
-               //   future extensions
+               /*   future extensions */
                DNS_EXTENSION       pExtensions[6];
 
-               //
-               //   DWORD section
-               //
+               /* */
+               /*   DWORD section */
+               /* */
 
-               //   logging
+               /*   logging */
 
                DWORD          dwLogLevel;
                DWORD          dwDebugLevel;
 
-               //   configuration DWORDs
+               /*   configuration DWORDs */
                DWORD         dwForwardTimeout;
                DWORD         dwRpcProtocol;
                DWORD         dwNameCheckFlag;
@@ -247,19 +247,19 @@ import "misc.idl", "dnsp.idl";
                DWORD         dwDsPollingInterval;
                DWORD         dwLocalNetPriorityNetMask;
 
-               //   aging and scavenging
+               /*   aging and scavenging */
 
                DWORD         dwScavengingInterval;
                DWORD         dwDefaultRefreshInterval;
                DWORD         dwDefaultNoRefreshInterval;
                DWORD         dwLastScavengeTime;
 
-               //   more logging
+               /*   more logging */
 
                DWORD         dwEventLogLevel;
                DWORD         dwLogFileMaxSize;
 
-               //   Active Directory information
+               /*   Active Directory information */
 
                DWORD         dwDsForestVersion;
                DWORD         dwDsDomainVersion;
@@ -267,37 +267,37 @@ import "misc.idl", "dnsp.idl";
 
                DWORD         dwReserveArray[ 4 ];
 
-               //
-               //   BYTE section
-               //
-               //   configuration flags
+               /* */
+               /*   BYTE section */
+               /* */
+               /*   configuration flags */
 
                BOOLEAN       fAutoReverseZones;
                BOOLEAN       fAutoCacheUpdate;
 
-               //   recursion control
+               /*   recursion control */
 
                BOOLEAN       fRecurseAfterForwarding;
                BOOLEAN       fForwardDelegations;
                BOOLEAN       fNoRecursion;
                BOOLEAN       fSecureResponses;
 
-               //   lookup control
+               /*   lookup control */
 
                BOOLEAN       fRoundRobin;
                BOOLEAN       fLocalNetPriority;
 
-               //   BIND compatibility and mimicking
+               /*   BIND compatibility and mimicking */
 
                BOOLEAN       fBindSecondaries;
                BOOLEAN       fWriteAuthorityNs;
 
-               //   Bells and whistles
+               /*   Bells and whistles */
 
                BOOLEAN       fStrictFileParsing;
                BOOLEAN        fLooseWildcarding;
 
-               //   aging \ scavenging
+               /*   aging \ scavenging */
 
                BOOLEAN        fDefaultAgingState;
 
@@ -309,7 +309,7 @@ import "misc.idl", "dnsp.idl";
                DWORD               dwRpcStructureVersion;
                DWORD               dwReserved0;
 
-               //   basic configuration flags
+               /*   basic configuration flags */
 
                DWORD                  dwVersion;
                UCHAR                  fBootMethod;
@@ -317,53 +317,53 @@ import "misc.idl", "dnsp.idl";
                BOOLEAN                fAllowUpdate;
                BOOLEAN                fDsAvailable;
 
-               //
-               //   pointer section
-               //
+               /* */
+               /*   pointer section */
+               /* */
 
                [string, charset(UTF8)] char *                     
pszServerName;
 
-               //   DS container
+               /*   DS container */
 
                [string, charset(UTF16)] wchar_t *                  
pszDsContainer;
 
-               //   IP interfaces
+               /*   IP interfaces */
 
                PDNS_ADDR_ARRAY        aipServerAddrs;
                PDNS_ADDR_ARRAY        aipListenAddrs;
 
-               //   forwarders
+               /*   forwarders */
 
                PDNS_ADDR_ARRAY        aipForwarders;
 
-               //   logging
+               /*   logging */
 
                PDNS_ADDR_ARRAY        aipLogFilter;
                [string, charset(UTF16)] wchar_t *              pwszLogFilePath;
 
-               //   Server domain/forest
+               /*   Server domain/forest */
 
-               [string, charset(UTF8)] char *                     
pszDomainName;         //   UTF-8 FQDN
-               [string, charset(UTF8)] char *                     
pszForestName;         //   UTF-8 FQDN
+               [string, charset(UTF8)] char *                     
pszDomainName;         /*   UTF-8 FQDN */
+               [string, charset(UTF8)] char *                     
pszForestName;         /*   UTF-8 FQDN */
 
-               //   Built-in directory partitions
+               /*   Built-in directory partitions */
 
-               [string, charset(UTF8)] char *            
pszDomainDirectoryPartition;    //   UTF-8 FQDN
-               [string, charset(UTF8)] char *            
pszForestDirectoryPartition;    //   UTF-8 FQDN
+               [string, charset(UTF8)] char *            
pszDomainDirectoryPartition;    /*   UTF-8 FQDN */
+               [string, charset(UTF8)] char *            
pszForestDirectoryPartition;    /*   UTF-8 FQDN */
 
-               //   future extensions
+               /*   future extensions */
                DNS_EXTENSION       pExtensions[6];
 
-               //
-               //   DWORD section
-               //
+               /* */
+               /*   DWORD section */
+               /* */
 
-               //   logging
+               /*   logging */
 
                DWORD          dwLogLevel;
                DWORD          dwDebugLevel;
 
-               //   configuration DWORDs
+               /*   configuration DWORDs */
 
                DWORD          dwForwardTimeout;
                DWORD          dwRpcProtocol;
@@ -375,19 +375,19 @@ import "misc.idl", "dnsp.idl";
                DWORD          dwDsPollingInterval;
                DWORD          dwLocalNetPriorityNetMask;
 
-               //   aging and scavenging
+               /*   aging and scavenging */
 
                DWORD          dwScavengingInterval;
                DWORD          dwDefaultRefreshInterval;
                DWORD          dwDefaultNoRefreshInterval;
                DWORD          dwLastScavengeTime;
 
-               //   more logging
+               /*   more logging */
 
                DWORD          dwEventLogLevel;
                DWORD          dwLogFileMaxSize;
 
-               //   Active Directory information
+               /*   Active Directory information */
 
                DWORD          dwDsForestVersion;
                DWORD          dwDsDomainVersion;
@@ -396,36 +396,36 @@ import "misc.idl", "dnsp.idl";
 
                DWORD          dwReserveArray[ 3 ];
 
-               //
-               //   BYTE section
-               //
-               //   configuration flags
+               /* */
+               /*   BYTE section */
+               /* */
+               /*   configuration flags */
 
                BOOLEAN        fAutoReverseZones;
                BOOLEAN        fAutoCacheUpdate;
 
-               //   recursion control
+               /*   recursion control */
 
                BOOLEAN        fRecurseAfterForwarding;
                BOOLEAN        fForwardDelegations;
                BOOLEAN        fNoRecursion;
                BOOLEAN        fSecureResponses;
-               //   lookup control
+               /*   lookup control */
 
                BOOLEAN      fRoundRobin;
                BOOLEAN      fLocalNetPriority;
 
-               //   BIND compatibility and mimicking
+               /*   BIND compatibility and mimicking */
 
                BOOLEAN      fBindSecondaries;
                BOOLEAN      fWriteAuthorityNs;
 
-               //   Bells and whistles
+               /*   Bells and whistles */
 
                BOOLEAN      fStrictFileParsing;
                BOOLEAN      fLooseWildcarding;
 
-               //   aging \ scavenging
+               /*   aging \ scavenging */
 
                BOOLEAN      fDefaultAgingState;
 
@@ -461,9 +461,9 @@ import "misc.idl", "dnsp.idl";
 #define DNS_RPC_FORWARDERS DNS_RPC_FORWARDERS_LONGHORN
 
 
-       //
-       //   Basic zone data
-       //
+       /* */
+       /*   Basic zone data */
+       /* */
 
        typedef [bitmap32bit] bitmap {
                RPC_ZONE_PAUSED        = 0x001,
@@ -500,9 +500,9 @@ import "misc.idl", "dnsp.idl";
 #define PDNS_RPC_ZONE_DOTNET DNS_RPC_ZONE_DOTNET*
 
 
-       //
-       //   Zone enumeration
-       //
+       /* */
+       /*   Zone enumeration */
+       /* */
 
        typedef struct {
                [range(0,500000)]       DWORD               dwZoneCount;
@@ -521,9 +521,9 @@ import "misc.idl", "dnsp.idl";
 #define DNS_RPC_ZONE_LIST DNS_RPC_ZONE_LIST_DOTNET
 
 
-       //
-       //   Directory partition enumeration and info
-       //
+       /* */
+       /*   Directory partition enumeration and info */
+       /* */
 
        typedef struct {
                DWORD           dwRpcStructureVersion;
@@ -570,21 +570,21 @@ import "misc.idl", "dnsp.idl";
        DNS_RPC_DP_INFO;
 
 
-       //
-       //   Enlist (or create) directory partition
-       //
+       /* */
+       /*   Enlist (or create) directory partition */
+       /* */
 
        typedef struct {
                DWORD       dwRpcStructureVersion;


-- 
Samba Shared Repository

Reply via email to