5547 Commits

Author SHA1 Message Date
Jeffrey Altman
c4d8d3127a DEVEL15-windows-pioctl-drive-map-20081026
LICENSE MIT

a remote drive connection may not be mapped to a local drive letter.


(cherry picked from commit aa09aa2be151d44a9fe5008ff5931dd1892ddf35)
2008-10-26 21:52:43 +00:00
Jeffrey Altman
1599d74dbb DEVEL15-rx-rdwr-avoid-free-null-packet-20081026
LICENSE MIT

avoid a potential call to rxi_FreePacket with a NULL pointer as input


(cherry picked from commit a824cbda621151c34dd85d00c3ee2779d839c237)
2008-10-26 21:17:41 +00:00
Jeffrey Altman
9107fc7661 DEVEL15-ptutils-restricted-accessok-20081025
LICENSE MIT

Fix restricted mode test when 'any' is not set on AccessOK


(cherry picked from commit a614a8d95476ae49642d055cb0ac7942109d021e)
2008-10-26 07:50:55 +00:00
Simon Wilkinson
ed49857908 DEVEL15-exporter-call-gethost-method-correctly-20081025
LICENSE IPL10

actually call the correct method for EXP_GETHOST


(cherry picked from commit 8a33059215c00f688ea38fa039b2ac53d8d26dc9)
2008-10-26 01:45:55 +00:00
Simon Wilkinson
26baee9127 DEVEL15-aklog-chatty-20081025
LICENSE IPL10

make aklog not accidentally be chatty


(cherry picked from commit f2014112bcc27ecc1426ef078af7456285d839d2)
2008-10-26 01:00:07 +00:00
Jeffrey Altman
e184be1604 DEVEL15-windows-reformatting-20081021
LICENSE MIT

reformat some of the recent changes

cast away warnings on 64-bit windows


(cherry picked from commit f64ecbf721dbc115103684a3d71a095854607812)
2008-10-22 02:25:38 +00:00
Derrick Brashear
4c147faf85 DEVEL15-fd-setsize-test-20081021
LICENSE BSD

a test so we can deal with platforms which don't honor FD_SETSIZE


(cherry picked from commit a7a1846ab7fb049360b2c69486b7c673d09b8b28)
2008-10-21 19:36:46 +00:00
Derrick Brashear
b7f5361ada DEVEL15-linux24-writepage-antideadlock-20081021
LICENSE IPL10

also make this work for 2.4.x


(cherry picked from commit 9bca8ce22add91b32f45922650c429404d74797d)
2008-10-21 14:46:02 +00:00
Derrick Brashear
11eb44f477 DEVEL15-blacklist-move-init-checks-back-into-req-code-20081020
LICENSE IPL10

revise things so we don't need to check initd outside analyze.c/InitReq

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

since these end up being used, init them too


(cherry picked from commit 6d14b44b7c83918bcd7e6e07ec365f8430ad23c5)
2008-10-20 20:29:36 +00:00
Derrick Brashear
585935fbe5 DEVEL15-linux-mmap-antirecursion-20081020
LICENSE IPL10
FIXES 120491

avoid deadlocking ourselves due to recursion when flushing pages on an
mmap()ed file larger than the cache


(cherry picked from commit 4a587356a31ac5afdf17d329a8598f70cf8bc3af)
2008-10-20 13:38:18 +00:00
Marc Dionne
6d113df4d9 DEVEL15-autoconf-262-support-20081020
LICENSE IPL10
FIXES 118058

fix the quoting and remove the tests we shouldn't need anymore


(cherry picked from commit bc9c0a14154639d8e45554a3abeb867af9a8d0b2)
2008-10-20 13:35:13 +00:00
Derrick Brashear
a456c980d0 DEVEL15-blacklist-check-only-existing-servers-20081020
LICENSE IPL10

based on suggestion from haba@pdc.kth.se


(cherry picked from commit 3ad8fba85f5b45cdd6537c3ca71717c9370cc48e)
2008-10-20 13:03:55 +00:00
Marc Dionne
8352443c00 DEVEL15-blacklistonce-use-only-initd-vrequest-20081020
LICENSE IPL10

avoid using an un "initd" vrequest for server blacklisting


(cherry picked from commit 7366eb3d46506b1fdda5ece843abd96aa76b7936)
2008-10-20 13:01:47 +00:00
Asanka Herath
3e1f1dcc1e DEVEL15-DELTA15-windows-handle-invalid-utf16-names-20081019
LICENSE MIT
FIXES 116641

