openafs.git
17 years agodeath-to-sia-20060801
Russ Allbery [Tue, 1 Aug 2006 22:49:36 +0000]
death-to-sia-20060801

Drop the SIA code (PAM for Digital Unix).

17 years agodeath-to-login-20060801
Russ Allbery [Tue, 1 Aug 2006 22:39:56 +0000]
death-to-login-20060801

Get rid of the AFS integrated login, which we no longer care about.

17 years agodjgpp-killer-20060801
Derrick Brashear [Tue, 1 Aug 2006 22:31:42 +0000]
djgpp-killer-20060801

kill djgpp code

17 years agoplatform-build-fixes-20060801
Russ Allbery [Tue, 1 Aug 2006 22:27:17 +0000]
platform-build-fixes-20060801

Add dummy makefiles for all the other supported architectures and fix a
few issues with makefile inclusion in the Makefile.in and
DARWIN/Makefile.in.

17 years agomacos-installer-20060801
Derrick Brashear [Tue, 1 Aug 2006 22:05:08 +0000]
macos-installer-20060801

partial updates

17 years agowe-hate-dce-20060801
Russ Allbery [Tue, 1 Aug 2006 21:57:14 +0000]
we-hate-dce-20060801

Destroy all traces of dauth, including the DCE authentication support in
afsweb.

17 years agomacos-move-afssettings-20060801
Derrick Brashear [Tue, 1 Aug 2006 21:43:34 +0000]
macos-move-afssettings-20060801

build this as part of the build

17 years agodead-log-programs-20060801
Russ Allbery [Tue, 1 Aug 2006 21:31:47 +0000]
dead-log-programs-20060801

log and passwd haven't existed for some time, so get rid of the Makefile
rules for them.

17 years agodeath-to-des-stub-20060801
Russ Allbery [Tue, 1 Aug 2006 21:19:53 +0000]
death-to-des-stub-20060801

Remove des_stub; we don't care any more.

17 years agodeath-to-pinstall-20060801
Russ Allbery [Tue, 1 Aug 2006 21:03:54 +0000]
death-to-pinstall-20060801

Delete pinstall and convert the entire tree to use the install program
found by configure (falling back on install-sh in the local tree).  This
means that we have to pre-create directories with install -d.  Also redo
the install and dest rules to be lists of install rules rather than
dependencies driving separate make rules so that running make install will
always update the target directory with the current code, even if there are
files in the install area that are newer.

Stop installing libafssetpag; we're about to kill it in favor of a
different library.  Remove some djgpp rules.

17 years agolinux-afs-translator-xen-20060731
Jeffrey Hutzelman [Mon, 31 Jul 2006 22:58:17 +0000]
linux-afs-translator-xen-20060731

FIXES 36646

nfs translator for linux, plus xen support for shared afs client

====================
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.
====================
FIXES 36646

add linux afs translator plus xen shared afs client support

====================
FIXES 36646

add linux afs translator plus xen shared afs client support

====================
FIXES 36646

add linux afs translator plus xen shared afs client support

17 years agokreltime-guard-against-null-tm-20060731
Derrick Brashear [Mon, 31 Jul 2006 22:12:39 +0000]
kreltime-guard-against-null-tm-20060731

so we can memset 0 and get defaults

17 years agofslog-dpf-20060731
Derrick Brashear [Mon, 31 Jul 2006 20:01:08 +0000]
fslog-dpf-20060731

turns out it's nice to log why we exit

17 years agoFIXES 35559
Derrick Brashear [Mon, 31 Jul 2006 19:15:15 +0000]
FIXES 35559

va_list isn't integral on ppc

17 years agoka-forwarder-20060731
Russ Allbery [Mon, 31 Jul 2006 18:34:26 +0000]
ka-forwarder-20060731

Add ka-forwarder.

17 years agonamei_mapper-20060731
Derrick Brashear [Mon, 31 Jul 2006 17:50:32 +0000]
namei_mapper-20060731

add chaskiel's namei mapping tool to cvs and make a rule to build it

17 years agoaklog-man-page-20060731
Russ Allbery [Mon, 31 Jul 2006 17:43:19 +0000]
aklog-man-page-20060731

Rewrite the aklog man page in POD and add documentation of the new flags
and .xlog.

====================
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.
====================

Fix my misunderstanding of what rxkad2b is.

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

Fix unterminated B<>.

