openafs.git
19 years agomake-distclean-do-it-20040601
Sam Hartman [Wed, 2 Jun 2004 03:40:03 +0000]
make-distclean-do-it-20040601

FIXES 4814

remove some of the crap we were missing

19 years agoprovide-fPIC-method-for-amd64-20040508
Derrick Brashear [Wed, 2 Jun 2004 03:37:45 +0000]
provide-fPIC-method-for-amd64-20040508

FIXES 3680

allow building fPIC on amd64

19 years agocorrections-winafs-20040531
Jeffrey Altman [Tue, 1 Jun 2004 03:45:24 +0000]
corrections-winafs-20040531

 * cm_server.c: remove locking from cm_FreeServer().  Must call
   while holding a write lock

 * afskfw.c: Remove manual dynamic loading of ktc_xxxx functions
   Change some of the debugging logic

19 years agoafscrds-dns-20040530
Jeffrey Altman [Sun, 30 May 2004 16:54:13 +0000]
afscrds-dns-20040530

   * Fix afscreds.exe (by updating afskfw.lib) to search for cells via
     DNS if the cell configuration cannot be determined via CellServDB

19 years agodns-and-server-ref-counts-20040530
Jeffrey Altman [Sun, 30 May 2004 15:39:05 +0000]
dns-and-server-ref-counts-20040530

   * Add debug info to test whether CM_BUF_WAITING or CM_SCACHE_WAITING
     are ever set more than once at a time

   * Fix the management of lists of cm_cell_t structures when using
     DNS to lookup cell information.  The previous code would fail to
     reuse the same cellID for a cell if DNS was used more than once
     for a given cell name.  When the ttl expired, a single cm_cell_t
     could be inserted into the cm_allCellsp list more than once
     producing a loop.  In addition, the vlServerp list belonging to
     the cell was not freed resulting in improper refCounting of the
     servers.

   * Add DNS support to cm_IoctlNewCell() which previous only examined
     the CellServDB file

   * Add cm_FreeServer() function and call it from cm_FreeServerList()
     to properly garbage collect cm_server_t objects

   * Add numVCs variable to smb.c to track the number of smb_vc_t
     objects created and use it to initialize the vcID field which
     previously was set to 0 in all objects resulting in FindByID
     collisions.

19 years agorx-debug-20040529
Jeffrey Altman [Sun, 30 May 2004 01:25:19 +0000]
rx-debug-20040529

Fix MakeDebugCall to properly check the return code of select() and
recvfrom().  Do not copy data buffer unless recvfrom() succeeds.

19 years agobatch-commits-windows-20040529
Jeffrey Altman [Sun, 30 May 2004 00:47:59 +0000]
batch-commits-windows-20040529

   * Fixed DNS lookups to work consistently throughout the OpenAFS
     product instead of just from within the afsd_service.exe

   * Added a runtime check to ensure that AFS Client Service SMB
     Server is accepting connections before attempting to mount
     global drives.

   * Read IP addresses for volume servers out of the CellServDB
     file if gethostbyname() on the hostname fails.

   * Fix getcellconfig() to populate both the Hostnames as well
     as IP addresses when loading cell data via DNS

   * Increase the Connection Dead Time to 50 from 20 seconds
     Increase the Hard Dead Time to 120 from 40 seconds
     (matches the Unix values)

   * Fixed an assertion validating the number of allocated NCBs

   * Fixed the build environment to consistently build for
     Windows 2000 and above.  (APPVER = 5.0)

   * Fixed rx_debug to properly validate the receipt in incoming
     data with select() and recvfrom().  Do not copy data out of
     the socket buffer unless success is indicated.

19 years agouafs-fixes-20040520
Nickolai Zeldovich [Thu, 20 May 2004 20:15:04 +0000]
uafs-fixes-20040520

Make uafs not crash if uafs_fstat() is used.  Fix open(O_RDONLY).

