Commit Graph

3891 Commits

Author SHA1 Message Date
Jeffrey Altman
48471c805e windows-init-log-eol-20060830
change EOL to CR-LF for afsd_init.log
2006-08-30 21:09:11 +00:00
Jeffrey Altman
f8b7be8f16 windows-t2-search-dir-info-level-20060830
return CM_ERROR_INVAL if we don't recognize the requested infoLevel
2006-08-30 07:31:47 +00:00
Jeffrey Altman
a9bbe0e0dc windows-winsock-init-20060829
WSAStartup and WSACleanup do not need to be wrapped by the app
to protect against multiple calls.
2006-08-30 02:40:03 +00:00
Derrick Brashear
90b79e93e8 aklog-deal-with-feeble-kdcs-20060829
i guess i should just give up and fix this here
2006-08-29 20:07:26 +00:00
Marc Dionne
7ee5149103 get-sbdev-configure-test-20060828
FIXES 38736

the autoconf glue was missed before
2006-08-28 20:11:31 +00:00
Jeffrey Altman
93846a81d2 windows-pioctl-service-check-20060828
before attempting a smb query check the service status.  fail immediately
if the afs service is not running.
2006-08-28 18:17:13 +00:00
Jeffrey Altman
09f46c46d0 windows-talocale-20060829
initialize variables before use
2006-08-28 06:36:01 +00:00
Jeffrey Altman
8083dcea82 windows-dll-install-20060829
install resource dlls in the same directory as the base modules
2006-08-28 06:10:14 +00:00
Jeffrey Altman
56d71eaae7 windows-shell-ext-20060829
How did the afs_shl_ext_XXXX.dll module ever load on any platform?
Since the name afs_shl_ext.dll is not 8.3 we must specify the base name
explicitly.   Otherwise, it won't load.
2006-08-28 06:04:03 +00:00
Jeffrey Altman
93cd9cb88c windows-cleanup-20060828
cleanup AFS_component_version_number.h the right way
2006-08-28 05:26:30 +00:00
Jeffrey Altman
01e5faa0b2 windows-smb-set-eof-20060825
SMB_SET_FILE_END_OF_FILE_INFO is a LARGE_INTEGER not USHORT
2006-08-26 04:41:37 +00:00
Jeffrey Altman
5ba229419b windows-smb-alignment-20060825
on the wire smb data structures should be byte aligned
2006-08-25 18:07:21 +00:00
Jeffrey Altman
375a79f2a0 windows-cm_volume-recycling-20060825
do not panic if we reach maxVolumes and there is a volume entry that
can be recycled.
2006-08-25 16:23:51 +00:00
Derek Atkins
4076e99d91 keyring-test-harder-20060825
FIXES 38470

don't enable keyring pags in older keyring kernels
2006-08-25 06:21:43 +00:00
Chaskiel M Grundman
3cdf27d6f0 macos104-no-64bit-resid-yet-20060825
we're not ready for 64bit resid yet (in dir code)
2006-08-25 05:47:00 +00:00
Jeffrey Hutzelman
bfdf13de06 vol-init-locallock-20060824
we never init this. oops.
2006-08-24 21:18:56 +00:00
Derrick Brashear
60f1ed2d6d pruclient-killer-fix-20060824
FIXES 37251

yeah, i should commit the fix this time. not my day
2006-08-24 05:31:25 +00:00
Derrick Brashear
d9486687e8 tweak-afsd-autotune-20060821
this (chunksize tuning) needs to be revisited
2006-08-21 21:38:55 +00:00
Derrick Brashear
ffa71e5a91 specfiles-20060821
same for head
2006-08-21 21:01:14 +00:00
Chaskiel M Grundman
b6f9737688 tiger-fix-largefile-20060820
FIXES 37890

don't make uio offset an int.
at the same time, fix resid similarly, and fix osi_file.c to accomodate that
2006-08-20 23:12:46 +00:00
Derrick Brashear
75599f03de linux24-fix-20060820
fix ifdef damage
2006-08-20 06:31:42 +00:00
Chas Williams
b6da19fe25 linux-keyring-pag-update-20060817
FIXES 37887

if you manage to patch the syscall table, then the setpag() in the
patched setgroups syscall and creates a new session keyring. it does
contain the right pag id but this isnt the intended behavior.

so setpag() becomes __setpag() which just does the group insertion.
(and perhaps it should be called something else?). the stat count for
the setpag operation might be more correct now (instead of also counting
the pag restores).
2006-08-17 14:55:43 +00:00
Jeffrey Altman
16dc98ab46 windows-backconnectionhostnames-20060817
FIXES 37807

uninitialized variable reported due to dwAllocSize not being used
within the initial RegQueryValueEx call.  (ugh)
2006-08-17 13:40:16 +00:00
Derrick Brashear
202efcf9f5 darwin90-updates-20060813
make things compile cleanly
2006-08-13 21:17:04 +00:00
Chas Williams
b21c13dc3a linux-dentry-iput-20060813
FIXES 37576

update put_inode handler for swapping situation deadlock avoidance
2006-08-13 17:53:46 +00:00
Derrick Brashear
3017c8dc54 linux-gpl-only-tests-20060813
don't try to use gpl-only kernel symbols
2006-08-13 17:45:48 +00:00
Chas Williams
031c181923 fix-congestion-tracking-20060813
FIXES 36951

