openafs.git
18 years agorevert-linux-write-dirty-pages-once-20050802
Derrick Brashear [Mon, 8 Aug 2005 16:04:10 +0000]
revert-linux-write-dirty-pages-once-20050802

this needs to be revisited

18 years agolinux-panic-20050727
Chas Williams [Mon, 8 Aug 2005 15:58:32 +0000]
linux-panic-20050727

FIXES 20392

just call panic() on linux

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

call BUG() instead

18 years agowindows-notes-20050806
Jeffrey Altman [Sat, 6 Aug 2005 01:38:53 +0000]
windows-notes-20050806

updates for 1.3.8700

18 years agowindows-version-20050806
Jeffrey Altman [Sat, 6 Aug 2005 01:37:13 +0000]
windows-version-20050806

1.3.8700

18 years agowindows-afscache-validate-20050806
Jeffrey Altman [Sat, 6 Aug 2005 01:34:50 +0000]
windows-afscache-validate-20050806

Ensure that queues that have forward and reverse pointers are
consistent that either both are NULL or neither are.

18 years agoclient-omit-zero-length-reads-20050804
Rainer Toebbicke [Thu, 4 Aug 2005 21:44:57 +0000]
client-omit-zero-length-reads-20050804

The attached patch restores the behaviour of the 1.2.x client: writes
appending to a file do not trigger a 0-length read which at best updates the
current status. If another cache manager wrote to the same file in the
meantime, the file status is updated only after the StoreData RPC (and for
the changes the last one wins).

18 years agocheckservers-set-back-deadtime-correctly-20050804
Horst Birthelmer [Thu, 4 Aug 2005 21:03:53 +0000]
checkservers-set-back-deadtime-correctly-20050804

the multirx version of this does this wrong. fix it.

18 years agorevert-cache-size-limit-upping-20050728
Derrick Brashear [Thu, 4 Aug 2005 20:53:30 +0000]
revert-cache-size-limit-upping-20050728

let's re-examine this

18 years agoclient-omit-zero-length-reads-20050804
Rainer Toebbicke [Thu, 4 Aug 2005 20:31:33 +0000]
client-omit-zero-length-reads-20050804

The attached patch restores the behaviour of the 1.2.x client: writes
appending to a file do not trigger a 0-length read which at best updates the
current status. If another cache manager wrote to the same file in the
meantime, the file status is updated only after the StoreData RPC (and for
the changes the last one wins).

18 years agowindows-afsifs-20050804
Eric Williams [Thu, 4 Aug 2005 17:32:32 +0000]
windows-afsifs-20050804

addresses:
byte-range locks work (mildly tested)
fixes a reference counting error
can shutdown/restart client
code formatting
major speed improvements
fixes delete operation problem
internal locking in more places

i have reviewed this patch myself carefully.  specifically, please review
the changes to cm_buf.c and cm_callback.c.  in cm_buf, i added the looping
code because i ran into the following assert once.  i am not sure why, and
my attempt to diagnose the problem was not successful.

apart from the byte-range locking code, the code has not change for quite
a bit.

18 years agowindows-pioctl-update-20050804
Jeffrey Altman [Thu, 4 Aug 2005 17:03:50 +0000]
windows-pioctl-update-20050804

change "fs wscell" to report the registry configured cell name when
using freelance mode.

change "fs mkmount|rmmount" to require membership in AFS Client Admins
group when freelance mode is being used

change "symlink make|remove" to require membership in AFS Client Admins
group when freelance mode is being used

Move some smb init debug messages to afsd_init.log

18 years agoviced-dont-crash-on-link-enospc-20050803
Rainer Toebbicke [Wed, 3 Aug 2005 05:45:53 +0000]
viced-dont-crash-on-link-enospc-20050803

when symlink gets ENOSPC don't assert.

18 years agolinux-vnode-aliases-20050802
Chaskiel M Grundman [Tue, 2 Aug 2005 19:59:46 +0000]
linux-vnode-aliases-20050802

FIXES 18613

you can end up hanging when you end up with multiple aliases for a single direct
ory (dentry) as a result of @sys or multiple mountpoints.

don't end up with multiple aliases, and avoid the situation

18 years agolinux-fix-refrigerator-calls-20050802
Derrick Brashear [Tue, 2 Aug 2005 15:03:42 +0000]
linux-fix-refrigerator-calls-20050802

it's CONFIG_PF, not CONFIG_PM

