Commit Graph

2405 Commits

Author SHA1 Message Date
Kris Van Hees
fa82c5e6a9 solaris10-20040624
FIXES 5396

as substantially done by Jeff Woodward <Jeffrey.B.Woodward@Dartmouth.EDU>,
work diffed out and slightly rewritten

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

this should be the correct way to give up the socket on all solaris versions
2004-07-08 06:23:53 +00:00
Jeffrey Hutzelman
775933e895 rx-lwp-fdsetsize-20040708
FIXES 5615

limit our fd set size so we don't "lose" fds.
2004-07-08 06:16:55 +00:00
Jeffrey Hutzelman
c4b6351fc5 lwp-track-qwaiting-20040708
FIXES 5616

track qwaiting lwps rather than potentially leaking them
2004-07-08 06:11:34 +00:00
Rainer Schöpf
85a973a7b9 afsd-bitch-about-xfs-not-about-dir-for-memcache-20040708
FIXES 5728

make afsd complain if cache partition is linux
don't complain if no cachedir and we're -memcache.
2004-07-08 05:52:38 +00:00
Jeffrey Altman
cccb91291f dns-fix-20040630
Fix the dns portion of cm_GetCell() to prevent against a NULL pointer
dereference when the ttl expired.
2004-07-01 09:00:40 +00:00
Jeffrey Altman
a193405623 afscreds-aklog-only-20040626
Modify the Obtain Tokens dialog to allow a blank password
if a full principal name is provided.  (for aklog only requests)
2004-06-28 17:33:20 +00:00
Jeffrey Altman
d261456065 freelance-rw-mounts-20040626
Extend Freelance code to support r/w mount points in the fake root.afs
volume
2004-06-28 17:29:42 +00:00
Jeffrey Altman
7262f41cd1 afskfw-aklog-only-20040626
If no password is specified, perform aklog only using the provided
principal name
2004-06-28 17:28:38 +00:00
Jeffrey Altman
e2149ea3f2 maxcpus-20040625
Add documentation on MaxCPUs entry.
2004-06-25 22:18:44 +00:00
Jeffrey Altman
5f1c38764d hyperthreading-bad-20040625
Give folks an option of running afsd_service.exe on fewer processors
than are installed in the machine.  A new registry value

	TransarcAfsDaemon/Parameters   MaxCPUs

allows a restriction to be applied.  Set to 1 to use a single CPU
(or hyperthreading instance)

The restriction is applied with SetProcessAffinityMask()
2004-06-25 20:48:44 +00:00
Jeffrey Altman
291f2e2043 nsis-default-loopback-ip-20040624
correct the default loopback IP addresses used

  10.254.254.253 mask 255.255.255.252
2004-06-24 19:57:51 +00:00
Jeffrey Altman
4586c298ae windows-install-notes-20040624
A first cut at installation notes for windows.
2004-06-24 19:24:14 +00:00
Kris Van Hees
51d7668141 solaris10-20040624
FIXES 5396

as substantially done by Jeff Woodward <Jeffrey.B.Woodward@Dartmouth.EDU>,
work diffed out and slightly rewritten
2004-06-24 18:38:19 +00:00
Chas Williams
f42cf2a991 linux-make-lock-unlock-20040624
FIXES 5430

don't double lock the kernel
2004-06-24 18:28:03 +00:00
Derrick Brashear
c91503f32d getce64-cleanup-20040624
get rid of 64bit client & !64bit env case: won't work as is.
2004-06-24 17:56:20 +00:00
Derrick Brashear
62c7e9dafc irix-ukernel-define-64bit-env-move-200406024
FIXES 4896

don't include afs_sysnames.h before defining AFS_64BIT_ENV
oops
2004-06-24 17:55:00 +00:00
Asanka Herath
fa71ea11af wix-add-crypt-20040624
1. Add gui option for SecurityLevel.

2. Fix grouping of symbol files.
2004-06-24 17:28:51 +00:00
Jeffrey Altman
ec3b49a1cd loopback-20040623
properly set dependencies for NSIS and wix targets to build loopback target

====================
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 install a second loopback adapter if one is already installed.

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

1.  Custom actions should not depend on any library that is not in the Windows distribution.  Change makefile to link
with a static runtime.

2.  Add common reporting mechanism to report ActionData messages back to the MSI process during the loopback
installation.

3.  CoInitializeSecurity can be called only once per process.  When running as a custom action DLL under the MSI process
we won't be able to successfully call this since the MSI process beats us to it.

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



Compensate for difference in argument passing in MSI and RunDll32
2004-06-24 05:51:54 +00:00
Jeffrey Altman
d346e2ed53 version-1365-20040623
Version number to 1.3.6500
2004-06-24 05:16:46 +00:00
Asanka Herath
cc0abf8054 nsis-20040623
Remove obsolete registry entry:  TruncateNetbios
2004-06-24 05:12:07 +00:00
Asanka Herath
8dbd908bdd wix-20040623
1. We are packaging debug symbols for all builds.  In a checked build the default is to install debug symbols while on a
free build debug symbols won't be installed unless asked to.

2. Change impersonation level for loopback installation.

3. Change UI to allow for ActionData messages during the long wait while the loopback is installed.

4. Add templates for displaying ActionData.

5. Parameterize language resources.
2004-06-24 05:11:02 +00:00
Derrick Brashear
74e6409d65 darwin-updates-20040623
this should be switched to use the freebsd style getnewvnode

perhaps it will be
2004-06-23 23:25:06 +00:00
Jeffrey Altman
c7d8ba8371 winnotes-20040623
Updated change list and issues list to reflect the state of the world
as of 1.3.65
2004-06-23 21:22:42 +00:00
Marcus Watts
d763078f3a ptserver-flags-default-switch-20040623
FIXES 5418