Windows will deliver to OpenAFS UTF16 strings that are not valid Unicode
and cannot be converted to UTF8.  Return bad file name errors in those
cases.

Make sure all file server strings once converted to UTF16 can be converted
back.  If not, escape the invalid portions of the string so that the
file can be accessed.
2008-10-20 00:19:33 +00:00
Jeffrey Altman
82cc68dabb DEVEL15-windows-smb-rdr-duration-logging-20081019
LICENSE MIT

if an smb request takes longer than 45 seconds, log info to afsd_init.log
that might be helpful in determining patterns in the smb client disconnects


(cherry picked from commit 0c7d7ce3b8386a1aca6d1fc3d738c8621708eb95)
2008-10-19 23:50:33 +00:00
Jeffrey Altman
7a24d485af DEVEL15-windows-smb-bridge-nowild-error-handling-20081019
LICENSE MIT

add the error preprocessor symbol to the error string

if both an NRC_BRIDGE and NRC_NOWILD error are received within
the smb_Listener thread, try re-adding the NetbiosName to the lana
before giving up and quiting.


(cherry picked from commit 622f9b0de85f2a45d3a327cd8b8bea470dba9862)
2008-10-19 23:45:46 +00:00
Jeffrey Hutzelman
c7f695190b DEVEL15-newtrans-lock-fix-fix-20081018
LICENSE IPL10

swap in the freshly allocated memory instead of throwing it away


(cherry picked from commit 2767cbf773653bffaa63e098cce463ada804d6d7)
2008-10-18 20:26:07 +00:00
Jeffrey Altman
edf7542b2a DEVEL15-smb-symlink-to-vnovnode-attribute-20081017
LICENSE MIT

When reporting the attribute of a directory name which happens to be
a symlink object to a file that cannot be accessed or does not exist,
use the target name to guess the type of the object.  If it has an
extension, consider it a file, otherwise report it as a directory.


(cherry picked from commit f9191fdebcf694f1a6afac8c0f4679c35114ce93)
2008-10-18 18:01:19 +00:00
Jeffrey Altman
fe6399e9eb DEVEL15-ubik-uninitialized-var-20081018
LICENSE MIT

'pass' must be initialized.  do so.


(cherry picked from commit 7e8c41d53fcd51ae0ff4420ba1027b354af306c8)
2008-10-18 16:24:45 +00:00
Jeffrey Altman
81024f80e9 DEVEL15-restore-uninitialized-var-20081018
LICENSE MIT

'last' must be initialized.  do so.


(cherry picked from commit f69137625fde97e465671978820350d41ca5d5b8)
2008-10-18 16:23:24 +00:00
Jeffrey Altman
b7689d008f DEVEL15-fix-maxmtu-command-line-20081018
LICENSE MIT

fix the variable used for maxmtu command line processing


(cherry picked from commit 1bdea5e4707e9c60b949cc55b847c498fc9a7bec)
2008-10-18 16:09:07 +00:00
Jeffrey Altman
2e63080c43 DEVEL15-windows-pioctl-wnet-connected-20081018
LICENSE MIT

refactor.  consolidate netbios name acquistion.


(cherry picked from commit f5455f74988da78a652f035cd93c3184aa2ce490)
2008-10-18 14:12:38 +00:00
Jeffrey Altman
7576fa8841 DEVEL15-windows-pioctl-wnet-connected-20081017
LICENSE MIT

use WNetEnumXXX functions to list connected disk resources.
If the requested drive letter is an AFS resource, perform the pioctl
test.  If it is not, fail immediately.


(cherry picked from commit 75f496df1727a5b1d00809fcf493c7c815c90816)
2008-10-18 07:19:31 +00:00
Jeffrey Altman
f4bf6380b7 DEVEL15-windows-reset-acl-list-20081017
LICENSE MIT

Move definition of cm_ResetACLCache from cm_ioctl.c to cm_aclent.c


(cherry picked from commit edf7a4020318b305ce8fd3852f09f2f565563f7c)
2008-10-18 05:45:05 +00:00
Jeffrey Altman
0e190781ed DEVEL15-windows-shell-extension-20081017
LICENSE MIT

windows-afsreg-20081017 wraps strings for wide char usage.
use the wide char versions of win32 apis to match.


