openafs.git
19 years agowindows-locking-freeacls-20050415
Jeffrey Altman [Fri, 15 Apr 2005 17:01:40 +0000]
windows-locking-freeacls-20050415

Ensure that the appropriate mutex locks are held on the stat cache
entry referred to by the acl back pointer when performing a cleanup

19 years agowindows-memmap-adjust-20050415
Jeffrey Altman [Fri, 15 Apr 2005 17:00:15 +0000]
windows-memmap-adjust-20050415

Prepare to allow the maxVolumes and maxCells parameters to become
independent of the MaxStats value

19 years agosema-init-takes-2-args-20050415
Chas Williams [Fri, 15 Apr 2005 14:40:31 +0000]
sema-init-takes-2-args-20050415

FIXES 18271

init sema correctly

19 years agofifo-logs-20050415
Derrick Brashear [Fri, 15 Apr 2005 14:31:42 +0000]
fifo-logs-20050415

use O_NONBLOCK during open if it's a fifo
suppress SIGPIPE in case we care (EPIPE handling still not needed: return value
of write is discarded)

19 years agowindows-winlogon-logon-event-20050414
Jeffrey Altman [Thu, 14 Apr 2005 06:46:34 +0000]
windows-winlogon-logon-event-20050414

 Apparently the problem with multi-domain forests with cross-
 realm trusts to non-Windows realms was not entirely solved.
 The authentication to the AFS SMB service failed because
 the wrong name was being used.  Using ASU as an example,
 the authentication was being performed with the name
 "QAAD\user" (an account in the forest root) and not
 "user@ASU.EDU (the MIT Kerberos principal used to login with)

 The solution was to add an additional dependency on KFW
 in order or to be able to easily obtain the client principal
 name stored in the MSLSA ccache TGT.  This information is
 used in two locations:

 - the pioctl() function

 - a new WinLogon Event Handler for the "logon" event.

 The pioctl function will now be able to use the correct
 name when calling WNetAddConnection2() and the "logon"
 event handler will now be able to call WNetAddConnection2().
 The hope is that the "logon" event handler will be called
 before the profile is loaded but I have not guarrantee
 that will happen.

19 years agosupport-named-pipe-logs-20050414
Derrick Brashear [Thu, 14 Apr 2005 05:41:59 +0000]
support-named-pipe-logs-20050414

so log files can be named pipes

19 years agorenamefile-for-mrafslogs-20050414
Derrick Brashear [Thu, 14 Apr 2005 05:29:34 +0000]
renamefile-for-mrafslogs-20050414

call the renamefile wrapper so mrafs style logs on windows work like other logs

19 years agokill-rxglock-20050413
Chas Williams [Thu, 14 Apr 2005 05:22:24 +0000]
kill-rxglock-20050413

FIXES 18222

the rxglock was being defined out by all the platforms, just kill it.

19 years agorx-fpq-trying-again-20050413
Tom Keiser [Thu, 14 Apr 2005 03:41:18 +0000]
rx-fpq-trying-again-20050413

FIXES 17805

this time we'll work it out on windows. multitier free packet queues to increase performance

19 years agobye-getitimer-20050413
Chas Williams [Thu, 14 Apr 2005 03:32:46 +0000]
bye-getitimer-20050413

FIXES 18221

stop using getitimer on linux

19 years agokill-rxglock-20050413
Chas Williams [Thu, 14 Apr 2005 03:25:02 +0000]
kill-rxglock-20050413

FIXES 18222

the rxglock was being defined out by all the platforms, just kill it.

19 years agolinux26-unlocked-ioctl-20050413
Chaskiel M Grundman [Thu, 14 Apr 2005 03:18:33 +0000]
linux26-unlocked-ioctl-20050413

FIXES 18224

add unlocked_ioctl support and compat_ioctl support

19 years agotbutc-avoid-lwp-libs-20050413
Chaskiel M Grundman [Thu, 14 Apr 2005 03:13:50 +0000]
tbutc-avoid-lwp-libs-20050413

FIXES 18225

stop using lwp family libs when building tbutc

19 years agokill-clock-advance-20050413
Chas Williams [Thu, 14 Apr 2005 03:09:46 +0000]
kill-clock-advance-20050413

FIXES 18228

we don't use clock_Advance, so it's gone

