Commit Graph

5572 Commits

Author SHA1 Message Date
Dragos Tatulea
fb549013e7 disconnected-refcount-fixes-20081130
LICENSE IPL10
FIXES 123714

fix code which tweaks refcounts on disconnected vcaches to be correct
2008-11-30 20:11:05 +00:00
Dragos Tatulea
20aff72a7e disconnected-dirty-list-keeps-reference-to-vcache-20081130
LICENSE IPL10
FIXES 123715

avoid putting vcaches on the dirty list unreferenced
2008-11-30 20:06:35 +00:00
Derrick Brashear
96996e65fc uphys-invalidate-returns-void-20081130
LICENSE IPL10
FIXES 123723

thanks to Hartmut Reuter for catching this.
2008-11-30 19:49:16 +00:00
Derrick Brashear
0d94742ec3 libafs-prototypes-20081130
LICENSE IPL10

fix sun5 prototype for afs_close
2008-11-30 19:40:00 +00:00
Jeffrey Altman
55ac2b7aa7 netrestrict-netinfo-20081129
LICENSE MIT

Rename rxi_getAllAddrMaskMtu to rx_getAllAddrMaskMtu.

Implement rx_getAllAddrMaskMtu for Windows.

Add rx_getAllAddrMaskMtu to the libafsrpc exports list.

Remove restrictions on use of NetRestrict / NetInfo files from
all services on Windows.
2008-11-29 18:55:25 +00:00
Simon Wilkinson
b7e12a1aec libafs-prototypes-20081129
LICENSE IPL10

 add prototypes missing from libafs
2008-11-29 18:20:03 +00:00
Simon Wilkinson
deb20d02fb standard-header-includes-20081129
LICENSE IPL10

add missing standard headers
2008-11-29 18:15:40 +00:00
Simon Wilkinson
85f1ef34c2 rxkad-prototypes-20081129
LICENSE IPL10

add prototypes for rxkad
2008-11-29 18:08:33 +00:00
Jeffrey Altman
5697e58a07 windows-pioctl-global-auto-mapper-20081125
LICENSE MIT
FIXES 123726

drive letters mapped to \\afs by the global auto mapper do not show
up as mapped drives.  Add a check for the drive mapping based upon
the registry configuration.
2008-11-26 07:15:01 +00:00
Jeffrey Altman
ebb2c8eaca windows-afsd-memdump-20081121
LICENSE MIT

add the buffer error state to the memdump output
2008-11-21 16:52:40 +00:00
Adam Vollrath
9ddb573bbb ubik-doxygen-20081121
LICENSE IPL10
FIXES 123681

restyle comments in ubik to be doxygen qt-style
2008-11-21 07:09:42 +00:00
Jeffrey Altman
ef92a3331f clones-take-two-20081120
LICENSE IPL10
FIXES 89557

commit jeff's revised version of the patch
2008-11-20 22:56:12 +00:00
Jeffrey Altman
f3384d6378 windows-smb-is-mask-20081119
LICENSE MIT
FIXES 123680

Examination of dump shows that smb_IsMask is being called on a
non-8.3 input buffer.   Separate smb_IsMask() into smb_Is8Dot3Mask()
for 8.3 input buffers and smb_IsMask() for non-8.3 input buffers.
2008-11-19 12:36:39 +00:00
Tracy Di Marco White
122833a44e netbsd-acinclude-typo-20081117
LICENSE IPL10
FIXES 123647

fix netbsd version tests for amd64
2008-11-17 23:14:02 +00:00
Derrick Brashear
b5fea780fb aix6-lam-plugin-20081117
LICENSE IPL10
FIXES 123649

based on suggestion from Hung_Pham@unc.edu

build aix5 module for aix6
2008-11-17 23:05:28 +00:00
Jeffrey Altman
a4177506ce windows-smb-rename-20081117
LICENSE MIT
FIXES 123673

avoid reference under count when renaming
2008-11-17 22:28:43 +00:00
Jeffrey Altman
5fe7d9c6d9 windows-smb-vc-uid-missing-20081117
LICENSE MIT
FIXES 123655

Protect against an smb packet containing a uid for which we have no
active session in the virtual circuit.
2008-11-17 19:08:23 +00:00
Jeffrey Altman
d312166bfd windows-buf-clean-20081115
LICENSE MIT

