4821 Commits

Author SHA1 Message Date
Jeffrey Altman
6d32f5ade6 DEVEL15-windows-fs-newcell-20080130
LICENSE MIT

prevent the afs client service from crashing when fs newcell is executed


(cherry picked from commit 02a80e05a73d9df50fbd427e30ca862706afcbc1)
2008-01-31 05:49:00 +00:00
Jeffrey Altman
fb051aaac7 DEVEL15-windows-nsis-installer-20080130
LICENSE MIT

move afslogon.dll, afscpcc.exe and afs_cpa.cpl to
\Program Files\OpenAFS\Client\Program in order to get them out
of the %windir% tree


(cherry picked from commit 3d0ebe1f7841ac6ca9db593b587a13d85a950ac5)
2008-01-31 03:03:13 +00:00
Jeffrey Altman
2a9a304964 DEVEL15-rx-edquot-20080130
LICENSE MIT

Conditionalize error translation on the existence of EDQUOT not
on platform macros


(cherry picked from commit 9ce814aa99b6877843f38c7fdd8fde09cb2a743c)
2008-01-31 00:28:23 +00:00
Simon Wilkinson
f5dcf2aa13 DEVEL15-linux-keytype-exports-20080130
LICENSE IPL10

try to work even if key_type_keyring isn't exported


(cherry picked from commit 9751c68faaff4ab5e4fae7aaad082073ca4daebf)
2008-01-30 17:30:38 +00:00
Simon Wilkinson
a78a5e3637 DEVEL15-linux-rx-kernel-listener-kill-task-directly-20080130
LICENSE IPL10

based on work from shadow@dementia.org

since the tasklist lock and rcu stuff can/will be de-exported, and we don't
need it anyway...


(cherry picked from commit c5afa335a8ffb86cf17c32173eb0e1c26500dd80)
2008-01-30 17:26:01 +00:00
Jeffrey Altman
ff80258c24 DEVEL15-windows-ipaddr-change-server-deadlock-20080130
LICENSE MIT

avoid a deadlock during server probes initiated by the ipaddr change
daemon thread.

(missed a case in DELTA windows-ipaddr-change-server-deadlock-20080106)


(cherry picked from commit 162cb95707f739170ab4a025a801a430c86ae70a)
2008-01-30 14:57:37 +00:00
Alistair Ferguson
3cd75333ae DEVEL15-syncvl-fix-bogus-rw-update-20080129
LICENSE IPL10

pass in a ref to entry correctly


(cherry picked from commit 9023049040e5705ac5dc26800022973a1acefff2)
2008-01-29 20:41:27 +00:00
Jeffrey Altman
d035d6ded0 DEVEL15-windows-lanahelper-20080128
LICENSE MIT

The algorithms that were used to produce a Netbios name were broken.
The name that was produced when the hostname was too long was in fact
longer than the maximum permitted netbios name.

Also, the "NetbiosName" value was not used as a suffix when the loopback
adapter was not installed.  The hardcoded string "AFS" was used instead.


(cherry picked from commit 2542c5e07f52c89f25f290153f0b4669076ae654)
2008-01-29 00:21:52 +00:00
Jeffrey Altman
07ad5f5393 DEVEL15-windows-network-type-allocation-20080128
LICENSE MIT

Microsoft has defined for us:

#define     WNNC_NET_OPENAFS     0x00390000


(cherry picked from commit fffcc1dec3d4fc905239b2890cb4f960efdff4ba)
2008-01-28 19:51:20 +00:00
Derrick Brashear
c2243623e4 DEVEL15-revert-linux-2624-rc5-updates-20080127
LICENSE IPL10
FIXES 83716

the generic 2.6.24 patch should address all this.


(cherry picked from commit a0fd168db5e24fca5f08ccf67d53f58c6f05fa35)
2008-01-28 19:30:06 +00:00
Marc Dionne
ab40b4f7c4 DEVEL15-sysctl-table-checking-modpost-fun-fun-20080127
LICENSE IPL10
FIXES 83890

try again to do something sensible so we don't default wrong