19 years agoaix-volser-fix-retry-20050413
Peter Somogyi [Thu, 14 Apr 2005 02:59:34 +0000]
aix-volser-fix-retry-20050413

FIXES 18240

destroy lock only after we gave up permanently

19 years agohpux1123-parisc-20050413
Douglas Engert [Thu, 14 Apr 2005 02:38:37 +0000]
hpux1123-parisc-20050413

FIXES 18245

hpux 11.23 changes for parisc

19 years agolinux-inotify-sem-20050413
Chaskiel M Grundman [Thu, 14 Apr 2005 02:14:21 +0000]
linux-inotify-sem-20050413

FIXES 18260

add inotify sem detection

19 years agorx-dont-use-kmutex-outside-linux-kernel-20050413
Chaskiel M Grundman [Thu, 14 Apr 2005 01:54:25 +0000]
rx-dont-use-kmutex-outside-linux-kernel-20050413

FIXES 18261

don't use kmutex in prototypes outside linux kernel

19 years agocblater-hold-lock-on-broadcast-20050411
Tom Keiser [Mon, 11 Apr 2005 19:10:58 +0000]
cblater-hold-lock-on-broadcast-20050411

avoid race from not holding lock around fsync_cond broadcast

19 years agocleanup-rcmd-killing-20050411
Derrick Brashear [Mon, 11 Apr 2005 19:03:03 +0000]
cleanup-rcmd-killing-20050411

cleanup killing of rcmds.

19 years agolinux-follow-link-light-needs-putlink-20050406
Derrick Brashear [Wed, 6 Apr 2005 22:24:27 +0000]
linux-follow-link-light-needs-putlink-20050406

based on research by cg2v@andrew.cmu.edu and suggestion of jhutz@cmu.edu
needed so kmaps are balanced by kunmaps

19 years agoafsdb-lock-20050405
Chaskiel M Grundman [Wed, 6 Apr 2005 06:08:56 +0000]
afsdb-lock-20050405

init one more lock

19 years agoosi-probe-old-kernels-20050405
Derrick Brashear [Wed, 6 Apr 2005 05:46:03 +0000]
osi-probe-old-kernels-20050405

old kernerls lack __user

19 years agowindows-rx_mtu-20050404
Jeffrey Altman [Tue, 5 Apr 2005 03:16:43 +0000]
windows-rx_mtu-20050404

cmdebug -addr should report the rx_mtu size if it is set and less than
the actual mtu size

19 years agowindows-notes-20050404
Jeffrey Altman [Mon, 4 Apr 2005 12:51:02 +0000]
windows-notes-20050404

final updates before 1.3.81

19 years agowindows-version-20050404
Jeffrey Altman [Mon, 4 Apr 2005 12:37:28 +0000]
windows-version-20050404

1.3.8100

19 years agomake-afs-h-includable-outside-kernel-20050404
Garry Zacheiss [Mon, 4 Apr 2005 08:42:59 +0000]
make-afs-h-includable-outside-kernel-20050404

so you don't need to define KERNEL to cinlude this

19 years agokdump-update-20050404
Garry Zacheiss [Mon, 4 Apr 2005 08:34:58 +0000]
kdump-update-20050404

make kdump build again

19 years agoremove-insecure-and-ntp-20050403
Derrick Brashear [Mon, 4 Apr 2005 06:02:56 +0000]
remove-insecure-and-ntp-20050403

rcmds, inetd, ftpd and ntp are gone. leaving the files in the cvs head for now.

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

rcmds, inetd, ftpd and ntp are gone. in 1.4, files also go away.

19 years agoremove-rx-2tier-freepacketq-20050403
Derrick Brashear [Mon, 4 Apr 2005 05:26:36 +0000]
remove-rx-2tier-freepacketq-20050403

needs more work.

19 years agomacos103-update-20050403
Derrick Brashear [Mon, 4 Apr 2005 05:17:56 +0000]
macos103-update-20050403

use system vnodes. one remaining bug, dangling vnodes at shutdown.

19 years agovos-partinfo-summary-portability-20050403
Tom Keiser [Sun, 3 Apr 2005 21:20:54 +0000]
vos-partinfo-summary-portability-20050403

make this work on systems with non-native 64 bit int

