openafs.git
17 years agopr-changeentry-arg-types-20070105
Derrick Brashear [Fri, 5 Jan 2007 06:02:28 +0000]
pr-changeentry-arg-types-20070105

oops. put it back

17 years agosolaris-but-seriously-20070105
Derrick Brashear [Fri, 5 Jan 2007 05:02:39 +0000]
solaris-but-seriously-20070105

guess chas had the right idea

17 years agofree-packet-avoid-issue-with-34-jumbograms-20070104
Derrick Brashear [Fri, 5 Jan 2007 04:56:09 +0000]
free-packet-avoid-issue-with-34-jumbograms-20070104

try to deal with rainer toebbicke's ongoing issue

17 years agosolaris-mypid-track-threads-20070104
Derrick Brashear [Fri, 5 Jan 2007 04:48:32 +0000]
solaris-mypid-track-threads-20070104

based on suggestion by tkeiser

17 years agounroll-namei-delay-fsync-20070104
Derrick Brashear [Fri, 5 Jan 2007 03:39:16 +0000]
unroll-namei-delay-fsync-20070104

has been shown to cause problems with releases per haba@pdc.kth.se testing, unroll until we figure out why

17 years agoasetkey-with-heimdal-20070104
Marcus Watts [Fri, 5 Jan 2007 03:21:34 +0000]
asetkey-with-heimdal-20070104

FIXES 50973

just make asetkey build with heimdal

17 years agodarwin-fake-more-free-20070104
Derrick Brashear [Thu, 4 Jan 2007 22:08:26 +0000]
darwin-fake-more-free-20070104

fake more free disk space for dumb apps

17 years agoclient-handle-vicetokendead-with-reconnect-20070104
Derrick Brashear [Thu, 4 Jan 2007 21:55:21 +0000]
client-handle-vicetokendead-with-reconnect-20070104

basically, if the issue is really expired tokens then we force the server to tell us that instead of that our older connection is still using the old tokens for some reason, by letting a new connection happen first

17 years agomacos-installer-fix-20070104
Derrick Brashear [Thu, 4 Jan 2007 21:48:28 +0000]
macos-installer-fix-20070104

this time for sure

17 years agolinux-workqueue-prereq-20070104
Derrick Brashear [Thu, 4 Jan 2007 21:42:24 +0000]
linux-workqueue-prereq-20070104

FIXES 49890

make the workqueue configure test actually work on 2.4

17 years agofreezer-h-existance-20070104
Marc Dionne [Thu, 4 Jan 2007 21:15:16 +0000]
freezer-h-existance-20070104

FIXES 50941

only include freezer.h if it exists

17 years agolinux-kbuild-configure-20070104
Marcus Watts [Thu, 4 Jan 2007 20:05:20 +0000]
linux-kbuild-configure-20070104

FIXES 40604

Test whether Linux kernel builds work at all before going into specific
builds so that we can fail earlier with a better error message.  Try to
put more errors from the kernel build into config.log.

17 years agomd5-inode-even-odd-hack-20070104
Derrick Brashear [Thu, 4 Jan 2007 15:59:35 +0000]
md5-inode-even-odd-hack-20070104

the even-odd hack didn't work with the new md5 inode numbers. fix it. suggested by Bennett Todd.

17 years agowindows-unix-mode-bit-enforcement-20070102
Jeffrey Altman [Wed, 3 Jan 2007 00:44:27 +0000]
windows-unix-mode-bit-enforcement-20070102

When the Unix mode bits do not include the write bit (0200), then the
file is reported to Windows as read-only.  This also prevents the
acquisition of write-locks.  It should also prevent deletion but the
code in cm_HaveAccessRights() did not remove the PRSFS_DELETE privilege
from the reported rights.

17 years agotaking-rx-back-into-the-20th-century-20061228
Derrick Brashear [Tue, 2 Jan 2007 17:17:49 +0000]
taking-rx-back-into-the-20th-century-20061228