18 years agolinux-4gb-32bit-file-fix-20050802
Chas Williams [Tue, 2 Aug 2005 14:46:28 +0000]
linux-4gb-32bit-file-fix-20050802

FIXCES 20560

fix wrapping error on page offset

18 years agolinux-group-putback-20050802
Chas Williams [Tue, 2 Aug 2005 06:15:54 +0000]
linux-group-putback-20050802

FIXES 20562

put back reference before discarding group pointer

18 years agolinux-write-dirty-pages-once-20050802
Chas Williams [Tue, 2 Aug 2005 06:11:38 +0000]
linux-write-dirty-pages-once-20050802

FIXES 20561

also done in afs_linux_write

18 years agolinux-4gb-32bit-file-fix-20050802
Chas Williams [Tue, 2 Aug 2005 06:08:45 +0000]
linux-4gb-32bit-file-fix-20050802

FIXCES 20560

fix wrapping error on page offset

18 years agotq-uq-scope-20050731
Jim Rees [Sun, 31 Jul 2005 18:22:50 +0000]
tq-uq-scope-20050731

Move local vars tq and uq back into proper scope

18 years agolinux-osi-vfs-mkdir-20050729
Chas Williams [Fri, 29 Jul 2005 15:49:31 +0000]
linux-osi-vfs-mkdir-20050729

FIXES 20479

mkdir so this works when building outside our tree

18 years agoaudit-use-va-arg-20050729
Stefaan De Roeck [Fri, 29 Jul 2005 15:24:05 +0000]
audit-use-va-arg-20050729

FIXES 20311

use va_arg instead of int

18 years agowindows-doc-updates-20050728
Jeffrey Altman [Thu, 28 Jul 2005 23:15:50 +0000]
windows-doc-updates-20050728

updates for 1.3.8600

18 years agowindows-version-update-20050728
Jeffrey Altman [Thu, 28 Jul 2005 23:09:20 +0000]
windows-version-update-20050728

version number to 1.3.8600

18 years agovc-hashing-be-less-expensive-20050728
Chas Williams [Thu, 28 Jul 2005 15:38:36 +0000]
vc-hashing-be-less-expensive-20050728

use an afs_q so this is less expensive to deal with

18 years agocache-size-limit-upping-20050728
Derrick Brashear [Thu, 28 Jul 2005 15:17:47 +0000]
cache-size-limit-upping-20050728

based on work from wes chow

allow larger caches without variable overflows.

does not port to 1.4 as-is.

18 years agoaudit-use-va-arg-20050726
Stefaan De Roeck [Tue, 26 Jul 2005 19:14:14 +0000]
audit-use-va-arg-20050726

FIXES 20311

use va_arg instead of int

18 years agolinux-mmap-cleanup-20050726
Chas Williams [Tue, 26 Jul 2005 18:39:00 +0000]
linux-mmap-cleanup-20050726

FIXES 20391

avoid the vma close business, we don't need to do this to track maps

18 years agolinux-reduce-stack-use-20050726
Chas Williams [Tue, 26 Jul 2005 18:34:05 +0000]
linux-reduce-stack-use-20050726

FIXES 20337

don't do pointless work in osi_NetSend, and save some stack

18 years agoopenafs-sleep-20050726
Jim Rees [Tue, 26 Jul 2005 16:25:43 +0000]
openafs-sleep-20050726

tsleep on "afsslp" in afs_osi_Sleep

18 years agolinux-largefile-fix-20050726
Chas Williams [Tue, 26 Jul 2005 14:34:31 +0000]
linux-largefile-fix-20050726

FIXES 20396

use the generic read/write functions, but set the superblock up correctly.

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

make old 2.4 happy

18 years agoamd64-no-red-zone-20050725
Derrick Brashear [Thu, 28 Jul 2005 22:50:01 +0000]
amd64-no-red-zone-20050725

why are we not -mno-red-zone here?

18 years agowindows-misc-20050722
Jeffrey Altman [Sat, 23 Jul 2005 02:16:06 +0000]
windows-misc-20050722

Add debug logging to SMB and CM Locking code

Optimize cm_Analyze by only performing a cm_CheckServers on the current
cell instead of all cells

Add code to detect loops to the cm_scache_t validation routines.

18 years agounlink-fix-20050721
Chas Williams [Thu, 21 Jul 2005 17:30:50 +0000]
unlink-fix-20050721

fill in parent after processFS

