openafs.git
18 years agolibafssetpag-bsd-20051101
Jim Rees [Tue, 1 Nov 2005 18:44:38 +0000]
libafssetpag-bsd-20051101

bsd only:
make a real syscall.o (but with no code)
build libafssetpag

18 years agohpux-vol-package-cleanup-20051101
Derrick Brashear [Tue, 1 Nov 2005 16:42:47 +0000]
hpux-vol-package-cleanup-20051101

make inode salvager large partition compliant
make namei compile cleanly again

18 years agowindows-tests-winflock-20051031
Asanka Herath [Mon, 31 Oct 2005 22:12:03 +0000]
windows-tests-winflock-20051031

A windows specific file locking test app for exercising the byte range
locking code.

18 years agowindows-checkserver-fix-20051029
Jeffrey Altman [Sun, 30 Oct 2005 01:59:57 +0000]
windows-checkserver-fix-20051029

the windows client was not treating Verror responses from the server
as indicating the server as up if they were positive

18 years agowindows-daemon-timers-20051028
Jeffrey Altman [Sat, 29 Oct 2005 21:13:43 +0000]
windows-daemon-timers-20051028

the daemon up server check was set for 1 hour and not ten minutes.

turned all interval constants into variables so that they can be
set via registry entries at a future time.

18 years agoubik-trans-decl-20051027
Jim Rees [Thu, 27 Oct 2005 19:34:44 +0000]
ubik-trans-decl-20051027

add missing decl for struct ubik_trans

18 years agointegrate-asetkey-20051029
Ken Hornstein [Tue, 25 Oct 2005 20:08:02 +0000]
integrate-asetkey-20051029

Add asetkey to the OpenAFS tree.

18 years agotbutc-solaris-and-vos-api-fixes-20051024
Derrick Brashear [Tue, 25 Oct 2005 07:30:52 +0000]
tbutc-solaris-and-vos-api-fixes-20051024

FIXES 22063

as tested for this and 22316

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

the rest of this, since i forgot to apply the other file earlier
oops

18 years agowindows-rap-debug-20051024
Jeffrey Altman [Tue, 25 Oct 2005 03:07:50 +0000]
windows-rap-debug-20051024

some more debugging messages

18 years agowindows-afsd-makefile-fixup-20051024
Jeffrey Altman [Tue, 25 Oct 2005 03:02:27 +0000]
windows-afsd-makefile-fixup-20051024

put back the ifs rules accidently deleted by

  cmdebug-merge-20051024

18 years agocmdebug-merge-20051024
Jeffrey Altman [Tue, 25 Oct 2005 02:51:17 +0000]
cmdebug-merge-20051024

Merge src/WINNT/cmdebug.c into src/venus/cmdebug.c

18 years agoadd-volupdate-counter-20051015
Ervin Fenyak [Sun, 23 Oct 2005 20:05:40 +0000]
add-volupdate-counter-20051015

FIXES 18349

add a volume update counter. danger will robinson. see ticket for details.

====================
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 configure gunk

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

add configure gunk

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

make this happy in libadmin on e.g. solaris

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

make this work on Windows

18 years agovnop-attrs-fix-20051023
Jeffrey Altman [Sun, 23 Oct 2005 07:27:03 +0000]
vnop-attrs-fix-20051023

FIXES 22568

fix code broken in mac merge

18 years agowindows-mkdir-root-exists-20051021
Jeffrey Altman [Sun, 23 Oct 2005 01:31:28 +0000]
windows-mkdir-root-exists-20051021

If a request is received to create the root directory of a device,
return CM_ERROR_EXISTS instead of CM_ERROR_NOTFOUND for the nul-string
file name.

18 years agomacos-build-dmg-20051021
Derrick Brashear [Sat, 22 Oct 2005 07:43:09 +0000]
macos-build-dmg-20051021

probably this script should take an argument which is the version string to use, and use it in the volume name and dmg name

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

probably this script should take an argument which is the version string to use,
 and use it in the volume name and dmg name

18 years agoviced-audit-createfile-20051020
Jeffrey Altman [Fri, 21 Oct 2005 00:32:40 +0000]
viced-audit-createfile-20051020

add the FID of the created file to the audit output for CreateFileEvent

18 years agowindows-notes-20051019
Jeffrey Altman [Thu, 20 Oct 2005 06:09:08 +0000]
windows-notes-20051019