19 years agobanish-ushort-20040519
Jim Rees [Wed, 19 May 2004 21:31:18 +0000]
banish-ushort-20040519

Change ushort to afs_uint16. ushort is a SysV thing, not present in FreeBSD.

19 years agokdump-build-update-20040519
Nathan Neulinger [Wed, 19 May 2004 16:47:16 +0000]
kdump-build-update-20040519

FIXES 4639

more cleanup of kdump build

19 years agolinux-26-updates-20040515
Chas Williams [Sat, 15 May 2004 07:43:09 +0000]
linux-26-updates-20040515

FIXES 4027

update autoconf for linux 2.6

19 years agonetbsd-has-statvfs-20040515
Love Hörnquist-Åstrand [Sat, 15 May 2004 07:32:35 +0000]
netbsd-has-statvfs-20040515

FIXES 4535

netbsd has statvfs, use it

19 years agokdump-build-cleanup-1-20040515
Nathan Neulinger [Sat, 15 May 2004 07:16:55 +0000]
kdump-build-cleanup-1-20040515

FIXES 4521,4522

remove KDUMP/KDUMP64 configure stuff, clean up kdump targets in Makefile

19 years agosalvager-log-instead-of-abort-20040515
Love Hörnquist-Åstrand [Sat, 15 May 2004 07:11:40 +0000]
salvager-log-instead-of-abort-20040515

FIXES 4533

insert of assert, log an error

19 years agorx-include-afsconfig-before-param-h-20040515
Derrick Brashear [Sat, 15 May 2004 05:53:30 +0000]
rx-include-afsconfig-before-param-h-20040515

FIXES 4578

make sure afsconfig.h is included before afs/param.h

19 years agoopenbsd-35-20040512
Jim Rees [Wed, 12 May 2004 18:57:11 +0000]
openbsd-35-20040512

Add OpenBSD 3.5 notes to top README.

19 years agocellservdb-20040511 openafs-devel-1_3_64
Jeffrey Altman [Tue, 11 May 2004 23:31:51 +0000]
cellservdb-20040511

Latest CellServDB as of 2004-05-11

19 years agolinux26-proc-interface-use-long-not-int-20040511
Jeffrey Hutzelman [Tue, 11 May 2004 21:36:13 +0000]
linux26-proc-interface-use-long-not-int-20040511

FIXES 4462

arguments to sys_call are long, not int
ioctl returns -ERROR, not -1
return -EINVAL on ioctls we don't know

19 years agoupdate-winnotes-20040511
Jeffrey Altman [Tue, 11 May 2004 21:08:57 +0000]
update-winnotes-20040511

Update the changes and issues files for the 1.3.64 release

19 years agokdump-reorder-nfsclient-header-20040511
Nathan Neulinger [Tue, 11 May 2004 20:52:28 +0000]
kdump-reorder-nfsclient-header-20040511

FIXES 4520

nfsclient.h needs afs.h for MAXNUMSYSNAMES definition

19 years agont40-version-20040511
Jeffrey Altman [Tue, 11 May 2004 20:43:20 +0000]
nt40-version-20040511

Update version number to 1.3.6400

19 years agoreference-counts-20040511
Jeffrey Altman [Tue, 11 May 2004 20:35:02 +0000]
reference-counts-20040511

Correct VC reference counting.  (not that it is used for anything but
there is no reason the reference counting should be allowed to perpetually
increase)

Fix smb_FindFID.  Do not do anything if fid == 0 without SMB_CREATE_FLAG
being set.  Ensure that the event object name is unique by both the fid
and the vcid.

19 years agomove-memdump-file-20040511
Jeffrey Altman [Tue, 11 May 2004 14:26:14 +0000]
move-memdump-file-20040511

Move the memdump file produced on Windows by "fs memdump" from
%WINDIR% to %WINDIR%\TEMP

