3830 Commits

Author SHA1 Message Date
Chaskiel M Grundman
c10c612dba DEVEL15-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


(cherry picked from commit b6f97376880bb38463b372d92b09a977957e0872)
2006-08-20 23:15:16 +00:00
David Thompson
4543348ea0 DEVEL15-shlibafsauthent-typo-20060820
FIXES 37894

eliminate the dumb typo
already gone on the head
2006-08-20 21:17:09 +00:00
Derrick Brashear
f657aeed23 DEVEL15-linux24-fix-20060820
fix ifdef damage


(cherry picked from commit 75599f03de22b1fd6e2818536078e9129741dfb4)
2006-08-20 06:32:56 +00:00
Derrick Brashear
64b63f6cdb DEVEL15-linux-updates-20060811
fix for current fc kernels, and clean up linux nfs translator


(cherry picked from commit 4baf136974d8845b7960708b804a87f1e6f512ff)
2006-08-18 18:14:23 +00:00
Chas Williams
819155a50b DEVEL15-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).


(cherry picked from commit b6da19fe253f456b7d9372d6620057bbd8ad2c8b)
openafs-devel-1_5_7
2006-08-17 14:57:28 +00:00
Derrick Brashear
50dba75d04 DEVEL15-openafs-1-5-7-20060817
make 1.5.7
2006-08-17 14:21:23 +00:00
Jeffrey Altman
fc59b9e133 DEVEL15-windows-release-notes-20060817
1.5.7
2006-08-17 14:16:05 +00:00
Jeffrey Altman
e2abd3c077 DEVEL15-windows-notes-20060817
1.5.7
2006-08-17 14:13:19 +00:00
Jeffrey Altman
5ef0506c81 DEVEL15-windows-backconnectionhostnames-20060817
FIXES 37807

uninitialized variable reported due to dwAllocSize not being used
within the initial RegQueryValueEx call.  (ugh)


(cherry picked from commit 16dc98ab4654f448909d59f65b2a8e3a55bc93b8)
2006-08-17 13:41:45 +00:00
Derrick Brashear
0d70ef2a59 DEVEL15-darwin90-updates-20060813
make things compile cleanly


(cherry picked from commit 202efcf9f5707785ba4c7dab05de9d8dba11952c)
2006-08-13 21:18:17 +00:00
Chas Williams
cd801f124a DEVEL15-linux-dentry-iput-20060813
FIXES 37576

update put_inode handler for swapping situation deadlock avoidance


(cherry picked from commit b21c13dc3ab751118220dc31276995050841a1ae)
2006-08-13 17:54:51 +00:00
Derrick Brashear
55778135c2 DEVEL15-linux-gpl-only-tests-20060813
don't try to use gpl-only kernel symbols


(cherry picked from commit 3017c8dc541afbaed68f9399c348bbdfa7529f9b)
2006-08-13 17:48:12 +00:00
Chas Williams
01720bc000 DEVEL15-fix-congestion-tracking-20060813
FIXES 36951

fix congestion tracking


(cherry picked from commit 031c1819239b5ece45027b25283d980ddc507c93)
2006-08-13 17:43:28 +00:00
Derrick Brashear
1fe458a41d DEVEL15-linux-updates-20060811
fix for current fc kernels, and clean up linux nfs translator


(cherry picked from commit 7c76320e8b0bf49954f5b6f231305e36b7bc4edb)
2006-08-13 05:53:27 +00:00
Derrick Brashear
f9c9bb754b DEVEL15-macos-install-vos-20060810
install vos in /usr/sbin


(cherry picked from commit 677add475009261b8c1cc4b0cd8cbda985616a54)
openafs-devel-1_5_6
2006-08-10 18:09:02 +00:00
Derrick Brashear
7bccc67e3a DEVEL15-openafs-1-5-6-20060810
openafs 1.5.6
2006-08-10 18:00:31 +00:00
Jeffrey Altman
8bd3bfedab DEVEL15-windows-release-notes-20060809
fix TOC links and version numbers
2006-08-10 05:07:04 +00:00
Jeffrey Altman
710920b56f DEVEL15-windows-notes-20060809
1.5.6
2006-08-10 04:56:26 +00:00
Jeffrey Altman
98acb44d90 DEVEL15-windows-version-20060809
1.5.6 == 1.5.0600
2006-08-10 03:49:22 +00:00
Jeffrey Altman
ab35badf7f DEVEL15-windows-buf-queue-handling-20060809
don't free objects that are still on the queue.  remove them first.