updates

18 years agowindow-largeint-20051019
Jeffrey Altman [Wed, 19 Oct 2005 21:10:52 +0000]
window-largeint-20051019

The large integer support was applying a <<32 to a 32-bit value.
This is an undefined operation.

18 years agowindows-rxkadunknownkey-20051019
Jeffrey Altman [Wed, 19 Oct 2005 07:57:52 +0000]
windows-rxkadunknownkey-20051019

report RXKADUNKNOWNKEY as SEC_E_NO_KERB_KEY

18 years agowindows-locking-error-codes-20051018
Jeffrey Altman [Tue, 18 Oct 2005 21:52:47 +0000]
windows-locking-error-codes-20051018

cm_Lock(), cm_RetryLock() should not interpret servers be unreachable as
a sharing violation.

18 years agowindows-ip-change-20051018
Jeffrey Altman [Tue, 18 Oct 2005 21:50:06 +0000]
windows-ip-change-20051018

add a monitor to watch for IP Address changes.  When a change is detected,
wait 2.5 seconds for things to settle down and then check to see if down
servers are reachable.

18 years agolibafssetpag-temp-fix-20051018
Jim Rees [Tue, 18 Oct 2005 16:53:06 +0000]
libafssetpag-temp-fix-20051018

Define SHLIB_LINKER for [fno]bsd
Don't try to build LIBAFSSETPAG for [fno]bsd

18 years agowindows-error-codes-20051018
Jeffrey Altman [Tue, 18 Oct 2005 16:29:59 +0000]
windows-error-codes-20051018

handle the CM_ERROR_ALLDOWN case when translating cm errors to nt status

18 years agowindows-fw-service-test-20051017
Jeffrey Altman [Mon, 17 Oct 2005 22:28:12 +0000]
windows-fw-service-test-20051017

Do not perform Firewall Configuration if the firewall service is not installed

18 years agoirix-no-xfs-checks-for-namei-20051017
Chas Williams [Mon, 17 Oct 2005 21:45:39 +0000]
irix-no-xfs-checks-for-namei-20051017

FIXES 22435

don't do inode checks when using namei

18 years agowindows-firewall-configuration-20051016
Jeffrey Altman [Mon, 17 Oct 2005 20:31:31 +0000]
windows-firewall-configuration-20051016

Windows Firewall Policy cannot be accessed by a service unless from the
Service Manager thread nor until the service is in a RUNNING state.
Firewall configuration moved to cm_Daemon() thread.

18 years agorename-afssetpag-dot-map-to-mapfile-20051017
Ken Hornstein [Mon, 17 Oct 2005 20:00:38 +0000]
rename-afssetpag-dot-map-to-mapfile-20051017

The Solaris/Linux symbol export files must be named "mapfile" (see the
definition of SHLIB_LINKER for Solaris).

18 years agostruct-socket-20051017
Jim Rees [Mon, 17 Oct 2005 18:49:53 +0000]
struct-socket-20051017

rx_prototypes.h needs struct socket now

18 years agocellservdb-update-20051015
Jeffrey Hutzelman [Sun, 16 Oct 2005 01:55:59 +0000]
cellservdb-update-20051015

15 Oct 2005

18 years agorxgen-server-prefix-prototypes-20051015
Jeffrey Altman [Sat, 15 Oct 2005 22:51:28 +0000]
rxgen-server-prefix-prototypes-20051015

When producing prototypes for server side functions, use the correct
prefix as specified in the input file.  If there is no prefix, then
do not output the prototypes as they will collide with the client
side stub prototypes.

18 years agowindows-universal-error-handling-20051015
Jeffrey Altman [Sat, 15 Oct 2005 22:45:43 +0000]
windows-universal-error-handling-20051015

properly interpret the universal error codes

18 years agoshlibafssetpag-20051015
Russ Allbery [Sat, 15 Oct 2005 17:25:21 +0000]
shlibafssetpag-20051015

FIXES 18745

implement {sh,}libafssetpag

18 years agolinux-write-dirty-pages-once-20051015
Chas Williams [Sat, 15 Oct 2005 16:51:09 +0000]
linux-write-dirty-pages-once-20051015

FIXES 20561

this time for sure, only write back once

18 years agodefault-largefile-on-20051015
Derrick Brashear [Sat, 15 Oct 2005 16:40:14 +0000]
default-largefile-on-20051015