19 years agoKRB5KRB_AP_ERR_BADADDR-retry-20040510
Jeffrey Altman [Tue, 11 May 2004 03:45:20 +0000]
KRB5KRB_AP_ERR_BADADDR-retry-20040510

retry once if KRB5KRB_AP_ERR_BADADDR error is received while attempting
to obtain tickets.  This is often produced when using transitive trusts.
a retry is then successful.

19 years agooff-by-one-20040510
Jeffrey Altman [Tue, 11 May 2004 03:08:50 +0000]
off-by-one-20040510

off by one error when allocating memory for mountPointStringp
in cm_GetSCacheEntry when using Freelance mode

19 years agoukernel-take-two-20040415
Nickolai Zeldovich [Mon, 10 May 2004 14:51:16 +0000]
ukernel-take-two-20040415

Make uafs work enough to support readdir()

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

Make uafs work enough to support readdir()
(add casts for irix)

19 years agolinux-26-provide-proc-interface-instead-of-syscall-20040507
Jonathan Curley [Mon, 10 May 2004 05:39:21 +0000]
linux-26-provide-proc-interface-instead-of-syscall-20040507

FIXES 4462

provide /proc file interface to use instead of AFS system call.
doesn't solve the PAG problem.

19 years agosnprintf-irix-needs-sys-socket-h-20040510
Derrick Brashear [Mon, 10 May 2004 04:43:02 +0000]
snprintf-irix-needs-sys-socket-h-20040510

6.5.9 or so wants sys/socket.h to get AF_INET

19 years agoprovide-fPIC-method-for-amd64-20040508
Derrick Brashear [Mon, 10 May 2004 04:18:58 +0000]
provide-fPIC-method-for-amd64-20040508

FIXES 3680

allow building fPIC on amd64

19 years agouser-instance-20040508
Jeffrey Altman [Sun, 9 May 2004 05:39:05 +0000]
user-instance-20040508

Enable afscreds.exe to support instance components of usernames
for non-kfw token retrieval

19 years agocase-sensitivity-20040508
Jeffrey Altman [Sun, 9 May 2004 05:04:52 +0000]
case-sensitivity-20040508

Correct the number of parameters to cm_Lookup calls in smb_ReceiveNTCreateX
and smb_ReceiveNTTranCreate.  Also, do not allow directories to be created
if there are any files with names that differ only by case.

Miscellaneous reformatting.

19 years agokdump-linux-install-typo-20040508
Derrick Brashear [Sat, 8 May 2004 05:50:38 +0000]
kdump-linux-install-typo-20040508

FIXES 4430

fix @? to be $?

19 years agoupdate-README-20040508
Derrick Brashear [Sat, 8 May 2004 05:47:10 +0000]
update-README-20040508

update list of supported platforms, slightly

19 years agoaix-dynamic-auth-20040507
Hartmut Reuter [Sat, 8 May 2004 05:45:36 +0000]
aix-dynamic-auth-20040507

FIXES 4278

make dynamic auth work for aix 5

19 years agowritethru-dslots-allocate-once-20040507
Chas Williams [Sat, 8 May 2004 05:33:07 +0000]
writethru-dslots-allocate-once-20040507

FIXES 4071

only allocate once for WriteThroughDSlots

19 years agodcache-shutdown-free-20040507
Chas Williams [Sat, 8 May 2004 05:28:35 +0000]
dcache-shutdown-free-20040507

FIXES 4070

free dcache list during shutdown

19 years agolinux26-updates-20040507
Chas Williams [Sat, 8 May 2004 05:26:37 +0000]
linux26-updates-20040507

FIXES 4068

define NGROUPS if it doesn't exist

19 years agoadd-shutdown-server-20040507
Chas Williams [Sat, 8 May 2004 05:23:56 +0000]
add-shutdown-server-20040507

FIXES 4067

cleanup server list during shutdown

19 years agoshutdown-cell-free-cellname-list-20040507
Chas Williams [Sat, 8 May 2004 05:22:19 +0000]
shutdown-cell-free-cellname-list-20040507

