svn commit: samba r24172 - in branches/4.0-regwrite: . source/lib/policy

jelmer at samba.org jelmer at samba.org
Sat Aug 4 13:12:50 GMT 2007


Author: jelmer
Date: 2007-08-04 13:12:50 +0000 (Sat, 04 Aug 2007)
New Revision: 24172

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

Log:
Add information on .adm files.

Modified:
   branches/4.0-regwrite/
   branches/4.0-regwrite/source/lib/policy/parse_adm.y


Changeset:

Property changes on: branches/4.0-regwrite
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: Sun 2007-01-14 05:26:04.887000084 +0100
committer: Wilco Baan Hofman <wilco at baanhofman.nl>
properties: 
	branch-nick: 4.0-regwrite
	rebase-of: wilco at baanhofman.nl-20070114042604-b7pwqobkrbmlbp8p

   + timestamp: Sun 2007-01-14 05:26:44.811000109 +0100
committer: Wilco Baan Hofman <wilco at baanhofman.nl>
properties: 
	branch-nick: 4.0-regwrite
	rebase-of: wilco at baanhofman.nl-20070114042644-fa3gbnlhall7nkry

Name: bzr:file-ids
   - source/lib/registry/patchfile.h	patchfile.h-20070114042251-5vdjfgtpg0jx02zh-1
source/lib/registry/patchfile_preg.c	patchfile_preg.c-20070114041832-o29sijlsryrz5ab2-1
source/lib/registry/patchfile_dotreg.c	patchfile_dotreg.c-20070114041738-0dfmkdtsa8bfu20l-1
source/lib/registry/reg_backend_regf.c	4132 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818:branches%2FSAMBA_4_0:source%2Flib%2Fregistry%2Freg_backend_nt4.c

   + 
Name: bzr:revision-id:v3-trunk0
   - 11140 jelmer at samba.org-20070113195019-yrx40nap220myng0-svn3-upgrade
11142 jelmer at samba.org-20070113195431-nshumfy5z00cpnaj-svn3-upgrade
11143 jelmer at samba.org-20070113195555-am0swaxzsoxp05p0-svn3-upgrade
11144 wilco at baanhofman.nl-20070114042604-b7pwqobkrbmlbp8p-svn3-upgrade

   + 11140 jelmer at samba.org-20070113195019-yrx40nap220myng0-svn3-upgrade
11142 jelmer at samba.org-20070113195431-nshumfy5z00cpnaj-svn3-upgrade
11143 jelmer at samba.org-20070113195555-am0swaxzsoxp05p0-svn3-upgrade
11144 wilco at baanhofman.nl-20070114042604-b7pwqobkrbmlbp8p-svn3-upgrade
11145 wilco at baanhofman.nl-20070114042644-fa3gbnlhall7nkry-svn3-upgrade


Modified: branches/4.0-regwrite/source/lib/policy/parse_adm.y
===================================================================
--- branches/4.0-regwrite/source/lib/policy/parse_adm.y	2007-08-04 13:12:42 UTC (rev 24171)
+++ branches/4.0-regwrite/source/lib/policy/parse_adm.y	2007-08-04 13:12:50 UTC (rev 24172)
@@ -16,6 +16,9 @@
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+   For more information on the .ADM file format:
+   http://msdn2.microsoft.com/en-us/library/aa372405.aspx 
 */
 
 %{



More information about the samba-cvs mailing list