ken's patch is now on the ipv6 branch

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

restore deleted taddr declaration.

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

ken's patch is now on the ipv6 branch

17 years agostrl-20070102
Jim Rees [Tue, 2 Jan 2007 16:48:33 +0000]
strl-20070102

str->strl

17 years agofix-linux-2-6-20-configure-test-20070102
Marc Dionne [Tue, 2 Jan 2007 15:59:13 +0000]
fix-linux-2-6-20-configure-test-20070102

FIXES 50594

make the cc flags modification not break things

17 years agoifdef-nfs-translator-20070102
Marc Dionne [Tue, 2 Jan 2007 15:40:35 +0000]
ifdef-nfs-translator-20070102

FIXES 50602

appropriately wrap nfs translator code in ifdefs

17 years agosolaris10-suser-replace-20070102
Dale Ghent [Tue, 2 Jan 2007 07:33:23 +0000]
solaris10-suser-replace-20070102

FIXES 50246

suser is dead, long live suser

17 years agowindows-readme-20061230
Jeffrey Altman [Sat, 30 Dec 2006 17:49:29 +0000]
windows-readme-20061230

updates for VS2005, Vista, etc.

17 years agowindows-no-version-20061230
Jeffrey Altman [Sat, 30 Dec 2006 17:09:48 +0000]
windows-no-version-20061230

set the version numbers on the head to 0.0.0.0 so there is no confusion
that this code is not ready for prime time

17 years agokaserver-deprecation-warning-20061230
Jeffrey Altman [Sat, 30 Dec 2006 17:00:51 +0000]
kaserver-deprecation-warning-20061230

The following message is now logged to both the BosLog and the AuthLog
at startup.

  WARNING: kaserver is deprecated due to its weak security properties.
  Migrating to a Kerberos 5 KDC is advised.
  http://www.openafs.org/no-more-des.html

17 years agoafsdb-resolver-reinit-20061230
Jeffrey Altman [Sat, 30 Dec 2006 16:55:02 +0000]
afsdb-resolver-reinit-20061230

FIXES 50576

replace 'try' with 'try_init' and declare 'try_init'.
'try' is a reserved word on some compilers.  not sure how this code
was compiling on MacOS X and Windows as 'try' was not declared.

17 years agowindows-optimize-smb-dir-search-if-no-wildcard-20061229
Jeffrey Altman [Sat, 30 Dec 2006 02:44:39 +0000]
windows-optimize-smb-dir-search-if-no-wildcard-20061229

do not follow mountpoints when calling cm_Lookup as part of the
optimization.  otherwise the shortname is computed incorrectly.

17 years agoproc-unixusers-cleanup-on-linux-20061228
Derrick Brashear [Thu, 28 Dec 2006 22:32:52 +0000]
proc-unixusers-cleanup-on-linux-20061228

FIXES 49978

maybe?

17 years agonull-terminate-solaris-ops-20061228
Dale Ghent [Thu, 28 Dec 2006 22:25:41 +0000]
null-terminate-solaris-ops-20061228

FIXES 50340

vfsops and vnodeops need a NULL at the end of the structs

17 years agoadd-solaris-11-support-v2-20061228
Dale Ghent [Thu, 28 Dec 2006 21:57:24 +0000]
add-solaris-11-support-v2-20061228

FIXES 50343

initial 5.11 support

17 years agosolaris10-suser-replace-20061228
Dale Ghent [Thu, 28 Dec 2006 21:48:25 +0000]
solaris10-suser-replace-20061228

FIXES 50246

suser is dead, long live suser

17 years agolinux-install-correct-modules-20061228
Marc Dionne [Thu, 28 Dec 2006 21:35:17 +0000]
linux-install-correct-modules-20061228

FIXES 49787

actually install the correct MP/EP/BM et al modules

