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-integrated-logon-20060724 would cause Windows 2000
systems to blue screen with an exception in winlogon.exe.
(cherry picked from commit 3167f707fdf582c8ca851a353ca0c82b92ccc947)
this version of encrypt() conflicts with current linux (which returns void)
we don't use it, so, buh-bye
(cherry picked from commit 68e8e996b6cc82d5097e82a4c9c8af9eb8c3c093)
* 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
(cherry picked from commit 1a0329fef030fedce3fb12d9c641825b0d49f053)
increase the log level on the "CheckRights: len=%u, for host=%s:%d\n"
message to 5.
(cherry picked from commit 14ed562c4b576bcfe6b0147b86fa5f7899d22c16)
* Updates to WIX installer to support the 2.0.4221 build
* Removes unnecessary files from Release Notes
(cherry picked from commit 436e8fe17b2051db806e386db86b3de789afb2f0)
don't hold the VOL_LOCK during vpurgevolume
volserver's transaction stuff (NewTrans, actually) precludes any problem
(cherry picked from commit 6878e0b6348a649768274adbce77500fbd45caa4)
based on fix from tkeiser@gmail.com for aix segfaulting issue; keep offsets of
cprivate and sprivate's copies of type and level the same
(cherry picked from commit 845b4ac1cf8f97c5c4d84e36109ef477edef4a31)
Don't timeout based upon the LAN Workstation Session Timeout value.
Instead wait for the rx hard dead timeout.
(cherry picked from commit 8f2aba65819a668fc4a78c0ab929932c23cbc381)
" 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
(cherry picked from commit 3d4b12626136a59bd876648e0d1360f629998df8)
FIXES 34774
In s10u2 the vnode path cache code was modified so that we're no longer
guaranteed of having a valid path cache pointer for the lofs mount case.
Attached patch changes gafs_rename to deal with this. Patch also removes
unnecessary MODLOAD32 build rule from sun4x_510 case.
(cherry picked from commit a2d5bb078f3df6dc6fe992fdcaaf8b5a5607c0d6)
* do not attempt to copy kfw krb5 creds if integrated logon disabled
* disable use of automatic registration from afslogon.dll. calling
pr_Initialize() results in rx_Init() being called which creates
threads that prevent safe unloading of the dll. This is causing
crashes in third party applications that call CreateProcessAsUser()
which in turn temporarily loads afslogon.dll.
* add life_to_time to afskfw.c in order remove the link to the rxkad
and des libraries
(cherry picked from commit 61df8d9fc834b87d758d8581e73fa7c05198ecf4)
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)
fix symbol binding for modern solaris 10 patches (6/06)
which kills a few we didn't need anyway
(cherry picked from commit 8a1a06b5eb0e415859fd841c3c4a6b578eaea022)
FIXES 34568
The use of strncmp() results in p->v5_str being treated as matching
prefix instead of as the complete string. This causes "ftpa" to be
considered a match for "ftp".
(cherry picked from commit f0830f89a11a2fea06a26270a90c7ddf8365a533)