turn on largefile fileserver by default

18 years agoafsd-no-logfile-20051015
Russ Allbery [Sat, 15 Oct 2005 16:22:15 +0000]
afsd-no-logfile-20051015

FIXES 18662

remove afsd logfile parm

18 years agoshlib-rationalization-200510155
Russ Allbery [Sat, 15 Oct 2005 16:07:44 +0000]
shlib-rationalization-200510155

FIXES 18767

make use of the export map. set a useful soname.

18 years agopod-man-pages-20051015
Russ Allbery [Sat, 15 Oct 2005 16:00:57 +0000]
pod-man-pages-20051015

FIXES 19268

add pod generation of man pages

18 years agocellconfig-afsdb-use-dots-20051015
Frank Burkhardt [Sat, 15 Oct 2005 15:54:28 +0000]
cellconfig-afsdb-use-dots-20051015

FIXES 20908

do lookup postpending a .

18 years agodarwin-x86-20051015
Chas Williams [Sat, 15 Oct 2005 15:42:17 +0000]
darwin-x86-20051015

FIXES 20130

add support for x86 darwin

18 years agoaix-afsdb-20051015
Greg Hudson [Sat, 15 Oct 2005 15:37:10 +0000]
aix-afsdb-20051015

FIXES 20801

fix earlier issue with aix afsdb fix

18 years agoaix-warning-cleanup-20051015
Niklas Edmundsson [Sat, 15 Oct 2005 15:23:05 +0000]
aix-warning-cleanup-20051015

FIXES 21066

clean up aix warnings. hint that large file support works

18 years agonbsd20-amd64-20051015
Tracy Di Marco White [Sat, 15 Oct 2005 15:16:07 +0000]
nbsd20-amd64-20051015

FIXES 21562

add amd64 netbsd 2.0 support

18 years agoviced-help-abortthres-20051014
Love Hörnquist-Åstrand [Sat, 15 Oct 2005 04:42:47 +0000]
viced-help-abortthres-20051014

FIXES 22070

add help for abort thresshold switch

18 years agowindows-check-locks-logging-20051014
Jeffrey Altman [Sat, 15 Oct 2005 04:36:57 +0000]
windows-check-locks-logging-20051014

add a log message so we can tell how long it took.

18 years agonewvcache-can-fail-now-20051014
Peter Somogyi [Sat, 15 Oct 2005 03:32:06 +0000]
newvcache-can-fail-now-20051014

FIXES 22260

allow newvcache to fail without ooping

sort of nasty, if you want more vcaches, say so.

18 years agojava-update-20051014
Peter Somogyi [Sat, 15 Oct 2005 03:12:17 +0000]
java-update-20051014

FIXES 21930

update java afs classes

18 years agohpux11-no-kthread-iface-20051014
Derrick Brashear [Sat, 15 Oct 2005 03:03:53 +0000]
hpux11-no-kthread-iface-20051014

11.0 lacks this header.

18 years agosolaris10-fs-find-afs-vnode-20051014
Chas Williams [Sat, 15 Oct 2005 02:42:14 +0000]
solaris10-fs-find-afs-vnode-20051014

find the real vnode so cheating on solaris 10 will work

18 years agorxgen-multi-prototypes-20051014
Jeffrey Altman [Sat, 15 Oct 2005 02:18:34 +0000]
rxgen-multi-prototypes-20051014

FIXES 22349

generate prototypes for split stuff when the stub is multi

18 years agolinux-objdir-kernel-builds-20051014
Jeffrey Hutzelman [Fri, 14 Oct 2005 22:26:29 +0000]
linux-objdir-kernel-builds-20051014

FIXES 22352

allow objdir kernel module builds to work again

18 years agowindows-pattern-matching-20051014
Jeffrey Altman [Fri, 14 Oct 2005 12:18:15 +0000]
windows-pattern-matching-20051014

FIXES 4623

Pattern matching was broken.   '?' should match zero characters if it
appears before a '.' or at the end of the file name.

18 years agowindows-locking-init-req-20051013
Jeffrey Altman [Fri, 14 Oct 2005 04:25:04 +0000]
windows-locking-init-req-20051013

two cm_InitReq() calls were in the wrong place opening the possibility for
stack corruption

