Commit Graph

4704 Commits

Author SHA1 Message Date
Jeffrey Altman
4ad35bd5aa windows-netidmgr-20080201
LICENSE MIT

afs/stds.h before all others
2008-02-01 21:14:40 +00:00
Simon Wilkinson
43aa2bd2ba poll-drop-fsync-lock-20080201
LICENSE IPL10

update to drop fsync lock if we're using poll
2008-02-01 15:25:52 +00:00
Derrick Brashear
462f1fb90d solaris10-cleanup-friendliness-20080130
LICENSE IPL10

based on patch from mib@unimelb.edu.au

clean up taskq after ourselves and don't leave ourself marked system processes
2008-01-31 20:17:45 +00:00
Jeffrey Altman
3d17e10e00 windows-noprobe-20080131
LICENSE MIT

do not mark servers down if they are not probed.
2008-01-31 16:09:56 +00:00
Jeffrey Altman
03e7223317 windows-edquot-20080131
LICENSE MIT

For Windows, EDQUOT == WSAEDQUOT.   Define it in the right places
so that in the end STATUS_OUT_OF_QUOTA can be returned to the application.
2008-01-31 07:26:26 +00:00
Jeffrey Altman
02a80e05a7 windows-fs-newcell-20080130
LICENSE MIT

prevent the afs client service from crashing when fs newcell is executed
2008-01-31 05:47:34 +00:00
Jeffrey Altman
3d0ebe1f78 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
2008-01-31 03:01:46 +00:00
Jeffrey Altman
9ce814aa99 rx-edquot-20080130
LICENSE MIT

Conditionalize error translation on the existence of EDQUOT not
on platform macros
2008-01-31 00:25:59 +00:00
Simon Wilkinson
9751c68faa linux-keytype-exports-20080130
LICENSE IPL10

try to work even if key_type_keyring isn't exported
2008-01-30 17:30:23 +00:00
Simon Wilkinson
c5afa335a8 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...
2008-01-30 17:25:42 +00:00
Jeffrey Altman
162cb95707 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)
2008-01-30 14:53:44 +00:00
Alistair Ferguson
9023049040 syncvl-fix-bogus-rw-update-20080129
LICENSE IPL10

pass in a ref to entry correctly
2008-01-29 20:39:31 +00:00
Jeffrey Altman
2542c5e07f 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.
2008-01-29 00:20:33 +00:00
Jeffrey Altman
fffcc1dec3 windows-network-type-allocation-20080128
LICENSE MIT

Microsoft has defined for us:

#define     WNNC_NET_OPENAFS     0x00390000
2008-01-28 19:49:51 +00:00
Derrick Brashear
a0fd168db5 revert-linux-2624-rc5-updates-20080127
LICENSE IPL10
FIXES 83716

the generic 2.6.24 patch should address all this.
2008-01-28 19:29:49 +00:00
Marc Dionne
5a93678e39 sysctl-table-checking-modpost-fun-fun-20080127
LICENSE IPL10
FIXES 83890

try again to do something sensible so we don't default wrong
2008-01-28 19:13:46 +00:00
Jeffrey Altman
36bdf1ccd8 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.
2008-01-28 07:22:32 +00:00
Jeffrey Altman
3f35450241 windows-afskfw-20080127
LICENSE MIT

when tracking ccache names be sure to include the cache type prefix.
2008-01-28 07:12:09 +00:00
Derrick Brashear
7526681ef5 afsdb-fix-20080126
LICENSE IPL10

pull bugfix from 1.4
2008-01-28 01:37:38 +00:00
Jason Edgecombe
711dc57c7f macos-panic-decoder-20080127
LICENSE BSD

panic log decoder from Jason. Still needs some work for Leopard but we should
be able to make a go of this
2008-01-27 18:44:28 +00:00
Derrick Brashear
7dc71d1154 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.
2008-01-24 23:55:02 +00:00
Mike Meffie
80f7294490 tests-update-20080124
LICENSE IPL10

update test scripting
2008-01-24 23:44:38 +00:00
Jeffrey Altman
89d93d9ad7 rxkad-v5-dot-check-20080124
LICENSE MIT