FIXES 4066

also free cellname_list when doing shutdown, part of quest to free all allocated memory

19 years agoshutdown-vcache-free-after-using-20040507
Chas Williams [Sat, 8 May 2004 05:20:39 +0000]
shutdown-vcache-free-after-using-20040507

FIXES 4065

don't free the VClist until after use

19 years agolinux26-update-20040507
Chas Williams [Sat, 8 May 2004 04:58:27 +0000]
linux26-update-20040507

FIXES 4027

updates for modversions and for symbols which we don't need to grovel out of the kernel

19 years agontmakefile-20040507
Joe Buehler [Fri, 7 May 2004 15:56:00 +0000]
ntmakefile-20040507

remove extraneous '*' characters from C2OBJ rules

19 years agoactive-mapping-20040506
Jeffrey Altman [Thu, 6 May 2004 22:06:58 +0000]
active-mapping-20040506

Write active drive mapping data to afsdsbmt.ini from afs_config.exe

19 years agomounttab-20040506
Jeffrey Altman [Thu, 6 May 2004 21:52:16 +0000]
mounttab-20040506

ensure that we do not access an array with -1

19 years agoafsd-20040506
Jeffrey Altman [Thu, 6 May 2004 21:46:31 +0000]
afsd-20040506

Andrei provided a replacement for the pattern matching algorithm.
It has been applied but the old version is still there and can be
activated with a #define

The KFW_AFS_get_cred() routine does not use the "instance" parameter
so removed it.

19 years agoincorrect-filename-after-install-20040506
Jeffrey Altman [Thu, 6 May 2004 21:40:03 +0000]
incorrect-filename-after-install-20040506

the TaAfsApp_1033.dll was incorrectly installed as TaAfsAppl_1033.dll
This prevented the user manager from starting

19 years agomkdir-20040506
Jeffrey Altman [Thu, 6 May 2004 21:37:12 +0000]
mkdir-20040506

Make src/WINNT/aklog directory if missing

19 years agocase-sensitivity-20040506
Jeffrey Altman [Thu, 6 May 2004 16:17:29 +0000]
case-sensitivity-20040506

from asanka@mit.edu

We now strictly prefer exact case matches.  This does incur a
performance penalty because we can no longer be satisfied with an
inexact matches in cache (we make an extra trip to the server to make
sure there aren't any exact matches or pick up the extra match if
there is one).  Of course, the name lookup cache is now case
sensitive.

* cm_dnlc.c : case sensitive name lookup cache
* cm_vnodeops.{c,h} : changes to cm_Lookup to first look for exact matches,
failing which, look for inexact matches.  Also, only put a name in
the name lookup cache iff it exactly matches something on the server.
* smb.c : look for exact matches first.
* smb3.c : as above.  Also T2 Search is used by the SMB client to resolve
filenames.  Respond accordingly.

and:

* added new CM_ERROR_AMBIGUOUS_FILENAME mapped to ERROR_POTENTIAL_FILE_FOUND
  This error is not yet used but is intended for situations in which an
  AFS volume contains two files which differ only by case "Foo" and "FOO"
  and the user says "DEL foo".  Since we do not have an exact match by case
  the existing code deletes one of the two files at random.  In the future
  we want to return an error.

19 years agoipaddrchg-20040506
Jeffrey Altman [Thu, 6 May 2004 15:21:44 +0000]
ipaddrchg-20040506

ipaddrchg.[ch]: contains the ip address change monitor thread functionality
                which was previously in afskfw.[ch] but which is now a
                library in src/WINNT/afsd

19 years agoafscreds-20040506
Jeffrey Altman [Thu, 6 May 2004 15:19:19 +0000]
afscreds-20040506

creds.cpp:  add support for principal name instances to the Obtain Tokens
            function.  Previously instances were not parsed.

main.cpp:   Fix the -M (renewMaps) option to always call DoMapShare()

