3118 Commits

Author SHA1 Message Date
Jeffrey Altman
2a22b19a8b STABLE14-windows-rap-debug-20051024
some more debugging messages


(cherry picked from commit 2bcece3cfad14f22759b1ec546646be900c3c504)
2005-10-25 03:09:05 +00:00
Jeffrey Altman
53861a346f STABLE14-cmdebug-merge-20051024
Merge src/WINNT/cmdebug.c into src/venus/cmdebug.c


(cherry picked from commit 765e8606b9cda1f70f3117b4e1c7397d1ae42690)
2005-10-25 02:57:59 +00:00
Chas Williams
77657d816a STABLE14-darwin-x86-20051015
FIXES 20130

add support for x86 darwin
2005-10-24 19:52:35 +00:00
Jeffrey Altman
e2a22edd2a STABLE14-vnop-attrs-fix-20051023
FIXES 22568

fix code broken in mac merge


(cherry picked from commit e6e293bb899cb027648908d23848ce13901a7503)
2005-10-23 07:31:23 +00:00
Jeffrey Altman
5dbd32c49a STABLE14-windows-mkdir-root-exists-20051021
If a request is received to create the root directory of a device,
return CM_ERROR_EXISTS instead of CM_ERROR_NOTFOUND for the nul-string
file name.


(cherry picked from commit 47cc7643e1b04bacd858a3893accab8c377b34ac)
2005-10-23 01:32:52 +00:00
Derrick Brashear
73224f7711 STABLE14-macos-build-dmg-20051021
probably this script should take an argument which is the version string to use,
 and use it in the volume name and dmg name
2005-10-22 07:43:37 +00:00
Jeffrey Altman
d6fca070f1 STABLE14-windows-notes-20051021
Updates for 1.4.0050
openafs-stable-1_4_1-rc1
2005-10-22 07:03:23 +00:00
Derrick Brashear
c70ecc93ae STABLE14-openafs-1-4-1-rc1-20051022
make 1.4.1-rc1
2005-10-22 06:58:40 +00:00
Derrick Brashear
c39e42e253 STABLE14-macos-build-dmg-20051021
probably this script should take an argument which is the version string to use, and use it in the volume name and dmg name
2005-10-21 05:59:16 +00:00
Chas Williams
92fe9738f0 STABLE14-darwin-x86-20051015
FIXES 20130

add support for x86 darwin
2005-10-21 05:48:39 +00:00
Jeffrey Altman
12035fd0e3 STABLE14-viced-audit-createfile-20051020
add the FID of the created file to the audit output for CreateFileEvent


(cherry picked from commit 9e1a0f8a0d5e77a490992ace7a2d7839a361c661)
2005-10-21 00:33:00 +00:00
Jeffrey Altman
1feaa003e6 STABLE14-windows-notes-20051019
updates


(cherry picked from commit 1b7cbd1211ff12c983452e03ea0689360e1478d2)
2005-10-20 06:10:46 +00:00
Jeffrey Altman
a44e078d7e STABLE14-window-largeint-20051019
The large integer support was applying a <<32 to a 32-bit value.
This is an undefined operation.


(cherry picked from commit 8b0b064f7ec60d8b5913248c97553ce3b7fdb775)
2005-10-19 21:12:05 +00:00
Jeffrey Altman
09ad86b21e STABLE14-windows-rxkadunknownkey-20051019
report RXKADUNKNOWNKEY as SEC_E_NO_KERB_KEY


(cherry picked from commit a92aa204855b6459ac483f0dd5b704b4a52edec8)
2005-10-19 07:58:46 +00:00
Jeffrey Altman
01c6a4154c STABLE14-windows-locking-error-codes-20051018
cm_Lock(), cm_RetryLock() should not interpret servers be unreachable as
a sharing violation.


(cherry picked from commit 9f0f50a2b165392fc0a62f82d8c54e35108ab429)
2005-10-18 21:53:50 +00:00
Jeffrey Altman
8b2b6569d6 STABLE14-windows-ip-change-20051018
add a monitor to watch for IP Address changes.  When a change is detected,
wait 2.5 seconds for things to settle down and then check to see if down
servers are reachable.


(cherry picked from commit a923af27265c8d0aa359d57c8c47b50eb0dbeee3)
2005-10-18 21:51:01 +00:00
Jeffrey Altman
d2b95196a4 STABLE14-windows-error-codes-20051018
handle the CM_ERROR_ALLDOWN case when translating cm errors to nt status


(cherry picked from commit 5cd3d016fdbc6d14c6ac942b0b4e3e92a09755c5)
2005-10-18 16:31:33 +00:00
Jeffrey Altman
17d2bff03c STABLE14-windows-fw-service-test-20051017
Do not perform Firewall Configuration if the firewall service is not installed


(cherry picked from commit d16fb72074a3e81ad5ce295fbc49fa8707852545)
2005-10-17 22:30:00 +00:00
Chas Williams
6a991062a4 STABLE14-irix-no-xfs-checks-for-namei-20051017
FIXES 22435