(cherry picked from commit aa4d289b87cda5790b268bbb44fd7806379d267f)
2006-08-10 00:49:41 +00:00
Jeffrey Altman
edebbc2485 DEVEL15-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.


(cherry picked from commit cca848edb12abea4deb8f676b07182575d61186d)
2006-08-10 00:29:23 +00:00
Jeffrey Altman
27458dd5a4 DEVEL15-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.


(cherry picked from commit 09020663fad32a30cec3f425d6dee7807799eadb)
2006-08-08 17:39:17 +00:00
Jeffrey Altman
a023188a23 DEVEL15-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.


(cherry picked from commit f45d2d8e67e43faf3442031e29c681d24db10824)
2006-08-07 22:19:05 +00:00
Chaskiel M Grundman
4c574ee996 DEVEL15-solaris-syscall-update-for-prototype-20060804
since it's now prototyped, we needed to do this


(cherry picked from commit 9ec8e8242a839066c30bee4541de5f6dd1e6ca35)
2006-08-04 19:24:43 +00:00
Chas Williams
6f7f147430 DEVEL15-linux-keyring-pags-20060804
ok, well, first try


(cherry picked from commit 43f1bcf65ae1f75694510524d9cb2d8fffcc5992)
2006-08-04 16:57:53 +00:00
Chas Williams
73902c4a3b DEVEL15-linux-kernel-updates-20060804
updates for new stuff in linux kernels


(cherry picked from commit a901d2b8ad9cfb3060b7824179b92b16e5f3dd14)
2006-08-04 16:56:33 +00:00
Chas Williams
b5d380bac6 DEVEL15-linux-try-kbuild-20060804
FIXES 34561

the real reason i upgraded auto*


(cherry picked from commit 51799f7cc0337e6ecc7892be7b8700737712b5e5)
2006-08-04 16:45:29 +00:00
Russ Allbery
0d16549d60 DEVEL15-rxdebug-man-formatting-20060803
Add missing B<> and S<> markup to the SYNOPSIS.


(cherry picked from commit 5c03f31406276490f05ac2ce1325709447be7df6)
2006-08-04 05:10:01 +00:00
Jeffrey Altman
23610c9d09 DEVEL15-windows-cm-buf-20060803
improve readability, ensure that buffers we free are in fact cm_buffers,
and ensure that we obtain the next buffer before freeing the current one


(cherry picked from commit 5c90caf395060832f10c0d5c8befc589fea49826)
2006-08-04 04:46:39 +00:00
Jeffrey Altman
b6933eea2b DEVEL15-windows-smb-no-showerrors-20060803
pop up error dialogs prevent auto shutdown and restart of afsd service
on network adapater error


(cherry picked from commit 2247c0e499df70f2de1797e674ce1035514fc05c)
2006-08-04 00:30:28 +00:00
Jeffrey Altman
7ee0e67e06 DEVEL15-windows-afslogon-null-ptr-20060803
FIXES 33962

do not dereference a null pointer effDomain


(cherry picked from commit 3002d38bcd30a1ac20c77a2c30a6858435f6d604)
2006-08-03 22:55:06 +00:00
Derrick Brashear
233c31c628 DEVEL15-aklog-stds-krb5-order-20060802
kfm needs this first so when you include com_err.h from afs as a side effect of krb5.h we don't explode


(cherry picked from commit aebadcd5478994fec011368597004bef2439ccb6)
openafs-devel-1_5_5
2006-08-02 20:55:56 +00:00
Derrick Brashear
6b43e4eb1b DEVEL15-endian-fixes-20060802
macos needs us to do weird stuff so -arch i386 -arch ppc works


(cherry picked from commit fd099b3e763b6b2c5bfb87db0cae8a900f031ad3)
2006-08-02 20:01:20 +00:00
Jeffrey Altman
d741af80e9 DEVEL15-viced-sane-acls-bit-20060802
Add VICED_CAPABILITY_SANEACLS bit and -saneacls option to viced to
enable it.