17 years agobucoord-64-bit-cleanup-20060701
Christopher Allen Wing [Mon, 31 Jul 2006 17:36:01 +0000]
bucoord-64-bit-cleanup-20060701

However, in bucoord/commands.c, bc_VolRestoreCmd(), bc_DiskRestoreCmd(),
bc_VolsetRestoreCmd(), and bc_DumpCmd() were passing '0' as arguments
instead of NULL.  Because there is no prototype for bc_StartDmpRst() this
results in a crash on 64-bit Linux.  (when running 'volrestore' from an
interactive backup session)

17 years agofbsd-ifnet-flags-20060731
Alessandro Dellavedova [Mon, 31 Jul 2006 17:15:53 +0000]
fbsd-ifnet-flags-20060731

FIXES 35757

i should really fix this right

17 years agowindows-cifs-vista-20060731
Jeffrey Altman [Mon, 31 Jul 2006 16:52:43 +0000]
windows-cifs-vista-20060731

remove claim of support for Vista CIFS protocol version

17 years agolibafsauthent-avoid-global-host-20060731
Hans-Werner Paulsen [Mon, 31 Jul 2006 16:33:16 +0000]
libafsauthent-avoid-global-host-20060731

FIXES 36411

defining host globally in the rmtsysc interface: dumb

17 years agovos-avoid-freeing-null-pointers-20060731
Derrick Brashear [Mon, 31 Jul 2006 16:23:34 +0000]
vos-avoid-freeing-null-pointers-20060731

FIXES 36441

pretty obvious. don't.

17 years agocall-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731
Derrick Brashear [Mon, 31 Jul 2006 16:18:13 +0000]
call-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731

FIXES 36442

and slipstream in bzero() killing

17 years agorx-readpacket-leak-20060728
Tom Keiser [Mon, 31 Jul 2006 16:07:49 +0000]
rx-readpacket-leak-20060728

avoid just allocating packets forever

17 years agowindows-cifs-compatibility-20060728
Jeffrey Altman [Fri, 28 Jul 2006 14:36:24 +0000]
windows-cifs-compatibility-20060728

more compatibility fixes to the CIFS gateway server

17 years agowindows-remove-bad-asserts-20060728
Jeffrey Altman [Fri, 28 Jul 2006 03:07:13 +0000]
windows-remove-bad-asserts-20060728

remove assert()s that should simply be if()

17 years agowindows-cifs-undo-large-x-20060726
Jeffrey Altman [Wed, 26 Jul 2006 14:52:56 +0000]
windows-cifs-undo-large-x-20060726

remove claim of support for LARGE_READX and LARGE_WRITEX

17 years agowindows-cifs-rewrite-20060726
Jeffrey Altman [Wed, 26 Jul 2006 14:01:55 +0000]
windows-cifs-rewrite-20060726

 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()

17 years agowindows-integrated-logon-20060726
Jeffrey Altman [Wed, 26 Jul 2006 13:49:41 +0000]
windows-integrated-logon-20060726

 delta windows-integrated-logon-20060724 would cause Windows 2000
 systems to blue screen with an exception in winlogon.exe.

17 years agodes-no-obsolete-encrypt-20060725
Derrick Brashear [Tue, 25 Jul 2006 15:44:46 +0000]
des-no-obsolete-encrypt-20060725

this version of encrypt() conflicts with current linux (which returns void)

we don't use it, so, buh-bye

17 years agocellservdb-dl-sanity-check-20060725
Derrick Brashear [Tue, 25 Jul 2006 15:38:31 +0000]
cellservdb-dl-sanity-check-20060725

protect me from myself

17 years agowindows-integrated-logon-20060724
Jeffrey Altman [Mon, 24 Jul 2006 15:06:15 +0000]
windows-integrated-logon-20060724

 * 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

17 years agowindows-ifs-cleanup-20060720
Jeffrey Altman [Thu, 20 Jul 2006 22:44:30 +0000]
windows-ifs-cleanup-20060720

* fix up prototypes

* remove unused variables

* re-organize code for readability

* fix type safety issues

17 years agowindows-ifs-afsrdr-20060718
Jeffrey Altman [Thu, 20 Jul 2006 07:06:42 +0000]
windows-ifs-afsrdr-20060718

updates to ifs afsrdr code to allow it to compile.

17 years agowindows-ifs-20060718
Jeffrey Altman [Thu, 20 Jul 2006 04:23:09 +0000]
windows-ifs-20060718

