Commit Graph

3850 Commits

Author SHA1 Message Date
Jeffrey Altman
15963ecb34 viced-uninitialized-20060704
tcon in XStatsVersion.
2006-07-04 07:15:17 +00:00
Derrick Brashear
e117599fe1 fileserver-hates-pruclient-20060626
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.
2006-07-04 04:57:05 +00:00
Derrick Brashear
4478d3a99a ubik-call-sucks-20060703
ubik_Call's pseudo-varargs construction is hideous

put it out of its misery where possible
2006-07-04 04:50:46 +00:00
Tom Keiser
a2d5bb078f sol10u2-rename-20060703
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.
2006-07-03 19:41:31 +00:00
Asanka Herath
277eb30d32 windows-wix-sdk-20060702
Move SDK to \Program Files\OpenAFS\SDK
2006-07-03 02:45:35 +00:00
Jeffrey Altman
20b4f785b5 windows-library-cleanup-20060702
Export rx_Finalize and rx_InitHost

====================
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 afs_winsockCleanup() call to rx_Finalize

* do not start listener threads multiple times

====================

* export rx_Finalize and pr_End

====================

afs_winsockCleanup
2006-07-03 02:00:51 +00:00
Jeffrey Altman
e66467f382 windows-afsauth-krb-20060702
Build the afsuth.krb library
2006-07-03 01:57:37 +00:00
Jeffrey Altman
5accc48e1b windows-nsis-sdk-20060702
Move SDK to Program Files\OpenAFS\SDK
2006-07-03 01:55:54 +00:00
Jeffrey Altman
61df8d9fc8 windows-afslogon-pr_end-20060702
* 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
2006-07-03 01:54:19 +00:00
Derrick Brashear
1947002d11 butc-prototyping-20060701
have some prototypes
happy july 1
and what a crappy day it is
2006-07-01 06:01:29 +00:00
Derrick Brashear
350c140d89 libcmd-support-version-switch-20060630
well, i guess adm will be sad until it exports AFSVersion, but, life is hard.
2006-06-30 20:44:19 +00:00
Tom Keiser
8a1a06b5eb solaris-vfsops-20060629
fix symbol binding for modern solaris 10 patches (6/06)
which kills a few we didn't need anyway
2006-06-30 15:03:04 +00:00
Tom Keiser
2dcf63ef4e salvager-20060628
make ClearROInUseBit actually do it
2006-06-30 14:57:43 +00:00
Christopher Allen Wing
bc9f256f1c rxbind-typo-fix-20060629
FIXES 34634

kill this obvious typo
2006-06-30 01:17:06 +00:00
Jeffrey Altman
f0830f89a1 rxkad-rt34568-20060629
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".
2006-06-30 00:24:20 +00:00
Jeffrey Altman
a8dc93bf9f windows-bulkstat-eaccess-20060628
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.
2006-06-28 16:00:33 +00:00
Jeffrey Altman
cb395ac70a windows-inlinebulkstat-20060628
fix the timeout conditional and error handling so that all directory
entries will be processed.

now there is a problem in which transitioning from no tokens to tokens
does not result in refreshed data.  something to look into.
2006-06-28 06:33:28 +00:00
Jeffrey Altman
7fa3d8d735 windows-inlinebulkstat-20060627
Activate previously implemented TryBulkStat code.  Due to incorrect
comparisons the code was never executed.  Add support for InlineBulkStat
with fallback to BulkStat and increase the size of CM_BULKMAX to 150.
(3 * AFSCBMAX)

Add CM_SERVERFLAG_NOINLINEBULK to track support for InlineBulkStat.
Clear flag during InitCallbackState.
2006-06-28 04:22:40 +00:00
Jeffrey Altman
08c07df7eb windows-fs-uuid-part-two-20060627
force new connections after uuid change
2006-06-27 23:52:37 +00:00
Jeffrey Altman
5c563c121e windows-fs-uuid-20060627
fs uuid [-generate]
2006-06-27 23:18:29 +00:00
Jeffrey Altman
a8e481ddd9 windows-uninitialized-vars-20060627
uninitialized pointers when dereferenced do bad things
2006-06-27 22:48:23 +00:00
Jeffrey Altman
f2c64e1599 windows-cleanup-20060627
* fix UAEACCES debug string

 * assign scachetype invalid when invalid

 * smb_WriteData prototype

 * update T2 search dir debug message to include unique