18 years agoviced-multiprobe-fix-20050721
Jeffrey Altman [Thu, 21 Jul 2005 15:54:18 +0000]
viced-multiprobe-fix-20050721

see if a uuid actually matches what we though was there

18 years agofssync-fix-log-20050721
Hans-Werner Paulsen [Thu, 21 Jul 2005 06:06:27 +0000]
fssync-fix-log-20050721

don't call Log like it's ViceLog

18 years agoafsclient-cellopen-avoid-global-var-20050721
Peter Somogyi [Thu, 21 Jul 2005 05:56:02 +0000]
afsclient-cellopen-avoid-global-var-20050721

FIXES 20215

avoid use of global variable in CellOpen to avoid thread problems

18 years agodir-buffers-use-nullidx-as-none-20050721
Hartmut Reuter [Thu, 21 Jul 2005 05:52:33 +0000]
dir-buffers-use-nullidx-as-none-20050721

FIXES 20214

since 0 is a valid number use -1 (NULLIDX)

18 years agochecksysname-stack-usage-20050721
Chas Williams [Thu, 21 Jul 2005 05:46:51 +0000]
checksysname-stack-usage-20050721

FIXES 20227

fix misuse of MAXSYSNAME for MAXNUMSYSNAMES

18 years agolinux-refrigerator-check-20050721
Sabin Iacob [Thu, 21 Jul 2005 05:41:09 +0000]
linux-refrigerator-check-20050721

FIXES 20209

don't call refrigerator unless we have a kernel which supports it

18 years agovnrehash-avoid-cachecheck-change-20050618
Derrick Brashear [Tue, 19 Jul 2005 15:44:53 +0000]
vnrehash-avoid-cachecheck-change-20050618

unlocking and locking lets us race and makes cacheCheck potentially go bad

18 years agowindows-explorer-remove-mountpt-fix-20050719
Jeffrey Altman [Tue, 19 Jul 2005 06:06:12 +0000]
windows-explorer-remove-mountpt-fix-20050719

FIXES 20137

the gui version of fs rmmount was reading random memory.

18 years agoaklog-segfault-fix-20050718
Karl E. Kelley [Tue, 19 Jul 2005 03:51:26 +0000]
aklog-segfault-fix-20050718

FIXES 20198

I have built openafs 1.3.85 on an emt64 platform on RedHat Enterprise 4,
and found that the aklog supplied with 1.3.85 (not the one in the afs-krb5
conversion kit) consistently segfaults when aklog is called with the
"-path ...." parm. It works properly when called with no parms.

I traced this down to the call to the readlink() call in aklog_main.c,
when the params structure references were removed the nesting was
changed on an if statement that changed the logic and allowed the
do while loop to loop past the end and de-reference a NULL pointer.

18 years agopt-util-no-cmd-seek-20050715
Derrick Brashear [Fri, 15 Jul 2005 20:16:27 +0000]
pt-util-no-cmd-seek-20050715

i guess someone was dumb at some point and failed to completely remove bogus options

18 years agowindows-cmdebug-20050715
Jeffrey Altman [Fri, 15 Jul 2005 13:17:53 +0000]
windows-cmdebug-20050715

add TellMeAboutYourself functionality and report on capabilities if they
are known.  Used instead of WhoAreYou when supported by the cache manager.

18 years agowindows-aklog-tweaks-20050715
Jeffrey Altman [Fri, 15 Jul 2005 13:09:47 +0000]
windows-aklog-tweaks-20050715

* type correction

* formatting

* other cleanup

18 years agowindows-config-cache-path-20050715
Jeffrey Altman [Fri, 15 Jul 2005 12:56:42 +0000]
windows-config-cache-path-20050715

FIXES 20007

Update AFS Control Panel to display the default cache location based upon
the SYSTEM %TEMP% environment variable.

18 years agoaudit-pts-supergroups-20050714
Jeffrey Altman [Fri, 15 Jul 2005 04:23:18 +0000]
audit-pts-supergroups-20050714

PTS SuperGroups failed to compile with auditing due to a missing #define

18 years agomisc-aklog-fixes-20050714
Christopher Allen Wing [Fri, 15 Jul 2005 02:19:27 +0000]
misc-aklog-fixes-20050714

FIXES 20092

Fix various minor problems with aklog, including the return type from main,
removal of #ifndef __STDC__ code, missing includes, removal of unused
variables, correct number of arguments to pr_Initialize, correct argument
type for pr_SNameToId, and use of getcwd instead of getwd.