(cherry picked from commit 5a93678e3943fa2c71d51f25f84b4efd5f3700e6)
2008-01-28 19:15:29 +00:00
Jeffrey Altman
baa645b73d DEVEL15-windows-freelance-improved-dfs-handling-20080127
LICENSE MIT

Cell names are published as share names.  As a result they are searched
for as part of the Dfs Referral evaluation.  If share "foo" can not be
reached, the CIFS client will fallback to searching for "fo" as well.

Since the freelance client automatically adds a symlink for prefixes
of the cell name, this results in both "foo" and "fo" being added to
the freelance root.afs volume.  This patch prevents that negative side
effect.


(cherry picked from commit 36bdf1ccd859fb0039d8ae9abd04f9eea08d704d)
2008-01-28 07:23:35 +00:00
Jeffrey Altman
fad6f22197 DEVEL15-windows-afskfw-20080127
LICENSE MIT

when tracking ccache names be sure to include the cache type prefix.


(cherry picked from commit 3f3545024100f3efd7bb76925d3cb1b1c15ae3f4)
2008-01-28 07:13:24 +00:00
Derrick Brashear
9ec7705567 DEVEL15-afsdb-fix-20080126
LICENSE IPL10

pull bugfix from 1.4


(cherry picked from commit 7526681ef5c57a4ffe0c343717c3ed65a9120768)
2008-01-28 01:39:18 +00:00
Jason Edgecombe
04c1fe61d1 DEVEL15-macos-panic-decoder-20080127
LICENSE IPL10

panic log decoder from Jason. Still needs some work for Leopard but we should
be able to make a go of this


(cherry picked from commit 711dc57c7fa053efa58c02df8788da1a2c7889bf)
2008-01-27 18:46:14 +00:00
Derrick Brashear
75fc443583 DEVEL15-redhat-support-dkms-20080124
LICENSE IPL10

attempt to provide dkms support.
this does work on my fc8 test host. it may not work in all cases.


(cherry picked from commit 7dc71d1154294cdc5f5aba4c3e58a00972318960)
2008-01-24 23:56:47 +00:00
Mike Meffie
bb3d12809c DEVEL15-tests-update-20080124
LICENSE IPL10

update test scripting


(cherry picked from commit 80f7294490e1d1423a5f7482ed924dda8bab1ba8)
2008-01-24 23:50:37 +00:00
Jeffrey Altman
19cd7d9702 DEVEL15-rxkad-v5-dot-check-20080124
LICENSE MIT

Export rx_SetSecurityConfiguration on Windows


(cherry picked from commit 89d93d9ad7862c5de0587a84d99c567bf5a61d14)
2008-01-24 16:08:11 +00:00
Jeffrey Altman
cb4e53d30f DEVEL15-windows-get-volume-no-reset-flag-20080124
LICENSE MIT

There are circumstances where a volume object is being accessed and the
volume is marked indicating that the volume location information is out
of date but where it is also pointless and perhaps dangerous to block
waiting for the rpc to complete.  One example is when processing the
cmdebug requests.  If we know that we are not going to use the volume
object to contact a server, then we can now set the CM_GETVOL_FLAG_NO_RESET
flag.


(cherry picked from commit d32156e5c1fb36994650754a11379df6ccc94909)
2008-01-24 15:31:12 +00:00
Jeffrey Altman
7f846c3396 DEVEL15-windows-symlink-dot-dot-20080124
LICENSE MIT

when moving up in the directory tree we search the recorded fid list to
find a matching fid that we have already crossed.  we must also reset
the fid count based upon what we discover.


(cherry picked from commit 16a90b2f8dfe875991bca0dee516c531fcc3aeee)
2008-01-24 15:20:46 +00:00
Derrick Brashear
e72830d3f3 DEVEL15-redhat-spec-more-arches-20080123
LICENSE IPL10

support sprc, sparc64, ppc, ppc64, s390, s390x. we should be able to cope with
all these. if not, fix it.


