4075 Commits

Author SHA1 Message Date
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
Jeffrey Altman
a33dacaa8d DEVEL15-aklog-krb5-referrals-compat-20070210
MIT Kerberos version 5 release 1.6 adds support for referrals in the
client.  As a result krb5_get_host_realm() returns the nul-string for
the realm whenever there is no local domain-realm mapping in the
profile.

aklog must now manually perform the fallback to using the domain of
the vlserver as basis for the realm name if referrals fail.


(cherry picked from commit 645f7e8f81be8c096b2fd3d9b852b8614d9dc690)
2007-02-10 13:58:17 +00:00
Asanka Herath
630a62f460 DEVEL15-windows-smb-file-lock-20070209
When processing exclusive locks for files that were opened read-only,
obtain a read-lock instead of a write-lock.

In NTCreateX, if the file is being opened as OPEN_ALWAYS and the file
already exists, do not require write permission


(cherry picked from commit 25c7f567f2c831d62152104c3b84ec31d9fd330f)
2007-02-10 00:00:44 +00:00
Jeffrey Altman
868b971693 DEVEL15-windows-access-check-20070209
disable the test for the EACCESS flag in cm_HaveAccessRights.


(cherry picked from commit a9b0dbb30cc926251d66ea9036d6505fe525cc51)
2007-02-09 23:54:31 +00:00
Jeffrey Altman
fee965b168 DEVEL15-windows-fs-memdump-20070209
only dump the dead smb_vcp list once


(cherry picked from commit 1a00759d8b9f1b249e90b044bc1aa66d9d5c9d23)
2007-02-09 23:51:15 +00:00
Jeffrey Altman
4604e1c7ff DEVEL15-windows-nim-plugin-krb5-referrals-compat-20070209
MIT Kerberos version 5 release 1.6 adds support for referrals in the
client.  As a result krb5_get_host_realm() returns the nul-string for
the realm whenever there is no local domain-realm mapping in the
profile.

aklog must now manually perform the fallback to using the domain of
the vlserver as basis for the realm name if referrals fail.

This will be required for KFW 3.2 support.


(cherry picked from commit 584e1bd98eb4258a2cd1a517f7d49c71407983b5)
2007-02-09 20:12:38 +00:00
Peter Breitenlohner
70f31b8b77 DEVEL15-libafsdep-mods-20070209
FIXES 53381

don't break vpath builds


(cherry picked from commit b5c39e4373bd24fc724719ff365597327aa143cf)
2007-02-09 18:43:11 +00:00
Jeffrey Hutzelman
1556865f4f DEVEL15-linux-compile-test-24-20070209
FIXES 53385

no linux/namei.h on 2.4


(cherry picked from commit a1d9a9209094864f784ecc90d41201480ffd66da)
2007-02-09 18:27:54 +00:00
Jeffrey Hutzelman
5995ddd44e DEVEL15-linux-kbuild-test-fixes-20070119
fixes to build for linux when doing objdir builds


(cherry picked from commit c88ab63663319035d88dfceb9778b98553a091b5)
2007-02-09 18:22:48 +00:00
Jeffrey Altman
a350a83542 DEVEL15-windows-aklog-krb5-referrals-compat-20070209
MIT Kerberos version 5 release 1.6 adds support for referrals in the
client.  As a result krb5_get_host_realm() returns the nul-string for
the realm whenever there is no local domain-realm mapping in the
profile.

aklog must now manually perform the fallback to using the domain of
the vlserver as basis for the realm name if referrals fail.

This will be required for KFW 3.2 support.


(cherry picked from commit 2287f5f578fa40a0229699a4e90263300ca79e50)
2007-02-09 17:30:33 +00:00
Marcus Watts
352fa4d8b4 DEVEL15-ktc-cleanup-20070208
FIXES 53212

clean up ktc code, prototyping et al

====================
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 53212

restore ktc_GetToken prototype


(cherry picked from commit a05fa83336df6cd11d60cc64882c68cc01243aad)
2007-02-09 03:13:31 +00:00
Christopher Allen Wing
668ca4059b DEVEL15-linux-locking-pre-2618-20070208
FIXES 53457

deal with pre 2.6.18 locking behavior


(cherry picked from commit 171676011ba72b48b6ed2d6df6cfc1f0adb52c1f)
2007-02-09 01:36:35 +00:00
Derrick Brashear
bc245e4897 DEVEL15-tasklist-export-check-20070208
work around tasklist lock export harder


(cherry picked from commit 00c5dbfd048e31a653de0e1cf37d45d539e0c755)
2007-02-09 01:30:14 +00:00
Adam Megacz
0db9b4a36e DEVEL15-afs-magic-for-linux-20070208
FIXES 52442

use the afs magic number


(cherry picked from commit 797f46a88ee9c50c34a8b6e1fa7c878e252d3a97)
2007-02-09 01:23:40 +00:00