19 years agorx-2tier-freepacketq-20050403
Tom Keiser [Sun, 3 Apr 2005 21:12:36 +0000]
rx-2tier-freepacketq-20050403

FIXES 17805

The attached patch turns the rx free packet queue into a 2-tiered cache
with a local thread-specific queue, backed by a global queue when using
pthreaded rx. The patch is against 1.3.79. Preliminary benchmarks show
scalability much closer to 2 cpus on sparc with this patch. Also,
fileserver performance under heavy load is improved: 50% improvement in
throughput for sequential writes, and a 10% improvement in performance for
random writes against an smp sparc solaris 10 fileserver.

19 years agohid2client-write-lock-20050403
Tom Keiser [Sun, 3 Apr 2005 21:09:53 +0000]
hid2client-write-lock-20050403

FIXES 17867

h_ID2Client currently returns a client struct with a shared lock. The
only caller of h_ID2Client (SRXAFS_FlushCPS) immediately calls
BoostSharedLock. This patch just goes ahead and makes h_ID2Client return
it with the write lock so we don't enter the Lock struct mutex multiple
times in a row. This also happens to remove the last reference to
BoostSharedLock in the tree.

19 years agoalpha-linux26-20050403
Andrej Filipcic [Sun, 3 Apr 2005 21:00:11 +0000]
alpha-linux26-20050403

FIXES 18081

alpha linux26 port

19 years agorx-clock-rollover-fix-20050403
Chaskiel M Grundman [Sun, 3 Apr 2005 20:53:43 +0000]
rx-clock-rollover-fix-20050403

FIXES 17990

itimer rollover comes faster now; handle it.

19 years agomore-linux26-cred-fixes-20050403
Chas Williams [Sun, 3 Apr 2005 20:48:32 +0000]
more-linux26-cred-fixes-20050403

FIXES 18009

instead of crget() getting a groups_alloc(0) just to put it, we just fix
crref()/crdup()/afs_pioctl() to do the "right" thing

added missing task_lock()'s as well.

19 years agolicense-update-20050403
Derrick Brashear [Sun, 3 Apr 2005 20:37:29 +0000]
license-update-20050403

FIXES 18131

collect all licenses here

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

install LICENSE into destdir builds

19 years agohpux-license-update-20050403
Derrick Brashear [Sun, 3 Apr 2005 20:21:19 +0000]
hpux-license-update-20050403

FIXES 18129

update hpux psf file copyright info

19 years agomacos-update-packaging-20050403
Derrick Brashear [Sun, 3 Apr 2005 20:13:11 +0000]
macos-update-packaging-20050403

FIXES 18127

add apsl 2.0 license. note it in ReadMe.rtf. update buildpkg to provide afsd options sample. update post_install to use sample ThisCell and options if none provided.

19 years agolinux-ppc64-26-20050403
Sven Oehme [Sun, 3 Apr 2005 20:02:28 +0000]
linux-ppc64-26-20050403

FIXES 18114

add support for ppc64 linux26

19 years agonew-gcc-cleanup-20050403
Derrick Brashear [Sun, 3 Apr 2005 19:48:16 +0000]
new-gcc-cleanup-20050403

more picky about some of this stuff, and it's right, so let's clean it up

19 years agoremove-insecure-and-ntp-20050403
Derrick Brashear [Sun, 3 Apr 2005 19:32:20 +0000]
remove-insecure-and-ntp-20050403

rcmds, inetd, ftpd and ntp are gone. leaving the files in the cvs head for now.

19 years agos390x-linux26-flavor-check-20050403
Sven Oehme [Sun, 3 Apr 2005 19:17:58 +0000]
s390x-linux26-flavor-check-20050403

FIXES 18112

add missing flavor bit check for s390x

19 years agoaix5-allocator-cleanup-20050403
Niklas Edmundsson [Sun, 3 Apr 2005 19:13:30 +0000]
aix5-allocator-cleanup-20050403

* Removed memory allocation functions only used on AIX and ancient
   HPUX. If the performance penalty is noticeable, implement a wrapper
   at the osi-level in the same manner as LINUX/FBSD (ie not sprayed
   throughout the code).
* Removed all remnants of splnet()-style locking, it was not
   sufficient for MP anyway which the real locks are. Affects only AIX
   and HPUX.