don't do inode checks when using namei


(cherry picked from commit 1ed8428d1e4710594a299d9e6d765a1bb414cb2a)
2005-10-17 21:47:07 +00:00
Jeffrey Altman
0251a2e4d3 STABLE14-windows-firewall-configuration-20051016
Windows Firewall Policy cannot be accessed by a service unless from the
Service Manager thread nor until the service is in a RUNNING state.
Firewall configuration moved to cm_Daemon() thread.


(cherry picked from commit cd98a20f1c9e89eb44ef5c5349337292bd3ba243)
2005-10-17 20:33:04 +00:00
Ken Hornstein
37c222d836 STABLE14-rename-afssetpag-dot-map-to-mapfile-20051017
The Solaris/Linux symbol export files must be named "mapfile" (see the
definition of SHLIB_LINKER for Solaris).

RCS file: /cvs/openafs/src/sys/Attic/afssetpag.map,v
Working file: src/sys/afssetpag.map
head: 1.2
branch:
locks: strict
access list:
keyword substitution: kv
total revisions: 4;	selected revisions: 0
description:


(cherry picked from commit 8922ad369e1df7d9a983986b4eafe19153da55ae)
2005-10-17 20:12:06 +00:00
Jeffrey Hutzelman
24e12618d9 STABLE14-cellservdb-update-20051015
15 Oct 2005


(cherry picked from commit 3437c1ad7b15eef9c1e33f936ac500b360e1ff9c)
2005-10-16 01:56:46 +00:00
Jeffrey Altman
7270137ac7 STABLE14-rxgen-server-prefix-prototypes-20051015
When producing prototypes for server side functions, use the correct
prefix as specified in the input file.  If there is no prefix, then
do not output the prototypes as they will collide with the client
side stub prototypes.


(cherry picked from commit 1968364520eb35b16b676a0a4abe7461da8ba87d)
2005-10-15 22:52:31 +00:00
Jeffrey Altman
62213fcf80 STABLE14-windows-universal-error-handling-20051015
properly interpret the universal error codes


(cherry picked from commit 51fa307a0011d3ca27e6199631e1b2bdc75a9f50)
2005-10-15 22:48:22 +00:00
Russ Allbery
77fc484e85 STABLE14-shlibafssetpag-20051015
FIXES 18745

implement {sh,}libafssetpag
2005-10-15 17:26:32 +00:00
Chas Williams
d7886b0ba2 STABLE14-linux-write-dirty-pages-once-20051015
FIXES 20561

this time for sure, only write back once


(cherry picked from commit 7d0647d5ee9ae0d9b003f0e0c765522aa1433d23)
2005-10-15 16:52:13 +00:00
Derrick Brashear
fbf16a7206 STABLE14-default-largefile-on-20051015
turn on largefile fileserver by default


(cherry picked from commit 0f422eae1934a55e666c2f4d8968713fd02ad5f0)
2005-10-15 16:41:17 +00:00
Russ Allbery
6f0d787546 STABLE14-afsd-no-logfile-20051015
FIXES 18662

remove afsd logfile parm


(cherry picked from commit 2699810c91aa883c51535e05f86c30bd7b665c2b)
2005-10-15 16:23:39 +00:00
Russ Allbery
37ee95328e STABLE14-shlib-rationalization-200510155
FIXES 18767

make use of the export map. set a useful soname.


(cherry picked from commit 16546f6826c4fac2a096840116277f913b861d85)
2005-10-15 16:08:59 +00:00
Russ Allbery
f4d2a0f956 STABLE14-pod-man-pages-20051015
FIXES 19268

add pod generation of man pages


(cherry picked from commit 351a1e3d512dae952c5dcdaf4c818582a2450e85)
2005-10-15 16:04:26 +00:00
Frank Burkhardt
6bafc3f9a2 STABLE14-cellconfig-afsdb-use-dots-20051015
FIXES 20908

do lookup postpending a .


(cherry picked from commit 3d96fdb1825bd8c6bf76c11ed2fa5dc8f56aa532)
2005-10-15 15:55:39 +00:00
Niklas Edmundsson
910db4047e STABLE14-aix-warning-cleanup-20051015
FIXES 21066

clean up aix warnings. hint that large file support works


(cherry picked from commit 7c8cf708a06d810bba065e2a49d6ed80e754e1a9)
2005-10-15 15:24:24 +00:00
Tracy Di Marco White
1f366383c0 STABLE14-nbsd20-amd64-20051015
FIXES 21562

add amd64 netbsd 2.0 support


(cherry picked from commit 1c990adad6b654170849ccdaa1e5476d6caba9b4)
2005-10-15 15:17:47 +00:00
Love Hörnquist-Åstrand
16a9c41a4f STABLE14-viced-help-abortthres-20051014
FIXES 22070

add help for abort thresshold switch