mounttab.cpp: When removing a drive mapping, remove the "active" entry
            from the afsdsbmt.ini file.

19 years agolzma-compress-20040505
Joe Buehler [Wed, 5 May 2004 19:49:47 +0000]
lzma-compress-20040505

Use lzma compression instead of bzip2

19 years agouninitialized-variable-20040504
Jeffrey Altman [Wed, 5 May 2004 04:24:57 +0000]
uninitialized-variable-20040504

Do not assign reference to declaration in cases which declaration is
not assigned a value.

19 years agoafskfw-library-20040504
Jeffrey Altman [Tue, 4 May 2004 23:48:15 +0000]
afskfw-library-20040504

Migrate KFW functionality from src/WINNT/client_creds/afskfw* into a
a new library to be shared by afslogon.dll, afscreds.exe

Add KFW support to afslogon.dll

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

Migrate KFW functionality from src/WINNT/client_creds/afskfw* into a
a new library to be shared by afslogon.dll, afscreds.exe

Move IP Address Change Monitor into new source files.

Add smbname support to the KFW set token functionality in afscreds.exe

19 years agodangling-comments-are-bad-20040504
Nathan Neulinger [Tue, 4 May 2004 22:38:15 +0000]
dangling-comments-are-bad-20040504

Fix an unterminated comment..  Oops!

19 years agofun-with-a-profiler-20040504
Nickolai Zeldovich [Tue, 4 May 2004 10:36:01 +0000]
fun-with-a-profiler-20040504

fun with a profiler:  afs_RemoveVCB accounts for 20% of the total AFS
client CPU utilization, even under a moderate vcache turnover rate of
less than 10 new vcache's per second.

introduce a hash on the afs_cbr objects to speed this up.  if you are
seeing your AFS client being CPU-bound, e.g. on your web server, you
may want to try this.

19 years agolinux-handle-short-reads-gracefully-20040504
Nathan Neulinger [Tue, 4 May 2004 10:31:55 +0000]
linux-handle-short-reads-gracefully-20040504

break out of the read loop with EIO if we've reached EOF,
rather than looping forever hoping the file will grow.

19 years agoadd-missing-uafs-prototypes-20040504
Nickolai Zeldovich [Tue, 4 May 2004 10:31:11 +0000]
add-missing-uafs-prototypes-20040504

add missing prototypes for uafs_seek

19 years agocsc_policy_logon_updates-20040503
Jeffrey Altman [Tue, 4 May 2004 05:05:25 +0000]
csc_policy_logon_updates-20040503

From Andrei: CSC Policies

Updates to afslogon.dll: attempt lowercased name on authentication failure
if LSA provided name is all upper-case.

19 years agonsis-server-updates-20040501
Robert S Murawski IV [Sun, 2 May 2004 23:09:22 +0000]
nsis-server-updates-20040501

This implements:

1) Does not delete server config data on uninstall
2) If an upgrade or a re-install with existing server config data, will not auto-start the Server Configuration Wizard.
3) Checks for RPC keys on install.  (I believe you only need one because not all of the keys are required for AFS to work.  However, it might require TCP or UDP based RPC)

Still to do:
1) Server data should be destroyed if user answers "No" to "Do you want to keep your existing configuration data?"
2) If installing when existing server configuration data is present, populate the client cell to be the contents of the "ThisCell" file.

19 years agoobsd35-20040427
Jim Rees [Tue, 27 Apr 2004 20:43:04 +0000]
obsd35-20040427

get ready for OpenBSD 3.5 (due May 1)

19 years agofixes-from-andrei-20040427
Jeffrey Altman [Tue, 27 Apr 2004 19:58:48 +0000]
fixes-from-andrei-20040427

Cleanup the makefile to remove unnecessary defaultlib restrictions

Remove the DST fix added to address Rodney's bug with the timezone being
off by an hour on files one hour after the time change.  Still need to
identify the real cause.