* Drop the global locking in rxi_Alloc since the real locks do their
   jobs, affects only AIX41 and up (ie. MP capable OS).
* Fix the non-kernel wrapper for osi_Alloc/Free on AIX to take void *
   in the same manner as the rest of the functions. IMO this wrapper
   shouldn't be necessary since you should never ever malloc() 0 bytes,
   but since it's there I'd guess someone made stupid assumptions
   somewhere...
* Restores MAXKTCTICKETLEN to 12000 on AIX
* Restores AFS_LWP_MINSTACKSIZE to 48k on AIX (might affect
   server-stuff)

19 years agoopenafs-kill-dead-code-20050403
Derrick Brashear [Sun, 3 Apr 2005 19:09:05 +0000]
openafs-kill-dead-code-20050403

Code ifdef'd any of AFS_MACH_ENV, AFS_GFS_ENV, AFS_DEC_ENV dies

Code ifdef'd AFS_SUN_ENV either becomes AFS_SUN5_ENV or dies as appropriate,
in the kernel only. The database servers etc are probably still buildable,
and I still have a SunOS 4.1.4 machine. ;-) But the Solaris vnops get all
SunOS 4 code nuked.

Uses of AFS_ALPHA_ENV which secretly meant OSF/1,D/UX,Tru64 become
AFS_OSF_ENV.

Bozon lock use gets its own ifdef. OSF and Solaris define it. Darwin and any
BSDs have bozon lock usage removed: note that only OSF and Solaris were
bothering to *init* the bozon lock during NewVCache. Bozon locks are for
platforms where basically we could end up deadlocking ourselves because of
how locks are handled.

Some nonsensical ifdefs removed.
Some if 0'd code removed.
Some obsolete code (hpux pre-10, for instance) removed.

19 years agorxdebug-unsigned-20040403
Jeffrey Altman [Sun, 3 Apr 2005 06:32:35 +0000]
rxdebug-unsigned-20040403

use unsigned types when displaying stat data via printf

19 years agowindows-notes-20050402
Jeffrey Altman [Sat, 2 Apr 2005 10:06:44 +0000]
windows-notes-20050402

updates for version 1.3.81

19 years agowindows-deadlock-20050402
Jeffrey Altman [Sat, 2 Apr 2005 09:23:50 +0000]
windows-deadlock-20050402

One final deadlock was found in cm_TryBulkStat().  Do not hold the scp->mx
through the RXAFS call.

19 years agowindows-time-20050331
Jeffrey Altman [Fri, 1 Apr 2005 00:36:04 +0000]
windows-time-20050331

Replace the time translation hack based on smb_NowTZ with a purely
mathematical conversion from UTC based unixTime (time_t) to UTC
based FILETIME

19 years agowindows-afsd-minor-20050330
Jeffrey Altman [Thu, 31 Mar 2005 07:05:21 +0000]
windows-afsd-minor-20050330

Add bounds checking to the comparison of fid->vnode and cm_localMountPoints
when Freelance mode is used.

Fix typo in DJGPP section of smb.c

Use rx_connection * instead of rx_call * in previous fix to cm_dcache.c

19 years agowindows-stress-test-fixes-20050330
Jeffrey Altman [Wed, 30 Mar 2005 21:49:35 +0000]
windows-stress-test-fixes-20050330

Ran more stress tests against 1.3.80b on a dual processor machine and
found a number of additional errors which could be fixed.

cm_callback.c: correct the refCount handling of server lists when
processing registering callbacks on the scache entry

cm_conn.c: cm_Analyze was not handling the CM_ERROR_NOSUCHVOLUME case.
In this case force a retry and Force Update the Volume info

cm_dcache.c; do not hold mx locks around calls to rx_NewCall().  That is
why we have reference counting on the rx_connection objects.

cm_ioctl.c: replace references to afsdcell.ini with CellServDB

cm_utils.c: formatting

cm_vnodeops.c: improve the logging and add a missing call to
cm_EndCallbackGrantingCall()

cm_volume.c: allows cm_volume_t objects to be reused if their
ref count is 0 and we have hit the maximum number allowed.

smb.c: improve the logging and the handling of dead_vcp references.
If all of the SMB sessions and NCBs are in use, return BUSY to the
CIFS client.

smb3.c: convert constants to preprocessor symbols