(cherry picked from commit 62e6fc36b129729a571264bfb661114dce12bc2e)
2006-08-02 19:21:15 +00:00
Derrick Brashear
823f1b99ed DEVEL15-macos-use-platform-copy-of-afssettings-20060802
we moved this to be made for real; use it


(cherry picked from commit 4ea8536c908871f173d776fc475064761d47d85d)
2006-08-02 05:02:55 +00:00
Derrick Brashear
db7566521b DEVEL15-macos-platform-update-20060801
minor cleanup of the platform stuff


(cherry picked from commit 4d67cb2f1645239d1ef73a8847b17275e4cb3feb)
2006-08-02 04:49:34 +00:00
Derrick Brashear
e4c98073b9 DEVEL15-macos-installer-20060801
partial updates
2006-08-02 04:38:44 +00:00
Derrick Brashear
6ba4319961 DEVEL15-darwin-platform-fix-20060801
get rid of tabs


(cherry picked from commit d1da98ac49860379f772bc27bdd86ac410592ad3)
2006-08-01 23:52:28 +00:00
Jeffrey Altman
76a75e7b78 DEVEL15-viced-capability-writelock-20060801
add write loc king capability


(cherry picked from commit 80e88d6a80fc3fc0d15650f20ea7fc3fece1a1e4)
2006-08-01 23:29:48 +00:00
Russ Allbery
4060b4d699 DEVEL15-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.


(cherry picked from commit 088e1409f8d318697023341e2050a3e58708b0fd)
2006-08-01 22:53:29 +00:00
Derrick Brashear
604e75a367 DEVEL15-STABLE14-macos-installer-20060801
partial updates
2006-08-01 22:46:41 +00:00
Derrick Brashear
6a56239bae DEVEL15-macos-move-afssettings-20060801
build this as part of the build


(cherry picked from commit 86a29ebd32fd9cc48e367930709276a7c489e085)
2006-08-01 22:38:30 +00:00
Derrick Brashear
90fc159f37 DEVEL15-openafs-1-5-5-20060731
make openafs 1.5.5
2006-07-31 23:04:26 +00:00
Jeffrey Hutzelman
1b22507f22 DEVEL15-linux-afs-translator-xen-20060731
FIXES 36646

add linux afs translator plus xen shared afs client support


(cherry picked from commit 29dd7923817b621c5d14920513dc26c2f9fda530)
2006-07-31 22:58:28 +00:00
Derrick Brashear
034bf65e68 DEVEL15-kreltime-guard-against-null-tm-20060731
so we can memset 0 and get defaults


(cherry picked from commit 67f04fa714580016bdbb707d962ce763023e31aa)
2006-07-31 22:26:59 +00:00
Derrick Brashear
21f3bdc53e DEVEL15-fslog-dpf-20060731
turns out it's nice to log why we exit


(cherry picked from commit 75922872e6c29bd059db3b07b7b274e3c4172715)
2006-07-31 20:01:45 +00:00
Derrick Brashear
80f8a2b040 DEVEL15-va-copy-instead-of-just-pointering-20060731
FIXES 35559

va_list isn't integral on ppc


(cherry picked from commit da4775909094e8dc1e14fa9cdbf8ba3baaebf23a)
2006-07-31 19:16:06 +00:00
Russ Allbery
1ababbf2f5 DEVEL15-aklog-man-page-20060731
Rewrite the aklog man page in POD and add documentation of the new flags
and .xlog.

RCS file: /cvs/openafs/src/aklog/Attic/aklog.1,v
Working file: src/aklog/aklog.1
head: 1.2
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 4;	selected revisions: 0
description:

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


(cherry picked from commit 5f434b8087d3c73123860f853d15a0f51c03bf73)
2006-07-31 18:51:28 +00:00
Derrick Brashear
e0ac1bf7a3 DEVEL15-namei_mapper-20060731
add chaskiel's namei mapping tool to cvs and make a rule to build it


(cherry picked from commit 8c4496602badc1b0aa2642e061a720d4d1f108b8)
2006-07-31 17:51:33 +00:00
Christopher Allen Wing
533ebeb2cf DEVEL15-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)


(cherry picked from commit 57ef7a5d999de2829e2f205f2308101819e7f08a)
2006-07-31 17:37:19 +00:00