fix congestion tracking
2006-08-13 17:40:27 +00:00
Derrick Brashear
4baf136974 linux-updates-20060811
fix for current fc kernels, and clean up linux nfs translator
2006-08-13 05:52:08 +00:00
Jason McCormick
ba05854b63 linux-mutex-changes-20060812
update mutex declarations
2006-08-12 17:50:37 +00:00
Derrick Brashear
7c76320e8b linux-updates-20060811
fix for current fc kernels, and clean up linux nfs translator
2006-08-11 22:38:41 +00:00
Jim Rees
dc1531a528 fix-includes-20060810
Fix kopenafs includes.
2006-08-10 22:03:35 +00:00
Jim Rees
d9de7beb99 declare-ubik-client-20060810
Declare ubik_client in rpcgen.
I don't like this fix but I hope it's just temporary until someone fixes
the include dependencies.
2006-08-10 21:50:40 +00:00
Derrick Brashear
677add4750 macos-install-vos-20060810
install vos in /usr/sbin
2006-08-10 18:06:10 +00:00
Jeffrey Altman
aa4d289b87 windows-buf-queue-handling-20060809
don't free objects that are still on the queue.  remove them first.
2006-08-10 00:48:24 +00:00
Jeffrey Altman
cca848edb1 windows-backconnectionhostnames-fix-20060809
The previous code failed to specify the correct size of the REG_MULTI_SZ
being written to the registry when appending an additional name to the
list of Back Connection Host names.  This would cause the written string
to contain

   FOO\0B

instead of

   FOO\0\BAR\0\0

this caused problems for Windows 2000 lsass.exe which failed to properly
allocate the buffer for RegQueryValueEx and failed to check that it did
not read beyond the buffer.   If the list was not terminated with two
nuls an exception would be thrown that could result in a lock being
orphaned on the NTLMNameTable.  This would in turn prevent authentications
to UNC resources from completing.  As a result, the startup of
afsd_service.exe would fail if a GlobalAutoMapper drive was configured.

The work around is to set the correct value in the registry before
switching machine names or installing/removing the Microsoft Loopback
Adapter.
2006-08-10 00:27:50 +00:00
Jeffrey Altman
09020663fa windows-restrict-timeouts-to-cifs-20060808
If afsd takes longer than the cifs timeout to complete an operation
the cifs client may break the virtual circuit and create a new one.
this forces all file handles to be closed and locks to be released.
Try to prevent the circuit from being destroyed by allowing the
CIFS lanmanworkstation SessTimeout value to enforce upper limits
on the Conn and Hard Dead Timeouts.   Permit this automatic configuration
to be disabled by setting specific configuration values for timeouts
in the registry.
2006-08-08 17:36:48 +00:00
Jeffrey Altman
f45d2d8e67 windows-globalautomapper-thread-20060807
Move the establishment of the GlobalAutoMapper drives to a separate
thread in order to prevent OpenAFS from reporting that the service did
not start.

OpenAFS considers the GlobalAutoMapper as deprecated functionality so
it is ok to avoid the service failure report.
2006-08-07 22:17:36 +00:00
Chaskiel M Grundman
2bed0e5377 solaris-sockaddr-storage-20060804
the head has the sockaddr_storage patch from the rxtcp work, so it needs this
2006-08-04 20:53:20 +00:00
Chaskiel M Grundman
9ec8e8242a solaris-syscall-update-for-prototype-20060804
since it's now prototyped, we needed to do this
2006-08-04 19:23:25 +00:00
Russ Allbery
146b525664 signal-not-sys-signal-20060804
<signal.h>, not <sys/signal.h>.
2006-08-04 19:05:02 +00:00
Russ Allbery
67b7c2a6bb shlibafsauthent-linking-20060804
libafsauthent needs to link against libafsrpc.
2006-08-04 18:58:46 +00:00
Russ Allbery
9e01ca69f3 shlib-build-error-reporting-20060804
Use set -e so that errors will be reported to make.
2006-08-04 18:55:13 +00:00
Russ Allbery
2cb59dc2b7 death-to-remaining-longc-procs-20060804
Kill the remaining references to afs/longc_procs.h so that head will
actually compile (whoops).  For a header that no longer did anything, we
sure included it in a lot of places.
2006-08-04 18:42:37 +00:00
Russ Allbery
16f06bd0ca fs-conv-sol26-move-20060802
Take advantage of the new platform infrastructure to move fs_conv_sol26 out
of the vol directory and remove the annoying Autoconf support for
optionally build it in favor of the platform support.  We no longer care
about upgrading inode file servers on DUX, so make fs_conv_DUX4 go away.
2006-08-04 18:40:08 +00:00
Russ Allbery
5fdbb9841b death-to-ultrix-20060804
Remove all remaining references to AFS_ULTRIX_ENV or pmax_* from the source
tree.
2006-08-04 17:11:31 +00:00
Chas Williams
43f1bcf65a linux-keyring-pags-20060804
ok, well, first try
2006-08-04 16:55:21 +00:00
Chas Williams
a901d2b8ad linux-kernel-updates-20060804
updates for new stuff in linux kernels
2006-08-04 16:46:59 +00:00
Russ Allbery
f3a77810db death-to-longc-procs-20060804
longc_procs.h was only used on Ultrix, about which we no longer care.
Delete it, its installation rules, and the places where we were including
it.
2006-08-04 16:43:38 +00:00
Chas Williams
51799f7cc0 linux-try-kbuild-20060804
FIXES 34561

the real reason i upgraded auto*
2006-08-04 16:42:55 +00:00
Russ Allbery
68382256a8 death-to-param-usr-20060803
The param.*_usr.h files are obsolete and no longer referenced.  All of them
except for param.ia64_hpux1123_usr.h contained #error directives saying not
to use them.
2006-08-04 05:12:05 +00:00