18 years agolinux-dynamic-inodes-20050713
Chas Williams [Wed, 13 Jul 2005 16:51:50 +0000]
linux-dynamic-inodes-20050713

remove errant log message

18 years agowindows-aclent-deadlock-20050713
Jeffrey Altman [Wed, 13 Jul 2005 15:22:06 +0000]
windows-aclent-deadlock-20050713

Discovered a deadlock due to a violation of lock order.  We may not
attempt to obtain a lock on a cm_scache_t mutex while holding the
cm_aclLock.

18 years agofreevclist-static-20050711
Zach Schimke [Tue, 12 Jul 2005 18:48:49 +0000]
freevclist-static-20050711

these are static now, make it so

18 years agowindows-version-20050712
Jeffrey Altman [Tue, 12 Jul 2005 05:26:23 +0000]
windows-version-20050712

1.3.8500

18 years agoauditlog-include-timestamp-20050710
Jeffrey Altman [Mon, 11 Jul 2005 23:12:49 +0000]
auditlog-include-timestamp-20050710

add a timestamp to auditlog

18 years agolinux-dynamic-inodes-20050710
Chas Williams [Mon, 11 Jul 2005 19:45:47 +0000]
linux-dynamic-inodes-20050710

i slipped a rollback on the linux 2.4 dentry stuff for osi_UFS* in here
at the same time. this patch lets us use kernel inodes instead of our own pool.

18 years agolinux-and-64bit-cleanup-20050710
Karl E. Kelley [Mon, 11 Jul 2005 04:22:16 +0000]
linux-and-64bit-cleanup-20050710

FIXES 19166

fix warnings found on x86_64 linux

18 years agoaudit-add-and-fix-messages-20050708
Jeffrey Altman [Sat, 9 Jul 2005 15:20:38 +0000]
audit-add-and-fix-messages-20050708

update and add some more audit logging

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

Fix logging of authenticated user name

18 years agokdump-vcache-update-20050708
Derrick Brashear [Fri, 8 Jul 2005 22:22:44 +0000]
kdump-vcache-update-20050708

FIXES 19292

wasn't updated when struct vcache was. oops.

18 years agopr_Initialize-fix-20050707
Jeffrey Altman [Fri, 8 Jul 2005 20:58:25 +0000]
pr_Initialize-fix-20050707

The previous patch to pr_Initialize() opened an opportunity for
afsconf_Check() to be called with a NULL pointer if tdir == 0.
Prevent this occurrance.

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

fixed one null pointer reference but not the other.

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

commit the rest of jeff's fix

18 years agofreebsd60-20050708
Jim Rees [Fri, 8 Jul 2005 17:53:43 +0000]
freebsd60-20050708

Fixes for FreeBSD 6.0 snap5.
Builds and runs but has locking issues.

18 years agokrb5-configure-fixes-20050707
Russ Allbery [Fri, 8 Jul 2005 02:18:55 +0000]
krb5-configure-fixes-20050707

FIXES 19862

Use krb5_creds rather than struct krb5_creds, add missing test in if
statements for krb5_creds structure probes, and tweak the configure output.

18 years agocoda-xfs-header-defines-fun-20050706
Pascal Terjan [Thu, 7 Jul 2005 03:32:39 +0000]
coda-xfs-header-defines-fun-20050706

make this better, we should never have been doing it as we were before

18 years agoaklog-assume-old-autoconf-20050706
Derrick Brashear [Thu, 7 Jul 2005 03:00:45 +0000]
aklog-assume-old-autoconf-20050706

old autoconf is my fiend

18 years agovos-ctime-help-20050705
Derrick Brashear [Thu, 7 Jul 2005 02:31:05 +0000]
vos-ctime-help-20050705

FIXES 6031

kept looking at this backwards, fix is obvious

18 years agowindows-vs2005b2-20050706
Jeffrey Altman [Thu, 7 Jul 2005 01:23:15 +0000]
windows-vs2005b2-20050706

Visual Studio 2005 Beta 2 has been released.   As part of this
release Microsoft has tightened the rules for their C++ compliance.

* no longer can a variable declared in a for() statement be used
  outside of the associated command block

* no longer can a function or variable be declared implicitly as
  'int'

* several types such as size_t have become 64-bit values on all platforms

* due to type changes the C++ function names in libraries have changed.
  This requires the use of different .DEF file export lists