17 years agolinux-2620-rc1-update-20061228
Marc Dionne [Thu, 28 Dec 2006 21:28:31 +0000]
linux-2620-rc1-update-20061228

FIXES 49890

updates for linux 2.6.20-rc1

17 years agoafsdb-resolver-reinit-20061228
Derrick Brashear [Thu, 28 Dec 2006 20:36:26 +0000]
afsdb-resolver-reinit-20061228

as reported by Adam Megacz, but my own version of the fix

17 years agomacos-installer-fix-20061227
Derrick Brashear [Wed, 27 Dec 2006 15:46:26 +0000]
macos-installer-fix-20061227

make the installer build correctly again

17 years agowindows-server-config-20061226
Jeffrey Altman [Tue, 26 Dec 2006 20:21:16 +0000]
windows-server-config-20061226

Reformat the entire directory.

Add Freelance mode awareness.

Map the root.afs volume starting from Z: and work down.

17 years agowindows-optimize-smb-dir-search-if-no-wildcard-20061226
Jeffrey Altman [Tue, 26 Dec 2006 20:17:25 +0000]
windows-optimize-smb-dir-search-if-no-wildcard-20061226

fix the computation of the ShortName.  Take into account the network
byte order of the cm_dirFid_t fields.

send error packets from within the function as needed.  do not return
the error to the caller.

17 years agobosserver-avoid-bosconfig-truncation-20061221
Derrick Brashear [Fri, 22 Dec 2006 06:45:40 +0000]
bosserver-avoid-bosconfig-truncation-20061221

why the heck would it be a good idea to rewrite the BosConfig while we are starting, exactly?

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

why the heck would it be a good idea to rewrite the BosConfig while we are start
ing, exactly?

17 years agosplit-cache-update-20061220
Derrick Brashear [Wed, 20 Dec 2006 21:17:12 +0000]
split-cache-update-20061220

move closer to 1.4 implementation esp when split cache is turned off

17 years agosolaris10-avoid-direct-cred-access-20061220
Dale Ghent [Wed, 20 Dec 2006 20:07:02 +0000]
solaris10-avoid-direct-cred-access-20061220

avoid a panic after we muck with groups by being less evil

17 years agostrl-20061220
Jim Rees [Wed, 20 Dec 2006 17:03:59 +0000]
strl-20061220

convert sys_errlist -> strerror, strcat ->strlcat, strcpy -> strlcpy

17 years agowindows-afslogon-20061219
Jeffrey Altman [Tue, 19 Dec 2006 17:55:44 +0000]
windows-afslogon-20061219

Initialize Winsock from within afslogon.c so that ka_UserAuth will
work again.

17 years agovolser-dumpstuff-20061218
Hartmut Reuter [Tue, 19 Dec 2006 04:50:16 +0000]
volser-dumpstuff-20061218

FIXES 46937

"vos release" per default does an incremental dump.
volser-dump-validate-input-20060417 ends up with keeping dead vnodes and
data in the remote RO-volume.  This patch corrects the behavior for
RO-volumes.

See ticket for extensive discussion.

17 years agorx-mtu-fixes-20061218
Chas Williams [Tue, 19 Dec 2006 04:35:29 +0000]
rx-mtu-fixes-20061218

http://www.openafs.org/pipermail/openafs-devel/2006-November/014487.html

17 years agokernel-endianness-test-fix-20061218
Derrick Brashear [Tue, 19 Dec 2006 04:29:13 +0000]
kernel-endianness-test-fix-20061218

FIXES 47893

ok, so, when we're in the kernel, do something

17 years agoopenafs-kernel-src-fix-20061218
Derrick Brashear [Tue, 19 Dec 2006 04:18:48 +0000]
openafs-kernel-src-fix-20061218

FIXES 44573

ok, so, we need to emit Makefile.version when we build openafs-kernel