Finally fix once and for all the afsd_service.exe shutdown error.
The ServiceHandler must be declared with the WINAPI calling convention
because it returns a value.

19 years agorelease-vs-debug-flags-20040427
Jeffrey Altman [Tue, 27 Apr 2004 19:54:28 +0000]
release-vs-debug-flags-20040427

Move a few debug only compiler flags into a debug only build section of
the makefile

19 years agono-mfc-20040427
Jeffrey Altman [Tue, 27 Apr 2004 02:26:01 +0000]
no-mfc-20040427

remove the reference to afx.h.  there is no reason to bring in MFC
for lanahelper.lib.  (thanks to Andrei)

19 years agocheck-if-compiler-supports-__FUNCTION__-macro-20040426
Nickolai Zeldovich [Mon, 26 Apr 2004 22:39:33 +0000]
check-if-compiler-supports-__FUNCTION__-macro-20040426

Add an autoconf check to see if the compiler supports __FUNCTION__ and __LINE__

20 years agokfw-upds-20040422
Jeffrey Altman [Fri, 23 Apr 2004 04:43:24 +0000]
kfw-upds-20040422

(1) remove the tkt_lifetime table which is no longer used

(2) improve the handling of token to k5 principal mapping

(3) assign the REALM to the token client name if the realm of
    the cell does not match the realm of the user

20 years agoren-msgbox-logfile-20040422
Jeffrey Altman [Fri, 23 Apr 2004 04:38:54 +0000]
ren-msgbox-logfile-20040422

Several fixes:

(1) the log file afsd_logp should not be referenced in the smb modules
    instead the smb_logp should be used

(2) Properly define the dummy_MessageBox function as _stdcall

(3) When afsd_service.exe fails due to a Network Error (IP address change)
    display a MessageBox to the end user

(4) Fix "rename foo foo" to not generate a "destination file exists" error
    (Thanks to asanka)

20 years agolinux26-more-updates-20040420
Chas Williams [Wed, 21 Apr 2004 03:20:21 +0000]
linux26-more-updates-20040420

FIXES 4027

        . osi_cred now uses struct group_info
        . the big kernel lock has been moved from the fs generic code
          for some of the operations in 2.6
        . 2.6 now just uses iput() and hooks the appropriate routines
        . the dummy inode list handling should be clearer

20 years agokaanswertoolong-20040420
Jeffrey Altman [Tue, 20 Apr 2004 15:56:16 +0000]
kaanswertoolong-20040420

when determining whether or not the ticket len is too long for the
receiver to accept we want to compare against the actual ticket length
and not MAXKTCTICKETLEN which is what is used when sizeof(ktc_ticketAnswer)
is used for comparison.

20 years agomore-memory-leak-fixes-20040418
Nickolai Zeldovich [Mon, 19 Apr 2004 06:43:58 +0000]
more-memory-leak-fixes-20040418

Another memory leak plugged; thanks to Jeffrey Altman for noticing it.

20 years agomemory-leak-fixes-20040417
Nickolai Zeldovich [Sun, 18 Apr 2004 07:13:47 +0000]
memory-leak-fixes-20040417

Fix some memory leaks.

20 years agomore-uafs-support-20040417
Nickolai Zeldovich [Sun, 18 Apr 2004 07:10:33 +0000]
more-uafs-support-20040417

Some more minor uafs fixes

20 years agoadd-fs-exa-file-support-20040417
Nickolai Zeldovich [Sun, 18 Apr 2004 07:09:49 +0000]
add-fs-exa-file-support-20040417

Make "fs exa filename" print out the FID for the filename, not just
the status for the volume containing that file.

20 years agouninitialized-20040417
Jeffrey Altman [Sun, 18 Apr 2004 04:16:14 +0000]
uninitialized-20040417

ngroups was uninitialized.  This produced a run-time warning even
though its value was never used in subsequent calls.  set to 0.