18 years agowindows-ntbuild-20050706
Jeffrey Altman [Wed, 6 Jul 2005 15:11:28 +0000]
windows-ntbuild-20050706

Update the default sysname to i386_w2k in the ntbuild.bat file

18 years agowindows-config-param-20050706
Jeffrey Altman [Wed, 6 Jul 2005 06:10:46 +0000]
windows-config-param-20050706

New param files for new sysnames

18 years agoutil-admin-64bit-20050705
Peter Somogyi [Wed, 6 Jul 2005 00:43:38 +0000]
util-admin-64bit-20050705

FIXES 19631

serverAddress is an int; don't copy a pointer size

18 years agoauditlogs-for-everyone-20050702
Derrick Brashear [Tue, 5 Jul 2005 16:33:24 +0000]
auditlogs-for-everyone-20050702

all servers now take -auditlog (path), send ibm-style auditlogs there, rotate the logs like the normal server logs, and will log thread ids when it's multiprocessor. /usr/afs/local/Audit can also be used like on aix on other platforms 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.
====================

all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th
e logs like the normal server logs, and will log thread ids when it's multiproce
ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

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

all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th
e logs like the normal server logs, and will log thread ids when it's multiproce
ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

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

all servers now take -auditlog (path), send ibm-style auditlogs there, rotate th
e logs like the normal server logs, and will log thread ids when it's multiproce
ssor. /usr/afs/local/Audit can also be used like on aix on other platforms now.

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

Windows build dependency changes to support the audit logs

18 years agoaklog-update-20050705
Ken Hornstein [Tue, 5 Jul 2005 16:08:34 +0000]
aklog-update-20050705

fix typo in #error statement

18 years agoaklog-principal-rewrite-20050705
Troy Benjegerdes [Tue, 5 Jul 2005 16:06:08 +0000]
aklog-principal-rewrite-20050705

fix second_comp call to be correct for macro

18 years agowindows-afsdb-fix-20050701
Jeffrey Altman [Sat, 2 Jul 2005 03:44:42 +0000]
windows-afsdb-fix-20050701

Fix AFSDB queries using DNSAPI to always terminate the query string with
a period.

18 years agoaklog-forgot-quote-20050701
Ken Hornstein [Fri, 1 Jul 2005 05:40:52 +0000]
aklog-forgot-quote-20050701

Forgot closing quote in #error directive.

18 years agoaklog-heimdal-integration-20050630
Ken Hornstein [Thu, 30 Jun 2005 22:06:15 +0000]
aklog-heimdal-integration-20050630

The necessary autoconf/C glue to make aklog work with Heimdal.

18 years agowindows-logon-20050630
Jeffrey Altman [Thu, 30 Jun 2005 19:02:03 +0000]
windows-logon-20050630

Add a method to disable the deletion of tokens at logoff

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

add a registry entry to prevent token destruction at logoff

18 years agopts-logging-20050619
Jeffrey Altman [Thu, 30 Jun 2005 06:06:54 +0000]
pts-logging-20050619

enhance pts logging

18 years agowindows-notes-20050630
Jeffrey Altman [Thu, 30 Jun 2005 06:02:50 +0000]
windows-notes-20050630

latest updates including new afs-install-notes section on debugging

18 years agothreadid-logging-20050629
Derrick Brashear [Thu, 30 Jun 2005 04:10:31 +0000]
threadid-logging-20050629

log thread ids for any debug level

18 years agowindows-nsis-20050628
Robert S Murawski IV [Wed, 29 Jun 2005 03:43:28 +0000]
windows-nsis-20050628

Support for NSIS 2.07 including named installation configurations
and an Icon for the uninstall entry listed in the Add/Remove Programs
control panel.

18 years agowindows-notes-20050628
Jeffrey Altman [Wed, 29 Jun 2005 03:42:14 +0000]
windows-notes-20050628

pre-1.4

18 years agowindows-readme-20050628
Jeffrey Altman [Wed, 29 Jun 2005 03:41:55 +0000]
windows-readme-20050628

Updates to describe NSIS 2.07

18 years agofix-kerberos-autoconf-20060623
Ken Hornstein [Fri, 24 Jun 2005 04:57:39 +0000]
fix-kerberos-autoconf-20060623

Commit remaining autoconf fixes for aklog.

18 years agowindows-aklog-naming-20050624
Jeffrey Altman [Fri, 24 Jun 2005 04:01:48 +0000]
windows-aklog-naming-20050624