17 years agovolser-undo-cleanup-20061218
Jeffrey Altman [Tue, 19 Dec 2006 03:37:34 +0000]
volser-undo-cleanup-20061218

uncommit an inappropriate commit

  DELTA volser-cleanup-xx-20061128

17 years agorx-globals-avoid-INIT-reuse-20061218
Derrick Brashear [Tue, 19 Dec 2006 03:17:57 +0000]
rx-globals-avoid-INIT-reuse-20061218

FIXES 45515

avoid calling our macro INIT

17 years agovolume-dont-artificially-untimeout-vlservers-20061218
Jeffrey Hutzelman [Tue, 19 Dec 2006 02:32:55 +0000]
volume-dont-artificially-untimeout-vlservers-20061218

FIXES 48959

remove synthetic event to undo timeouts of vlservers we "haven't talked to yet"

17 years agolinux-osi-cred-pool-byebye-20061218
Chas Williams [Tue, 19 Dec 2006 02:28:19 +0000]
linux-osi-cred-pool-byebye-20061218

ok, unneeded abstraction removed.

17 years agowindows-afslogon-20061218
Jeffrey Altman [Mon, 18 Dec 2006 23:56:19 +0000]
windows-afslogon-20061218

test for the existence of the mutex and not the bInit flag
during the DLL attach

17 years agowindows-install-wix-20061218
Asanka Herath [Mon, 18 Dec 2006 22:33:15 +0000]
windows-install-wix-20061218

remove the AFS Server wizard shortcut

add AFS Server dependencies (tcpip and PNP_TDI)

17 years agowindows-nsis-20061218
Jeffrey Altman [Mon, 18 Dec 2006 21:44:11 +0000]
windows-nsis-20061218

remove the autorun for the AFS Server Wizard

remove the shortcut to the AFS Server Wizard

update the service dependencies for the bosctlsvc (tcpip and PNP_TDI)

17 years agowindows-optimize-smb-dir-search-if-no-wildcard-20061217
Asanka Herath [Sun, 17 Dec 2006 21:05:28 +0000]
windows-optimize-smb-dir-search-if-no-wildcard-20061217

When performing a SMB FindFirst/FindNext/FindClose operation if there
are no wildcards involved, we can optimize the case and turn it from
O(n) to O(1) where 'n' is the number of entries in the directory.
This can be done by performing a cm_Lookup() and if it succeeds,
constructing the appropriate response instead of parsing the contents
of each buffer associated with the directory looking for matches.

Without this optimization, FindFirst operations on directories containing
thousands of entries can take a large number of seconds to complete.

17 years agorx-fix-lock-init-20061216
Jeffrey Altman [Sun, 17 Dec 2006 01:21:52 +0000]
rx-fix-lock-init-20061216

When rxBind was added it made an assumption that rx_GetIFInfo could be
called before rx_InitXYZ.  This is true on non-Windows platforms, but
on Windows rxGetIFInfo relies on an initialized mutex.  This patch adds
a DllMain for Windows in order to initialize the mutex object upon DLL
load.

17 years agovldb-repair-tool-20061216
Derrick Brashear [Sat, 16 Dec 2006 06:25:24 +0000]
vldb-repair-tool-20061216

make vldb_check able to repair at least some kinds of damage

run it on a vldb which does not have a server operating live on it
verify the result with vldb_check before using.

17 years agoubik-better-debug-logging-in-remote-20061215
Derrick Brashear [Fri, 15 Dec 2006 16:37:03 +0000]
ubik-better-debug-logging-in-remote-20061215

log when we get errors doing remote sync what it was, rather than covering it up

17 years agowindows-custom-control-subclassing-bis-20061212
Jeffrey Altman [Wed, 13 Dec 2006 00:25:23 +0000]
windows-custom-control-subclassing-bis-20061212

Do not link to both talocale.lib and taafsapplib.lib.

If you do, then there are duplicate functions in both the .EXE and
the TaAfsAppLib.DLL.