18 years agosolaris10-afsd-waitpid-to-clean-contract-20051013
Chas Williams [Thu, 13 Oct 2005 21:59:13 +0000]
solaris10-afsd-waitpid-to-clean-contract-20051013

FIXES 22317

it seems like this might be a bug in solaris10 when handling contracts
of exiting chilren who have created kernel threads.  the rxlistener is
a kernel thread on solaris and the child that starts the kernel_thread
returns and exits.

18 years agomacos-cleanup-20051006
Derrick Brashear [Thu, 13 Oct 2005 20:55:35 +0000]
macos-cleanup-20051006

let's revert and try this again

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

try this again

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

try this again

18 years agosolaris10-nfs-really-20051013
Loïc Tortay [Thu, 13 Oct 2005 19:25:05 +0000]
solaris10-nfs-really-20051013

FIXES 22318

fix array size so this all works

18 years agomacos-rollup-20051013
Derrick Brashear [Thu, 13 Oct 2005 16:12:00 +0000]
macos-rollup-20051013

incorporating STABLE14-macos104-20051005 STABLE14-macos-cleanup-20051006 macos-cleanup-20051006 macos-cleanup-20051007 from the 1.4.x branch, which needed to be forward-ported to work here, sadly.

18 years agosolars-sparc32-largefile-20051011
Chas Williams [Wed, 12 Oct 2005 07:15:39 +0000]
solars-sparc32-largefile-20051011

readd largefile support for solaris sparc32

18 years agosolaris10-ugly-avoid-ENODEV-hack-20051011
Chas Williams [Wed, 12 Oct 2005 07:09:35 +0000]
solaris10-ugly-avoid-ENODEV-hack-20051011

fix this a better way,  rolling bsack earlier change

18 years agowindows-ticket-lifetime-20051010
Jeffrey Altman [Mon, 10 Oct 2005 23:21:29 +0000]
windows-ticket-lifetime-20051010

The lifetime parameter is in minutes so treat it that way.

18 years agomacos-missing-files-20051008
Jeffrey Altman [Sun, 9 Oct 2005 03:52:33 +0000]
macos-missing-files-20051008

add files missing after merge

18 years agowindows-release-notes-20051008
Jeffrey Altman [Sat, 8 Oct 2005 15:13:25 +0000]
windows-release-notes-20051008

Update description of Product ID generation.

18 years agorx-tq-waiter-rework-20051007
Jeffrey Altman [Sat, 8 Oct 2005 04:57:34 +0000]
rx-tq-waiter-rework-20051007

Only Broadcast to wake threads if there are threads waiting.

18 years agowindows-byte-range-locks-20051007
Jeffrey Altman [Sat, 8 Oct 2005 04:49:50 +0000]
windows-byte-range-locks-20051007

There was a race condition associated with maintaining the
CM_FILELOCK_FLAG_CLIENTONLY flag on locks bound to scache entries
for Read Only volumes.   Therefore, we remove the use of the flag
and simply test the RO status of the scache entry.

18 years agodedebug-20051007
Derrick Brashear [Fri, 7 Oct 2005 21:11:01 +0000]
dedebug-20051007

perhaps this should never be pulled up.

anyway, implement dentry cache status dumping for linux.\7f and provide a tool to dump it

disabled (tool, not rpc) by default

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

perhaps this should never be pulled up.

anyway, implement dentry cache status dumping for linux.^? and provide a tool to
 dump it

disabled (tool, not rpc) by default

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

perhaps this should never be pulled up.

anyway, implement dentry cache status dumping for linux.^? and provide a tool to
 dump it

disabled (tool, not rpc) by default

18 years agoviced-take-offline-on-ihopen-fail-20051007
Derrick Brashear [Fri, 7 Oct 2005 20:30:21 +0000]
viced-take-offline-on-ihopen-fail-20051007

when IH_OPEN fails, we should take the volume offline so it will be salvaged

18 years agosolaris10-nfs-trans-update-20051007
Derrick Brashear [Fri, 7 Oct 2005 20:29:30 +0000]
solaris10-nfs-trans-update-20051007

partial nfs translatlor update for solaris 10

18 years agosolaris10-ugly-avoid-ENODEV-hack-20051007
Chas Williams [Fri, 7 Oct 2005 20:24:16 +0000]
solaris10-ugly-avoid-ENODEV-hack-20051007