19 years agolinux-vnode-macros-20050326
Derrick Brashear [Sat, 26 Mar 2005 07:10:39 +0000]
linux-vnode-macros-20050326

here's a place where we passed a vcache instead of a vnode for linux. doesn't
matter today, might as well fix it now.

19 years agolwp-deal-with-unaligned-memory-20050326
Chaskiel M Grundman [Sun, 27 Mar 2005 21:19:45 +0000]
lwp-deal-with-unaligned-memory-20050326

FIXES 18050

don't double-free lwp stack space

19 years agorx-getaddrs-skip-loopback-addr-on-bsd-too-20050326
Derrick Brashear [Sat, 26 Mar 2005 06:53:44 +0000]
rx-getaddrs-skip-loopback-addr-on-bsd-too-20050326

as reported by Tracy Demarco-White

19 years agodarwin-vnode-macros-20050325
Derrick Brashear [Sat, 26 Mar 2005 05:37:42 +0000]
darwin-vnode-macros-20050325

use vnode to vcache conversion macros

19 years agodarwin-fstrace-20050325
Derrick Brashear [Sat, 26 Mar 2005 00:44:39 +0000]
darwin-fstrace-20050325

holy crap, it just worked.

19 years agoacl-maxentry-comment-20050325
Jeffrey Altman [Fri, 25 Mar 2005 17:58:47 +0000]
acl-maxentry-comment-20050325

correct the comment related to the maximum number of entries in
an ACL.  the number of ACEs must be less than or equal to ACL_MAXENTRIES
not less than ACL_MAXENTRIES.

19 years agosb-list-fix-20050323
Derrick Brashear [Thu, 24 Mar 2005 01:53:46 +0000]
sb-list-fix-20050323

fix gaffe from my attempt at this

19 years agowindows-logon-20050323
Jeffrey Altman [Wed, 23 Mar 2005 22:31:13 +0000]
windows-logon-20050323

Fix initialization error when getting domain parameters

19 years agowindows-version-8002-20050323
Jeffrey Altman [Wed, 23 Mar 2005 22:30:09 +0000]
windows-version-8002-20050323

1.3.8002

19 years agokbuild-one-more-try-20050322
Jeffrey Hutzelman [Tue, 22 Mar 2005 23:52:59 +0000]
kbuild-one-more-try-20050322

and shortly i will confirm it works for all cases

19 years agowindows-toplevel-makefile-20050322
Jeffrey Altman [Tue, 22 Mar 2005 19:39:44 +0000]
windows-toplevel-makefile-20050322

fix build dependencies for vl headers

19 years agowindows-smb-fix-20050322
Jeffrey Altman [Tue, 22 Mar 2005 05:42:29 +0000]
windows-smb-fix-20050322

the use logon cache hack only works on xp and above. do not give up
use of smb auth simply because it fails

fix the smb_vc_t refCount fix to smb_CopyPacket.  Only hold a smb_vc_t
if there is one.

19 years agowindows-version-20050322
Jeffrey Altman [Tue, 22 Mar 2005 05:40:13 +0000]
windows-version-20050322

1.3.8001

19 years agowindows-smb_vc_t-refcounts-20050321
Jeffrey Altman [Mon, 21 Mar 2005 16:27:59 +0000]
windows-smb_vc_t-refcounts-20050321

conditionalize the assertions on smb_vc_t refcounts as they are only
for debugging.  We know there is a problem but don't want to deal with
it for the 1.3.80 release.

added logging info for each hold and release.  perhaps that will provide
a clue in the future

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

When copying a packet we must increment the vcp refcounts

19 years agovos-extended-format-20050320
Ervin Fenyak [Mon, 21 Mar 2005 02:54:11 +0000]
vos-extended-format-20050320

FIXES 17961

vos listvol -extended
with -format option (vos listvol -extended -format) had no effect.
After applying the patch,
vos listvol -extended -format
outputs tab delimited output.

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

move variable declaration to the beginning of the block

19 years agolinux-inotify-20050320
Derrick Brashear [Sun, 20 Mar 2005 20:37:39 +0000]
linux-inotify-20050320

yay more inode fields.

19 years agoinstall-cfgafs-20050320
Michael Niksch [Sun, 20 Mar 2005 20:26:19 +0000]
install-cfgafs-20050320

FIXES 17712

cfgafs shoudl be installed regardless of AIX64