(cherry picked from commit ef6fc588bcab9a59e54050899937407be962b074)
2008-01-23 21:38:45 +00:00
Derrick Brashear
3383787f54 DEVEL15-linux-key-type-detection-once-20080123
LICENSE IPL10

doubled configure test from 2 sources.


(cherry picked from commit 9a45a546747dad7a70b24b76b1a02bf398c22762)
2008-01-23 13:47:34 +00:00
Simon Wilkinson
756c08b6cf DEVEL15-redhat-kmodtool-20080122
LICENSE IPL10

install simon's modified kmodtool


(cherry picked from commit 434c25fee15162dff64f2c18a971023b146d6118)
2008-01-23 05:30:30 +00:00
Simon Wilkinson
8be8d54156 DEVEL15-rxkad-v5-dot-check-20080122
LICENSE IPL10
FIXES 75101

give an option to not enforce the dotted principal check. document it.


(cherry picked from commit 98a68f9b021a06d056fb3b97681b9cfc04873d55)
2008-01-23 04:18:10 +00:00
Derrick Brashear
6d0395c1ca DEVEL15-viced-fsync-glock-creation-20080122
LICENSE IPL10

create fsync glock and cond before we initialize volume package. oops?


(cherry picked from commit 0e8adf69538638b8caa56d9b1fa72beba74734bd)
2008-01-23 03:21:45 +00:00
Derrick Brashear
7b9c6215a4 DEVEL15-redhat-packaging-keep-up-with-the-joneses-20080122
LICENSE IPL10

track new manpages


(cherry picked from commit 0fab6d9600769dd219fd6e968c4a6bae9ed5d497)
2008-01-22 21:05:30 +00:00
Derrick Brashear
514913d711 DEVEL15-vos-volser-enhancements-20080121
LICENSE IPL10

add option to addsite to allow adding a site where there is already a release-
equivalent volume resident, where thus we don't want to mark unreleased

(possible by dumping an existing RO and restoring with -readonly at the
 new site)

add ability to vos clone to a readonly or backup with the correct ID and name

add ability when restoring a RW to a new site to leave the volume at the old
site intact

all changes are internal to vos and can be used with any OpenAFS from 2006
or later (supporting changes in namei to not create volumes with bad parent
id went in in December 2005)


(cherry picked from commit e1c4e77d13122c2bb66d532ffd9dfc2e75318c04)
2008-01-22 05:15:30 +00:00
Mike Meffie
11054b3941 DEVEL15-tests-update-20080121
LICENSE IPL10

update test scripting


(cherry picked from commit 1181ea034623541765fbc5c23df55ebaf577c083)
2008-01-21 21:04:53 +00:00
Evan Broder
fc12d1c024 DEVEL15-macos-packaging-using-afs-conf-when-possible-20080121
LICENSE IPL10
FIXES 81825

switch to afs.conf as other ports use instead of afsd.options,
when possible
2008-01-21 20:57:23 +00:00
Derrick Brashear
98b266f913 DEVEL15-make-avoid-double-slash-20080121
LICENSE IPL10

avoid having double / in make commands


(cherry picked from commit 6a7461e6f8dad79894c6d2ad11edfdba689c4c77)
2008-01-21 18:38:02 +00:00
Jeffrey Hutzelman
5d37c040b0 DEVEL15-solaris-vfsroot-refcount-issue-20080121
LICENSE IPL10

fix issue with afs root vnode refcount dropping to 0


(cherry picked from commit fc91cf4314eb768a2f83f198645e553b5fa778de)
2008-01-21 17:37:30 +00:00
Simon Wilkinson
1b907f24c9 DEVEL15-redhat-spec-update-20080121
LICENSE IPL10

update specfile to default to fedorakmod


(cherry picked from commit 75c10322ff3a3ef5e735d8821051678526e42275)
2008-01-21 17:09:48 +00:00
Derrick Brashear
77baeeafa7 DEVEL15-vos-restore-incrementals-no-orphans-really-20080121
LICENSE IPL10
FIXES 46937

based on comments from jhutz@cmu.edu; runnign thread in the ticket