allow ptserver flags to be defaulted different per switch
2004-06-23 16:01:04 +00:00
Derrick Brashear
4e2c9285f4 prototyping-20040623
i had this laying around, i don't know from when, but i should flush it to cvs
2004-06-23 15:27:35 +00:00
Marcus Watts
d344a58423 ptserver-flags-default-switch-20040623
FIXES 5418

allow ptserver flags to be defaulted different per switch
2004-06-23 14:45:09 +00:00
Derrick Brashear
a8cb8a2650 cvsignore-updates-20040621
FIXES 5209

update cvsingore files
2004-06-23 14:35:20 +00:00
Jeffrey Altman
6b18244984 loopback-ok-2000-20040623
The afsloopback.dll will configure the LMHOSTS and HOSTS files for "AFS"
therefore it is safe to use the loopback adapter on win2000 even though
it does not support broadcasts
2004-06-23 14:17:22 +00:00
Jeffrey Altman
5d7681b5aa use-afsloopback-20040623
Use the new afsloopback.dll in NSIS
2004-06-23 14:03:30 +00:00
Jeffrey Altman
5d133b13a7 wix-use-loopback-dll-20040622
alter wix installer to use msi interface to afsloopback.dll instead
of instloop.exe
2004-06-23 09:30:19 +00:00
Jeffrey Altman
50e18fe024 wix-msi-loopback-20040622
convert wix installer to use msi interface to loopback dll instead
of instloop.exe
2004-06-23 09:12:07 +00:00
Jeffrey Altman
be70343e2a new-loopback-dll-20040622
Construct a new afsloopback.dll which contains the routines
for installing, removing, and verifying the existance of
a loopback adapter.  This dll will be used by both the NSIS
and the Wix installers.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

Update the wix installer to use the new version of instloop.exe
which uses the new afsloopback.dll
2004-06-23 08:48:18 +00:00
Asanka Herath
e0b9d58142 license-mit-20040622
Add MIT's license to their Wix contributions
2004-06-23 04:55:13 +00:00
Jeffrey Altman
f7be9862d9 dword-instead-of-bool-20040622
use DWORD instead of bool for function return types
2004-06-22 20:00:37 +00:00
Jeffrey Altman
6a035f2160 default-realm-20040621
Set the default build realm to openafs.org
2004-06-22 06:04:32 +00:00
Asanka Herath
a4950863fc wix-changes-20040621
1.  Fix choice for logon options to include only 'not integrated',
    'integrated' and 'integrated with high security'.

2.  Add configuration page to select whether or not to run afscreds.exe
    when logging in and also choose the command line
    options for afscreds.exe.

3.  Assert that all dependencies are satisfied at install time when
    installing the server component.

4.  If running in full UI mode and installing the server component,
    the user is notified about dependencies and given a
    choice to review selections or just let the installer add the
    required components.
2004-06-22 05:00:13 +00:00
Rainer Schöpf
6ed3d79dbd rx-xdr-deal-with-linux26-regparm-20040621
deal with regparm side effects in xdr calls. no clue if this works without regparm yet, that might actually be an issue
2004-06-21 22:56:37 +00:00
Rainer Schöpf
e82999dedf linux26-i-security-20040621
configure test is shadow@dementia.org's fault
test for i_security inode field and init if exists
2004-06-21 22:54:15 +00:00
Rainer Schöpf
1c94ac6950 linux-syscall-asmlinkage-20040621
FIXES 5138

deal with asmlinkage for CONFIG_REGPARM, so afs syscall prototype matches declaration
2004-06-21 22:46:17 +00:00
Matthew Miller
cebf4da48d linux26-vermagic-cleanup-20040621
clean up vermagic to not be defined twice
2004-06-21 22:40:53 +00:00
Robert S Murawski IV
b9683ad850 nsis-debug-symbols-20040621
Force Debugging Symbols to on when Debug installer is used
2004-06-21 22:22:39 +00:00
Jeffrey Altman
9cae2bb1f3 loopback-installer-fix-20040621
Convert all Loopback installation code to use Unicode always

Fix case sensitivity of loopback adapter type comparison
2004-06-21 21:13:55 +00:00
Kris Van Hees
827ff40465 linux26-selinux-20040621
FIXES 5372

add selinux configure checking, and make sock_create take extra arg if needed
2004-06-21 21:06:18 +00:00
Chas Williams
e1092aa9b5 linux26-cred-cleanup-20040621
FIXES 5362

change how cred is stored on linux 2.6
2004-06-21 21:01:50 +00:00
Love Hörnquist-Åstrand
7b06d5a9f5 venus-clean-livesys-20040621
FIXES 5316

update clean target
2004-06-21 20:57:52 +00:00
Derrick Brashear
f8b90da03c aix-makefileproto-updates-20040621
FIXES 5252

fix makefileproto for aix to not use $$
2004-06-21 20:53:07 +00:00
Jeffrey Hutzelman
d9765e5bd5 linux26-allow-suspend-20040621
FIXES 5208

necessary changes for swsusp to work.
2004-06-21 20:30:18 +00:00
Rainer Schöpf
25a1518f04 linux-afs-call-printf-20040621
FIXES 5138

add missing printf arg
2004-06-21 20:17:14 +00:00
Asanka Herath
50125cb62a wix-msi-installer-20040621
One more file for the Wix installer
2004-06-21 18:48:11 +00:00
Jeffrey Altman
54f02cabe2 missing-file-20040620
Forgot to checkin cm_vnodeops.h
2004-06-21 18:25:35 +00:00