Jeffrey Altman [Fri, 26 Dec 2008 23:40:14 +0000]
windows-afsd-btree-lookups-
20081226
LICENSE MIT
when performing a lookup operation it is acceptable for the data version
of the btree to be greater than the data version of the cm_dirOp_t
under which the operation is being performed. No change to the btree
can take place and the result of the lookup will maintain consistency
without requiring an additional restart of the directory operation.
Jeffrey Altman [Fri, 26 Dec 2008 23:34:26 +0000]
windows-afsd-dir-prefetch-
20081226
LICENSE MIT
when prefetching the directory buffers do not call cm_FlushFile to
discard locally modified buffers. Instead just set the cm_scache_t
bufDataVersionLow to the current version. out of date buffers will
therefore be ignored without requiring that locks be dropped and
reacquired and without searching all of the buffers associated with
the directory.
Jeffrey Altman [Fri, 26 Dec 2008 23:29:22 +0000]
windows-afsd-max-daemons-
20081226
LICENSE MIT
permit the number of daemon threads to be increased to 64 instead of
a maximum of 8.
Jeffrey Altman [Fri, 26 Dec 2008 23:26:09 +0000]
windows-afsd-rename-collision-
20081226
LICENSE MIT
Do not permit cm_Rename() to rename an existing object such that it
creates a case-insensitive name collision with another object.
This change in behavior is consistent with the restrictions when
creating new objects. This change prevents the explorer shell from
getting confused when it creates a new folder.
Jeffrey Altman [Fri, 26 Dec 2008 21:17:49 +0000]
windows-pioctl-drive-subst-
20081226
LICENSE MIT
GetDriveType() will return "REMOTE" for drive letters that are mapped
to network devices via the SUBST command. Recursively check drive letters
for the final substitution before checking to see if the drive letter
is in fact an AFS device.
Matt Benjamin [Tue, 23 Dec 2008 20:42:38 +0000]
windows-afsd-findserverbyip-refcount-
20081223
LICENSE BSD
FIXES 124054
reference count the server object returned by cm_FindServerByIP
Derrick Brashear [Mon, 22 Dec 2008 20:34:12 +0000]
solaris-largepartition-interface-
20081222
LICENSE IPL10
add support for using statvfs64 on solaris
Derrick Brashear [Mon, 22 Dec 2008 19:22:57 +0000]
ubik-serverinit-clones-correction-
20081222
LICENSE IPL10
as pointed out by Simon Wilkinson
Tom Kula [Mon, 22 Dec 2008 19:01:46 +0000]
vol-dump-incr-largefile-support-
20081222
LICENSE IPL10
FIXES 123984
add large file support for >2gb dumps; add incremental support
Jeffrey Hutzelman [Mon, 22 Dec 2008 17:30:58 +0000]
doxygen-getfid-correction-
20081222
LICENSE IPL10
correct out param description
Derrick Brashear [Mon, 22 Dec 2008 17:14:36 +0000]
rx-idledead-only-ignore-keepalives-
20081222
LICENSE IPL10
critical to not ignore e.g. other acks
Jeffrey Altman [Sun, 21 Dec 2008 06:05:12 +0000]
rxgen-cpp-definition-
20081221
LICENSE MIT
FIXES 124011
avoid "ologo" compilation error messages due to buffer overflow in rxgen
on Windows. research performed by mlane@sinenomine.net.
Jeffrey Altman [Sun, 21 Dec 2008 05:58:20 +0000]
tweak-vicelog-macros-
20081221
LICENSE IPL10
add missing semi-colons left out from DELTA tweak-vicelog-macros-
20081218
Jeffrey Altman [Sun, 21 Dec 2008 05:46:29 +0000]
audit-consolidate-open-
20081221
LICENSE IPL10
FIXES 123923
fix audit-consolidate-open-
20081217 which broke the Windows build.
Simon Wilkinson [Thu, 18 Dec 2008 14:05:10 +0000]
tweak-vicelog-macros-
20081218
LICENSE IPL10
deal with macro semicolon confusion for vicelog
Steve McIntosh [Wed, 17 Dec 2008 18:14:41 +0000]
audit-consolidate-open-
20081217
LICENSE IPL10
FIXES 123923
consolidate opening auditlog in one place; make opening nonblock easier
Steve McIntosh [Wed, 17 Dec 2008 18:11:43 +0000]
auditlog-fids-
20081217
LICENSE IPL10
FIXES 123922
make auditlog process multiple fids correctly
Jeffrey Altman [Wed, 17 Dec 2008 16:19:22 +0000]
windows-afsd-smb-error-mapping-
20081217
LICENSE MIT
map ENOMEM to STATUS_OUT_OF_MEMORY
Derrick Brashear [Tue, 16 Dec 2008 21:48:53 +0000]
irix-prototype-fixage-
20081216
LICENSE IPL10
more cleanup to make prototypes match functions on irix
Derrick Brashear [Tue, 16 Dec 2008 21:05:20 +0000]
irix-close-vnop-typo-
20081216
LICENSE IPL10
fix irix close vnop prototype to be correct
Garry Zacheiss [Mon, 15 Dec 2008 22:20:37 +0000]
butc-xbsa-64bit-linux-
20081215
LICENSE IPL10
use the 64 bit libraries when built for amd64
Derrick Brashear [Mon, 15 Dec 2008 20:50:57 +0000]
fbsd71-like-current-
20081215
LICENSE IPL10
FIXES 123917
rpc is in sys now, like in current. tweaked from matt's patch to also
deal with amd64
Matt Benjamin [Mon, 15 Dec 2008 20:37:51 +0000]
amd64-fbsd-
20081215
LICENSE IPL10
FIXES 123811
add support for fbsd 7.1, amd64 fbsd
Derrick Brashear [Mon, 15 Dec 2008 19:12:04 +0000]
aix-prototype-fixes-
20081215
LICENSE IPL10
make the prototyping changes work on aix
Derrick Brashear [Sat, 13 Dec 2008 21:30:55 +0000]
solaris-vnop-prototyping-
20081213
LICENSE IPL10
make the head sane on solaris again
Derrick Brashear [Tue, 9 Dec 2008 17:04:45 +0000]
eliminate-cplusplus-style-comments-
20081209
LICENSE IPL10
aix compiler hates // style comments
Jeffrey Altman [Mon, 8 Dec 2008 16:25:40 +0000]
windows-afsd-ntstatus-wouldblock-
20081208
LICENSE MIT
Change the mapping of CM_ERROR_WOULDBLOCK from
STATUS_LOCK_NOT_GRANTED to STATUS_CANT_WAIT.
STATUS_LOCK_NOT_GRANTED is used to indicate
CM_ERROR_LOCK_NOT_GRANTED.
Derrick Brashear [Sun, 30 Nov 2008 20:24:12 +0000]
missing-comerr-header-includes-
20081130
LICENSE IPL10
FIXES 123676
include com_err header in places where it's not so afs_error_message et al
exist
Douglas Engert [Sun, 30 Nov 2008 20:20:55 +0000]
solaris-fs-agnostic-cache-
20081130
LICENSE IPL10
FIXES 123677
make the cache able to be filesystem-agnostic so a ZFS cache is possible
Andrew Deason [Sun, 30 Nov 2008 20:17:13 +0000]
linux-nonfh-cache-file-handling-
20081130
LICENSE IPL10
FIXES 123771
go back to referencing f.inode and not ainode when not using the fh cachefiles.
put back the dcache reference again.
Dragos Tatulea [Sun, 30 Nov 2008 20:11:05 +0000]
disconnected-refcount-fixes-
20081130
LICENSE IPL10
FIXES 123714
fix code which tweaks refcounts on disconnected vcaches to be correct
Dragos Tatulea [Sun, 30 Nov 2008 20:06:35 +0000]
disconnected-dirty-list-keeps-reference-to-vcache-
20081130
LICENSE IPL10
FIXES 123715
avoid putting vcaches on the dirty list unreferenced
Derrick Brashear [Sun, 30 Nov 2008 19:49:16 +0000]
uphys-invalidate-returns-void-
20081130
LICENSE IPL10
FIXES 123723
thanks to Hartmut Reuter for catching this.
Derrick Brashear [Sun, 30 Nov 2008 19:40:00 +0000]
libafs-prototypes-
20081130
LICENSE IPL10
fix sun5 prototype for afs_close
Jeffrey Altman [Sat, 29 Nov 2008 18:55:25 +0000]
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.
Simon Wilkinson [Sat, 29 Nov 2008 18:20:03 +0000]
libafs-prototypes-
20081129
LICENSE IPL10
add prototypes missing from libafs
Simon Wilkinson [Sat, 29 Nov 2008 18:15:40 +0000]
standard-header-includes-
20081129
LICENSE IPL10
add missing standard headers
Simon Wilkinson [Sat, 29 Nov 2008 18:08:33 +0000]
rxkad-prototypes-
20081129
LICENSE IPL10
add prototypes for rxkad
Jeffrey Altman [Wed, 26 Nov 2008 07:15:01 +0000]
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.
Jeffrey Altman [Fri, 21 Nov 2008 16:52:40 +0000]
windows-afsd-memdump-
20081121
LICENSE MIT
add the buffer error state to the memdump output
Adam Vollrath [Fri, 21 Nov 2008 07:09:42 +0000]
ubik-doxygen-
20081121
LICENSE IPL10
FIXES 123681
restyle comments in ubik to be doxygen qt-style
Jeffrey Altman [Thu, 20 Nov 2008 22:56:12 +0000]
clones-take-two-
20081120
LICENSE IPL10
FIXES 89557
commit jeff's revised version of the patch
Jeffrey Altman [Wed, 19 Nov 2008 12:36:39 +0000]
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.
Tracy Di Marco White [Mon, 17 Nov 2008 23:14:02 +0000]
netbsd-acinclude-typo-
20081117
LICENSE IPL10
FIXES 123647
fix netbsd version tests for amd64
Derrick Brashear [Mon, 17 Nov 2008 23:05:28 +0000]
aix6-lam-plugin-
20081117
LICENSE IPL10
FIXES 123649
based on suggestion from Hung_Pham@unc.edu
build aix5 module for aix6
Jeffrey Altman [Mon, 17 Nov 2008 22:28:43 +0000]
windows-smb-rename-
20081117
LICENSE MIT
FIXES 123673
avoid reference under count when renaming
Jeffrey Altman [Mon, 17 Nov 2008 19:08:23 +0000]
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.
Jeffrey Altman [Sat, 15 Nov 2008 17:10:16 +0000]
windows-buf-clean-
20081115
LICENSE MIT
change the interface to buf_CleanAsync / buf_CleanAsyncLocked to permit
errors to be propagated to the caller.
Jeffrey Altman [Sat, 15 Nov 2008 17:07:41 +0000]
windows-btree-
20081115
LICENSE MIT
return an error if the enumeration of the directory cannot complete
because the btree has not yet been generated.
Jeffrey Altman [Sat, 15 Nov 2008 17:05:19 +0000]
windows-error-mapping-
20081115
LICENSE MIT
do not map success (0) to an error
Jeffrey Altman [Sat, 15 Nov 2008 16:47:55 +0000]
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
Jeffrey Altman [Thu, 13 Nov 2008 15:39:46 +0000]
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.
Marc Dionne [Thu, 13 Nov 2008 13:47:52 +0000]
missing-linux-fh-configure-switch-
20081113
LICENSE IPL10
FIXES 123620
add missing hunk to acinclude
Russ Allbery [Wed, 12 Nov 2008 02:30:58 +0000]
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.
Jason Edgecombe [Wed, 12 Nov 2008 02:17:49 +0000]
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.
Russ Allbery [Wed, 12 Nov 2008 02:00:27 +0000]
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.
Derrick Brashear [Tue, 11 Nov 2008 20:31:19 +0000]
viced-helper-thread-count-
20081111
LICENSE IPL10
fix the thread count of helpers so we don't go past 128
Jeffrey Altman [Tue, 11 Nov 2008 03:33:24 +0000]
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
Marc Dionne [Sat, 8 Nov 2008 16:49:25 +0000]
linux-new-aop-
20081108
LICENSE IPL10
FIXES 123580
support for 2.6.28
Marc Dionne [Sat, 8 Nov 2008 16:34:24 +0000]
linux-fh-based-cache-
20081108
LICENSE IPL10
FIXES 123620
use linux fh (exportfs api) to do cache file access. conditionalize based on
configure switch.
Marc Dionne [Sat, 8 Nov 2008 16:09:25 +0000]
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.
Steve McIntosh [Sat, 8 Nov 2008 15:58:06 +0000]
salvager-no-chdir-
20081108
LICENSE IPL10
FIXES 123577
make sure salvager cores don't get left in vice partitions
Jeffrey Hutzelman [Sat, 8 Nov 2008 02:28:48 +0000]
cellservdb-
20081107
new cellservdb from central.org
Jeffrey Altman [Fri, 7 Nov 2008 21:00:43 +0000]
windows-linked-cells-
10081107
LICENSE MIT
prevent stack overflow
Asanka Herath [Fri, 7 Nov 2008 18:19:38 +0000]
windows-nim-afs-longer-cell-names-
20081107
LICENSE MIT
permit cell and realm names to be longer than the input field.
Jeffrey Altman [Fri, 7 Nov 2008 16:35:20 +0000]
windows-nim-afs-linked-cells-
20081107
LICENSE MIT
add linked cell support to the NIM afs provider.
Jeffrey Altman [Fri, 7 Nov 2008 05:40:59 +0000]
windows-aklog-linked-cells-
20081106
LICENSE MIT
Add support for linked cells. Acquire tokens for the linked cell in
addition to the specified cell.
Jason Edgecombe [Fri, 7 Nov 2008 00:26:17 +0000]
doc-user-guide-acl-example-fix-
20081106
FIXES 123331
LICENSE BSD
fs sa takes a directory as its first argument.
Jeffrey Altman [Thu, 6 Nov 2008 22:09:05 +0000]
windows-config-ipaddr-parsing-
20081106
LICENSE MIT
when parsing ipaddrs in CellServDB rejects addrs whose components are
values greater than 255.
Jeffrey Altman [Thu, 6 Nov 2008 19:18:32 +0000]
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.
Simon Wilkinson [Wed, 5 Nov 2008 21:29:06 +0000]
redhat-packaging-krb-conf-man-page-
20081105
LICENSE IPL10
account for the new manpage
Jeffrey Altman [Mon, 3 Nov 2008 19:55:38 +0000]
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.
Jeffrey Altman [Sat, 1 Nov 2008 03:37:56 +0000]
windows-prevent-wow64-execution-
20081031
LICENSE MIT
prevent the 32-bit build from being executed in the wow64 environment
Jeffrey Altman [Wed, 29 Oct 2008 20:06:54 +0000]
windows-release-notes-missing-files-
20081029
LICENSE MIT
pulled down from 1.5
Simon Wilkinson [Wed, 29 Oct 2008 19:43:42 +0000]
aklog-attempt-order-comments-
20081029
LICENSE IPL10
to clarify what gets tried when and why.
Max Cohan [Tue, 28 Oct 2008 17:55:19 +0000]
windows-setup-utils-
20081028
LICENSE IPL10
correct file name to match the file.
committed broken in windows-file-versioning-
20030619
Simon Wilkinson [Mon, 27 Oct 2008 23:53:23 +0000]
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)
Simon Wilkinson [Mon, 27 Oct 2008 23:41:02 +0000]
kill-uninitialized-variable-warnings-
20081026
LICENSE IPL10
kill lots of compiler warnings
Jeffrey Altman [Sun, 26 Oct 2008 21:52:29 +0000]
windows-pioctl-drive-map-
20081026
LICENSE MIT
a remote drive connection may not be mapped to a local drive letter.
Jeffrey Altman [Sun, 26 Oct 2008 21:16:57 +0000]
rx-rdwr-avoid-free-null-packet-
20081026
LICENSE MIT
avoid a potential call to rxi_FreePacket with a NULL pointer as input
Jeffrey Altman [Sun, 26 Oct 2008 07:50:39 +0000]
ptutils-restricted-accessok-
20081025
LICENSE MIT
Fix restricted mode test when 'any' is not set on AccessOK
Simon Wilkinson [Sun, 26 Oct 2008 01:45:45 +0000]
exporter-call-gethost-method-correctly-
20081025
LICENSE IPL10
actually call the correct method for EXP_GETHOST
Simon Wilkinson [Sun, 26 Oct 2008 01:04:12 +0000]
rx-rwlock-cleanup-
20081025
LICENSE IPL10
make the rwlock patch actually build everywhere
Simon Wilkinson [Sun, 26 Oct 2008 00:59:55 +0000]
aklog-chatty-
20081025
LICENSE IPL10
make aklog not accidentally be chatty
Derrick Brashear [Fri, 24 Oct 2008 22:07:01 +0000]
darwin-kernel-rwlocks-
20081023
LICENSE IPL10
convert to kernel rwlocks on darwin
Derrick Brashear [Fri, 24 Oct 2008 21:59:52 +0000]
rx-atomics-for-solaris-and-darwin-
20081023
LICENSE IPL10
support atomics on osx and solaris
Jeffrey Altman [Fri, 24 Oct 2008 21:38:56 +0000]
rx-rw-locking-
20081024
LICENSE BSD
rename RWLOCK_INIT to AFS_RWLOCK_INIT in order to maintain naming
consistency and to distinguish them from the new RWLOCK_INIT macros
being used in rx.
====================
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 BSD
add rx/rx_internal.h as a dependency
====================
LICENSE BSD
define RWLOCK_xxx operations
replace MUTEX_xxx operations with RWLOCK_xxx when it is appropriate
to do so. This improves concurrency on multi-processor systems.
make additional use of atomic operations
Jeffrey Altman [Wed, 22 Oct 2008 02:25:25 +0000]
windows-reformatting-
20081021
LICENSE MIT
reformat some of the recent changes
cast away warnings on 64-bit windows
Derrick Brashear [Tue, 21 Oct 2008 19:36:35 +0000]
fd-setsize-test-
20081021
LICENSE BSD
a test so we can deal with platforms which don't honor FD_SETSIZE
Derrick Brashear [Tue, 21 Oct 2008 14:44:50 +0000]
linux24-writepage-antideadlock-
20081021
LICENSE IPL10
also make this work for 2.4.x
Derrick Brashear [Mon, 20 Oct 2008 20:29:26 +0000]
blacklist-move-init-checks-back-into-req-code-
20081020
LICENSE IPL10
revise things so we don't need to check initd outside analyze.c/InitReq
====================
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 IPL10
since these end up being used, init them too
Derrick Brashear [Mon, 20 Oct 2008 13:38:07 +0000]
linux-mmap-antirecursion-
20081020
LICENSE IPL10
FIXES 120491
avoid deadlocking ourselves due to recursion when flushing pages on an
mmap()ed file larger than the cache
Marc Dionne [Mon, 20 Oct 2008 13:34:58 +0000]
autoconf-262-support-
20081020
LICENSE IPL10
FIXES 118058
fix the quoting and remove the tests we shouldn't need anymore
Derrick Brashear [Mon, 20 Oct 2008 13:03:44 +0000]
blacklist-check-only-existing-servers-
20081020
LICENSE IPL10
based on suggestion from haba@pdc.kth.se
Marc Dionne [Mon, 20 Oct 2008 13:01:34 +0000]
blacklistonce-use-only-initd-vrequest-
20081020
LICENSE IPL10
avoid using an un "initd" vrequest for server blacklisting
Asanka Herath [Mon, 20 Oct 2008 00:17:41 +0000]
windows-handle-invalid-utf16-names-
20081019
LICENSE MIT
FIXES 116641
Windows will deliver to OpenAFS UTF16 strings that are not valid Unicode
and cannot be converted to UTF8. Return bad file name errors in those
cases.
Make sure all file server strings once converted to UTF16 can be converted
back. If not, escape the invalid portions of the string so that the
file can be accessed.
Jeffrey Altman [Sun, 19 Oct 2008 23:50:21 +0000]
windows-smb-rdr-duration-logging-
20081019
LICENSE MIT
if an smb request takes longer than 45 seconds, log info to afsd_init.log
that might be helpful in determining patterns in the smb client disconnects
Jeffrey Altman [Sun, 19 Oct 2008 23:44:20 +0000]
windows-smb-bridge-nowild-error-handling-
20081019
LICENSE MIT
add the error preprocessor symbol to the error string
if both an NRC_BRIDGE and NRC_NOWILD error are received within
the smb_Listener thread, try re-adding the NetbiosName to the lana
before giving up and quiting.
Jeffrey Hutzelman [Sat, 18 Oct 2008 20:25:56 +0000]
newtrans-lock-fix-fix-
20081018
LICENSE IPL10
swap in the freshly allocated memory instead of throwing it away
Jeffrey Altman [Sat, 18 Oct 2008 18:01:07 +0000]
smb-symlink-to-vnovnode-attribute-
20081017
LICENSE MIT
When reporting the attribute of a directory name which happens to be
a symlink object to a file that cannot be accessed or does not exist,
use the target name to guess the type of the object. If it has an
extension, consider it a file, otherwise report it as a directory.