Export rx_SetSecurityConfiguration on Windows
2008-01-24 16:05:58 +00:00
Jeffrey Altman
d32156e5c1 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.
2008-01-24 15:29:56 +00:00
Jeffrey Altman
16a90b2f8d 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.
2008-01-24 15:17:57 +00:00
Derrick Brashear
ef6fc588bc 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.
2008-01-23 21:37:01 +00:00
Derrick Brashear
9a45a54674 linux-key-type-detection-once-20080123
LICENSE IPL10

doubled configure test from 2 sources.
2008-01-23 13:47:23 +00:00
Simon Wilkinson
434c25fee1 redhat-kmodtool-20080122
LICENSE IPL10

install simon's modified kmodtool
2008-01-23 05:29:03 +00:00
Simon Wilkinson
98a68f9b02 rxkad-v5-dot-check-20080122
LICENSE IPL10
FIXES 75101

give an option to not enforce the dotted principal check. document it.
2008-01-23 04:13:55 +00:00
Derrick Brashear
0e8adf6953 viced-fsync-glock-creation-20080122
LICENSE IPL10

create fsync glock and cond before we initialize volume package. oops?
2008-01-23 03:20:13 +00:00
Derrick Brashear
0fab6d9600 redhat-packaging-keep-up-with-the-joneses-20080122
LICENSE IPL10

track new manpages
2008-01-22 21:03:51 +00:00
Derrick Brashear
e1c4e77d13 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)
2008-01-22 05:15:15 +00:00
Mike Meffie
1181ea0346 tests-update-20080121
LICENSE IPL10

update test scripting
2008-01-21 21:04:35 +00:00
Evan Broder
82e389f56f 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 21:03:48 +00:00
Derrick Brashear
6a7461e6f8 make-avoid-double-slash-20080121
LICENSE IPL10

avoid having double / in make commands
2008-01-21 18:36:02 +00:00
Jeffrey Hutzelman
fc91cf4314 solaris-vfsroot-refcount-issue-20080121
LICENSE IPL10

fix issue with afs root vnode refcount dropping to 0
2008-01-21 17:34:00 +00:00
Simon Wilkinson
75c10322ff redhat-spec-update-20080121
LICENSE IPL10

update specfile to default to fedorakmod
2008-01-21 17:08:22 +00:00
Derrick Brashear
9d22f7702e libafs-linux-dest-right-things-20080121
LICENSE IPL10

"duh"

make it like the install rules
2008-01-21 14:18:11 +00:00
Derrick Brashear
22c059a913 vos-restore-incrementals-no-orphans-really-20080121
LICENSE IPL10
FIXES 46937

based on comments from jhutz@cmu.edu; runnign thread in the ticket
2008-01-21 14:04:34 +00:00
Jason Edgecombe
efba39ead0 man-page-fileserver-limits-20080119
LICENSE BSD

Document the 2TB volume and partition limits and the -abortthreshold flag
to the AFS fileserver.
2008-01-20 00:06:49 +00:00
Jeffrey Altman
88e915d8f9 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.
2008-01-16 03:16:19 +00:00
Derrick Brashear
64ef3f518e redhat-makesrpm-deal-with-cellservdb-20080115
LICENSE IPL10

autofetch the CellServDB based on the spec or let one be provided
2008-01-15 23:42:08 +00:00
Matt Benjamin
c386499fbe fbsd-70-updates-20080115
LICENSE IPL10
FIXES 82847

updates to make us build on freebsd 7.0
2008-01-15 06:04:49 +00:00
Derrick Brashear
08d71812fe arm-linux-20080115
LICENSE IPL10

make an arm linux port.
2008-01-15 05:20:49 +00:00
Jason Edgecombe
110d5702ea 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.
2008-01-14 04:55:21 +00:00
Jeffrey Altman
d581109199 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.
2008-01-13 15:32:24 +00:00
Jeffrey Altman
84989e6584 windows-pioctl-parse-path-20080113
LICENSE MIT

Apply the desired "follow symlinks/mountpoints" semantics to the single
component non-UNC case.
2008-01-13 14:37:04 +00:00
Jeffrey Altman
7a40c73476 windows-explorer-shell-symlinks-show-20080112
LICENSE MIT

Add AFS->Symlnks->Show dialog to the explorer shell menu
2008-01-12 23:29:59 +00:00
Jeffrey Altman
b3fe9727b3 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.
2008-01-12 15:43:37 +00:00
Derrick Brashear
bda66877dd config-cvsignore-update-20080111
LICENSE IPL10

ignore generated Makefile.SYSNAME.in
2008-01-11 22:38:48 +00:00