19 years agolinux-crref-held-longer-20050320
Chas Williams [Sun, 20 Mar 2005 20:18:08 +0000]
linux-crref-held-longer-20050320

FIXES 17917

hold the cr ref longer
we were putting it too soon

19 years agolinux-rx-spinlocks-for-preempt-20050320
Chaskiel M Grundman [Sun, 20 Mar 2005 20:12:05 +0000]
linux-rx-spinlocks-for-preempt-20050320

FIXES 17966

force linux spinlocks on when CONFIG_PREEMPT is involved

19 years agoafs-lock-init-20050320
Chaskiel M Grundman [Sun, 20 Mar 2005 20:08:06 +0000]
afs-lock-init-20050320

FIXES 17939

add missing afs lock initialization

19 years agolinux-libafs-makefileproto-call-kbuild-correctly-20050320
Vitaly Chernookiy [Sun, 20 Mar 2005 19:38:44 +0000]
linux-libafs-makefileproto-call-kbuild-correctly-20050320

FIXES 17972

call the script directly out of srcdir instead of looking elsewhere

19 years agoamd64-linux-rx-clock-fix-20050320
Chaskiel M Grundman [Sun, 20 Mar 2005 19:23:19 +0000]
amd64-linux-rx-clock-fix-20050320

FIXES 17950

avoid initial delay in rx on amd64 linux due to interval timer issue

19 years agovos-partinfo-summary-mode-20050320
Tom Keiser [Sun, 20 Mar 2005 15:11:54 +0000]
vos-partinfo-summary-mode-20050320

FIXES 17868

add a summary mode to vos partinfo

19 years agolinux-find-kernel-build-link-path-to-kernel-headers-20050320
Jeffrey Hutzelman [Sun, 20 Mar 2005 15:07:19 +0000]
linux-find-kernel-build-link-path-to-kernel-headers-20050320

look in /lib/modules for a path to the kernel build instead of just in /usr/src

19 years agolinux-afsd-rc-better-defaulting-20050320
Jason McCormick [Sun, 20 Mar 2005 15:00:43 +0000]
linux-afsd-rc-better-defaulting-20050320

FIXES 17630

default to a small cache rather than breaking if the client is ill-configured

19 years agoafsd-rxpck-switch-20050320
Ervin Fenyak [Sun, 20 Mar 2005 14:32:06 +0000]
afsd-rxpck-switch-20050320

FIXES 17837

add rxpck switch to afsd to allow overrding maxpackets

19 years agorevert-salvager-verbosity-entirely-20050319
Derrick Brashear [Sat, 19 Mar 2005 20:42:04 +0000]
revert-salvager-verbosity-entirely-20050319

simply remove the verbosity added to salvager

19 years agowindows-notes-20050317
Jeffrey Altman [Thu, 17 Mar 2005 17:50:22 +0000]
windows-notes-20050317

final notes for 1.3.80

19 years agoCellServDB-update-20050317
Jeffrey Hutzelman [Thu, 17 Mar 2005 17:42:26 +0000]
CellServDB-update-20050317

Public CellServDB 16 Mar 2005

19 years agonosettime-20050317
Harald Barth [Thu, 17 Mar 2005 15:52:54 +0000]
nosettime-20050317

Make -nosettime default for afsd.  Use -settime to get old behavior.

19 years agowindows-dns-crypt-20050516
Jeffrey Altman [Wed, 16 Mar 2005 21:37:07 +0000]
windows-dns-crypt-20050516

Found another case in which the windows client could break connections
which should not be broken if cryptall is on.  If the connection is
unauthenticated because there are no tokens, the connections will be
broken.

If a site relies on AFSDB records and the client machine is configured
to append a domain suffix to all queries it is possible for "foo" and
"foo.bar" to appear to be separate cells.  fixed by appending a trailing
'.' to all AFSDB queries if there is not already one.

19 years agorollback-20050315
Jeffrey Altman [Wed, 16 Mar 2005 04:49:02 +0000]
rollback-20050315

Rollback changes to 1.68

19 years agowindows-notes-20050314
Jeffrey Altman [Tue, 15 Mar 2005 00:55:56 +0000]
windows-notes-20050314

Update notes to describe fix for cross realm trusts to Windows
multi-domain forests

