4188 Commits

Author SHA1 Message Date
Chaskiel M Grundman
8a594bfc8a DEVEL15-keyring-pag-finduser-requires-glock-20070320
identical to the fix from chas@cmf.nrl.navy.mil


(cherry picked from commit 97d8703809a9e6798b80696da6439ab0887046fb)
2007-03-20 18:42:23 +00:00
Derrick Brashear
97d949484d DEVEL15-openafs-1-5-17-20070319
make 1.5.17
openafs-devel-1_5_17
2007-03-20 01:30:20 +00:00
Derrick Brashear
2567ee2ed6 DEVEL15-no-default-setuid-20070319
FIXES 54713

disable default setuid for localcell


(cherry picked from commit c4183dbc1fb0e3d4db5105fe3312816fc82a7a33)
2007-03-20 01:13:34 +00:00
Jeffrey Altman
65459e54ee DEVEL15-windows-release-notes-20070319
1.5.17
2007-03-19 23:28:40 +00:00
Jeffrey Altman
e9a2305b34 DEVEL15-windows-version-20070319
1.5.17 == 1.5.1700.0
2007-03-19 23:25:27 +00:00
Jeffrey Altman
008be7fb3c DEVEL15-windows-notes-20070319
1.5.17
2007-03-19 23:20:17 +00:00
Jeffrey Altman
92124f3108 DEVEL15-windows-var-renaming-20070319
give rx call variables a distinct name from cm call variables
in order to avoid confusion


(cherry picked from commit b4f323eaeb5f010cd0a0be09f29c4016d1a14fef)
2007-03-19 13:46:15 +00:00
Derrick Brashear
adfa3ff27c DEVEL15-java-lock-fix-200702310
make it portable. ugh.


(cherry picked from commit 226c1ee8f9e24e199b2e2cf1ecc11dd072634450)
2007-03-10 16:03:21 +00:00
Jeffrey Altman
41008a077e DEVEL15-windows-afsd-nat-handling-20070310
Improve cache manager performance behind NATs:

 * drop cm_daemonCheckUpInterval from 10 minutes to 4 minutes to bring
   it under the minimum recommended default port mapping idle timeout
   value for NATs

 * when a timeout on an rx connection occurs, retry the request once
   after forcing a new rx connection.  If there was a NAT and the port
   mapping changed, the server would respond to the original addr:port
   associated with the rx connection.  Forcing a new connection will
   allow the request to be responded to if the server is accessible.

   This should eliminate the UP-DOWN-UP-DOWN bouncing that user's have
   seen when working from behind a NAT.


(cherry picked from commit f1862d783a610d85a258aaee1d00aff26f348223)
2007-03-10 15:50:07 +00:00
Jeffrey Altman
b320830b01 DEVEL15-windows-registry-20070310
move the AFS Server Manager and AFS Account Manager data cache from
the TransarcCorporation key to the OpenAFS key.  The data formats are
not compatible between the two versions and we don't want to be forced
to erase data if users switch back and forth between the two products
during OpenAFS evaluation.


(cherry picked from commit ce776b4809146733f278e18cbdae1b4ed45c6b5d)
2007-03-10 14:26:19 +00:00
Jeffrey Altman
c515c29966 DEVEL15-release-notes-20070310
add missing image file
2007-03-10 14:20:59 +00:00
Jeffrey Hutzelman
9d6d71bb02 DEVEL15-cellservdb-20070309
(cherry picked from commit 97fd54f399148eaf6652bd2a42c8b9f424d680bc)
2007-03-10 04:55:08 +00:00
Jeffrey Altman
fdcf73adb0 DEVEL15-DEVE15-windows-release-notes-20070308
1.5.16
openafs-devel-1_5_16
2007-03-09 01:13:17 +00:00
Jeffrey Altman
a68fb427ef DEVEL15-windows-notes-20070308
1.5.16
2007-03-09 00:53:27 +00:00
Derrick Brashear
1437506f85 DEVEL15-openafs-1-5-16-20070208
make 1.5.16
2007-03-09 00:46:09 +00:00
Jeffrey Altman
dcbdb62ccd DEVEL15-windows-afsd-remove-generated-file-20070308
afsd_eventmessages.rc is a generated file.  Don't maintain in cvs.


(cherry picked from commit a7db1780b33b47d77927da7a3925c2b8780c5834)
2007-03-08 17:45:22 +00:00
Jeffrey Altman
326d6e8522 DEVEL15-windows-plug-n-play-network-fix-20070307
Move the detection of which LAN adapter to use from smb_Init to
smb_NetbiosInit so that it is executed after the service is resumed
via a power management event.  Otherwise, when the network comes back
up the service attempts to bind to all LAN adapters instead of just
the loopback or the configured one.


(cherry picked from commit 5332348bdf68491670cc94ff1f9bc527876304fa)
2007-03-07 18:14:05 +00:00
Jeffrey Altman
572d96ad3a DEVEL15-windows-fs-checkserver-20070302
FIXES 55234