(cherry picked from commit 22c059a9138be33eeeed910badcac3ebfeea24b5)
2008-01-21 14:06:11 +00:00
Jason Edgecombe
c4923a4d26 DEVEL15-man-page-fileserver-limits-20080119
LICENSE BSD

Document the 2TB volume and partition limits and the -abortthreshold flag
to the AFS fileserver.


(cherry picked from commit efba39ead059458d222f923db83c660f23c20b80)
2008-01-20 00:17:45 +00:00
Jeffrey Altman
04c9a3436c DEVEL15-windows-cm_ioctl_query_opts-20080115
LICENSE MIT

The path ioctl operations have several issues:

(1) the specified path for "fs examine, whereis, whichcell, flush" and so
    always has the follow symlinks and mount points semantics.  This makes
    it impossible to determine what the FID of a symlink or mount point is.

(2) "fs examine" out is not the result of a single pioctl operation but is
    actually the combined output of half a dozen operations.  Path evaluation
    is an expensive operation.  It would be faster if the caller could
    evaluate the FID first and then perform all of the rest of the operations
    by specifying the FID instead of the path.

(3) fs output reports all objects as files.  By adding a GetFileType
    pioctl more informative output can be provided that indicates what
    type of object the path evaluates to.

(4) the Windows fs command includes a number of commands that do nothing
    but exist only because the Unix cache manager supports them.

This delta adds a new extendible data structure cm_ioctl_query_opts_t which
can be optionally specified with pioctls that do not already require
input data.  The first two fields of this structure are 'literal' and
'fid'.  The literal field is used to indicate whether the last component
of the path should be evaluated following symlinks and mount points.
The fid field permits a fid to be specified.

A new GetFileType pioctl has been added. The type of objects are now
output.

A new "-literal" option is available for "fs examine, flush, whereis, and
whichcell.

Unimplemented fs commands have been removed.


(cherry picked from commit 88e915d8f976898e75a6afe8bc7b6d7c33b8a121)
2008-01-16 03:19:51 +00:00
Derrick Brashear
36ece4c442 DEVEL15-redhat-makesrpm-deal-with-cellservdb-20080115
LICENSE IPL10

autofetch the CellServDB based on the spec or let one be provided


(cherry picked from commit 64ef3f518eee22b167ff5043b01dc1f3251f10bd)
2008-01-15 23:43:40 +00:00
Matt Benjamin
c6f784e6a3 DEVEL15-fbsd-70-updates-20080115
LICENSE IPL10
FIXES 82847

updates to make us build on freebsd 7.0


(cherry picked from commit c386499fbeab36f5292e196563a4887fa06068ac)
2008-01-15 06:09:11 +00:00
Derrick Brashear
a07ff8f020 DEVEL15-arm-linux-20080115
LICENSE IPL10

make an arm linux port.


(cherry picked from commit 08d71812fed3cc9f37d516d8f5d5b4ba9ccfb032)
2008-01-15 05:21:18 +00:00
Jason Edgecombe
6f7d1a30d2 DEVEL15-man-page-cmdebug-updates-20080113
LICENSE BSD

Add -ctime and -cellservdb options to the cmdebug man page and improve
example host names and SEE ALSO references.


(cherry picked from commit 110d5702ea51ce43fca6a5962d9ef8a0ec56d6eb)
2008-01-14 05:05:28 +00:00
Jeffrey Altman
1a3b021863 DEVEL15-cmd-nname-20080113
LICENSE MIT

Nname() is used to concatenate two strings and is frequently used with
the first string being the name of the executable perhaps with a full
path.  The static buffer specified is too small for a full path and
there was no protection against writing beyond the end of it.


(cherry picked from commit d5811091995b78d65e891b134aa0ad6955bbc30c)
2008-01-13 15:35:41 +00:00
Jeffrey Altman
662f0642b0 DEVEL15-windows-pioctl-parse-path-20080113
LICENSE MIT

Apply the desired "follow symlinks/mountpoints" semantics to the single
component non-UNC case.