17 years agowindows-custom-control-subclassing-20061212
Jeffrey Altman [Tue, 12 Dec 2006 20:37:44 +0000]
windows-custom-control-subclassing-20061212

While investigating the reasons behind the Drive Mapping listbox
failing to permit entries 2 or above to be edited or removed and
the text string being truncated to two characters (on some systems)
I discovered that the subclasses were being recompiled into each
application instead of linking against the DLL that contains the
controls.

The custom controls have been renamed to address name space issues.

The "Drive X:" label changed to "X:" to permit single character item
selection within the listbox.

Still have no idea what is really going on.  Spy++ shows the Windows
messages being sent to the correct Windows.  However, the getcount
message never obtains a value other than 0 or 1.  This is probably
why the selection code is broken.  Still working on it.

17 years agowindows-sleep-when-out-of-buffers-20061212
Jeffrey Altman [Tue, 12 Dec 2006 17:02:37 +0000]
windows-sleep-when-out-of-buffers-20061212

When there are no free buffers, don't loop continuously.
Sleep so that the other threads that are holding the buffers
can grab the global buffer lock and release them.

17 years agowindows-afsd-20061211
Jeffrey Altman [Tue, 12 Dec 2006 04:00:40 +0000]
windows-afsd-20061211

(1) Power Management improvements.  Maintain a global flag that
    specifies whether or not the service is in a suspend state.
    Do not panic if Netbios() returns NRC_BRIDGE meaning that the
    lana is no longer valid.  Instead, stop the listener threads
    and if all listener threads are stopped, reset the lana_list.
    Allow the cm_Daemon() thread to periodically check the state
    of the smb listeners.  If they are all stopped and the service
    is not suspended, attempt to restart them.  If there are no valid
    lanas, return to the stopped state.

(2) CreateX and NTCreateX use cm_CheckNTOpen() to test whether or not
    the user is permitted to obtain read or write locks.  This function
    would obtain the lock and then drop it returning whether or not
    the lock could be obtained.  If the lock was in fact required,
    CreateX/NTCreateX would then obtain it with cm_Lock().  The problem
    of course being that this pattern results in three RPCs to the
    file server (lock, unlock, lock).  This is reduced to one RPC by
    implementing cm_CheckNTOpenDone() which frees the allocated byte
    range lock from cm_CheckNTOpen() after the cm_Lock() call is
    performed.

(3) Remove unused code.

(4) Add debugging to SMB Directory Search functions.

(5) Increase the SMB Ioctl MaxData size

17 years agokaserver-log-tgtreq-20061206
Russ Allbery [Wed, 6 Dec 2006 20:00:48 +0000]
kaserver-log-tgtreq-20061206

Separately log TGT requests in addition to logging the authentication so
that one can distinguish in the logs between Kerberos v4 clients and uses
of klog.

17 years agorx-preparesendpacket-avoid-double-free-20061205
Derrick Brashear [Tue, 5 Dec 2006 19:38:44 +0000]
rx-preparesendpacket-avoid-double-free-20061205

wow, this is special

existed forever but only when we stopped leaking packets did it become a problem

anyway, don't free packets and forget to reduce the number of packets in play

17 years agodocbook-quickguide-cleanup-20061201
Russ Allbery [Sat, 2 Dec 2006 03:56:17 +0000]
docbook-quickguide-cleanup-20061201

Remove generated files from CVS.

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

Some initial obvious cleanup.  Removed all the sections on Digital UNIX,
changed IBM AFS to OpenAFS throughout, and reformatted and cleaned up the
front matter and some of the first few pages.

17 years agodocbook-quickguide-makefile-20061201
Russ Allbery [Sat, 2 Dec 2006 02:22:34 +0000]
docbook-quickguide-makefile-20061201

Add some comments to the makefile, set up dependencies to build the index
automatically, remove a bunch of unnecessary @-signs in front of commands,
and add a clean target.