The "fs checkservers" command when not being used to change the check
interval should not require admin privilege.


(cherry picked from commit e4d3681e3d9ba58c315f39d3852833b11811474c)
2007-03-03 01:32:06 +00:00
Jeffrey Altman
19057fb60b DEVEL15-windows-partially-restore-find-lana-by-name-20070227
find lana by name is used by the afs control panel to populate the
lana list box.  don't use the function to find by name.  just use
it to generate the list of all lana names.


(cherry picked from commit 561f8b742fceeed10e6f3d9639c96efb085ad2a9)
2007-02-28 00:42:05 +00:00
Jeffrey Altman
90366d07e0 DEVEL15-windows-afsd-no-krb_h-20070226
Don't include krb.h when we don't use it for anything


(cherry picked from commit b8d09aff6a695041dde2ef7aca7bfe39ceef7a01)
2007-02-27 01:32:09 +00:00
Chaskiel M Grundman
eb88f3e4fd DEVEL15-forcenewconns-even-with-one-interface-20070226
otherwise we don't discard vlserver connections when a server is "down"


(cherry picked from commit 9d5de311a6c2d96ee5092d58db28fff1b5602be7)
2007-02-26 22:14:58 +00:00
Derrick Brashear
30c0ef8762 DEVEL15-uae-etoomanyrefs-avoid-dup-20070222
when ETOOMANYREFS is EIO don't rewrite the EIO slot with UAETOOMANYREFS


(cherry picked from commit 0d5642e3ee1d72f11c4b6393cd4a352540f3b2ba)
2007-02-26 18:49:42 +00:00
Stephan Wiesand
a48ba987db DEVEL15-conditionalize-tasklist-lock-20070226
FIXES 54922

make rx_knet use tasklist_lock conditionally also


(cherry picked from commit a3a40968308e9ef894df3756af7ccd7ed141c74f)
2007-02-26 17:57:40 +00:00
Stephan Wiesand
68a0fc1504 DEVEL15-update-tasklist-lock-test-20070226
FIXES 54916

make the tasklist lock test actually detect GPL stupidity


(cherry picked from commit bed42291bcc16065f23e964b64d60090ffaa96f9)
2007-02-26 17:52:04 +00:00
Derrick Brashear
7fc97cd8ea DEVEL15-md5-inum-round-down-20070223
make our computed md5-style inode numbers be actually 32 bit


(cherry picked from commit 844f045692d7863e096cb97710151c31a841874d)
2007-02-23 00:44:08 +00:00
Marc Dionne
473e3fcf46 DEVEL15-linux-2621-20070222
FIXES 54645

configure support for new sysctl api


(cherry picked from commit f1a6107e0814d1e3e1d171834c97489479b5e6df)
2007-02-22 21:47:23 +00:00
Rainer Toebbicke
c65a33a2ec DEVEL15-linux-unlink-avoid-infrequent-leak-20070222
FIXES 54689

avoid minor leak


(cherry picked from commit 4f86aa379d345c98113bde2169b9d1400dcee89c)
2007-02-22 21:41:33 +00:00
Kevin Hildebrand
ef06ea4fde DEVEL15-linux-lookup-crfree-20070220
FIXES 54549

add missing crfree to avoid leak


(cherry picked from commit 6ce156741b62702e1d1f10f3329f1b77341e32e5)
2007-02-20 18:04:50 +00:00
Jeffrey Altman
0e5c4ccc6b DEVEL15-windows-afs3-directory-format-20070219
correct the documentation of the directory format in the headers


(cherry picked from commit 79c1cdb83fe25d753ce3e38b9554d8604a3cb8df)
2007-02-20 03:14:45 +00:00
Jeffrey Altman
57b9a1c9a6 DEVEL15-remove-find-lana-by-name-20070219
Remove the find lana by name functionality.  It is crucial that the
name computed by the afs service can also be computed by the pioctl
function executed by generic end users without privilege.  Unfortunately,
the undocumented functions used to implement find lana by name require
access to registry keys that a generic user cannot read.


(cherry picked from commit b2ed3c527b831f329a380203433312653bcd91a4)
2007-02-20 03:08:53 +00:00
Asanka Herath
116e2cb948 DEVEL15-windows-netidmgr-help-registration-20070215
In preparation for KFW 3.2, add conditional help registration.
When used with a version of NetIdMgr that supports the functionality
the OpenAFS plug-in will register its HtmlHelp on the NetIdMgr Help
menu.


(cherry picked from commit b00dddcd7da6f38893f408024f250254a5e1ff25)
2007-02-15 21:52:24 +00:00
Jeffrey Altman
207cf3fdc6 DEVEL15-windows-move-rxdebug-20070215
back in 2001 rxdebug was moved from src/rx to src/rxdebug for Unix
but not for Windows.  Move it for Windows as well.


