LICENSE BSD
Make PDF manual generation also depend on version.xml, matching HTML
generation.
(cherry picked from commit 2520cc9aabef8877cdd99abb858dc011dfa5629f)
LICENSE IPL10
deal with this in a way which does not trip creation of CML state config files
(cherry picked from commit 0a617e33234f6104fdfb0d45593cf313c961f653)
LICENSE BSD
Doxygen converted versions of the IBM provided architecture and
protocol documentation.
Funded under an SBIR grant.
(cherry picked from commit 5526ba218f7f3653cabe5423b25b82f0241b0abc)
LICENSE IPL10
FIXES 124880
rxi_Findcbi, rxi_FIndIfnet, rxi_FindIfMTU "failure" end up returning
the RX_REMOTE_PACKET_SIZE as the mtu to use unless we allow our override
to apply, so we do that. then, add an afsd switch to allow setting it.
afsd man page update required and will follow.
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
LICENSE IPL10
FIXES 124880
man page update to document previous work
(cherry picked from commit 74df876dafb9cf80ab5a8099b4202f2205bd9791)
LICENSE IPL10
FIXES 124634
only valid addr/port pairs are registered in the hash table.
add then remove when changing addresses.
make host restoral properly hash hosts.
remove should remove the address we asked for and not simply the
primary address.
(cherry picked from commit ca613599a2537756462a420ae1a632747a433226)
LICENSE IPL10
FIXES 124804
add configure switches for building docs. generate version files needed.
(cherry picked from commit e452c704c59700496227dccb3161efd34ca709ba)
LICENSE MIT
Install ptclient.exe and pt_util.exe as part of the server installation
(cherry picked from commit d28e5fd04def989dcfb98ccd2b99ef44f5667167)
LICENSE IPL10
FIXES 124635
version of the retry transaction creation patch for head/1.5
(cherry picked from commit 34fc86bcc749f3bd059831b7e5dae03dc09a9393)
LICENSE IPL10
FIXES 124766
make our locks work correctly with the linux connectathon lock testing
(cherry picked from commit 49b7bbdd3b45df694fadbef48f9ed99d9bfe07b9)
LICENSE MIT
Add notes describing registry support for CellServDB info and
conversion of docs to HtmlHelp format.
(cherry picked from commit e754a0bebdeaa5bd8acfdb5d802392715e38fd5b)
LICENSE MIT
add rules for building documentation sources
add option for including cygwin libs in wix installer
(cherry picked from commit 2f7046eff6599d9a66a7f31bb6f33b7f88646db5)
LICENSE MIT
Add a new Registry distribution method for CellServDB info.
The CellServDB registry schema is as follows:
HKLM\SOFTWARE\OpenAFS\Client\CellServDB\[cellname]\
"LinkedCell" REG_SZ "[cellname]"
"Description" REG_SZ "[comment]"
"ForceDNS" DWORD {0,1}
HKLM\SOFTWARE\OpenAFS\Client\CellServDB\[cellname]\[servername]\
"HostName" REG_SZ "[hostname]"
"IPv4Address" REG_SZ "[address]"
"IPv6Address" REG_SZ "[address]" <future>
"Comment" REG_SZ "[comment]"
"Rank" DWORD "0..65535"
"Clone" DWORD "{0,1}" <future - server only>
"vlserver" DWORD "7003" <future>
"ptserver" DWORD ... <future>
ForceDNS is implied non-zero if there are no [servername]
keys under the [cellname] key. Otherwise, ForceDNS is zero.
If [servername] keys are specified and none of them evaluate
to a valid server configuration, the return code is success.
This prevents failover to the CellServDB file or DNS.
Registry distributed info takes precedence over the CellServDB file.
Registry support has been added to both the Windows specific cm_config
interface and the auth/cellconfig interface utilized by aklog, the
services, and the vast majority of support commands.
Enhance the DNS lookup for Cell vlserver info to support ranking info
which is used with _vlserver._udp SRV record lookups when AFSDB records
are not present. Priorities become ranks.
(cherry picked from commit 22a932c40a3ecabae8110db21572a4cae2ba1fae)
LICENSE MIT
libafsconf.dll has been present since OpenAFS 1.0. However,
for some unknown reason the components that it consists of
(cm_dns.obj, cm_config.obj, cm_nls.obj) have been staticly
linked into exes and dlls all over the code base. This commit
removes all of the static references and replaces them with
libafsconf.lib.
libafsconf.dll is also moved from Client\Program to Common
because it is now linked to by server and utility components.
(cherry picked from commit c8ccb887882bc4affef02a8193e9b1ed01f885f5)
LICENSE IPL10
Add a proper dependency list so that the man-pages are not
rebuilt when no changes have occurred.
(cherry picked from commit d8410b56c895830d609846aec56d61dfd2efb897)
LICENSE IPL10
remove space before "KEEP". older versions of nmake.exe do not like it.
(cherry picked from commit 20460e1391d87bdedbf1b84e233ffd5b926b5df8)
LICENSE MIT
FIXES 124787
A flush operation on a directory will result in the btree being destroyed.
This can race with on-going operations. Make sure that the dirlock is held
if the btree is destroyed. Otherwise, just invalidate the btree version
number.
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
LICENSE MIT
FIXES 124787
correct sandbox leakage
(cherry picked from commit a31fd7f70f0049a180e5b02202941d3b1266c1f8)
LICENSE IPL10
FIXES 124359
avoid either reopening closed vnodes and leaving cached descriptors around,
or discarding a reference we're not holding; instead, sync changes when the
fd is closed, and note such has been done; otherwise, no changes from older
code.
(cherry picked from commit 12e85227c5dbfdb1258718ee3360bffacc4f96ac)
LICENSE MIT
replace static html documentation with auto-generated
html help files from doc/xml/... when building en_US
locale.
(cherry picked from commit 32ddb143388bb5d6bbcc1f3afc5860f0566de81c)
LICENSE MIT
Replace version info in the DocBook files with a new ENTITY "version"
associated with a local "version.xml" file which contain a <revision>
tag for the current release.
The version.xml file should be autogenerated by the Makefile system.
(cherry picked from commit e4b36071ef35b73fb68db6c054e811ba7e6b65e0)
LICENSE IPL10
Add a -x option to mkvers.c to permit generation of XML entities containing
a revision tag and <revremark> tags for each delta
Add autogeneration of version.xml to Windows Makefiles
(cherry picked from commit da5794d9caa47e96679c197610bd8ea2a682c338)
LICENSE MIT
Remove old documentation and start menu links before installing
new versions.
No longer install versions from src/WINNT/doc/install/... tree
Install versions from doc/xml/... Use CHM files when available.
Construct new Start Menu/Program/OpenAFS/Documentation/ menu with
links to individual documents instead of using an index.html
top level link.
(cherry picked from commit 278f8a18305b376e1c764bb38dc0e69ba5b246e5)
LICENSE MIT
Unless NOCYGWIN is defined create cygwin .a import libraries
for each OpenAFS DLL that is constructed.
(cherry picked from commit 4e9bd3bd0ec5977609fd75d681fcc6dbd24a8c6f)
LICENSE MIT
Standardize the UNIX Makefiles for all of the DocBook guides. Remove the
rest of the generated files and switch to xsltproc and dblatex for the
document generation in all cases. Fix a few DocBook errors by removing
the contents of the <index> tag and removing the unknown <pubsnumber> tag
in the <revision> field.
(cherry picked from commit 7b56f2ebfc8c2e1695e007798833ad2053e08113)
LICENSE MIT
Use dblatex to build PDF documentation instead of docbook2html and xsltproc
to build HTML instead of docbook2html. Remove all the index generation
logic, since dblatex and xsltproc handle that automatically. Remove the
contents of the <index> tag in the source, since neither program requires
there be anything in there.
Remove the style sheets and configuration that were used for docbook2*.
(cherry picked from commit 74585aa5003cfb42103ac8d6059137eebd2005e0)
LICENSE BSD
Fix some man page syntax errors that snuck into the recent round of
updates.
(cherry picked from commit 9ad6c37ccfec016df9e845972ae626a1da19dfbf)
FIXES 124799
LICENSE IPL10
Install symlinks for the *.krb versions of klog, pagsh, and tokens to the
non-krb versions and add information about the *.krb versions to the
non-krb man pages.
(cherry picked from commit 798ffe54af1f5798bf07947439fc62946bc2f07e)
FIXES 124794
LICENSE IPL10
Note in CellServDB man page that it's also used to populate root.afs for
a -dynroot client. Also document the dynamic lookup of database servers
with -afsdb and provide some more information about when CellServDB has to
contain the cell and when it doesn't.
Mark the backup server as optional, and indicate that the authentication
server is deprecated and CellServDB isn't required for authentication if
Kerberos v5 and aklog are used.
(cherry picked from commit 6df60468130977744fea0499fba2351ef74175d8)