17 years agopam-aklog-now-external-20061201
Russ Allbery [Sat, 2 Dec 2006 01:44:50 +0000]
pam-aklog-now-external-20061201

Remove pam_aklog.  pam_afs_session will be developed and distributed as an
external project instead.

17 years agogive-s390x-syscall-table-the-big-hammer-20061201
Derrick Brashear [Fri, 1 Dec 2006 18:48:26 +0000]
give-s390x-syscall-table-the-big-hammer-20061201

Neale Ferguson contributed the assembler.

The false illusion of security some people want to play under is usually good for wasting a few hours; it was here. making the sys_call_table read nly for real of course fixes it, let's just hope keyrings come along before then on such platforms.

17 years agoredhat-packaging-updates-20061201
Derrick Brashear [Fri, 1 Dec 2006 18:32:49 +0000]
redhat-packaging-updates-20061201

updates from derek

updates for s390x

updates to handle suse

17 years agoredhat-initscripts-update-for-suse-20061201
Derrick Brashear [Fri, 1 Dec 2006 12:52:38 +0000]
redhat-initscripts-update-for-suse-20061201

suse lacks /etc/init.d/functions

17 years agocprivate-ticketlen-is-32-not-16-20061129
Derrick Brashear [Wed, 29 Nov 2006 21:22:38 +0000]
cprivate-ticketlen-is-32-not-16-20061129

everyone else thinks ticketLen is 32 bits. contrary to what arby's says, different is not necessarily better.

17 years agowindows-dirty-buffer-optimization-20061128
Jeffrey Altman [Wed, 29 Nov 2006 06:23:00 +0000]
windows-dirty-buffer-optimization-20061128

The old dirty buffer synchronization algorithm had a buf_IncrSyncer
thread walking the all buffer list periodically searching for dirty
buffers to write to the file server.  This had several negative
results.  The alogirithm ate up ever increasing amounts of CPU time
even when AFS is idle as the size of the cache increases.  Also,
buffers were written to the file server in an order based upon the
original buffer allocation which has nothing to do with the order
in which the buffers became dirty.

The new algorithm maintains a dirty buffer list.  Items are added
when the buffer is originally marked dirty.  A buffer is only
removed from the list by the buf_IncrSyncer when the buffer is no
longer dirty.  If the list is empty the thread goes back to thread
immediately without additional processing requirements.

17 years agovolser-cleanup-xx-20061128
Jeffrey Altman [Tue, 28 Nov 2006 09:30:58 +0000]
volser-cleanup-xx-20061128

cleanup the return code handling from

  DELTA volser-dump-validate-input-20060417

17 years agowindows-smb-dont-crash-vista-20061128
Jeffrey Altman [Tue, 28 Nov 2006 09:16:36 +0000]
windows-smb-dont-crash-vista-20061128

Unlike previous versions of the OS, Vista performs a shutdown on
the Microsoft Loopback adapter just like it would on a real adapter.
This causes the smb_Listener threads to trigger a panic during a
suspend/hibernate power event.

The fix is to unbind from the network adapters in response to a
suspend/hibernate power event and then rebind to the adapters
when a resume power event is received.  Note that the resume events
are not reliably delivered so it is possible the afs service will
not be accessible.  However, this is the best we can do.

17 years agowindows-conn-analyze-20061128
Jeffrey Altman [Tue, 28 Nov 2006 09:05:10 +0000]
windows-conn-analyze-20061128

force an rx connection reset if VICECONNBAD or VICETOKENDEAD are
received

17 years agowindows-afslogon-dont-modify-environment-20061128
Jeffrey Altman [Tue, 28 Nov 2006 08:59:43 +0000]
windows-afslogon-dont-modify-environment-20061128

don't allow environment variables we set to be inherited by child
processes

17 years agothiscell-whitespace-20061120
Russ Allbery [Tue, 21 Nov 2006 00:56:14 +0000]
thiscell-whitespace-20061120