20 years agomore-memory-scrubbing-20040415
Nickolai Zeldovich [Fri, 16 Apr 2004 07:26:11 +0000]
more-memory-scrubbing-20040415

Scrub the callBacks array just in case, as we're exposing some
arbitrary kernel stack contents to the user.

20 years agodont-leak-random-kernel-data-20040415
Nickolai Zeldovich [Fri, 16 Apr 2004 05:57:01 +0000]
dont-leak-random-kernel-data-20040415

Zero out data structure being returned to user, so that we don't
send random kernel memory garbage to them.

20 years agomake-uafs-work-a-little-20040415
Nickolai Zeldovich [Fri, 16 Apr 2004 00:49:13 +0000]
make-uafs-work-a-little-20040415

Make UAFS at least a little more likely to work.

20 years agofix-linux-build-20040415
Nickolai Zeldovich [Thu, 15 Apr 2004 23:48:12 +0000]
fix-linux-build-20040415

It's AFS_LRALLOCSIZ, not AFS_LRALLOCSIZE.

20 years agoticket-1241-20040415
Jeffrey Altman [Thu, 15 Apr 2004 22:04:21 +0000]
ticket-1241-20040415

Correct mistaken use of >= when > is appropriate

20 years agontmakefile-20040414
Jeffrey Altman [Thu, 15 Apr 2004 03:23:41 +0000]
ntmakefile-20040414

Fix the makefile to build with vc.net 2003 in a release configuration.
/GZ and /Ox are mutually exclusive

20 years agoresource-fix-20040414
Jeffrey Altman [Thu, 15 Apr 2004 03:21:23 +0000]
resource-fix-20040414

There was one more off by one error in the resource file
enumeration preventing the loading of the "Drive" string table entry

20 years agoticket-1241-20040414
Jeffrey Altman [Thu, 15 Apr 2004 00:26:13 +0000]
ticket-1241-20040414

FIXES 1241

Modify buffer allocation to support tokens up to MAXPIOCTLTOKENLEN
(3*sizeof(afs_int32)+MAXKTCTICKETLEN+sizeof(struct ClearToken)+MAXKTCREALMLEN)
in length.

20 years agofileserver-no-longer-asserts-when-read-past-EOF-20040413
Ken Hornstein [Tue, 13 Apr 2004 21:41:11 +0000]
fileserver-no-longer-asserts-when-read-past-EOF-20040413

20 years agouninitialize-20040412
Jeffrey Altman [Tue, 13 Apr 2004 04:47:50 +0000]
uninitialize-20040412

Fix uninitialized use of ltto

20 years agoaklog-20040412
Jeffrey Altman [Tue, 13 Apr 2004 04:06:17 +0000]
aklog-20040412

MIT's aklog.exe imported into the OpenAFS for Windows distribution

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

MIT's aklog.exe imported into OpenAFS for Windows

20 years agolinux-26-progress-20040412
Chas Williams [Mon, 12 Apr 2004 20:42:19 +0000]
linux-26-progress-20040412

FIXES 4027

if you complain about any of it, you better include a patch, or risk being
severely flamed. very much a work in progress

20 years agomd4-md5-20040408
Jeffrey Altman [Fri, 9 Apr 2004 07:48:22 +0000]
md4-md5-20040408

Integration of Heimdal MD4/MD5 code

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

Integration of Heimdal's MD4/MD5 code

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

Integrate Heimdal's MD4/MD5 code

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

Integrate Heimdal's MD4/MD5 code

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

Integrate Heimdal's md4/md5 code

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

Integration of Heimdal's MD4/MD5 code

20 years agoremove-extra-compare-20040408
Jeffrey Altman [Fri, 9 Apr 2004 06:57:39 +0000]
remove-extra-compare-20040408

do not check for i < 2000 and i < MAXKTCTICKETLEN

20 years agocross-realm-obtain-tokens-afscreds-20040408
Jeffrey Altman [Fri, 9 Apr 2004 00:32:03 +0000]
cross-realm-obtain-tokens-afscreds-20040408