Correct for the behavior of pr_SNameToId() lowercasing the username

18 years agofix-getcrypt-command-description-20050623
Ken Hornstein [Fri, 24 Jun 2005 03:54:13 +0000]
fix-getcrypt-command-description-20050623

Fix the description of the getcrypt command.

18 years agoaklog-cleanup-rxkad2b-20050623
Ken Hornstein [Fri, 24 Jun 2005 00:43:48 +0000]
aklog-cleanup-rxkad2b-20050623

Clean up the aklog source, and add support for rxkad2b tokens.

18 years agopr_init-fix-20050623
Jeffrey Altman [Thu, 23 Jun 2005 15:23:50 +0000]
pr_init-fix-20050623

for the longest time aklog implementations with automatic pts registration
have included a work around for a bug in pr_Initialize.  The bug fails to
reset the connection when the cell changes.  This patch fixes that bug.

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

for the longest time aklog implementations with automatic pts registration
have included a work around for a bug in pr_Initialize.  The bug fails to
reset the connection when the cell changes.  pr_Initialize has been fixed
so we can remove the hack.

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

remove the pr_Initialize force cell change hack from afskfw lib

18 years agoobjdir-20050622
Derrick Brashear [Wed, 22 Jun 2005 18:35:20 +0000]
objdir-20050622

FIXES 19341

try harder to make builds work in cases where you're building into an alternate directory with old autoconf (mkdir vs mkdir -p)

18 years agohpux11-vfsck-20050622
Derrick Brashear [Wed, 22 Jun 2005 14:47:19 +0000]
hpux11-vfsck-20050622

make vfsck build for hpux

18 years agoamd64-udebug-20050621
Jeffrey Hutzelman [Tue, 21 Jun 2005 23:19:09 +0000]
amd64-udebug-20050621

fix 64 bit glitch in udebug

18 years agoaklog-configure-backport-20050621
Derrick Brashear [Tue, 21 Jun 2005 23:14:17 +0000]
aklog-configure-backport-20050621

make old autoconf work again

18 years agoAdd missing Makefile.in that I apparantly forgot.
Ken Hornstein [Tue, 21 Jun 2005 22:15:23 +0000]
Add missing Makefile.in that I apparantly forgot.

18 years agowindows-afsifs-20050620
Jeffrey Altman [Mon, 20 Jun 2005 15:09:18 +0000]
windows-afsifs-20050620

more IFS reformatting that was not committed in the window-afsifs-20050617
delta

18 years agopts-logging-20050620
Jeffrey Altman [Mon, 20 Jun 2005 15:01:22 +0000]
pts-logging-20050620

Modify log levels to equal:
  Lookups at 125
  Creates at 25
  Modifies at 5

Modify Windows makefile to build ptclient.exe

18 years agopts-logging-20050619
Jeffrey Altman [Sun, 19 Jun 2005 18:56:44 +0000]
pts-logging-20050619

enhance pts logging

18 years agolinux-change-dentry-cleanup-20050619
Chas Williams [Sun, 19 Jun 2005 18:39:03 +0000]
linux-change-dentry-cleanup-20050619

try to make this work in 2.4 also

18 years agothreaded-logging-20050619
Jeffrey Altman [Sun, 19 Jun 2005 18:37:38 +0000]
threaded-logging-20050619

update logging to be able to show threads

18 years agoviced-firstclient-retry-20050619
Derrick Brashear [Sun, 19 Jun 2005 18:17:42 +0000]
viced-firstclient-retry-20050619

FIXES 1345

avoid race as we add a new client

18 years agomore-aklog-fixes-20050618
Ken Hornstein [Sun, 19 Jun 2005 02:06:21 +0000]
more-aklog-fixes-20050618

Fixup aklog so it will compile (at least on MacOS X).  Include basic
autoconf glue.

18 years agorxkad-stats-do-it-right-20050618
Derrick Brashear [Sun, 19 Jun 2005 01:14:14 +0000]
rxkad-stats-do-it-right-20050618

fine, let's just do this right

18 years agomove-rxkad-stats-20050618
Derrick Brashear [Sun, 19 Jun 2005 00:50:40 +0000]
move-rxkad-stats-20050618

fine, let's try this again, so aklog doesn't lose, but this sucks

18 years agovlprocs-extended-user-logging-20050618
Derrick Brashear [Sun, 19 Jun 2005 00:23:46 +0000]
vlprocs-extended-user-logging-20050618

update log message to provide full username