Be more liberal when parsing ThisCell.  Accept and ignore leading and
trailing whitespace and anything after the first whitespace character on
the first line.  Return an error for a read error or for an empty cell
name.

17 years agoparam-common-fix-20061120
Russ Allbery [Mon, 20 Nov 2006 23:50:42 +0000]
param-common-fix-20061120

Rather than setting AFS_PARAM_COMMON as part of the sysname guessing code,
guess the sysname first and then sent AFS_PARAM_COMMON in a separate case
statement based on the results.  Otherwise, it isn't set when
--with-afs-sysname is used explicitly, resulting in a broken Linux build.

17 years agorelative-path-canonicalization-20061120
Russ Allbery [Mon, 20 Nov 2006 23:33:33 +0000]
relative-path-canonicalization-20061120

Path canonicalization for commands such as bos getlog was only applied for
absolute paths; relative paths were still constructed relative to the
canonical directory.  Modify the path canonicalization routines to also
canonicalize the base directory for relative paths.

17 years agowindows-netidmgr-plugin-vista-vs2005-20061120
Jeffrey Altman [Mon, 20 Nov 2006 18:53:28 +0000]
windows-netidmgr-plugin-vista-vs2005-20061120

Define _USE_32BIT_TIME_T since that is what tokens contain.

Use cflagsdll instead of cflagsmt to avoid multiply defined entry points

17 years agowindows-remove-unused-libs-20061120
Jeffrey Altman [Mon, 20 Nov 2006 18:03:03 +0000]
windows-remove-unused-libs-20061120

rpcndr.lib and largeint.lib are no longer used.
rpcndr.lib no longer exists in the Vista SDK.

17 years agowindows-smb-rename-offline-folders-20061111
Jeffrey Altman [Sat, 11 Nov 2006 07:12:10 +0000]
windows-smb-rename-offline-folders-20061111

FIXES 45692

when offline folders are enabled, the old file name sent in a rename
operation is sent in all uppercase even when the file name is not.
this patch attempts a case insensitive match after the case sensitive
match fails.

17 years agorevert-inactivevcache-hold-lock-20061109
Derrick Brashear [Fri, 10 Nov 2006 04:33:59 +0000]
revert-inactivevcache-hold-lock-20061109

fails verification. come back to it

17 years agomacos-preupgrade-script-20061109
Derrick Brashear [Fri, 10 Nov 2006 04:09:16 +0000]
macos-preupgrade-script-20061109

update the preupgrade script

17 years agokill-stat-blksize-20061109
Chas Williams [Fri, 10 Nov 2006 04:02:01 +0000]
kill-stat-blksize-20061109

FIXES 42663

don't provide a bogus hint

17 years agoleopard-updates-20061109
Derrick Brashear [Fri, 10 Nov 2006 00:14:16 +0000]
leopard-updates-20061109

make things work with current seeds

17 years agolinux-blkbits-20061109
Chas Williams [Fri, 10 Nov 2006 00:06:44 +0000]
linux-blkbits-20061109

FIXES 42671

set blkbits if we have it

17 years agolinux-statfs-dentry-20061109
Marc Dionne [Thu, 9 Nov 2006 23:40:20 +0000]
linux-statfs-dentry-20061109

FIXES 42788

statfs changed in recent linux kernels. cope.

17 years agolinux-config-h-died-20061109
Chas Williams [Thu, 9 Nov 2006 23:10:51 +0000]
linux-config-h-died-20061109

FIXES 42662

config.h vanished. deal.

17 years agoinactivevcache-hold-lock-20061109
Chas Williams [Thu, 9 Nov 2006 23:02:32 +0000]
inactivevcache-hold-lock-20061109

FIXES 42798

hold a lock while we are in InactiveVCache