If afscreds.exe you can now obtain credentials for cell "foo.com" with
credentials from "user@BAR.COM" when specifying a password.  This is a
first step since if there are already valid credentials for "user@BAR.COM"
the password should not be requested.  That would allow you to obtain
tokens for multiple cells with the same kerberos tgt.

20 years agounitialized-vars-20040408
Jeffrey Altman [Thu, 8 Apr 2004 23:20:39 +0000]
unitialized-vars-20040408

Fix uninitialized pname reference

Rename afs_int32 pname to pnum

20 years agomore-mutex-20040406
Jeffrey Altman [Tue, 6 Apr 2004 23:31:03 +0000]
more-mutex-20040406

Rodney found in his logs  "Event Object Already Exists fid_t" messages.
This lead to another location in the code where problem mutex usage
was missing.  In this case, multiple fid_t structs were created with the
same fid number.

20 years agova_args-20040406
Jeffrey Altman [Tue, 6 Apr 2004 23:26:37 +0000]
va_args-20040406

Who at IBM was stupid enough to believe it is acceptable to
pass a va_args variable into a function without initializing
it with va_start()?  Why would you ever bother to do otherwise?

20 years agodebug-changes-20040406
Jeffrey Altman [Tue, 6 Apr 2004 09:54:54 +0000]
debug-changes-20040406

Add run time checks to the compiler flags when debug

20 years agoi-need-sleep-20040406
Jeffrey Altman [Tue, 6 Apr 2004 09:53:15 +0000]
i-need-sleep-20040406

 * fix uninitialized return variables in smb.c and smb3.c

 * open the osi_log file as early as possible in afsd_init.c

 * create an argv to use for non-service executions

 * add support for \\afs\.cellname for rw volumes

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

Do not use IsKerberosLogon() it does not always report the right value.

20 years agolinux22-fix-20040405
Chas Williams [Mon, 5 Apr 2004 23:39:51 +0000]
linux22-fix-20040405

FIXES 3909

make linux 2.2 work again

20 years agoafs-release-notes-20040405 openafs-devel-1_3_63
Jeffrey Altman [Mon, 5 Apr 2004 07:32:57 +0000]
afs-release-notes-20040405

release notes as of 1.3.63

20 years agoremove-vnop-dont-umount-fix-entirely-20040405
Derrick Brashear [Mon, 5 Apr 2004 07:26:17 +0000]
remove-vnop-dont-umount-fix-entirely-20040405

circumstantially it doesn't work. /afs/andrew.cmu.edu/usr/shadow/tempdata is a
file and mvstat is 2, so I get EISDIR.

so i'll remove this for now and fix it after the next release.

20 years agodarwin-pageout-limit-to-filesize-20040405
Chaskiel M Grundman [Mon, 5 Apr 2004 07:21:33 +0000]
darwin-pageout-limit-to-filesize-20040405

FIXES 3870

previously we weren't limiting to file size, now we are

20 years agoversion-1-3-6300-20030405
Jeffrey Altman [Mon, 5 Apr 2004 07:00:11 +0000]
version-1-3-6300-20030405

Update version number to 1.3.6300

20 years agopreserve-server-config-20040404
Jeffrey Altman [Mon, 5 Apr 2004 05:26:45 +0000]
preserve-server-config-20040404

Fix the replacedll macro

Comment out the code which deletes the server configuration files
on AFS Server uninstall.  We need to do this to protect existing
volumes if the product must be uninstalled and reinstalled

20 years agofor-rodney-20040404
Jeffrey Altman [Mon, 5 Apr 2004 03:16:11 +0000]
for-rodney-20040404

Formatting changes

Fix the problem with a corrupted cell table when using \\afs\cell-alias

Attempt to fix Rodney's DST problem.  Added a check for tm_isdst to the
computation of the local vs GMT differential.