(cherry picked from commit 5ae8e5064c2aae067a32c94e98f2ed8a597417ae)
2007-02-15 18:19:45 +00:00
Jeffrey Hutzelman
f75bdbcfd4 DEVEL15-rxdebug-backoff-20070215
make rxdebug be less aggressive when retransmitting


(cherry picked from commit e92739f2b925545e441c2d77eaf4ece00ffbcb51)
2007-02-15 17:11:29 +00:00
Jeffrey Altman
6ace2f5691 DEVEL15-rx-rxdebug-long-option-20070215
add the -long option from src/rxdebug/rxdebug.c to src/rx/rdebug.c


(cherry picked from commit 2e6a87e109bbab2cb242f58bcfce0ba1d92a41de)
2007-02-15 11:49:17 +00:00
Jeffrey Altman
44962d936f DEVEL15-windows-rmdir-not-empty-error-code-20070215
Ensure that removing a directory containing existing files returns
the correct error to the caller.


(cherry picked from commit 1f530ff095a8ffa38114373c80d8f4c5ead103d8)
2007-02-15 06:02:03 +00:00
Adam Megacz
f99a2a522d DEVEL15-java-locking-redux-20070214
change the -1 len check for java locks slightly


(cherry picked from commit 65d89232521ceb1641ce0a14e1f3ed8d28b6afff)
2007-02-15 00:35:04 +00:00
Chaskiel M Grundman
c013676f67 DEVEL15-darwin-missing-dropnames-20070214
for correctness, not to fix anything which has yet been observed


(cherry picked from commit 465a6d533b253d71e8854dc6cedcbcdc5ce678e1)
2007-02-15 00:28:26 +00:00
Jeffrey Hutzelman
5cafaf7d1f DEVEL15-libafsdep-correction-20070214
FIXES 53441

apply the rest of the patch


(cherry picked from commit 083f3bcb2bcca382e00684ad1965dd1b224c9b4b)
2007-02-14 23:56:32 +00:00
Jeffrey Hutzelman
385d9c6370 DEVEL15-osi-probe-harder-20070213
2.6.16 i386 didn't probe successfully before in at least one case


(cherry picked from commit 51774c137b3889ef0e651e171493e7ca24a95077)
openafs-devel-1_5_15
2007-02-13 22:54:11 +00:00
Derrick Brashear
b0887f714d DEVEL15-amd64-linux24-ucontext-20070213
this should not have been removed here
2007-02-13 19:12:27 +00:00
Derrick Brashear
75bc7356e4 DEVEL15-amd64-syscall-probe-20070212
FIXES 53441

based on suggested change from cg2v@andrew.cmu.edu
tasklist_lock not being exported makes this useless otherwise
S: ----------------------------------------------------------------------

====================
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.
====================
FIXES 53441

based on suggested change from cg2v@andrew.cmu.edu
tasklist_lock not being exported makes this useless otherwise


(cherry picked from commit 5b0ba22734f8a354f26ca2600e96608e72a3f9e4)
2007-02-13 18:45:43 +00:00
Jeffrey Altman
0a5e7d047f DEVEL15-windows-notes-20070213
1.5.15
2007-02-13 18:33:27 +00:00
Jeffrey Altman
892ca7d099 DEVEL15-windows-version-20070213
1.5.15
2007-02-13 18:29:59 +00:00
Jeffrey Altman
912e63b235 DEVEL15-windows-afsd-symlink-to-dot-20070213
FIXES 53878

When parsing a path containing a symlink to ".", do not short circuit
the evaluation.  Allow cm_Lookup to do its job.  Its slower but correct.


(cherry picked from commit 4d5138c4030c581c2d52f1d59279e4b997ef59fd)
2007-02-13 05:47:02 +00:00
Jeffrey Altman
b2bef8acfc DEVEL15-windows-netidmgr-20070212
combo boxes should drop down.


(cherry picked from commit 111100732f0051a67f175988ab3f55cf208f8df3)
2007-02-13 03:49:27 +00:00
Jeffrey Altman
a1f0031193 DEVEL15-windows-unused-vars-20070212
remove unused vars


(cherry picked from commit 6c703a483c718670f9f4109e59204d71aa70c7ae)
2007-02-13 03:09:20 +00:00
Derrick Brashear
254235775f DEVEL15-openafs-1-5-15-20070212
make openafs 1.5.15
2007-02-13 01:50:58 +00:00
Adam Megacz
8e71b7159d DEVEL15-lock-mask-64bit-negative-1-for-java-20070212
java sends a 64 bit long -1... which isn't going to be useful most of the time


(cherry picked from commit 01882246c8704e9cfad38e8bce71380b843fbbab)
2007-02-13 01:34:38 +00:00
Jeffrey Altman
d360b6486e DEVEL15-windows-release-notes-20070210
updates for 1.5.15.

document changes in locking behavior and lack of support for .hlp files
on Vista
2007-02-10 15:28:15 +00:00
Jeffrey Altman
b7758aabca DEVEL15-windows-notes-20070210
more updates
2007-02-10 15:03:17 +00:00