17 years agolinux26-disable-backing-readahead-20061109
Chas Williams [Thu, 9 Nov 2006 22:53:46 +0000]
linux26-disable-backing-readahead-20061109

FIXES 42797

disable vm readahead, we don't want it

17 years agowindows-buf-flush-20061109
Jeffrey Altman [Thu, 9 Nov 2006 21:25:28 +0000]
windows-buf-flush-20061109

FIXES 44330

The return value of buf_CleanAsync is not an error value but a flag
indicating whether or not the buffer was in fact dirty.  Do not treat
it as an error.  The error state is stored in the buffer itself.

17 years agobozo-avoid-garbage-in-allprocs-20061108
Jeffrey Hutzelman [Thu, 9 Nov 2006 02:13:13 +0000]
bozo-avoid-garbage-in-allprocs-20061108

if we error, don't put garbage in allProcs

17 years agoamd64-better-range-checking-20061108
Jeffrey Hutzelman [Wed, 8 Nov 2006 18:56:08 +0000]
amd64-better-range-checking-20061108

FIXES 44198

check entire mapped space

17 years agoaklog-doc-improvements-20061105
Russ Allbery [Mon, 6 Nov 2006 04:24:42 +0000]
aklog-doc-improvements-20061105

Document (at least partially) AFS's mapping of Kerberos v5 principal names
to Kerberos v4 format in the aklog man page.  Also document that -setpag
may not always work.

17 years agoafsd-shutdown-doc-improvement-20061105
Russ Allbery [Mon, 6 Nov 2006 04:16:09 +0000]
afsd-shutdown-doc-improvement-20061105

Change the CAUTIONS about afsd -shutdown to be less dire and more accurate,
as this now mostly works on Linux.

17 years agorxkad-server-bad-ticket-part-two-20061103
Jeffrey Altman [Sat, 4 Nov 2006 23:49:45 +0000]
rxkad-server-bad-ticket-part-two-20061103

FIXES 43862

Ensure that tkt_DecodeTicket and rxkad_CheckResponse return the right
RXKAD errors for ticket expiration or invalidity.  Avoid calling
tkt_CheckTimes twice in rxkad_CheckResponse

17 years agorxkad-server-bad-ticket-20061103
Jeffrey Altman [Sat, 4 Nov 2006 15:34:58 +0000]
rxkad-server-bad-ticket-20061103

FIXES 43862

The file server has been returning RXKADNOAUTH when the time between
the client and server is out of sync.  tkt_CheckTimes returns -1 for
recently expired tickets and -2 for tickets that have been expired for
a while.  In the -2 case we must return RXKADBADTICKET not RXKADNOAUTH.

17 years agowindows-afs-config-stat-entries-20061103
Jeffrey Altman [Fri, 3 Nov 2006 07:54:22 +0000]
windows-afs-config-stat-entries-20061103

raise max stat entries in the control from 10000
to 262144

17 years agofix-help-msg-20061031
Jim Rees [Tue, 31 Oct 2006 17:03:51 +0000]
fix-help-msg-20061031

Fix -help message, which was chopping off the "Usage: fileserver " part.
Get rid of silly private buffer and use stdio while we're at it.

17 years agok5-klog-20061026
Marcus Watts [Fri, 27 Oct 2006 00:39:15 +0000]
k5-klog-20061026

k5 version of klog

17 years agoaklog-lib-order-20061026
Marcus Watts [Thu, 26 Oct 2006 17:49:38 +0000]
aklog-lib-order-20061026

fix lib ordering

17 years agouse-strdup-20061026
Jim Rees [Thu, 26 Oct 2006 17:34:31 +0000]
use-strdup-20061026

use strdup instead of rolling our own

17 years agomore-small-obsd-tweaks-20061026
Jim Rees [Thu, 26 Oct 2006 17:13:32 +0000]
more-small-obsd-tweaks-20061026

Mention how to build aklog.
Don't even try to build kdump for [ofn]bsd.