[SCM] Samba Shared Repository - branch master updated - 71ef7ae824b1e8d411590a9a7dbd1f5b86b9df5e

Jelmer Vernooij jelmer at samba.org
Wed Oct 8 10:08:59 GMT 2008


The branch, master has been updated
       via  71ef7ae824b1e8d411590a9a7dbd1f5b86b9df5e (commit)
      from  08223692c69963bdb47b1687dc5be760e0c7ad7b (commit)

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


- Log -----------------------------------------------------------------
commit 71ef7ae824b1e8d411590a9a7dbd1f5b86b9df5e
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Oct 8 12:08:52 2008 +0200

    Remove duplicate copy of manual page.

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

Summary of changes:
 source4/utils/man/ndrdump.1.xml |   83 ---------------------------------------
 1 files changed, 0 insertions(+), 83 deletions(-)
 delete mode 100644 source4/utils/man/ndrdump.1.xml


Changeset truncated at 500 lines:

diff --git a/source4/utils/man/ndrdump.1.xml b/source4/utils/man/ndrdump.1.xml
deleted file mode 100644
index 9d66102..0000000
--- a/source4/utils/man/ndrdump.1.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="ndrdump.1">
-
-<refmeta>
-	<refentrytitle>ndrdump</refentrytitle>
-	<manvolnum>1</manvolnum>
-</refmeta>
-
-
-<refnamediv>
-	<refname>ndrdump</refname>
-	<refpurpose>DCE/RPC Packet Parser and Dumper</refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-	<cmdsynopsis>
-		<command>ndrdump</command>
-		<arg choice="opt">-c context</arg>
-		<arg choice="req">pipe</arg>
-		<arg choice="req">function</arg>
-		<arg choice="req">in|out</arg>
-		<arg choice="req">filename</arg>
-	</cmdsynopsis>
-	<cmdsynopsis>
-		<command>ndrdump</command>
-		<arg choice="opt">pipe</arg>
-	</cmdsynopsis>
-	<cmdsynopsis>
-		<command>ndrdump</command>
-	</cmdsynopsis>
-</refsynopsisdiv>
-
-<refsect1>
-	<title>DESCRIPTION</title>
-
-	<para>ndrdump tries to parse the specified <replaceable>filename</replaceable>
-		using Samba's parser for the specified pipe and function. The 
-		third argument should be 
-		either <emphasis>in</emphasis> or <emphasis>out</emphasis>, depending 
-		on whether the data should be parsed as a request or a reply.</para>
-
-	<para>Running ndrdump without arguments will list the pipes for which 
-		parsers are available.</para>
-
-	<para>Running ndrdump with one argument will list the functions that 
-		Samba can parse for the specified pipe.</para>
-
-	<para>The primary function of ndrdump is debugging Samba's internal 
-		DCE/RPC parsing functions. The file being parsed is usually 
-		one exported by wiresharks <quote>Export selected packet bytes</quote> 
-		function.</para>
-
-	<para>The context argument can be used to load context data from the request 
-		packet when parsing reply packets (such as array lengths).</para>
-
-</refsect1>
-
-<refsect1>
-	<title>VERSION</title>
-
-	<para>This man page is correct for version 4.0 of the Samba suite.</para>
-</refsect1>
-
-<refsect1>
-	<title>SEE ALSO</title>
-
-	<para>wireshark, pidl</para>
-
-</refsect1>
-
-<refsect1>
-	<title>AUTHOR</title>
-
-	<para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
-
-	<para>ndrdump was written by Andrew Tridgell. </para>
-
-	<para>This manpage was written by Jelmer Vernooij. </para>
-	
-</refsect1>
-
-</refentry>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list