19 years agowindows-comments-20050314
Jeffrey Altman [Tue, 15 Mar 2005 00:43:21 +0000]
windows-comments-20050314

Update the comments to indicate how we force authentication to be
performed against the Windows logon cache instead of a domain controller
and how BackConnectionsHostNames will work in Longhorn Beta 1.

19 years agowindows-mumble-20050311
Jeffrey Altman [Fri, 11 Mar 2005 18:16:47 +0000]
windows-mumble-20050311

Add new registry setting to force a lana to be treated as a loopback

Move hack to force use of MSV1_0 cache

19 years agowindows-1380-20050310
Jeffrey Altman [Fri, 11 Mar 2005 07:30:00 +0000]
windows-1380-20050310

updates for 1.3.80

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

update issues list

19 years agowindows-pcache-20050310
Jeffrey Altman [Fri, 11 Mar 2005 05:33:12 +0000]
windows-pcache-20050310

This patch applies all of the work done to add persistent cache support,
cache manager debugging, and a variety of bug fixes.  A full description
will be committed within doc/txt/winnotes as part of a later commit.

19 years agofix-linux22-20050310
Derrick Brashear [Fri, 11 Mar 2005 04:35:39 +0000]
fix-linux22-20050310

fix accumulated linux 2.2 damage

19 years agovolinfo-dont-bomb-on-attach-failure-20050310
Derrick Brashear [Fri, 11 Mar 2005 02:54:49 +0000]
volinfo-dont-bomb-on-attach-failure-20050310

let volinfo keep going in the face of failure

19 years agovos-listaddrs-dont-infinite-loop-20050308
Tom Keiser [Tue, 8 Mar 2005 22:14:50 +0000]
vos-listaddrs-dont-infinite-loop-20050308

FIXES 17814

avoid possible infinite loop in vos when checking a non-existant uuid

19 years agolinux-osi-gettime-avoid-collision-20050308
Johan Danielsson [Tue, 8 Mar 2005 22:09:29 +0000]
linux-osi-gettime-avoid-collision-20050308

FIXES 17802

don't reuse tv as a variable name in osi_GetTime macro

19 years agolinux-writepage-sync-20050308
Chaskiel M Grundman [Tue, 8 Mar 2005 22:05:45 +0000]
linux-writepage-sync-20050308

FIXES 17792

"The attached patch
1) makes afs_linux_writepage_sync do the required lock_kernel and
AFS_GLOCK()'s instead of making the caller do it.
2) removes the 2.4+ afs_linux_updatepage wrapper function which just calls
afs_linux_writepage_sync and is only called by afs_linux_commit_write
3) removes the kmap/kunmap in afs_linux_{prepare,commit}_write on 2.6
since the caller of afs_linux_{prepare,commit}_write
(do_generic_file_write) does the kmap/kunmap itself, and has since before
2.4.19 (early 2.4's do require it, and it doesn't break anything to do it
twice, so !defined(AFS_LINUX26_ENV) is appropriate)"

19 years agoosi-lookupname-nuke-dirvpp-20050308
Chaskiel M Grundman [Tue, 8 Mar 2005 21:57:41 +0000]
osi-lookupname-nuke-dirvpp-20050308

FIXES 17791

osi_lookupname doesn't need dirvpp anymore

19 years agoosi-syscall-fix-20050302
Chas Williams [Thu, 3 Mar 2005 16:56:48 +0000]
osi-syscall-fix-20050302

FIXES 17666

fix typo _nr should __nr

19 years agofake-admin-on-create-file-20050228
Love Hörnquist-Åstrand [Mon, 28 Feb 2005 20:18:11 +0000]
fake-admin-on-create-file-20050228

pass back admin in status bits for create file

19 years agosalvager-less-verbose-20050227
Karl Ramm [Sun, 27 Feb 2005 18:31:42 +0000]
salvager-less-verbose-20050227

make the salvager less verbose

19 years agofix-uae-20050226
Derrick Brashear [Sun, 27 Feb 2005 04:26:41 +0000]
fix-uae-20050226

sometimes the proeprocessor is cranky. bah.

19 years agoosi-probe-update-20050225
Jeffrey Hutzelman [Fri, 25 Feb 2005 19:51:51 +0000]
osi-probe-update-20050225

update osi_probe for machines with no mmap2