Delete pinstall and convert the entire tree to use the install program
found by configure (falling back on install-sh in the local tree). This
means that we have to pre-create directories with install -d. Also redo
the install and dest rules to be lists of install rules rather than
dependencies driving separate make rules so that running make install will
always update the target directory with the current code, even if there are
files in the install area that are newer.
Stop installing libafssetpag; we're about to kill it in favor of a
different library. Remove some djgpp rules.
FIXES 36646
nfs translator for linux, plus xen support for shared afs client
====================
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.
====================
FIXES 36646
add linux afs translator plus xen shared afs client support
====================
FIXES 36646
add linux afs translator plus xen shared afs client support
====================
FIXES 36646
add linux afs translator plus xen shared afs client support
Rewrite the aklog man page in POD and add documentation of the new flags
and .xlog.
====================
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.
====================
Fix my misunderstanding of what rxkad2b is.
====================
Fix unterminated B<>.
However, in bucoord/commands.c, bc_VolRestoreCmd(), bc_DiskRestoreCmd(),
bc_VolsetRestoreCmd(), and bc_DumpCmd() were passing '0' as arguments
instead of NULL. Because there is no prototype for bc_StartDmpRst() this
results in a crash on 64-bit Linux. (when running 'volrestore' from an
interactive backup session)
delta windows-cifs-rewrite-20060717 introduced a bug in Tran2SetFileInfo
which would cause data loss by inappropriately truncating the file
instead of setting the file length.
this commit adds a new smb_SetSMBParmLong() function
fix smb_ReceiveCoreWrite to check for locks before truncation and
adds much debugging
fix CIFS protocol negotiation and declares support for large readx
and writex
updates debugging strings for Tran2 functions
configures the windows firewall before sleeping in cm_Daemon()
* apply ACL restrictions to credential cache immediately after
initialization
* move file from system temp directory to user temp directory
prior to starting executable as user to perform credential
import
a re-write of the Tran2 Query File Info, Query Path Info, Set File Info,
and Set Path Info functions to make them more readable and ensure
correctness.
" ld: warning: relocation warning: R_SPARC_COPY: file
/usr/local/lib/libafsrpc.so: symbol
rx_enable_stats: relocation bound to a symbol with STV_PROTECTED
visibility
Undefined first referenced
symbol in file
xdr_afs_uint32
/usr/local/lib/libafsauthent.a(ptint.xdr.o)
ld: fatal: Symbol referencing errors. No output written to slapd
collect2: ld returned 1 exit status
"
one can guess how that might be less than useful
make ubik_Call removal work on Windows.
====================
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.
====================
another fix for Windows