(cherry picked from commit 4c79498bc3dd87cb45d1827133aff3c93c2caff8)
2008-10-18 05:12:35 +00:00
Jeffrey Altman
5cad8304df DEVEL15-windows-afsreg-20081017
LICENSE MIT

wrap all text strings with TEXT() to permit use with wide char functions


(cherry picked from commit 81a921759520b03088ddcc37c1c624c0641981fc)
2008-10-18 05:09:56 +00:00
Jeffrey Altman
16df019e1c DEVEL15-windows-pthread-rwlock-20081017
LICENSE MIT

Adds pthread rwlock support to the library.


(cherry picked from commit e4b6e4d4a63c036be326e3e933fb7f7c6787275b)
2008-10-17 21:24:49 +00:00
Jeffrey Altman
16671d72b7 DEVEL15-windows-install-nsis-20081016
LICENSE MIT

update copyright dates

remove old AFS IFS entries

delete afslogon* and afscpcc.* from $SYSDIR

correct install location of afslogon.dll in WinLogon\Notify registry key


(cherry picked from commit c3251a3b18a83bf66d4d2f0a549fa573eccbdde2)
2008-10-17 02:41:37 +00:00
Jeffrey Altman
d99efa0277 DEVEL15-windows-netbios-name-logging-20081015
LICENSE MIT

log more data to afsd_init.log regarding events that
can cause the netbios name registration to become
invalid.


(cherry picked from commit bfd01550bddcce18f6f76e97231e21680a545e3f)
2008-10-16 02:39:11 +00:00
Jeffrey Altman
e3d22fc07a DEVEL15-windows-dnlc-20081015
LICENSE MIT
FIXES 116641

Do not use the DNLC if the name when converted from Unicode is NULL.


(cherry picked from commit e0298d5f09d7e791aeb0f98438e299ad1faf186a)
2008-10-16 02:26:24 +00:00
Jeffrey Altman
76abf59daa DEVEL15-windows-checkVCs-20081015
LICENSE MIT
FIXES 116641

Do not drop references to 'nextp' until we are done with the object.
Dropping the last reference can result in the object being destroyed.


(cherry picked from commit 1115e29dacab98ed29ec603edfdaa8f697507daa)
2008-10-15 14:51:12 +00:00
Mike Meffie
1ff2d7329c DEVEL15-linux-alt-builddir-fix-20081014
LICENSE IPL10
FIXES 121650

correct the if test to include missing x


(cherry picked from commit 9be6b92a17ebe1d125e13c1cbd7bce620e7672ce)
2008-10-14 15:38:41 +00:00
Derrick Brashear
49048a0377 DEVEL15-linux-proc-walk-locking-20081012
LICENSE IPL10
FIXES 116603

sort out rcu locking versus tasklist lock. if this fails we probably have to
disable walking entirely


(cherry picked from commit 24ce8010cd414c8c573f2b035d186a2418900546)
2008-10-12 19:44:36 +00:00
Dragos Tatulea
3d5ecb9977 DEVEL15-disconnected-rmdir-infinite-recursion-20081012
LICENSE IPL10
FIXES 121226

fix infinite recursion when replaying rmdir transaction


(cherry picked from commit 0195d7c0828e3eae7281aad3b983160089b8846a)
2008-10-12 19:10:14 +00:00
Simon Wilkinson
f4cb4d782c DEVEL15-disconnected-getvcache-avoid-duplicate-work-20081012
LICENSE IPL10
FIXES 121254

don't do duplicate work finding a vcache we already had


(cherry picked from commit 7c6fac305c81af3e10f48560c03db4d2da630527)
2008-10-12 19:07:01 +00:00
Stefaan De Roeck
d4d0c44755 DEVEL15-linux-alternate-kernel-builddir-20081012
LICENSE IPL10
FIXES 121354

add support for KBUILD_OUTPUT=... builds.


(cherry picked from commit 726fc5b8425eb7bbaab4bdde38d977382dc17a9d)
2008-10-12 19:02:18 +00:00
Jeffrey Hutzelman
a88cf69421 DEVEL15-volser-newtrans-racy-20081012
LICENSE IPL10
FIXES 121263

avoid a race on creating new transactions in volserver


(cherry picked from commit 322f7e0e9fff02c5d6cad8d9aded3e40abce93ef)
2008-10-12 18:53:17 +00:00
Dragos Tatulea
2d18a3a0f4 DEVEL15-doxygen-comments-20081010
LICENSE IPL10
FIXES 98819 99069

add doxygen comments for some parts of openafs cache manager

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