we need to fix this another way but put it here for now

18 years agocellconfig-check-for-corrupt-keyfile-20051007
Derrick Brashear [Fri, 7 Oct 2005 20:18:21 +0000]
cellconfig-check-for-corrupt-keyfile-20051007

don't crash when we have a corrupt keyfile

18 years agolinux-cv-init-20051007
Chas Williams [Fri, 7 Oct 2005 18:22:19 +0000]
linux-cv-init-20051007

FIXES 20114

fix the CV_INIT macros

18 years agowindows-busy-vs-offline-20051006
Jeffrey Altman [Fri, 7 Oct 2005 03:09:48 +0000]
windows-busy-vs-offline-20051006

Discovered a failure in the state machine.  There was no method of
distinguishing between all servers being Down (which is handled by the
background thread) and all volumes being offline (perhaps due to a move).

18 years agowindows-lock-count-fix-20051006
Asanka Herath [Thu, 6 Oct 2005 18:29:44 +0000]
windows-lock-count-fix-20051006

lock counts were not being reduced on file close when the lock was lost.

18 years agowindows-byte-range-locks-20051006
Jeffrey Altman [Thu, 6 Oct 2005 14:48:58 +0000]
windows-byte-range-locks-20051006

Do not mark locks lost simply because the ExtendLock failed.
A lock is only lost if the server responds with EINVAL indicating
that the lock no longer exists. A lock can be renewed by other clients
that are also using the file.  The client can make no assumptions about
the status of a lock based upon the passage of time.

18 years agowindows-wix-product-id-20051005
Asanka Herath [Wed, 5 Oct 2005 14:32:29 +0000]
windows-wix-product-id-20051005

As the file name of the OpenAFS installer changes with each release,
so must the Product ID (but not the Upgrade ID).  Therefore, do not
hard code the Product ID in the Makefile, instead auto-generate it
as part of the installer.

18 years agowindows-byte-range-locking-20051005
Jeffrey Altman [Wed, 5 Oct 2005 14:22:35 +0000]
windows-byte-range-locking-20051005

Return the actual locking error such as "access denied" due to lack of 'k'
privileges instead of a sharing violation.

18 years agowindows-exports-20051004
Jeffrey Altman [Tue, 4 Oct 2005 18:44:22 +0000]
windows-exports-20051004

remove duplicate exports

18 years agowindows-rxstats-20051003
Jeffrey Altman [Tue, 4 Oct 2005 04:16:36 +0000]
windows-rxstats-20051003

strip the pioctl path from the input before reading the flags

18 years agowindows-afscreds-20051002
Jeffrey Altman [Mon, 3 Oct 2005 05:03:39 +0000]
windows-afscreds-20051002

FIXES 22032

Extend the fields so that more text can be displayed regarding the tokens.

18 years agolinux-rc-wait-for-salvager-20051002
Joe Buehler [Mon, 3 Oct 2005 04:13:26 +0000]
linux-rc-wait-for-salvager-20051002

FIXES 21754

rc file hack to wait for salvage to finish

18 years agomemcache-set-default-write-size-20051002
Derrick Brashear [Mon, 3 Oct 2005 03:54:44 +0000]
memcache-set-default-write-size-20051002

based on comment from chas williams. set the default write amount as is
done for ufs cache writes

18 years agohpux-build-updates-20051002
Joe Buehler [Mon, 3 Oct 2005 03:44:42 +0000]
hpux-build-updates-20051002

FIXES 21722

ndir.h has been changed. also, pthreads header doesn't match how we used it

18 years agowindows-release-notes-take2-20051002
Jeffrey Altman [Mon, 3 Oct 2005 03:29:45 +0000]
windows-release-notes-take2-20051002

place the text in the correct section

18 years agowindows-release-notes-20051002
Jeffrey Altman [Mon, 3 Oct 2005 03:17:56 +0000]
windows-release-notes-20051002

Document registry entries for RX stats gathering

18 years agowindows-notes-20051002
Jeffrey Altman [Mon, 3 Oct 2005 01:22:53 +0000]
windows-notes-20051002

changes for 1.4.0 rc6

18 years agowindows-shell-ext-default-buttons-20051002
Jeffrey Altman [Sun, 2 Oct 2005 15:48:25 +0000]
windows-shell-ext-default-buttons-20051002