2006-06-27 16:39:04 +00:00
Jeffrey Altman
8de6593c68 windows-do-not-release-null-20060626
uidp can be null.  if so, do not release.
2006-06-27 05:02:57 +00:00
Derrick Brashear
791b214180 fileserver-hates-pruclient-20060626
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.
2006-06-27 04:16:46 +00:00
Asanka Herath
2a6f610eca windows-wix-path-key-fix-20060625
properly set the path key
2006-06-26 06:47:04 +00:00
Jeffrey Altman
83e22d270e windows-32bit-tools-client-dir-20060625
Modify afssw_GetClientInstallDir to check both the registry for both
the full client installation as well as the 32-bit tools installation
for the Client Install Pathname.
2006-06-26 03:24:14 +00:00
Jeffrey Altman
ea499821f7 windows-wix-client-path-20060625
move <Environment> tag to a component that will be installed
as part of the 32-bit tools so that Client\Program is added to
the PATH.
2006-06-26 03:18:21 +00:00
Jeffrey Altman
0eb0496160 windows-largefile-support-20060625
don't clear the no64bit when there is no server
2006-06-25 22:44:26 +00:00
Dave Tanner
67598a4f59 windows-torture-test-20060625
Torture Test
2006-06-25 20:50:37 +00:00
Jeffrey Altman
fa4b139d02 windows-largefile-test-20060625
Large File test
2006-06-25 20:50:02 +00:00
Qi Dong
266c933989 windows-aklog-64bit-20060625
Prepare makefile to link against kfw 64-bit libs when they are
available.
2006-06-25 18:56:53 +00:00
Qi Dong
ebef276635 windows-64bit-type-safety-20060625
Type casting
2006-06-25 18:54:16 +00:00
Jeffrey Altman
0b9b02178e windows-cleanup-20060625
cleanup AFS_component_version_number.h
2006-06-25 17:55:23 +00:00
Jeffrey Altman
8c3e1ad757 windows-wix-tools-on-i386-only-20060625
only build the 32-bit tools installer on i386
2006-06-25 15:59:38 +00:00
Jeffrey Altman
bfa26d1ddf windows-nsis-help-files-install-location-20060625
place the help files in the correct location
2006-06-25 15:54:25 +00:00
Jeffrey Altman
8e0033ba73 windows-report-quota-diskfull-20060624
overquota and diskfull errors are detected while writing dirty buffers
to the file server.  A flag is set on the scp so that the error can
be returned to the caller.  cm_FSync was clearing the flag without
returning the error. This permitted calls to Win32 WriteFile to report
success even when they failed.
2006-06-25 02:47:04 +00:00
Russ Allbery
a4cb035040 rhel3-krb524-checking-20060624
FIXES 30589

Check for krb524 functions in libkrb524 if not found in libkrb5 so that the
Kerberos v5 support will build on RHEL3.  Thanks to Derek Atkins for the
debugging and testing.
2006-06-24 17:08:40 +00:00
Jeffrey Altman
830756f8f7 windows-viced-cbd-20060624
don't break platforms other than Windows
2006-06-24 15:09:34 +00:00
Christopher Allen Wing
2a1aff4104 afsutil-includes-20060623
Include <afs/afsutil.h> for prototypes of afs_inet_ntoa and afs_inet_ntoa_r.
2006-06-24 06:47:09 +00:00
Russ Allbery
7f219ecd38 autoconf-datarootdir-20060623
Autoconf 2.60 will replace some variables, most notably mandir, with values
relative to datarootdir, a new variable.  Add settings of datarootdir to
the affected files.
2006-06-24 06:14:09 +00:00
Asanka Herath
e264711295 windows-wix-help-files-install-location-20060623
place the help files in the correct location
2006-06-24 03:48:06 +00:00
Asanka Herath
015f9ce287 windows-largefile-support-20060623
This patch adds large file support (> 2GB) to the CIFS server and
the cache manager.

It also corrects a significant oversight where the definition of
struct rx_call was inconsistent due to a failure to define AFS_PTHREAD_ENV
prior to including rx.h in all source files.  This prevented all errors
during rx_Read and rx_Write to be ignored.
2006-06-23 08:54:27 +00:00
Jeffrey Altman
ae9a07a8e0 windows-cm_syncop-buflocked-20060622
If cm_SyncOp is called with the buffer locked, it must be returned
locked even on error.
2006-06-23 04:32:48 +00:00
Jeffrey Altman
4859232df5 windows-no-freelance-vldb-failover-20060622
When Freelance mode is not in use the cache manager must load the root.afs
volume of the default cell in order to be able to start.   Unfortunately,
if the first vlserver fails the request to obtain the volume information
will timeout and no retries will be performed.  This patch performs up
to 10 retries in the initialization code in order to enable the vlservers
to be marked down so that failover can occur.
2006-06-22 22:48:32 +00:00
Jeffrey Altman
d53a0a8d5e windows-viced-cbd-20060621
typo
2006-06-21 21:40:00 +00:00
Jeffrey Altman
f3a7cd67c5 windows-viced-cbd-20060620
build the callback debug utility
2006-06-20 23:09:46 +00:00
Tom Keiser
7826b31386 aix-largefile-cleanup-20060620
some largefile cleanup and other minor aix tweaking
2006-06-21 18:57:24 +00:00
Jeffrey Altman
840ef4a80f windows-afsrpc-exports-20060620
New functions: rx_InitHost, rx_NewServiceHost
2006-06-20 21:57:26 +00:00
Jeffrey Altman
7af6b06cb6 rxbind-for-servers-20060620
do not call parseNetFile on Windows where the function does not exist
2006-06-20 21:32:55 +00:00
Derrick Brashear
cb25e4400a revert-rx-magic-check-20060607
revert until i recode to avoid conflict with queues
2006-06-20 21:07:06 +00:00