2562 Commits

Author SHA1 Message Date
Jeffrey Altman
3303ae8f2a STABLE14-windows-smb-auth-debug-20041213
Add more OutputDebugF() calls to the smb auth routines to assist in
debugging


(cherry picked from commit b6ef8c484f47e100298e5187abf117e7cc88e242)
2004-12-13 23:48:47 +00:00
Jeffrey Altman
2fb16645e3 STABLE14-windows-afs-all-20041213
In addition to establishing a connection with \\AFS; use \\AFS\all to
ensure that we can access ioctl calls even if other methods fail.


(cherry picked from commit 0d4b452e25bd8b1672fc46aa13afbe640b3ce58b)
2004-12-13 23:43:51 +00:00
Ken Hornstein
bb6192a5ff STABLE14-aklog-intergration-20041119
Import the aklog source from the MIT AFS-Kerberos 5 migration kit.
openafs-devel-1_3_77
2004-12-17 15:39:45 +00:00
Derrick Brashear
d885a22417 STABLE14-openafs-1-3-77-20041217
release 1.3.77
2004-12-17 15:36:44 +00:00
Mike Becher
e4633ceba6 STABLE14-linux-rxk-header-update-20041217
update header to not defien _LINUX_CODA_FS_I if it is


(cherry picked from commit 570b2df988688c309d4e58a663f06093ec504e84)
2004-12-17 15:34:05 +00:00
Mike Becher
963a1a24f2 STABLE14-kdump-update-20041217
update kdump for ia64_linux26


(cherry picked from commit f639e4b41ef12bb78feb27495952f065b917fc73)
2004-12-17 15:31:26 +00:00
Mike Becher
93a7874ba2 STABLE14-ia64-linux26-20041217
add ia64 linux26 support


(cherry picked from commit f4f365c7c9c604ef52f0c6d28d61b7f297167706)
2004-12-17 15:29:23 +00:00
Mike Becher
a89fa7b93b STABLE14-linux-rc-update-20041217
update rc scripts for 2.6


(cherry picked from commit 1c8ad1139cce630f77854a3d9f2e7bf4cabd8889)
2004-12-17 15:13:40 +00:00
Christof Hanke
d846b5cdf7 STABLE14-linux26-generic-sendfile-20041217
FIXES 16842

enable loop mounting to work.


(cherry picked from commit 937ba22002f3bb3dddf45c4906349a48c7601cb7)
2004-12-17 14:43:23 +00:00
Travis Broughton
dab19bba5c STABLE14-dumptool-update-20041217
FIXES 16751

large file support for dumptool


(cherry picked from commit ae3cbf270fc84bd315981b5abb6a19699c635223)
2004-12-17 14:39:31 +00:00
Jeffrey Altman
3b2b215c90 STABLE14-windows-version-update-20041216
1.3.7700


(cherry picked from commit 2d52203a51c96adde5bbeb9fa79720f01c538f63)
2004-12-16 20:07:20 +00:00
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