many of the shell extension dialogs did not have default pushbuttons
specified which would result in an undesirable end user experience

18 years agowindows-shell-ext-prevent-unload-hack-20051002
Jeffrey Altman [Sun, 2 Oct 2005 15:46:13 +0000]
windows-shell-ext-prevent-unload-hack-20051002

The shell extension is unloading as it should but is never being loaded
again.  Since we have no clue why and no idea how to debug it, for now,
just prevent it from being unloaded in the first place.

18 years agowindows-shell-ext-server-status-20051002
Jeffrey Altman [Sun, 2 Oct 2005 10:07:16 +0000]
windows-shell-ext-server-status-20051002

Fix the server status dialog to properly call CheckServers and
fix CheckServers to properly construct the data structure for the
pioctl call.

18 years agowindows-rxstats-20051001
Jeffrey Altman [Sun, 2 Oct 2005 07:04:36 +0000]
windows-rxstats-20051001

Add interface to rxstats api

18 years agowindows-afsrpc-exports-20051001
Jeffrey Altman [Sun, 2 Oct 2005 06:52:28 +0000]
windows-afsrpc-exports-20051001

Add missing exports

18 years agowindows-afs-shl-ext-rc-20051002
Jeffrey Altman [Sun, 2 Oct 2005 05:45:27 +0000]
windows-afs-shl-ext-rc-20051002

The DownServers dialog had the wrong resource id associated with the
listbox.

18 years agowindows-fs-exa-20051001
Jeffrey Altman [Sat, 1 Oct 2005 13:10:41 +0000]
windows-fs-exa-20051001

Add reporting of the FID, cell, owner and group to the output of "fs exa"
(on Windows only).   There is no other means to obtain this data from a
Windows client.

18 years agowindows-afscreds-20050930
Matthew Loar [Sat, 1 Oct 2005 05:50:44 +0000]
windows-afscreds-20050930

FIXES 21958

For the afscreds program on Windows, if you right click the system tray icon
to display the menu and then click on the taskbar, the menu is not hidden,
but instead is covered by the taskbar.

This is a common issue documented at
http://support.microsoft.com/default.aspx?scid=kb;en-us;135788.

18 years agosolaris-init-offset-for-write-20050929
Chas Williams [Thu, 29 Sep 2005 21:34:55 +0000]
solaris-init-offset-for-write-20050929

passing a random nlen into afs_GetDCache() when in write mode
seems to sometimes trigger overwrites.

18 years agomakefile-dependancies-20050925
Tom Keiser [Thu, 29 Sep 2005 05:42:31 +0000]
makefile-dependancies-20050925

FIXES 21859

add missing dependancies to make it explicit who needs what

18 years agowindows-nsis-20050926
Jeffrey Altman [Tue, 27 Sep 2005 05:37:37 +0000]
windows-nsis-20050926

Install a Documentation Shortcut as part of the client install.
It is independent of the Supplemental Documentation which is not
required for the release notes.

18 years agowindows-notes-20050926
Jeffrey Altman [Tue, 27 Sep 2005 04:13:31 +0000]
windows-notes-20050926

more changes for 1.4.0 rc5

18 years agowindows-wix-docs-20050926
Asanka Herath [Tue, 27 Sep 2005 03:40:16 +0000]
windows-wix-docs-20050926

Match the documentation location of the NSIS installer.

18 years agowindows-release-notes-20050926
Jeffrey Altman [Tue, 27 Sep 2005 01:35:21 +0000]
windows-release-notes-20050926

Document MSI Product Codes

18 years agowindows-installer-guid-20050926
Jeffrey Altman [Tue, 27 Sep 2005 00:30:33 +0000]
windows-installer-guid-20050926

New GUIDs for the 1.5 branch:

amd64_w2k   {A0A7B986-CF35-499c-9400-9A987F218127}
i386_nt40   {93AFD8F0-C150-47bc-B318-A029222D8993}
i386_w2k    {E832F832-C937-46bc-8C1D-BC7EF6F3F62F}

18 years agowindows-issues-20050925
Jeffrey Altman [Mon, 26 Sep 2005 04:13:16 +0000]
windows-issues-20050925

update the outstanding issues list

18 years agowindows-notes-20050925
Jeffrey Altman [Mon, 26 Sep 2005 04:10:42 +0000]
windows-notes-20050925

document changes for 1.4 rc5