enable the afsifs code to build again

17 years agoaix5-curpag-20060719
Derrick Brashear [Fri, 21 Jul 2006 00:27:15 +0000]
aix5-curpag-20060719

curpag() exists in too many places
anyway, fix em

17 years agoviced-checkrights-loglevel-20060719
Jeffrey Altman [Wed, 19 Jul 2006 15:41:48 +0000]
viced-checkrights-loglevel-20060719

increase the log level on the "CheckRights: len=%u, for host=%s:%d\n"
message to 5.

17 years agorxkad-typeindex-20060718
Tom Keiser [Wed, 19 Jul 2006 05:11:06 +0000]
rxkad-typeindex-20060718

clean up an off by one error for type index

17 years agowindows-wix-2_0_4221-20060718
Jeffrey Altman [Tue, 18 Jul 2006 17:02:04 +0000]
windows-wix-2_0_4221-20060718

 * Updates to WIX installer to support the 2.0.4221 build

 * Removes unnecessary files from Release Notes

17 years agowindows-cifs-rewrite-20060717
Jeffrey Altman [Mon, 17 Jul 2006 19:45:27 +0000]
windows-cifs-rewrite-20060717

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.

17 years agoaix-largefile-20060714
Tom Keiser [Fri, 14 Jul 2006 20:22:51 +0000]
aix-largefile-20060714

FDH_WRITE can return something great \7fer than an int32 size for largefile

17 years agodiscon-20060714
Jim Rees [Fri, 14 Jul 2006 18:48:18 +0000]
discon-20060714

Implement PDiscon. Right now only sets nat mode. Untested.

17 years agolinux-posix-lock-file-api-fix-20060714
Derek Atkins [Fri, 14 Jul 2006 15:53:05 +0000]
linux-posix-lock-file-api-fix-20060714

fix lock enrollment for older kernels

17 years agovpurge-needs-no-lock-20060713
Derrick Brashear [Thu, 13 Jul 2006 19:17:20 +0000]
vpurge-needs-no-lock-20060713

don't hold the VOL_LOCK during vpurgevolume
volserver's transaction stuff (NewTrans, actually) precludes any problem

17 years agorxkad-private-reorder-structures-20060713
Derrick Brashear [Thu, 13 Jul 2006 18:55:10 +0000]
rxkad-private-reorder-structures-20060713

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

17 years agotsm-interface-simple-uid-20060713
Derrick Brashear [Thu, 13 Jul 2006 18:38:21 +0000]
tsm-interface-simple-uid-20060713

for now we use afs_uint32 as a uid in the exported interface

17 years agoaix-lam-20060712
Tom Keiser [Thu, 13 Jul 2006 18:24:29 +0000]
aix-lam-20060712

tsm for aix5

17 years agowindows-wait-rx-hard-dead-time-20060710
Jeffrey Altman [Mon, 10 Jul 2006 20:24:08 +0000]
windows-wait-rx-hard-dead-time-20060710

Don't timeout based upon the LAN Workstation Session Timeout value.
Instead wait for the rx hard dead timeout.

17 years agowindows-dllmap-20060705
Jeffrey Altman [Thu, 6 Jul 2006 01:15:14 +0000]
windows-dllmap-20060705

afsrpc.dll and afsauthent.dll got too big for their
allocations.

17 years agowindows-vlserver-makefile-correction-20060705
Jeffrey Altman [Wed, 5 Jul 2006 20:18:55 +0000]
windows-vlserver-makefile-correction-20060705

so make clean works right (remove vldbint.h)

17 years agolibafsrpc-export-xdr-20060705
Derrick Brashear [Wed, 5 Jul 2006 19:34:01 +0000]
libafsrpc-export-xdr-20060705

"       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

17 years agowindows-cifs-20060704
Jeffrey Altman [Tue, 4 Jul 2006 23:42:37 +0000]
windows-cifs-20060704

a mixture of updates to cifs compliance

17 years agoubik-call-sucks-20060704
Jeffrey Altman [Tue, 4 Jul 2006 22:22:35 +0000]
ubik-call-sucks-20060704

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

17 years agoviced-uninitialized-20060704
Jeffrey Altman [Tue, 4 Jul 2006 07:15:17 +0000]
viced-uninitialized-20060704

tcon in XStatsVersion.

17 years agofileserver-hates-pruclient-20060626
Derrick Brashear [Tue, 4 Jul 2006 04:57:05 +0000]
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.

