Commit Graph

1216 Commits

Author SHA1 Message Date
Derrick Brashear
b67317fa07 nfs-translator-fix-lookup-20021110
add fstrace statement, remove bogus &
2002-11-11 00:53:46 +00:00
Jim Rees
d2ec7c34b9 openbsd-20021108
More OpenBSD merge.
Fix refcount screwups in afs_GetVCache and friends.
"ls -ld /afs" works now.
2002-11-08 21:59:23 +00:00
Nickolai Zeldovich
556273f88c Miscellaneous cleanup. 2002-11-07 23:10:43 +00:00
Jim Rees
1b3f04c26e openbsd-20021107
fix afs_unmount
make osi_NetReceive sleep at shutdown so it won't loop forever
2002-11-07 22:55:27 +00:00
Douglas Engert
63c5438e48 hpux-20021106
Minor fixes for HPUX110.
2002-11-06 20:32:33 +00:00
Jim Rees
6bb19413a9 openbsd-20021105
don't panic in osi_NetReceive if soreceive fails
don't release root vnode in afs_root
  (temporary until I track down the refcount screwup)
2002-11-05 22:37:53 +00:00
Jim Rees
54495a713b openbsd-20021104
implement afs_root()
2002-11-04 23:35:37 +00:00
Andrei Keis
5c7482f2fc winnt-make-mountingother-than-as-afs-work-20021104
make mounting other than as /afs work correctly with respect to absolute symlinks
2002-11-04 20:42:02 +00:00
Derrick Brashear
3a7d53e8bd vputvnode-print-error-number-on-write-failure-20021104
make log message include error when taking volume offline
2002-11-04 20:15:38 +00:00
Nickolai Zeldovich
038d4a0e8e Under Solaris, only clean up the open count in VOP_INACTIVE when
the vcache is mvstat 0 (necessary because executables don't get
VOP_CLOSE'd).  Volume roots (mvstat 2) need to keep their open
counts, because under fakestat, the mountpoint above it is still
considered open by the kernel.
2002-11-04 08:31:47 +00:00
Derrick Brashear
048e35c829 shlibafsauthent-extra-functions-20021102
export more on solaris
2002-11-02 17:25:20 +00:00
Derrick Brashear
9dbddd1d4c linux-what-socketcall-20021031
we're not using it, so let's not use
2002-10-31 20:12:59 +00:00
Derrick Brashear
da3dad6730 bg-fcrypt-cleanup-20021030
make the libafsrpc libraries work with new fcrypt

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

readd missing statistics
make cm and ukernel compile with new stuff

====================

readd missing statistics
make cm and ukernel compile with new stuff

====================

make it work with ukernel macros
2002-10-31 00:19:55 +00:00
Jim Rees
58c34e103c openbsd-20021030
More small OpenBSD fixes.
Now the module loads, afsd starts, and /afs gets mounted.
2002-10-30 22:56:58 +00:00
Derrick Brashear
19f082ad8c rx-junk-writevinit-20021030
we don't use it, so it's gone
2002-10-30 22:27:18 +00:00
Nickolai Zeldovich
f349e5b3fa Allocate memory for the interface addr arrays dynamically
to avoid potential overruns.
2002-10-30 09:10:16 +00:00
Derrick Brashear
dfaf556aea viced-cleanup-20021030
it all compiles nicely

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

a little more cleanup

====================

a little more cleanup

====================

a little more cleanup

====================

a little more cleanup
2002-10-30 08:40:38 +00:00
Derrick Brashear
fac0740132 afsfileprocs-more-cleanup-20021030
finish ansification
take some functions internal
reorganize to avoid need for some prototypes
remove said prototypes
strip out some unused code
2002-10-30 07:06:46 +00:00
Derrick Brashear
76b9b95174 lhash-includes-cleanup-20021027
make stddef be included when building ukernel so NULL is defined
cleanup redundancy
2002-10-30 07:03:05 +00:00
Derrick Brashear
e1f2501c4f viced-afsfileprocs-partial-protoizing-20021029
need to finish protoizing and create useful header
2002-10-30 00:12:15 +00:00
Derrick Brashear
511e067fd2 fileserver-host-interface-cleanup-20021029
get rid of HPCS macros from person who was confused

get rid of unused functions in host.c

convert to ansi func decls
2002-10-29 23:03:13 +00:00
Nickolai Zeldovich
fac48b50c7 Mention the cross-cell fakestat feature in NEWS; I had meant to check this
in with the original delta, but missed this file since it was above src/.
2002-10-29 21:32:23 +00:00
Nathan Neulinger
190bc027de fileserver-readonly-support-20021028
so a fileserver can deny writes
2002-10-29 00:06:41 +00:00
Love Hörnquist-Åstrand
ea57d1062c rxkad-new-fcrypt-20021028
rxkad fcrypt from bg@pdc.kth.se. we should also add autoconf test for what
to use for EFF_NTOHL
2002-10-29 00:05:06 +00:00
Love Hörnquist-Åstrand
7da7434842 lwp-take-insque-internal-20021028
make insque/remque internal
2002-10-29 00:00:28 +00:00
Simon Spero
d67e1550e4 darwin-restore-terminal-after-read-password-20021028
turn echo back on
2002-10-28 23:56:40 +00:00
Derrick Brashear
05a3224474 rxkad-krb5-windows-fix-20021028
based on report from leg@andrew.cmu.edu
2002-10-28 22:51:34 +00:00
Jim Rees
c9139f0c54 openbsd-20021028
Add OBSD subdirs to afs and rx
some other minor tweaks
2002-10-28 21:28:25 +00:00
Love Hörnquist-Åstrand
fdeaffdd91 acinclude-updates-20021027
so AC_DEFINE() specifies 3 arguments for everything defined
2002-10-28 02:43:56 +00:00
Derrick Brashear
1f8e892794 ukernel-fix-osi-settime-20021027
make this match the prototype
2002-10-28 02:16:08 +00:00
Love Hörnquist-Åstrand
ce34c263e6 rxkad-krb5-20021027
Added support to rxkad for servers accepting Kerberos V5 tickets and
truncated "proposal 2b" tickets.  When used with an appropriate aklog
or krb524d (such as shipped with Heimdal and MIT Kerberos), this allows
the use of Kerberos V5 tickets (with DES session keys) to authenticate
connections to OpenAFS servers.
2002-10-28 01:18:38 +00:00
Nickolai Zeldovich
08ed0bffcb As reported/suggested by Derek Atkins, use AFSTOI() instead of AFSTOV()
in vcache2fakeinode(), since we really do want an inode.
2002-10-27 23:21:41 +00:00
Nathan Neulinger
52381274cd vos-dump-clone-and-vos-copy-support-20021026
support for cloning before a dump, and for vos copy
2002-10-26 16:41:14 +00:00
Sam Hartman
c7f84a5867 uss-fix-bogus-grammar-20021026
newer bison actually wants you to write correct grammars apparently.
2002-10-26 16:40:07 +00:00
Sam Hartman
5f051a666b getchar-returns-int-20021026
don't assume it returns char
2002-10-26 16:39:08 +00:00
Derrick Brashear
eb66163ac0 solaris-nfs-translator-expand-macros-and-cleanup-20021011
make the acl stuff work too
2002-10-22 09:00:00 +00:00
Nickolai Zeldovich
70872e9d3c Slight change to the semantics of the serial number field in the
ack packet, which results in more reliable RTT computation.
2002-10-20 08:35:21 +00:00
Jim Rees
12d6de6dd0 openbsd-20021018
OpenBSD kernel module builds now.
2002-10-18 18:09:27 +00:00
Satish Kumar
ec5df8df8c fix-quota-calcs-with-unsigned-20021018
Change some ints to unsigned for correct quota calculation.
From Gregory via Satish Kumar.
2002-10-18 16:59:00 +00:00
Jim Rees
840b977dba openbsd-fix-20021017
Fix another merge screwup on my part. Sorry.
2002-10-18 00:04:56 +00:00
Chaskiel M Grundman
141c26f78e volserver-dont-deal-poorly-with-fssync-blockage-20021016
The attached patch attempts to deal with the issue that the volserver
blocks if the fileserver's fssync interface isn't responsive by doing a
select (IOMGR_Select) before trying to read the server's response.
2002-10-17 02:50:40 +00:00
Jim Rees
f0b8a1c61d restore-osi-msg-20021016
Put back osi_Msg.  It got lost in the merge.
Hey, if I never made mistakes, I'd never get anything done.
2002-10-16 20:57:27 +00:00
Jim Rees
1a8c712ae1 rx_securityClass-20021016
Back out my previous change, and instead declare struct rx_securityClass
here.
Thanks to Derek Atkins <warlord@MIT.EDU> for this excellent suggestion.
2002-10-16 20:42:38 +00:00
Jim Rees
b68affbc6c openbsd-20021016
Fix includes for mbuf.h, if.h
auth/cellconfig.p.h:
  Use (void *) for 2d arg to afsconf_ClientAuth(), since we have no def for
  struct rx_securityClass at this point

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

More OpenBSD merge
prototypes
cleanup
2002-10-16 18:48:47 +00:00
Nathan Neulinger
782109a29b no-copy-libafs-builds-20021015
make things so file copies from src/libafs don't happen; change how libafs_tree is done
2002-10-16 04:58:13 +00:00
Derrick Brashear
695bf4bd6f solaris-build-translator-kernel-module-20021015
make libafs.o get built on solaris
2002-10-16 04:03:51 +00:00
Derrick Brashear
48c005a467 solaris-nfs-translator-expand-macros-and-cleanup-20021011
trying to get this to work

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

make it not go down in flames

====================

fix nfsv2 also

====================

looks like we need to do this when we create something new also

====================

cast correctly.

====================

and add in some fstrace crap which afs_trace.et already had
2002-10-16 04:00:48 +00:00
Jim Rees
69edd3e06b fix-dir-voids-20021014
Revert some voids back to char.  I was too ambitious.
Thanks to kolya for pointing this out.
2002-10-14 23:13:45 +00:00
Jim Rees
393fc0d046 openbsd-20021014
More OpenBSD merge.
Most of this is just cleanup, not OpenBSD specific.
2002-10-14 16:48:40 +00:00
Jim Rees
a64d9d729d dir-char-to-void-20021014
Change a bunch of (char *) to (void *)
2002-10-14 15:41:16 +00:00