change the interface to buf_CleanAsync / buf_CleanAsyncLocked to permit
errors to be propagated to the caller.
2008-11-15 17:10:16 +00:00
Jeffrey Altman
ab37d70f50 windows-btree-20081115
LICENSE MIT

return an error if the enumeration of the directory cannot complete
because the btree has not yet been generated.
2008-11-15 17:07:41 +00:00
Jeffrey Altman
17b8c16000 windows-error-mapping-20081115
LICENSE MIT

do not map success (0) to an error
2008-11-15 17:05:19 +00:00
Jeffrey Altman
bac191678f windows-conn-analyze-20081115
LICENSE MIT

Add a delay after receiving a VBUSY before

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

remove
2008-11-15 16:47:55 +00:00
Jeffrey Altman
0c3bf45fff windows-dir-prefetch-locks-20081113
LICENSE MIT

cm_DirPrefetchBuffers() did not properly drop and regain the appropriate
lock type y

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

undo premature commit.
2008-11-13 15:39:46 +00:00
Marc Dionne
117066c481 missing-linux-fh-configure-switch-20081113
LICENSE IPL10
FIXES 123620

add missing hunk to acinclude
2008-11-13 13:47:52 +00:00
Russ Allbery
a3c9b01f3a man-page-fileserver-fix-block-size-20081111
After code study, we've decided that additional blocks do add 32 octets,
not 16, despite messages to the contrary in the archives.
2008-11-12 02:30:58 +00:00
Jason Edgecombe
794967ed3e man-page-fileserver-updates-20081111
LICENSE BSD

Various file server man page updates: number of partitions, partition size
limits, directory file name block size, and a reference to the IBM manual
set.
2008-11-12 02:17:49 +00:00
Russ Allbery
196e995b25 man-page-fileserver-octet-20081111
LICENSE BSD

The sizing limit on directories is better expressed in octets than in
characters in the new possibly-Unicode world.
2008-11-12 02:00:27 +00:00
Derrick Brashear
267472a473 viced-helper-thread-count-20081111
LICENSE IPL10

fix the thread count of helpers so we don't go past 128
2008-11-11 20:31:19 +00:00
Jeffrey Altman
de2044ca66 windows-netidmgr-vs-referrals-20081111
LICENSE MIT

kfw referrals logic broke the logic for automated configuration of
the workstation cell with a new identity.  Now if a referrals
response is returned, assume the cell belongs with the new identity.

In the long term, we need to change the logic as follows:
 1. if realm indicates referrals, try to obtain the krb5 service ticket
    but do not generate a token
 2. if the service ticket can be obtained and
  a. if the cell is not bound to any other identities,
     then bind it to this one
  b. if the cell is bound to another identity, prompt the user to ask
     which identity (or both) should this cell be bound to and follow
     the user's instruction
2008-11-11 03:33:24 +00:00
Marc Dionne
041f09e17b linux-new-aop-20081108
LICENSE IPL10
FIXES 123580

support for 2.6.28
2008-11-08 16:49:25 +00:00
Marc Dionne
4eab64ebd8 linux-fh-based-cache-20081108
LICENSE IPL10
FIXES 123620

use linux fh (exportfs api) to do cache file access. conditionalize based on
configure switch.
2008-11-08 16:34:24 +00:00
Marc Dionne
18e78d91e7 linux-disable-readahad-20081108
LICENSE IPL10
FIXES 123604

The code has long contained a backing_dev_info structure, but it
was never attached to anything.  Initialize its use properly with
bdi_init, and attach it to i_mapping for every newly filled inode.
bdi_init and bdi_destroy are needed for proper initialization of
some percpu counters, otherwise we get some oopses.
2008-11-08 16:09:25 +00:00
Steve McIntosh
0ac956b338 salvager-no-chdir-20081108
LICENSE IPL10
FIXES 123577

make sure salvager cores don't get left in vice partitions
2008-11-08 15:58:06 +00:00
Jeffrey Hutzelman
35bc549bf9 cellservdb-20081107
new cellservdb from central.org
2008-11-08 02:28:48 +00:00
Jeffrey Altman
aff6ee8987 windows-linked-cells-10081107
LICENSE MIT

prevent stack overflow
2008-11-07 21:00:43 +00:00
Asanka Herath
99e202b073 windows-nim-afs-longer-cell-names-20081107
LICENSE MIT