add doxygen comments for some parts of openafs cache manager


(cherry picked from commit 4b72f8765cdf88540354291e8e7072185538ae5d)
2008-10-11 00:27:02 +00:00
Derrick Brashear
c405e441b1 DEVEL15-cachemgr-blacklist-down-servers-20081010
LICENSE IPL10
FIXES 121035

fix to issue suggested by reuter@rzg.mpg.de


(cherry picked from commit 523dd766ef7ed26c2207c7ec4bebe8f74e4dc408)
2008-10-10 17:25:46 +00:00
Jeffrey Hutzelman
2004514644 DEVEL15-volser-dumpstuff-log-errors-20081010
LICENSE IPL10
FIXES 121040

return sensible (ENOSPC) errors when out of tags or vnodes. don't perror. log
instead.


(cherry picked from commit 8b1b390713a79fadd300d17713350f5789879615)
2008-10-10 15:42:40 +00:00
Harald Barth
566641bffc DEVEL15-cmdebug-entry-count-20081010
LICENSE IPL10

raise max number of entries as cache managers routinely have more
than 10,000 vnode status objects


(cherry picked from commit d569a083e337c2971a4ac471d8adeb1788518684)
2008-10-10 12:54:29 +00:00
Derrick Brashear
991ef629de DEVEL15-hpux-gop-lookupname-20081009
LICENSE IPL10

add missing gop_lookupname macro for hpux


(cherry picked from commit 7034078b3386e074a399f9387ff9b387e479f4f0)
2008-10-09 19:56:53 +00:00
Derrick Brashear
b35b321321 DEVEL15-solaris-gop-lookupname-20081009
LICENSE IPL10

add missing gop_lookupname macro for solaris


(cherry picked from commit 2e15aa2b261f49a1d6648c36a34300cade3c968c)
2008-10-09 19:54:17 +00:00
Derrick Brashear
398dfacd83 DEVEL15-bypasscache-fix-linux24-20081009
LICENSE IPL10

no f_mapping in 2.4.x


(cherry picked from commit 9f8865744e3f4c1830afdf32b6b38f6b8f584801)
2008-10-09 13:55:37 +00:00
Jeffrey Altman
c955258bf4 DEVEL15-volser-dumpstuff-uninitialized-variable-20081008
LICENSE MIT

lcode should be initialized to zero but wasn't.
2008-10-08 23:21:13 +00:00
Jeffrey Altman
f64fd549c5 DEVEL15-windows-build-do-not-mix-pthread-and-lwp-20081008
LICENSE MIT

The rx library is built in lwp and pthread forms.  The methods used to
export data symbols are incompatible between the two.  The ubik library
is built with rx headers but only in the lwp form.  As a result it is
not possible to link the ubik libs without also including the lwp rx
lib.  We have pthreaded servers that require linking to the pthreaded
rx and ubik.  To fix the problem all of the macros that assigned values
to variables and were used by ubik have been converted to functions
(but only for Windows.)


(cherry picked from commit 32977eadf12aaec6608ce3457a976a0810da8590)
2008-10-08 22:15:10 +00:00
Jeffrey Altman
56d5c76875 DEVEL15-windows-cell-name-trailing-dot-removal-20081008
LICENSE MIT
FIXES 120318

Lookups of cell names that have a trailing dot should have the dot removed
otherwise there is a risk of duplicate cell entries since "foo" and "foo."
will not match but both will resolve to the same AFSDB record in DNS.


(cherry picked from commit e7b06ab695b83114954b58bd8cd25e5c0ad3f395)
2008-10-08 18:43:17 +00:00
Jeffrey Altman
286c00d1b8 DEVEL15-windows-libafsrpc-20081007
LICENSE MIT

export missing symbols necessary for tbutc and performance testing.


(cherry picked from commit ab2d343c31fe41d663c5a5feb796c3a9250c60d8)
openafs-devel-1_5_54
2008-10-07 23:28:49 +00:00
Jeffrey Altman
94ca8e0842 DEVEL15-windows-tbutc-20081007
LICENSE MIT

do not link to both pthread and lwp rx libs


(cherry picked from commit b8b3bd8d1b7ca1a95c07e2ee3a0004b07a0b9537)
2008-10-07 23:26:44 +00:00
Jeffrey Altman
8f615c1fda DEVEL15-windows-release-notes-20081007
LICENSE MIT

1.5.54
2008-10-07 23:09:54 +00:00