17 years agoubik-call-sucks-20060703
Derrick Brashear [Tue, 4 Jul 2006 04:50:46 +0000]
ubik-call-sucks-20060703

ubik_Call's pseudo-varargs construction is hideous

put it out of its misery where possible

17 years agosol10u2-rename-20060703
Tom Keiser [Mon, 3 Jul 2006 19:41:31 +0000]
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.

17 years agowindows-wix-sdk-20060702
Asanka Herath [Mon, 3 Jul 2006 02:45:35 +0000]
windows-wix-sdk-20060702

Move SDK to \Program Files\OpenAFS\SDK

17 years agowindows-library-cleanup-20060702
Jeffrey Altman [Mon, 3 Jul 2006 02:00:51 +0000]
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

17 years agowindows-afsauth-krb-20060702
Jeffrey Altman [Mon, 3 Jul 2006 01:57:37 +0000]
windows-afsauth-krb-20060702

Build the afsuth.krb library

17 years agowindows-nsis-sdk-20060702
Jeffrey Altman [Mon, 3 Jul 2006 01:55:54 +0000]
windows-nsis-sdk-20060702

Move SDK to Program Files\OpenAFS\SDK

17 years agowindows-afslogon-pr_end-20060702
Jeffrey Altman [Mon, 3 Jul 2006 01:54:19 +0000]
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

17 years agobutc-prototyping-20060701
Derrick Brashear [Sat, 1 Jul 2006 06:01:29 +0000]
butc-prototyping-20060701

have some prototypes
happy july 1
and what a crappy day it is

17 years agolibcmd-support-version-switch-20060630
Derrick Brashear [Fri, 30 Jun 2006 20:44:19 +0000]
libcmd-support-version-switch-20060630

well, i guess adm will be sad until it exports AFSVersion, but, life is hard.

17 years agosolaris-vfsops-20060629
Tom Keiser [Fri, 30 Jun 2006 15:03:04 +0000]
solaris-vfsops-20060629

fix symbol binding for modern solaris 10 patches (6/06)
which kills a few we didn't need anyway

17 years agosalvager-20060628
Tom Keiser [Fri, 30 Jun 2006 14:57:43 +0000]
salvager-20060628

make ClearROInUseBit actually do it

17 years agorxbind-typo-fix-20060629
Christopher Allen Wing [Fri, 30 Jun 2006 01:17:06 +0000]
rxbind-typo-fix-20060629

FIXES 34634

kill this obvious typo

17 years agorxkad-rt34568-20060629
Jeffrey Altman [Fri, 30 Jun 2006 00:24:20 +0000]
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".

17 years agowindows-bulkstat-eaccess-20060628
Jeffrey Altman [Wed, 28 Jun 2006 16:00:33 +0000]
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.

17 years agowindows-inlinebulkstat-20060628
Jeffrey Altman [Wed, 28 Jun 2006 06:33:28 +0000]
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.

17 years agowindows-inlinebulkstat-20060627
Jeffrey Altman [Wed, 28 Jun 2006 04:22:40 +0000]
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.

17 years agowindows-fs-uuid-part-two-20060627
Jeffrey Altman [Tue, 27 Jun 2006 23:52:37 +0000]
windows-fs-uuid-part-two-20060627

force new connections after uuid change

17 years agowindows-fs-uuid-20060627
Jeffrey Altman [Tue, 27 Jun 2006 23:18:29 +0000]
windows-fs-uuid-20060627

 fs uuid [-generate]

17 years agowindows-uninitialized-vars-20060627
Jeffrey Altman [Tue, 27 Jun 2006 22:48:23 +0000]
windows-uninitialized-vars-20060627

uninitialized pointers when dereferenced do bad things

17 years agowindows-cleanup-20060627
Jeffrey Altman [Tue, 27 Jun 2006 16:39:04 +0000]
windows-cleanup-20060627

 * fix UAEACCES debug string

 * assign scachetype invalid when invalid

 * smb_WriteData prototype

 * update T2 search dir debug message to include unique

17 years agowindows-do-not-release-null-20060626
Jeffrey Altman [Tue, 27 Jun 2006 05:02:57 +0000]
windows-do-not-release-null-20060626

uidp can be null.  if so, do not release.

17 years agofileserver-hates-pruclient-20060626
Derrick Brashear [Tue, 27 Jun 2006 04:16:46 +0000]
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.