permit cell and realm names to be longer than the input field.
2008-11-07 18:19:38 +00:00
Jeffrey Altman
fffc8d7016 windows-nim-afs-linked-cells-20081107
LICENSE MIT

add linked cell support to the NIM afs provider.
2008-11-07 16:35:20 +00:00
Jeffrey Altman
01c4e08cf8 windows-aklog-linked-cells-20081106
LICENSE MIT

Add support for linked cells.  Acquire tokens for the linked cell in
addition to the specified cell.
2008-11-07 05:40:59 +00:00
Jason Edgecombe
32c271187a doc-user-guide-acl-example-fix-20081106
FIXES 123331
LICENSE BSD

fs sa takes a directory as its first argument.
2008-11-07 00:26:17 +00:00
Jeffrey Altman
68902640a2 windows-config-ipaddr-parsing-20081106
LICENSE MIT

when parsing ipaddrs in CellServDB rejects addrs whose components are
values greater than 255.
2008-11-06 22:09:05 +00:00
Jeffrey Altman
a366182136 windows-afsd-hook-20081106
LICENSE MIT

When loading the afsdhook.dll require that it be in the same directory
as afsd_service.exe.  This prevents LoadLibrary() from searching the PATH
environment variable if it cannot be found.   If the PATH environment
variable contains a path in AFS, the library will fail to load and take
a very long time doing so.
2008-11-06 19:18:32 +00:00
Simon Wilkinson
eccc12fb07 redhat-packaging-krb-conf-man-page-20081105
LICENSE IPL10

account for the new manpage
2008-11-05 21:29:06 +00:00
Jeffrey Altman
70fda445bd windows-linked-cells-20081103
LICENSE MIT
FIXES 123571

The Windows code base was implemented ignorant of linked cells as
defined in the src/auth/cellconfig.h struct afsconf_cell.  The code
that made use of the afsconf_cell objects would leak the memory from
the linkedCell field if is non-NULL.

Add cm_SearchCellFileEx which is an extended version of cm_SearchCellFile
capable of returning a linked cell obtained from the CellServDB file.

Update GetCellConfig to populate the linkedCell field of the afsconf_cell
structure.

Modify cm_cell_t to support a linked cell name.

Modify cm_GetCell_Gen() to populate the cm_cell_t linked cell and enforce
that two cells are linked to each other.

Modify cm_GetVolumeByID() and cm_GetVolumeByName() to perform fallback
to the linked cell if the response is CM_ERROR_NOSUCHVOLUME.
2008-11-03 19:55:38 +00:00
Jeffrey Altman
303c70efd4 windows-prevent-wow64-execution-20081031
LICENSE MIT

prevent the 32-bit build from being executed in the wow64 environment
2008-11-01 03:37:56 +00:00
Jeffrey Altman
1d18280f20 windows-release-notes-missing-files-20081029
LICENSE MIT

pulled down from 1.5
2008-10-29 20:06:54 +00:00
Simon Wilkinson
50e1e59a92 aklog-attempt-order-comments-20081029
LICENSE IPL10

to clarify what gets tried when and why.
2008-10-29 19:43:42 +00:00
Max Cohan
ef70f73141 windows-setup-utils-20081028
LICENSE IPL10

correct file name to match the file.
committed broken in windows-file-versioning-20030619
2008-10-28 17:55:19 +00:00
Simon Wilkinson
fc78255c1d initialize-variables-to-avoid-logic-issues-20081027
LICENSE IPL10

make sure any variable whose value is used will be initialized before that
value is used. (these aren't just warnings)
2008-10-27 23:53:23 +00:00
Simon Wilkinson
f27165f137 kill-uninitialized-variable-warnings-20081026
LICENSE IPL10

kill lots of compiler warnings
2008-10-27 23:41:02 +00:00
Jeffrey Altman
aa09aa2be1 windows-pioctl-drive-map-20081026
LICENSE MIT

a remote drive connection may not be mapped to a local drive letter.
2008-10-26 21:52:29 +00:00
Jeffrey Altman
a824cbda62 rx-rdwr-avoid-free-null-packet-20081026
LICENSE MIT

avoid a potential call to rxi_FreePacket with a NULL pointer as input
2008-10-26 21:16:57 +00:00