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()
(cherry picked from commit d42394946fc8c4da27361e3ad39766f83b659fd1)
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 for 1.5.x
====================
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.
====================
add new files and remove dead files
* Updates to WIX installer to support the 2.0.4221 build
* Removes unnecessary files from Release Notes
(cherry picked from commit 436e8fe17b2051db806e386db86b3de789afb2f0)
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.
(cherry picked from commit 94e2fd2f51b671ee44e9ddd12b44c6d26aa149fe)
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)
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
(cherry picked from commit 941ac04165a9239a11b4ab908350dbfae24edfb9)
right now there is one struct ubik_client shared by all threads in the fileserve
r, which sucks when one has it locked
let's, uh, fix that.
(cherry picked from commit e117599fe17fdfca9c61d1883fe9bf9aa95e3918)
ubik_Call's pseudo-varargs construction is hideous
put it out of its misery where possible
(cherry picked from commit 4478d3a99a1baaee081048a20ac50e7af0223647)
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)
right now there is one struct ubik_client shared by all threads in the fileserver, which sucks when one has it locked
let's, uh, fix that.
(cherry picked from commit 791b2141809fc0ad2da78ab3cd91303ac0ec482d)
* 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)
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)
New CM_SCACHEFLAG_EACCESS flag is used to track whether the status
information was the result of an EACCESS error during an inline bulk
status call. If so, we have a callback but did not get any status
info. When this flag is set we include the entry in future bulk status
calls but otherwise treat the cm_scache entry as if it has a valid
callback. The callback will be revoked if the ACLs on the object
changes.
(cherry picked from commit a8dc93bf9f93a1ab74972c41d09af01da93ff230)