ChangeLog | 253 ++++++++++++++++++ Wraphelp.c | 4 configure.ac | 85 +++--- debian/changelog | 9 debian/rules | 4 doc/.gitignore | 2 doc/Makefile.am | 63 ---- doc/xdmcp.xml | 698 ++++++++++++++++++++++++++-------------------------- docbook.am | 105 +++++++ include/X11/Xdmcp.h | 2 10 files changed, 781 insertions(+), 444 deletions(-)
New commits: commit 8c1d9ab75149e331cb4522faf7d7f217b89ba811 Author: Julien Cristau <jcris...@debian.org> Date: Sat Apr 14 18:37:48 2012 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 2ef686e..cc53e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -libxdmcp (1:1.1.1-1) UNRELEASED; urgency=low +libxdmcp (1:1.1.1-1) unstable; urgency=low * New upstream release. * Don't require (fake)root for debian/rules clean. * Exclude .db files from dh_install. * Drop workaround from debian/rules for an upstream bug fixed in March 2006. - -- Julien Cristau <jcris...@debian.org> Sat, 14 Apr 2012 17:47:54 +0200 + -- Julien Cristau <jcris...@debian.org> Sat, 14 Apr 2012 18:37:46 +0200 libxdmcp (1:1.1.0-4) unstable; urgency=low commit cb0f909935d68af11270362c70860980a824aec5 Author: Julien Cristau <jcris...@debian.org> Date: Sat Apr 14 18:34:21 2012 +0200 Drop workaround from debian/rules for an upstream bug fixed in March 2006. diff --git a/debian/changelog b/debian/changelog index 00fbdff..2ef686e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libxdmcp (1:1.1.1-1) UNRELEASED; urgency=low * New upstream release. * Don't require (fake)root for debian/rules clean. * Exclude .db files from dh_install. + * Drop workaround from debian/rules for an upstream bug fixed in March 2006. -- Julien Cristau <jcris...@debian.org> Sat, 14 Apr 2012 17:47:54 +0200 diff --git a/debian/rules b/debian/rules index 02b1890..4a86a22 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,6 @@ build-stamp: dh_testdir autoreconf -vfi mkdir -p build - cp Wraphelp.c build #Ick... to allow des building cd build && \ ../configure --prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info $(confflags) \ commit d0a3fb35805e4375754355f5cae15bcf097b769e Author: Julien Cristau <jcris...@debian.org> Date: Sat Apr 14 18:29:15 2012 +0200 Exclude .db files from dh_install. diff --git a/debian/changelog b/debian/changelog index 2f2a8e7..00fbdff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libxdmcp (1:1.1.1-1) UNRELEASED; urgency=low * New upstream release. * Don't require (fake)root for debian/rules clean. + * Exclude .db files from dh_install. -- Julien Cristau <jcris...@debian.org> Sat, 14 Apr 2012 17:47:54 +0200 diff --git a/debian/rules b/debian/rules index 6fc8c85..02b1890 100755 --- a/debian/rules +++ b/debian/rules @@ -83,7 +83,7 @@ binary-arch: build install dh_testroot dh_installdocs - dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXdmcp.la --exclude .html --exclude .css + dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXdmcp.la --exclude .html --exclude .css --exclude .db dh_installchangelogs ChangeLog dh_link dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg commit 00fcd41f7b005ef9b4c4600ae116a0afb5da85b3 Author: Julien Cristau <jcris...@debian.org> Date: Sat Apr 14 17:48:41 2012 +0200 Don't require (fake)root for debian/rules clean. diff --git a/debian/changelog b/debian/changelog index 1096f39..2f2a8e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxdmcp (1:1.1.1-1) UNRELEASED; urgency=low * New upstream release. + * Don't require (fake)root for debian/rules clean. -- Julien Cristau <jcris...@debian.org> Sat, 14 Apr 2012 17:47:54 +0200 diff --git a/debian/rules b/debian/rules index 6702406..6fc8c85 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,6 @@ build-stamp: clean: dh_testdir - dh_testroot rm -f build-stamp rm -f config.cache config.log config.status commit 98aacb4ebc99beb0408ee46de99082e5d209b6a7 Author: Julien Cristau <jcris...@debian.org> Date: Sat Apr 14 17:48:11 2012 +0200 Bump changelogs diff --git a/ChangeLog b/ChangeLog index 1ebdd04..0ed01a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,256 @@ +commit 60aa228de59270fd1b6d838d80095ac00da53342 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Wed Mar 7 19:46:26 2012 -0800 + + libXdmcp 1.1.1 + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit a3151f53f0149cd30266474faf8384b93070b8a6 +Author: Matt Dew <mar...@osource.org> +Date: Wed Jan 11 21:44:51 2012 -0700 + + informaltable cleanup + + On certain tables, add top and bottom borders to table + header and a bottom border to the table. This matches + what those tables in the old pdfs looked like. + + the <?dbfo keep-together='always'> prevents tables from + splitting across pages. Useful for tiny tables. + + Converting the colwidth to a floating point, + IE, 1* -> 1.0* cleans up these build errors: + WARNING: table-layout="fixed" and column-width unspecified + => falling back to proportional-column-width(1) + + Signed-off-by: Matt Dew <mar...@osource.org> + +commit e2bc94bbeeae5f0482c2c59556c9a3fb421573d2 +Author: Matt Dew <mar...@osource.org> +Date: Tue Oct 4 22:17:41 2011 -0600 + + Cleanup IDs and links in doc + + 1 - fix the capitalization of the ID attributes to match either the + <title> or <funcdef> string it goes with. + 2 - fix any <linkend>'s that were affected by 1. + 3 - any <function> in the docs that has an actual funcdef, + will become an olink. + + Signed-off-by: Matt Dew <mar...@osource.org> + +commit 896fc25047c6cf372babfaf09ce128754ee00123 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Fri Sep 16 22:16:37 2011 -0700 + + Strip trailing whitespace + + Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' + git diff -w & git diff -b show no diffs from this change + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit de9cdb570fa19058e4bdf16e592f0ac7a692b7e2 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Thu Sep 15 20:50:30 2011 -0400 + + xdmcp: use appropriate markup for author affiliation + + Docbook places the organization name above its divisions. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit d3bc4e5d2abeb2202066a50dda8f65dd45005f58 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Mon Sep 12 10:58:16 2011 -0400 + + docs: use the &fullrelvers; entity to set X11 release information + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit d918365a388486a1bacd982fa0293b345407025a +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Sun Sep 11 19:49:53 2011 -0400 + + docs: remove <productnumber> which is not used by default + + This element is not rendered by default on the title. A template + customization is required to display it. + X Window System does not have a product number. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit a9b82d7972d225df1a5bf24eb85e109f707113ec +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Thu Sep 8 20:00:00 2011 -0400 + + docbook.am: embed css styles inside the HTML HEAD element + + Rather than referring to the external xorg.css stylesheet, embed the content + of the file in the html output produced. This is accomplished by using + version 1.10 of xorg-xhtml.xsl. + + This makes the whole html docs tree much more relocatable. + In addition, it eliminates xorg.css as a runtime file which makes + xorg-sgml-doctools a build time only package. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 35ce7db29079636cfa138914ccaa4d951eaff0af +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Sep 7 10:31:04 2011 -0400 + + docbook.am: global maintenance update - entities, images and olinking + + Adding support in libX11 for html chunking caused a reorg of docbook.am + as well as the xorg-sgml-doctools masterdb for olinking. + The parameter img.src.path is added for pdf images. + A searchpath to the root builddir is added for local entities, if present. + + The docbook.am makefile hides all the details and is identical for + all 22 modules having DocBook documentation. It is included by a thin + Makefile.am which requires no docbook knowledge. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit e93e80c3bb4c4fcd71d7671d23949232e7cf9581 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Sun Jun 12 18:39:45 2011 -0400 + + Install xml versions of specs even if HAVE_XMLTO is false + + DocBook/XML input source is also a usefull output format that can be viewed + with an XML viewer or editor and by some O/S help system. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 32b2263deae34c9c1d83eea3b37c2a43ca256a5f +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Sun Jun 5 16:27:36 2011 -0400 + + Install target dbs alongside generated documents + + This matches a change in xorg-sgml-docs whereby the masterdb will look for + the target dbs into the same location as the generated documents. + + The target dbs are now installed alongside the generated documents. + Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which + has the potential of installing outside the package prefix and cause + distcheck to fail when user does not have write permission in this package. + + Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11 + +commit 92bca84bf0d6bc7a5d858b9d356928b2856a53d5 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Sun Feb 27 15:06:18 2011 -0500 + + Documentation: add Docbook external references support + + When writing technical documentation, it is often necessary to cross + reference to other information. When that other information is not in the + current document, additional support is needed, namely <olink>. + + A new feature with version 1.7 of xorg-sgml-doctools adds references to + other documents within or outside this package. + + This patch adds technical support for this feature but does not change + the content of the documentation as seen by the end user. + + Each book or article must generate a database containing the href + of sections that can be referred to from another document. This database + is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that + the value of DATAROOTDIR for xorg-sgml-doctools and for the package + documentation is the same. This forms a virtual document tree. + + This database is consulted by other documents while they are being generated + in order to fulfill the missing information for linking. + Refer to the xorg-sgml-doctools for further technical information. + + Co-authored-by: Matt Dew <mar...@osource.org> + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit c702d3c41ae28dcc661fca7d8d8d7ca8ce34ef1f +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Feb 2 11:43:41 2011 -0500 + + config: comment, minor upgrade, quote and layout configure.ac + + Group statements per section as per Autoconf standard layout + Quote statements where appropriate. + Autoconf recommends not using dnl instead of # for comments + + Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. + Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL + Remove redundant AC_PROG_MAKE_SET included with AM_INIT_AUTOMAKE + Add AC_CONFIG_SRCDIR([Makefile.am]) where missing + No functional configuration changes + + This helps automated maintenance and release activities. + Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 1540933e6eaa78a96b035ec5936e63e3cdd335b2 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Fri Jan 28 19:41:37 2011 -0500 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 28d1dc68440e07b44a8b97eab9a57bd6ae1557ee +Author: Julien Cristau <jcris...@debian.org> +Date: Mon Dec 20 14:12:39 2010 +0100 + + Revert "Export only public API symbols" + + Some of the unexported symbols are used by xdm. See + http://lists.x.org/pipermail/xorg-devel/2010-December/017246.html + + This reverts commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f. + + Reported-by: Trevor Woerner <twoer...@gmail.com> + Signed-off-by: Julien Cristau <jcris...@debian.org> + +commit afcb06588e5cc032372c847657fc7883e8f68c59 +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Thu Dec 16 19:16:01 2010 -0800 + + spec: Fix up eqn to docbook conversion + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit 7d3dd1513b09ea31a85a404473c2f871c507e34f +Author: Alan Coopersmith <alan.coopersm...@oracle.com> +Date: Thu Dec 16 17:55:30 2010 -0800 + + spec: Fix section titles/nesting + + Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> + +commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f +Author: Cristian RodrÃguez <cristian.rodrig...@opensuse.org> +Date: Tue Dec 14 15:40:20 2010 -0500 + + Export only public API symbols + + Reviewed-by: Adam Jackson <a...@redhat.com> + Signed-off-by: Cristian RodrÃguez <cristian.rodrig...@opensuse.org> + +commit fb32c2fc1548cc13bed1643b950130629a9d8197 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Tue Nov 9 13:04:46 2010 -0500 + + config: HTML file generation: use the installed copy of xorg.css + + Currenlty the xorg.css file is copied in each location + where a DocBook/XML file resides. This produces about + 70 copies in the $(docdir) install tree. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + commit 7db29ff43eb3cdcbfe77c35ecc78c7ca3ddba595 Author: Alan Coopersmith <alan.coopersm...@oracle.com> Date: Fri Oct 29 15:13:16 2010 -0700 diff --git a/debian/changelog b/debian/changelog index 50c48c9..1096f39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxdmcp (1:1.1.1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Julien Cristau <jcris...@debian.org> Sat, 14 Apr 2012 17:47:54 +0200 + libxdmcp (1:1.1.0-4) unstable; urgency=low * Drop /usr/share/doc/libxdmcp-dev/xdmcp.html from the package; the commit 60aa228de59270fd1b6d838d80095ac00da53342 Author: Alan Coopersmith <alan.coopersm...@oracle.com> Date: Wed Mar 7 19:46:26 2012 -0800 libXdmcp 1.1.1 Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com> diff --git a/configure.ac b/configure.ac index 30e57bb..08c046a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXdmcp], [1.1.0], +AC_INIT([libXdmcp], [1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXdmcp]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) commit a3151f53f0149cd30266474faf8384b93070b8a6 Author: Matt Dew <mar...@osource.org> Date: Wed Jan 11 21:44:51 2012 -0700 informaltable cleanup On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the <?dbfo keep-together='always'> prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew <mar...@osource.org> diff --git a/doc/xdmcp.xml b/doc/xdmcp.xml index 817838e..0f0ab3f 100644 --- a/doc/xdmcp.xml +++ b/doc/xdmcp.xml @@ -265,35 +265,36 @@ restriction will not substantially hamper the efficiency of any implementation. Also, no padding of any sort will occur within the packets. </para> -<informaltable frame="none"> - <tgroup cols='3' align='left'> - <colspec colname='c1' colsep="0"/> - <colspec colname='c2' colsep="0"/> - <colspec colname='c3' colsep="0"/> +<informaltable frame="topbot"> + <?dbfo keep-together="always" ?> + <tgroup cols='3' align='left' colsep='0' rowsep='0'> + <colspec colname='c1' colwidth="1.0*"/> + <colspec colname='c2' colwidth="1.0*"/> + <colspec colname='c3' colwidth="2.0*"/> <thead> - <row> + <row rowsep='1'> <entry>Type Name</entry> <entry>Length (Bytes)</entry> <entry>Description</entry> </row> </thead> <tbody> - <row rowsep="0"> + <row> <entry>CARD8</entry> <entry>1</entry> <entry>A single byte unsigned integer</entry> </row> - <row rowsep="0"> + <row> <entry>CARD16</entry> <entry>2</entry> <entry>Two byte unsigned integer</entry> </row> - <row rowsep="0"> + <row> <entry>CARD32</entry> <entry>4</entry> <entry>Four byte unsigned integer</entry> </row> - <row rowsep="0"> + <row> <entry>ARRAY8</entry> <entry>n+2</entry> <entry> @@ -302,7 +303,7 @@ a collection of CARD8. The value of the CARD16 field (n) specifies the number of CARD8 values to follow </entry> </row> - <row rowsep="0"> + <row> <entry>ARRAY16</entry> <entry>2*m+1</entry> <entry> @@ -310,7 +311,7 @@ This is a CARD8 (m) which specifies the number of CARD16 values to follow </entry> </row> - <row rowsep="0"> + <row> <entry>ARRAY32</entry> <entry>4*l+1</entry> <entry> @@ -318,7 +319,7 @@ This is a CARD8 (l) which specifies the number of CARD32 values to follow </entry> </row> - <row rowsep="0"> + <row> <entry>ARRAYofARRAY8</entry> <entry>?</entry> <entry> @@ -340,35 +341,36 @@ number of ARRAY8 values to follow. All XDMCP packets have the following information: </para> -<informaltable frame="none"> - <tgroup cols='3' align='left'> - <colspec colname='c1' colsep="0"/> - <colspec colname='c2' colsep="0"/> - <colspec colname='c3' colsep="0"/> +<informaltable frame="topbot"> + <?dbfo keep-together="always" ?> + <tgroup cols='3' align='left' colsep='0' rowsep='0'> + <colspec colname='c1' colwidth="1.0*" /> + <colspec colname='c2' colwidth="1.0*" /> + <colspec colname='c3' colwidth="2.0*" /> <thead> - <row> + <row rowsep='1'> <entry>Length (Bytes)</entry> <entry>Field Type</entry> <entry>Description</entry> </row> </thead> <tbody> - <row rowsep="0"> + <row> <entry>2</entry> <entry>CARD16</entry> <entry>version number</entry> </row> - <row rowsep="0"> + <row> <entry>2</entry> <entry>CARD16</entry> <entry>opcode packet header</entry> </row> - <row rowsep="0"> + <row> <entry>2</entry> <entry>CARD16</entry> <entry>n = length of remaining data in bytes</entry> </row> - <row rowsep="0"> + <row> <entry>n</entry> <entry>???</entry> <entry>packet-specific data</entry> @@ -480,49 +482,49 @@ header in the order described without padding, and the length field is computed accordingly. </para> -<informaltable frame="none"> +<informaltable frame="none" colsep='0' rowsep='0'> <tgroup cols='10' align='left'> - <colspec colname='col1' colsep="0" colwidth="1*"/> - <colspec colname='col2' colsep="0" colwidth="1*"/> - <colspec colname='col3' colsep="0" colwidth="1*"/> - <colspec colname='col4' colsep="0" colwidth="1*"/> - <colspec colname='col5' colsep="0" colwidth="1*"/> - <colspec colname='col6' colsep="0" colwidth="1*"/> - <colspec colname='col7' colsep="0" colwidth="1*"/> - <colspec colname='col8' colsep="0" colwidth="1*"/> - <colspec colname='col9' colsep="0" colwidth="1*"/> - <colspec colname='col10' colsep="0" colwidth="1*"/> + <colspec colname='col1' colwidth="1.0*"/> + <colspec colname='col2' colwidth="1.0*"/> + <colspec colname='col3' colwidth="1.0*"/> + <colspec colname='col4' colwidth="1.0*"/> + <colspec colname='col5' colwidth="1.0*"/> + <colspec colname='col6' colwidth="1.0*"/> + <colspec colname='col7' colwidth="1.0*"/> + <colspec colname='col8' colwidth="1.0*"/> + <colspec colname='col9' colwidth="1.0*"/> + <colspec colname='col10' colwidth="1.0*"/> <spanspec namest="col1" nameend="col10" spanname="col1_on" align="left"/> <spanspec namest="col2" nameend="col10" spanname="col2_on" align="left"/> <spanspec namest="col3" nameend="col10" spanname="col3_on" align="left"/> <spanspec namest="col4" nameend="col10" spanname="col4_on" align="left"/> <spanspec namest="col5" nameend="col10" spanname="col5_on" align="left"/> <tbody> - <row rowsep="0"> + <row> <entry spanname="col1_on"><emphasis role="bold">Query</emphasis></entry> </row> - <row rowsep="0"> + <row> <entry spanname="col1_on"><emphasis role="bold">BroadcastQuery</emphasis></entry> </row> - <row rowsep="0"> + <row> <entry spanname="col1_on"><emphasis role="bold">IndirectQuery</emphasis></entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on">Display -> Manager</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on">Additional Fields:</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> <emphasis>Authentication Names</emphasis>: ARRAYofARRAY8 </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -533,12 +535,12 @@ manager will choose one of these and return it in the </entry> </row> <!-- AAAAAAAAAAAAA --> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> - <entry>Semantics</entry> + <entry spanname="col3_on">Semantics</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -588,7 +590,7 @@ Each packet type has slightly different semantics: </para> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -632,13 +634,13 @@ is not forwarded. </para> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> <entry spanname="col4_on">Valid Responses:</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -646,18 +648,18 @@ is not forwarded. <function>Unwilling</function> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> <entry spanname="col4_on">Problems/Solutions:</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on">Problem:</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -666,7 +668,7 @@ is not forwarded. <para>Indication:</para> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -680,13 +682,13 @@ was sent, else failure to receive <function>Willing</function>. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> <entry spanname="col4_on">Solution:</entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -695,14 +697,14 @@ was sent, else failure to receive Repeatedly send the packet while waiting for user to choose a manager. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> Timeout/Retransmission policy: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -714,26 +716,26 @@ should reset the timeout when user-input is detected. In this way, the display will wakeup when touched by the user. </entry> </row> - <row rowsep="0"> + <row> <entry spanname="col1_on"> <function>ForwardQuery</function> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> <para>Primary Manager -> Secondary Manager</para> <para>Additional Fields:</para> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> <emphasis remap='I'>Client Address</emphasis>: ARRAY8 </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -741,14 +743,14 @@ display will wakeup when touched by the user. Specifies the network address of the client display. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> <emphasis remap='I'>Client Port</emphasis>: ARRAY8 </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -756,14 +758,14 @@ Specifies the network address of the client display. Specifies an identification of the client task on the client display. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> <emphasis remap='I'>Authentication Names</emphasis>: ARRAYofARRAY8 </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -774,13 +776,13 @@ in the packet. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> Semantics: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -812,27 +814,27 @@ packet. </para> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> Valid Responses: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> <function>Willing</function> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> Problems/Solutions: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -840,13 +842,13 @@ Identical to <function>BroadcastQuery</function> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> Timeout/Retransmission policy: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -855,13 +857,13 @@ retransmitted. </entry> </row> - <row rowsep="0"> + <row> <entry spanname="col1_on"> <function>Willing</function> </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> <para> @@ -873,7 +875,7 @@ Additional Fields: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -881,7 +883,7 @@ Additional Fields: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -909,7 +911,7 @@ of authentication. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -917,7 +919,7 @@ of authentication. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -927,7 +929,7 @@ The protocol specifies no interpretation of the data in this field. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -935,7 +937,7 @@ The protocol specifies no interpretation of the data in this field. </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -947,14 +949,14 @@ protocol specifies no interpretation of the data in this field. </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> Semantics: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -972,14 +974,14 @@ connections already). </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry spanname="col2_on"> Problems/Solutions: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry spanname="col3_on"> @@ -987,7 +989,7 @@ Problem: </entry> </row> - <row rowsep="0"> + <row> <entry></entry> <entry></entry> <entry></entry> @@ -1002,7 +1004,7 @@ Indication: </entry> </row> -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1sj618-00031s...@vasks.debian.org