2501 Commits

Author SHA1 Message Date
Jeffrey Altman
742e7c9fdc STABLE14-windows-1376-pullups-20041213
Pullup all Changes since 1.3.75:

- multihomed server support in AFS Client Service

- fix autogeneration of freelance symlinks

- replace SMB InfoLevel constants with preprocessor symbols
2004-12-13 14:13:08 +00:00
Derrick Brashear
4b1b911221 STABLE14-make-1-3-760-20041213
this is 1.3.76
openafs-devel-1_3_76
2004-12-13 19:46:21 +00:00
Jeffrey Hutzelman
384ce4f4e0 STABLE14-STABLE12-implement-vpeek-for-listvol-20041211
FIXES 16765

 All of AFSVolListOneVolume, AFSVolXListOneVolume, AFSVolListVolumes,
 AFSVolXListVolumes currrently attach each volume to be listed with
 V_READONLY.  This makes the fileserver update and sync the volume header
 before releasing the volume to the volserver.  The result is that volume
 list operations are slow, and generate lots of fileserver load, as Jimmy
 pointed out during his talk this afternoon.

 The attached patch introduces a new attach mode, V_PEEK, which is like a
 cross between V_READONLY and V_SECRETLY.  It can be used for read-only
 operations on the volume header, where it is not necessary to inform the
 fileserver that the volume is being accessed.  The patch also changes
 the above-named RPC's to use the new mode.
2004-12-13 19:41:10 +00:00
Jeffrey Hutzelman
f40bc34a74 STABLE14-fix-linux-kvers-setting-20041211
FIXES 16763

set SYS_KVERS reasonably on linux always


(cherry picked from commit 6cd93d304142724c7c0fd37272e84f1a7eacb951)
2004-12-13 19:40:42 +00:00
Derrick Brashear
41116add55 STABLE14-revert-mwaitprocs-20041210
FIXES 5616

revert this for now


(cherry picked from commit efb0f66b66821d5155d7c1b0232427c4b5af2c73)
2004-12-13 19:40:19 +00:00
Derrick Brashear
391c1eed36 STABLE14-sys-depinstall-20041210
add depinstall in sys directory


(cherry picked from commit 8c912bedbcb532d6aa40134a54679539ae8b7245)
2004-12-13 19:39:51 +00:00
Jeffrey Altman
4af7e1b26d STABLE14-ubik-calliter-update-20041210
if we're going to prototype it we need to match this


(cherry picked from commit 80016e804616f7d233831716b1127e3a48c51038)
2004-12-13 19:39:18 +00:00
Jim Rees
033167f1a9 STABLE14-ubik-iter-proto-20041208
prototype, casts, and proper arg count for ubik_CallIter
thanks to Christof Hanke for some of this


(cherry picked from commit 867c3010731daa89f58e54c2c620215de0a94c1f)
2004-12-13 19:38:51 +00:00
Kris Van Hees
9b8470f57b STABLE14-linux-page-follow-link-light-20041209
FIXES 16742

new 2.6 uses page_follow_link_light
detect and use
2004-12-13 19:35:31 +00:00
Chas Williams
91390f3ca3 STABLE14-linux-remove-negative-dentry-20041209
FIXES 16735

during unlink, afs sometimes renames the file instead of deleting it.
this isnt reflected properly in the dcache in linux. the following
patch attempts to address this issue. newname is renamed to afs_newname
and exported.

afs_linux_unlink() checks to see if the file is open. if so, it creates
a negative dcache entry using the name suggested by afs_newname(). then
dmove() moves (exchanges) dp and __dp. __dp is now a negative dentry
for the old name and is put/dropped.


(cherry picked from commit f8432c77965a79047429b18ae0ee214a45e4c9a4)
2004-12-13 19:35:02 +00:00
Derrick Brashear
04e248fc2e STABLE14-only-libafs-update-20041208
only_libafs needs sys on irix


(cherry picked from commit e400114f4486cc7be18de13a3a68a38b446620d3)
2004-12-13 19:34:32 +00:00
Jeffrey Altman
09175a6871 STABLE14-windows-notes-20041213
1.3.7600 changes since 1.3.7500


(cherry picked from commit 3400f8d4da4c0f08bc226730f4d00b252fbad52e)
2004-12-13 14:15:16 +00:00
Jeffrey Altman
7b12a5af6e STABLE14-windows-1376-pullups-20041213
Pullup all Changes since 1.3.75:

- multihomed server support in AFS Client Service

- fix autogeneration of freelance symlinks

- replace SMB InfoLevel constants with preprocessor symbols
2004-12-13 14:13:08 +00:00
Chaskiel M Grundman
f13c8a5ceb STABLE14-linux26-dont-fix-inode-size-ourselves-20041208
hopefully fix cache truncation


