3716 Commits

Author SHA1 Message Date
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
Alessandro Dellavedova
5dc91e9a8d DEVEL15-fbsd-ifnet-flags-20060731
FIXES 35757

i should really fix this right


(cherry picked from commit c04c2a0b1aa266c67d2e7e056e6c3f9518a39a2a)
2006-07-31 17:16:52 +00:00
Jeffrey Altman
4d2acff5f9 DEVEL15-windows-cifs-vista-20060731
remove claim of support for Vista CIFS protocol version


(cherry picked from commit 5a0c56d33b9bc842cee10afc977f59b04e46d728)
2006-07-31 16:51:38 +00:00
Jeffrey Altman
b8e83ec5b1 DEVEL15-windows-version-20060731
1.5.5 = 1.5.0500.0
2006-07-31 16:48:43 +00:00
Hans-Werner Paulsen
9dc5903a43 DEVEL15-libafsauthent-avoid-global-host-20060731
FIXES 36411

defining host globally in the rmtsysc interface: dumb


(cherry picked from commit e6f6adc1bc310482baa868046e68c386ab1c822b)
2006-07-31 16:34:27 +00:00
Derrick Brashear
e7fd2f5a2b DEVEL15-vos-avoid-freeing-null-pointers-20060731
FIXES 36441

pretty obvious. don't.


(cherry picked from commit 77c502047025d8073e4cd35c5e4851fd1d2eb369)
2006-07-31 16:24:45 +00:00
Derrick Brashear
e53b71c3de DEVEL15-call-bzero-in-convertvolumeinfo-with-correct-size-for-dotreadonly-20060731
FIXES 36442

and slipstream in bzero() killing


(cherry picked from commit 8d2dbc51f40e61cbe6157c910dff18606cf84282)
2006-07-31 16:19:36 +00:00
Tom Keiser
b516fdbead DEVEL15-rx-readpacket-leak-20060728
avoid just allocating packets forever


(cherry picked from commit e199597d529a035f50e57e7dd653a8095313d246)
2006-07-31 16:09:09 +00:00
Jeffrey Altman
499fa6571a DEVEL15-STABLE15-windows-version-20060728
1.5.4 = 1.5.0400.0
openafs-devel-1_5_4
2006-07-28 17:28:56 +00:00
Jeffrey Altman
8fa17ab57f DEVEL15-windows-notes-20060728
updates for 1.5.4
2006-07-28 17:26:51 +00:00
Jeffrey Altman
d1b6db9e62 DEVEL15-windows-cifs-compatibility-20060728
more compatibility fixes to the CIFS gateway server


(cherry picked from commit ebcfab8d3247ff6fa98726c88a55a5cec0d91f97)
2006-07-28 14:38:13 +00:00
Jeffrey Altman
8ad395fb8b DEVEL15-windows-remove-bad-asserts-20060728
remove assert()s that should simply be if()


(cherry picked from commit a4211966d7f9d16dd2f93c9122ba09b4920dfd8e)
2006-07-28 03:10:15 +00:00
Jeffrey Altman
a6ee484aba DEVEL15-windows-cifs-undo-large-x-20060726
remove claim of support for LARGE_READX and LARGE_WRITEX


(cherry picked from commit b805981546444ba90c9d0b811358658e720f9277)
2006-07-26 14:54:41 +00:00
Jeffrey Altman
19b4ef7a59 DEVEL15-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()


(cherry picked from commit d42394946fc8c4da27361e3ad39766f83b659fd1)
2006-07-26 14:04:08 +00:00
Jeffrey Altman
04379cf349 DEVEL15-windows-integrated-logon-20060726
delta windows-integrated-logon-20060724 would cause Windows 2000
 systems to blue screen with an exception in winlogon.exe.


(cherry picked from commit 3167f707fdf582c8ca851a353ca0c82b92ccc947)
2006-07-26 13:51:21 +00:00