(cherry picked from commit f3d6141262e32e788838afee5e6c7a277ce3d029)
2005-10-15 04:46:09 +00:00
Jeffrey Altman
36a342d794 STABLE14-windows-check-locks-logging-20051014
add a log message so we can tell how long it took.


(cherry picked from commit a5f2ec497d2c3452d795aa1d98309414c2d8c0e7)
2005-10-15 04:38:22 +00:00
Jeffrey Altman
0dbc7afb5a STABLE14-windows-notes-20051014
updates for 1.4.0 rc8
2005-10-15 04:23:57 +00:00
Peter Somogyi
f02539a879 STABLE14-newvcache-can-fail-now-20051014
FIXES 22260

allow newvcache to fail without ooping

sort of nasty, if you want more vcaches, say so.


(cherry picked from commit ee1435d516a31e8ec2d07ec9021bf032ac12f9cd)
2005-10-15 03:33:09 +00:00
Peter Somogyi
fabce3be00 STABLE14-java-update-20051014
FIXES 21930

update java afs classes


(cherry picked from commit 2a4a4f417dd4193df9e0a3deae14aacd3f94ccb1)
2005-10-15 03:14:09 +00:00
Derrick Brashear
e544e34a91 STABLE14-hpux11-no-kthread-iface-20051014
11.0 lacks this header.


(cherry picked from commit 410514dc6da0f9ff810668b5c75174e1ed6e4912)
2005-10-15 03:05:03 +00:00
Chas Williams
1caa2b8e47 STABLE14-solaris10-fs-find-afs-vnode-20051014
find the real vnode so cheating on solaris 10 will work


(cherry picked from commit 012f413e4e35fce33a3039df7611c3ea3b66aeca)
2005-10-15 02:43:30 +00:00
Jeffrey Altman
b5a6a4d16a STABLE14-rxgen-multi-prototypes-20051014
FIXES 22349

generate prototypes for split stuff when the stub is multi


(cherry picked from commit a9fd6619a4e74930ae27744f95f04fefabaa6c9f)
2005-10-15 02:20:03 +00:00
Jeffrey Hutzelman
3ff223aef4 STABLE14-linux-objdir-kernel-builds-20051014
FIXES 22352

allow objdir kernel module builds to work again


(cherry picked from commit 5487535dfc97bc78755737e05757b786637f4a81)
2005-10-14 22:28:14 +00:00
Jeffrey Altman
86f61a2fb6 STABLE14-windows-pattern-matching-20051014
FIXES 4623

Pattern matching was broken.   '?' should match zero characters if it
appears before a '.' or at the end of the file name.


(cherry picked from commit 41fe908bead6b30e41fd9e4f5084cd5e1dc3ca4a)
2005-10-14 12:19:55 +00:00
Jeffrey Altman
f7d36db11c STABLE14-windows-locking-init-req-20051013
two cm_InitReq() calls were in the wrong place opening the possibility for
stack corruption


(cherry picked from commit ec38f9ed3236005114292f08d1c77891aa3a36d3)
2005-10-14 04:26:24 +00:00
Chas Williams
d6e8113d79 STABLE14-solaris10-afsd-waitpid-to-clean-contract-20051013
FIXES 22317

it seems like this might be a bug in solaris10 when handling contracts
of exiting chilren who have created kernel threads.  the rxlistener is
a kernel thread on solaris and the child that starts the kernel_thread
returns and exits.


(cherry picked from commit ae7d5f250d96b7350ee369a74f71a89d646ddccc)
2005-10-13 22:00:11 +00:00
Derrick Brashear
fa50077afc STABLE14-macos-cleanup-20051006
minor cleanup to get things working from the merge
2005-10-13 21:50:10 +00:00
Chas Williams
483184b737 STABLE14-vc-hashing-be-less-expensive-20050728
pullup the rest of this
2005-10-13 19:53:39 +00:00
Niklas Edmundsson
ad05a43d96 STABLE14-cache-autotune-20050817
This patch tries to implement the afsd default tuning parameters
discussed in the thread starting at
https://www.openafs.org/pipermail/openafs-devel/2005-May/012158.html

I took the liberty of adding chunksize-tuning to the memcache too,
with the motivation that people using large memcaches usually wants
better bulk performance too.

It seems to work for me using both disk cache and memcache of various
sizes.


(cherry picked from commit 9d396c4916fdac64fcface30e6637ca6e2911203)
2005-10-13 19:46:04 +00:00
Chas Williams
7ea209ba27 STABLE14-large-cache-fix-20050815
roll up change for 1.4.1


(cherry picked from commit bbe78805681ec8303ab198288693586e8bfdb7f3)
2005-10-13 19:42:27 +00:00
Loïc Tortay
9de661a261 STABLE14-solaris10-nfs-really-20051013
FIXES 22318

fix array size so this all works


(cherry picked from commit f49876b8cb2acb94accda10d190c6cfe41a16b81)
2005-10-13 19:31:28 +00:00