17 years agowindows-wix-path-key-fix-20060625
Asanka Herath [Mon, 26 Jun 2006 06:47:04 +0000]
windows-wix-path-key-fix-20060625

properly set the path key

17 years agowindows-32bit-tools-client-dir-20060625
Jeffrey Altman [Mon, 26 Jun 2006 03:24:14 +0000]
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.

17 years agowindows-wix-client-path-20060625
Jeffrey Altman [Mon, 26 Jun 2006 03:18:21 +0000]
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.

17 years agowindows-largefile-support-20060625
Jeffrey Altman [Sun, 25 Jun 2006 22:44:26 +0000]
windows-largefile-support-20060625

don't clear the no64bit when there is no server

17 years agowindows-torture-test-20060625
Dave Tanner [Sun, 25 Jun 2006 20:50:37 +0000]
windows-torture-test-20060625

Torture Test

17 years agowindows-largefile-test-20060625
Jeffrey Altman [Sun, 25 Jun 2006 20:50:02 +0000]
windows-largefile-test-20060625

Large File test

17 years agowindows-aklog-64bit-20060625
Qi Dong [Sun, 25 Jun 2006 18:56:53 +0000]
windows-aklog-64bit-20060625

Prepare makefile to link against kfw 64-bit libs when they are
available.

17 years agowindows-64bit-type-safety-20060625
Qi Dong [Sun, 25 Jun 2006 18:54:16 +0000]
windows-64bit-type-safety-20060625

Type casting

17 years agowindows-cleanup-20060625
Jeffrey Altman [Sun, 25 Jun 2006 17:55:23 +0000]
windows-cleanup-20060625

cleanup AFS_component_version_number.h

17 years agowindows-wix-tools-on-i386-only-20060625
Jeffrey Altman [Sun, 25 Jun 2006 15:59:38 +0000]
windows-wix-tools-on-i386-only-20060625

only build the 32-bit tools installer on i386

17 years agowindows-nsis-help-files-install-location-20060625
Jeffrey Altman [Sun, 25 Jun 2006 15:54:25 +0000]
windows-nsis-help-files-install-location-20060625

place the help files in the correct location

17 years agowindows-report-quota-diskfull-20060624
Jeffrey Altman [Sun, 25 Jun 2006 02:47:04 +0000]
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.

17 years agorhel3-krb524-checking-20060624
Russ Allbery [Sat, 24 Jun 2006 17:08:40 +0000]
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.

17 years agowindows-viced-cbd-20060624
Jeffrey Altman [Sat, 24 Jun 2006 15:09:34 +0000]
windows-viced-cbd-20060624

don't break platforms other than Windows

17 years agoafsutil-includes-20060623
Christopher Allen Wing [Sat, 24 Jun 2006 06:47:09 +0000]
afsutil-includes-20060623

Include <afs/afsutil.h> for prototypes of afs_inet_ntoa and afs_inet_ntoa_r.

17 years agoautoconf-datarootdir-20060623
Russ Allbery [Sat, 24 Jun 2006 06:14:09 +0000]
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.

17 years agowindows-wix-help-files-install-location-20060623
Asanka Herath [Sat, 24 Jun 2006 03:48:06 +0000]
windows-wix-help-files-install-location-20060623

place the help files in the correct location

17 years agowindows-largefile-support-20060623
Asanka Herath [Fri, 23 Jun 2006 08:54:27 +0000]
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.

17 years agowindows-cm_syncop-buflocked-20060622
Jeffrey Altman [Fri, 23 Jun 2006 04:32:48 +0000]
windows-cm_syncop-buflocked-20060622

If cm_SyncOp is called with the buffer locked, it must be returned
locked even on error.

17 years agowindows-no-freelance-vldb-failover-20060622
Jeffrey Altman [Thu, 22 Jun 2006 22:48:32 +0000]
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.

17 years agowindows-viced-cbd-20060621
Jeffrey Altman [Wed, 21 Jun 2006 21:40:00 +0000]
windows-viced-cbd-20060621

typo

17 years agowindows-viced-cbd-20060620
Jeffrey Altman [Tue, 20 Jun 2006 23:09:46 +0000]
windows-viced-cbd-20060620

build the callback debug utility

17 years agoaix-largefile-cleanup-20060620
Tom Keiser [Wed, 21 Jun 2006 18:57:24 +0000]
aix-largefile-cleanup-20060620

some largefile cleanup and other minor aix tweaking