(cherry picked from commit 038116a881c1773cda50eca783f5308a52121681)
openafs-devel-1_3_75
2004-12-08 17:21:46 +00:00
Derrick Brashear
6b4c70f87f STABLE14-openafs-1-3-75-20041208
mark things 1.3.75.
2004-12-08 11:12:19 +00:00
Derrick Brashear
fba7229c18 STABLE14-update-irix-bhvl-20041208
define BHV_IS_BHVL(x) to 0 for non-CELL cases where BHV_PREPARE is defined.
6.5.20f is "broken"


(cherry picked from commit 655de549a4115c4ebdb18417aeeba4280ad54162)
2004-12-08 10:35:28 +00:00
Jeffrey Altman
b8894e18a1 STABLE14-wix-update-20041208
Add property for StoreAnsiFilenames


(cherry picked from commit e8e9a297bc92f40ff03a468b64e8f0b5c930fa6c)
2004-12-08 10:20:50 +00:00
Jeffrey Altman
6e4b4696e5 STABLE14-wix-updates-20041208
Add new property for StoreAnsiFilenames
2004-12-08 09:58:49 +00:00
Jeffrey Altman
6af41739b1 STABLE14-windows-version-20041208
1.3.7500


(cherry picked from commit 8a9f304b868bd74a30c1059253acd2094673ad8b)
2004-12-08 09:12:09 +00:00
Robert S Murawski IV
0fd03ea39e STABLE14-nsis-installer-20041208
Preserve previous install settings during upgrade


(cherry picked from commit 3b361484428cd276627c92add48747c57f3db360)
2004-12-08 09:10:37 +00:00
Derrick Brashear
b6a6de085a STABLE14-x86-solaris-20041207
fix my mistake


(cherry picked from commit f41121f32825cf31de238af871605d523727b9cf)
2004-12-07 22:27:16 +00:00
Douglas Engert
b88ad15ebd STABLE14-sparc32-no-largefile-20041207
FIXES 16719

disable largefile on 32bit sparcs
see the bug for better commentary


(cherry picked from commit d271c1c295d138fa5da622a4dd9136d535f4e42d)
2004-12-07 18:30:42 +00:00
Derrick Brashear
b4fe414875 STABLE14-afsd-chunksize-error-20041207
FIXES 16723

based on work from mmokrejs@ribosome.natur.cuni.cz


(cherry picked from commit 54643e26780bed06f1194602426f16dffcf9077d)
2004-12-07 18:25:08 +00:00
Harald Barth
5b8a2ad7f1 STABLE14-aix-5-update-20041207
updates for aix 5


(cherry picked from commit beff42414aeb908b141f116d2b47b2a5baee28ad)
2004-12-07 16:48:34 +00:00
Harald Barth
02b2db631d STABLE14-volname-cleanup-20041207
cleanup how volname or id number is parsed
volname-cleanup-20041207


(cherry picked from commit d6c8b023bb580ccb48198fb4ee070b9e1f950f51)
2004-12-07 16:37:09 +00:00
Jeffrey Altman
e3e8a0fb1b STABLE14-pthread-event-names-20041207
pullup change for debugging purposes.
2004-12-07 16:16:09 +00:00
Matt Benjamin
550a9d37ce STABLE14-umlinux26-20041207
FIXES 16591

umlinux 26 support. i wonder what i just reverted


(cherry picked from commit 4d550ad6b6ec430e3d2564f37ed4b471f8928a38)
2004-12-07 15:59:32 +00:00
Joakim Fallsjö
54e6b437f8 STABLE14-sunx86-20041207
update to provide sun x86 support


(cherry picked from commit 1183771a422a00fcc95d47d06b71479fcc99f4b7)
2004-12-07 14:24:14 +00:00
Jeffrey Altman
0811b1eeae STABLE14-store-ansi-filenames-20041207
Provide option to users to allow file names to be stored using Windows
ANSI code pages (similar to ISO Latin character sets) instead of the
traditional OEM code pages
2004-12-07 12:48:57 +00:00
Jim Rees
ee682fb4f7 STABLE14-no-oscheck-20041206
remove ostype and osrelease check; more trouble than they're worth


(cherry picked from commit d39b99f3da856672edd61adb82532039631b7cb4)
2004-12-07 06:19:16 +00:00
Jeffrey Hutzelman
769f42f1c2 STABLE14-rxdebug-more-dewarn-20041207
FIXES 16660

more dewarning


(cherry picked from commit a3b31a12531558717d46b501222040c1bf4c1402)
2004-12-07 06:17:15 +00:00
Jeffrey Altman
aadec7b865 STABLE14-windows-smb-20041206
Fixup references to SMB Dfs functions.  Now need to fill in the details


(cherry picked from commit cca8097cb99349bd57aca44113cc0c3cebb537ca)
2004-12-07 06:16:47 +00:00
Jeffrey Altman
79b97bfa9f STABLE14-windows-shutdown-20041205
Synchronize the shutdown of all smb_Server threads by waiting on a
shutdown event before continuing

Do not lock a buffer object if the attempt to obtain the buffer failed.