(cherry picked from commit 84989e6584e3808ae3f1959330b267feff2661f6)
2008-01-13 14:38:06 +00:00
Jeffrey Altman
09fd77255a DEVEL15-windows-explorer-shell-symlinks-show-20080112
LICENSE MIT

Add AFS->Symlnks->Show dialog to the explorer shell menu


(cherry picked from commit 7a40c73476e270aac9d76663ff71e956bb630328)
2008-01-12 23:31:24 +00:00
Jeffrey Altman
e45ea5585e DEVEL15-cmdebug-cellservdb-20080112
LICENSE MIT

Add -cellservdb option to the cmdebug command.

This option will retrieve the volume location database information
for all cells known to the cache manager and output the data in the
format required by the CellServDB file.

This functionality is supported by the UNIX cache managers and
Windows cache managers 1.5.31 and later.


(cherry picked from commit b3fe9727b3e775348561bcbe0cf0c14cff82e597)
2008-01-12 15:44:40 +00:00
Derrick Brashear
1757115a2e DEVEL15-config-cvsignore-update-20080111
LICENSE IPL10

ignore generated Makefile.SYSNAME.in


(cherry picked from commit bda66877dd88bcc78eba646b4f6a1131266e33d4)
2008-01-11 22:41:50 +00:00
Jeffrey Altman
2bf4a90d1e DEVEL15-windows-callback-getcellservdb-20080111
LICENSE MIT

Add support for RXAFS_GetCellServDB.  Implemented by generalizing
RXAFS_GetCellByNum and special casing the index values to do the
right thing.

Conditionalize grabbing the callp->lock in the callback functions.
The race conditions in rx have long since been fixed and the potential
for deadlocks are too great.

Add a new flag CM_FLAG_NOPROBE for use in calls to cm_GetCell.  When
set the newly discovered servers will not be immediately probed.  Useful
when setting tokens, setting server preferences, or responding to cmdebug
callbacks.


(cherry picked from commit ae9dc9ad4ddd8313d24e457faf48bc15ccd2c86c)
2008-01-11 19:12:16 +00:00
Jeffrey Altman
75a278c098 DEVEL15-windows-version-20080110
LICENSE MIT

1.5.3001 = 1.5.30
openafs-devel-1_5_30a
2008-01-10 23:03:51 +00:00
Jeffrey Altman
6aef8bb28f DEVEL15-windows-smb-synchronization-20080110
LICENSE MIT

1. prevent stopping the smb_Listeners due to an ip addr change when the
LANA is determined either by registry assignment or loopback detection

2. add synchronization logic to prevent smb_Listener restarts prior to
   smb_Listener thread stoppage

3. no longer permit panics from smb_Listener threads

4. move the probe logic from cm_IPAddrDaemon thread to the cm_Daemon
   thread in order to avoid the loss of ip addr change events.  If an
   adapter stops and restarts fast enough there might not be anything
   for us to do.


(cherry picked from commit 8b82cbeef760992c6e3d27f9f6ea1f4e0bb559ab)
2008-01-10 23:00:41 +00:00
Matt Benjamin
6434311442 DEVEL15-linux-2624-rc5-updates-20080110
LICENSE IPL10
FIXES 80463


Include linux/key-type.h in osi_groups.c, if it exists. Fix
do_sync_read test for recent kbuild (maybe break it for [some older 2.6]).


(cherry picked from commit 8569f67aee8ee0de26259397818ab3af69f18007)
2008-01-10 17:00:16 +00:00
Simon Wilkinson
f23cd70d83 DEVEL15-redhat-make-srpm-script-20080109
LICENSE IPL10

srpm builder script


(cherry picked from commit 5011ea88badac8d393c4566a69e30f74c85e13ab)
2008-01-09 19:38:40 +00:00
Jeffrey Altman
b2cc8ea354 DEVEL15-windows-smb-name-deleted-20080109
LICENSE MIT

if the smb_Listener receives NRC_NAMERR (name deleted) it must be because
an smb shutdown has occurred.  do not panic.


(cherry picked from commit a1b7be4ac3f073a2d64f46649e54a1ff99d2567b)
2008-01-09 15:21:22 +00:00