(cherry picked from commit fe97ddf25b550365fd54a3300fa7388cf71d8631)
2004-12-07 06:16:22 +00:00
Jeffrey Altman
97b3c70d76 STABLE14-windows-pioctl-20041204
Be more agressive about trying to establish a connection to the SMB
server if it fails.  This requires adding a new dll: secur32.dll


(cherry picked from commit d2d84479cfc9288cfa2c6d7c012ad0418229d225)
2004-12-07 06:15:56 +00:00
Jeffrey Altman
8a6bfd86a9 STABLE14-windows-version-20041204
1.3.7402


(cherry picked from commit eb164be09070dbf3aeabaa04afef5d16cdbfaa7a)
2004-12-07 06:15:27 +00:00
Jeffrey Altman
8179c7d66b STABLE14-windows-freelance-20041204
perform a bit more error checking and logging when loading mountpoints and
symlinks from the registry


(cherry picked from commit 38ed975350a879cd2a8d45c3e71aa2ed49e8b664)
2004-12-07 06:14:52 +00:00
Jeffrey Altman
06a8fa4a7d STABLE14-winnotes-20041204
make note that the contents of this file are no longer up to date


(cherry picked from commit 86420864cddb9148b89eafc9926b92910e576697)
2004-12-07 06:14:18 +00:00
Jeffrey Altman
8b112ce5c5 STABLE14-windows-afsd-init-20041202
Fix a memory overwrite condition caused when the BackConnectionHostNames
key does not exist


(cherry picked from commit a8d0ca81a8d79b65e265ebf67ae6b9ddc868cac6)
2004-12-07 06:13:26 +00:00
Horst Birthelmer
ae50192d23 STABLE14-afs-server-multi-rx-clesnup-20041202
clean up multirx code 's use of lock


(cherry picked from commit bdd73ef446e4fb1788f414549f39a63ac2419470)
2004-12-07 06:12:40 +00:00
Jeffrey Hutzelman
2abee44d61 STABLE14-amd64-linux-dewarn-20041202
FIXES 16342

clean up warnings for amd64


(cherry picked from commit 75e31ca662dc32581bde67ef5102ec15bac1be60)
2004-12-07 06:12:03 +00:00
Jeffrey Hutzelman
2d4e637b93 STABLE14-rx-dewarnify-20041202
FIXES 16277

dewarnify rx


(cherry picked from commit ffce916e8e37662bb032287a06ee85c28c5e2b3a)
2004-12-07 06:10:05 +00:00
Jeffrey Hutzelman
31ac462617 STABLE14-osi-gettime-20041202
FIXES 16346

osi_GetTime needs to bdeal with 64 bit time on platforms that have it


(cherry picked from commit a8cb095e85fba7ecdeb7bdb7848cfb2f498d5cc8)
2004-12-07 06:09:23 +00:00
Matt Benjamin
7746776a84 STABLE14-umlinux26-20041202
FIXES 16591

umlinux 26 support. i wonder what i just reverted
2004-12-07 06:08:36 +00:00
Douglas Engert
33ea19e7ef STABLE14-ubik-calliter-pass-all-args-20041202
FIXES 16556

pass in all args to ubik_CallIter instead of doing (pseudo) varargs


(cherry picked from commit 70df053245459ebb9b3874719fbc5229b94c114c)
2004-12-07 06:07:20 +00:00
Matt Benjamin
288240d3fd STABLE14-rxdebug-use-afs-ntoa-r-20041202
FIXES 16050

use afs_inet_ntoa_r in rxdebug for consistency


(cherry picked from commit 40d674c9bcefc9b701a2e39edbf3f7e54c8fbcc0)
2004-12-07 06:06:50 +00:00
Jeffrey Hutzelman
5c1e9fab80 STABLE14-vol-bless-20041202
FIXES 15928

add volume blesser


(cherry picked from commit 93bc285e69f1588b04224e65424bfb7e67b14f6d)
2004-12-07 06:06:17 +00:00
Jeffrey Hutzelman
20f29046c9 STABLE14-linux26-set-mps-correctly-200412102
FIXES 15645

set MPS correctly when compiling on 2.6


(cherry picked from commit f32f9810b188878e1e79b004873f91c1c538d40e)
2004-12-07 06:05:41 +00:00
Chaskiel M Grundman
6087e81797 STABLE14-libafsrpc-assertion-failed-20041202
FIXES 16432

need AssertionFailed in libafsrpc. ndon't need casestrcpy in libafsauthent


(cherry picked from commit d8e6630fffbbc6635c49c8c6d45a4550144e7f94)
2004-12-07 06:04:18 +00:00
Jeffrey Altman
f1495b70fb STABLE14-windows-pioctl-debug-20041130
Output the error number and not just the text string when reporting
failures from CreateFile.


(cherry picked from commit b208926c260105159bdf03bf219966a341e76197)
2004-12-07 06:03:40 +00:00
Jeffrey Altman
b5777c2707 STABLE14-windows-notes-upd-20041130
update docs


(cherry picked from commit 53f0da3fb019cbc44bc012fbf0af0c85e7341381)
2004-12-07 06:03:14 +00:00