Commit Graph

2320 Commits

Author SHA1 Message Date
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
Jeffrey Altman
cb5052f2e9 readme-nt-20040620
Update README-NT with details on Wix MSI installer
(last time README-NT did not get picked up by cvs)
2004-06-21 18:23:36 +00:00
Jeffrey Altman
4606c98156 missing-file-nsis-20040620
add missing file to nsis installer
2004-06-21 06:59:18 +00:00
Jeffrey Altman
b7aab5ea00 msi-wix-installer-20040620
Update README-NT to include details on Wix MSI installer builder.
Modify build system to create work directories and provide "wix"
and "install-wix" build targets
2004-06-21 06:24:04 +00:00
Asanka Herath
a5a69cd4b0 wix-msi-installer-20040620
New MSI installer based on the open source Wix installer builder
2004-06-21 06:21:44 +00:00
Jeffrey Altman
64a65ad7dc fs-sysname-20040619
Begin the process of supporting multiple sysnames on Windows as is
done on Unix.  These changes replace the internal variable with a list
of sysnames.

Still to do:  change command line interface to allow entry of multiple
names; and replace cm_ExpandSysName() with code similar to Unix which
allows expansion of one element in the list at a time.
2004-06-19 17:00:13 +00:00
Jeffrey Altman
83d1e43ad5 safe-strings-20040619
Begin to make use of the Microsoft strsafe library to avoid buffer
overruns.
2004-06-19 16:18:58 +00:00
Asanka Herath
b899b0ff57 ntmakefile-auth-headers-20040618
break up auth build step into two parts to avoid
circular dependency in the build process
2004-06-19 05:21:07 +00:00
Jeffrey Altman
83c6908646 ntmakefile-part-two-20040618
check in the correct version.
2004-06-18 21:08:50 +00:00
Jeffrey Altman
faae04d835 ntmakefile-reorder-20040618
place 'auth' before 'afsdobjs' to ensure creation of afs/cellconfig.h

allow DESTDIR to be specified as an arbitrary location earlier in the
build process.
2004-06-18 20:58:13 +00:00
Robert S Murawski IV
16f5052b41 nsis-loopback-20040618
loopback installation executable code.
the license is GPL which is ok because the NSIS installer does not
contain any IPL code.
2004-06-18 19:56:03 +00:00
Jeffrey Altman
f5f358bb16 afscreds-krb5-principal-error-20040618
afscreds did not properly construct kerberos 5 principals with
multiple components.  This prevented the use of user/admin@REALM
tgts.
2004-06-18 18:36:33 +00:00
Jeffrey Altman
2cacc256d9 nt-makefile-configuration-change-20040617
Add support for building symbols in all configurations
2004-06-18 06:05:48 +00:00
Robert S Murawski IV
fcb7d1569f nsis-installer-updates-20040617
New BSD License for compatibility with GPL and NSIS licenses.

Add Loopback Adapter installation

Add Debugging Symbols for all builds (optional module)

Add user configuration of afscreds.exe startup
2004-06-18 06:03:19 +00:00
Jeffrey Altman
5ffd909668 fs-admin-20040617
Add Is Administrator requirement to fs functions.

     - checkservers with a non-zero timer value
     - setcachesize
     - newcell
     - sysname with a new sysname list
     - exportafs
     - setcell
     - setserverprefs
     - storebehind
     - setcrypt
     - cscpolicy
     - trace

Should create a user group to which users can be added so that
non Admin users can issue fs commands.
2004-06-18 05:59:51 +00:00
Jeffrey Altman
113167c778 kfw-support-update-20040617
Fix improper use of krb5_data data field as null-terminated string.

Reuse pre-existing context for obtaining the realm from the afs cell.
2004-06-18 05:56:48 +00:00
Jeffrey Altman
c9fa134e65 nt-power-mgmt-fix-20040617
The fixed timeout of 19 seconds was too short.  Should be set to the
value of HardDeadtimeout as set by cm_conn.c.  The failure to specify
an adequate timeout value prevented successful Hibernation and Standby
mode access when network connectivity was not available.
2004-06-18 05:52:25 +00:00
Jeffrey Altman
18a9be2b18 nt-readme-upd-20040617
Update requirements for building OpenAFS on Windows 2000/XP/2003
2004-06-18 05:49:20 +00:00
Derrick Brashear
e81615d0f1 darwin-updates-20040613
complain if TryReclaim gets a vnode which is on the inactive list

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

be willing to instantiate a ubc in our lookup vop (rename needs this so
the followup vget doesn't get a vnode with no ubc)

refuse to instantiate a ubc if VORECLAIM is set

rework rename 2 links to same vnode case. (yes, you can have hard links in AFS)

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

drop the parent directory ref and remove name from the kernel name cache
when recycling a vnode.
2004-06-14 09:36:09 +00:00
Jim Rees
bc9bbe8a95 fix-havecallbacks-proto-20040608
afs_HaveCallBacksFrom, not HaveCallBacksFrom
2004-06-08 18:27:46 +00:00
Jim Rees
c3d0a68821 temp-fix-PCallBackAddr-20040608
temporary fix for compiler warning in PCallBackAddr
2004-06-08 17:09:09 +00:00
Chas Williams
202f407a15 objdir-libafs-ko-20040607
FIXES 4943

make libafs.ko build in objdir environment
2004-06-07 20:54:33 +00:00
Derrick Brashear
4f33ab1992 export-havecallbacksfrom-20040607
i suck, the PCallBackAddr stuff needs this
2004-06-07 20:52:51 +00:00
Chas Williams
3c1e497d75 linux-use-page-count-macro-20040607
FIXES 4944

use page_count macro instead of accessing directly
2004-06-07 20:48:50 +00:00
Jeffrey Altman
7329d33e22 freelance-fake-root-vol-id-fix-20040606
* add debugging to allow fs trace -dump to be used for freelance
   operations

 * Change the volume id associated with the fake root.afs from
   0x20000001 to 0x00000001 to prevent confusion of remote cell
   root.afs volumes with the fake root.afs.  (way to go Derrick.)

 * add function prototypes to cm_freelance.h
2004-06-07 07:22:57 +00:00
Jeffrey Altman
a749be9ff3 uninitialized-variable-20040605
cm_dns.c: getAFSServers() did not initialize the output
           parameters before testing them when setting the
           return value.  It therefore returned success
           when the network was unavailable. Bad Bad Bad.
2004-06-06 04:51:41 +00:00
Jeffrey Altman
326e26068f kpasswd-uninitialized-20040605
FIXES 4994

More uninitialized variables
2004-06-05 21:11:06 +00:00
Jeffrey Altman
6d4bdfc2f7 winnotes-20040605
Document changes up to this date since 1.3.64 and new registry values
2004-06-05 19:59:41 +00:00
Jeffrey Altman
d58233a52f timeout-logic-20040605
* The timeout logic in the AFS Client Service has been wrong
     for sometime.  It is based on two different assumptions.
     First, the SMB client timeout is a fix value as was the case
     with OS/2 Lan Manager.  This assumption is incorrect.  The
     SMB timeout in Windows is a dynamic value computed based upon
     a fixed minimum timeout to which is added time based upon the
     size of the request and the performance characteristics of
     the connection.  Second, it is the responsibility of the
     SMB Server to enforce the timeout requirements of the client.
     This is untrue.  The SMB Server cannot be expected to know
     the requirements of the client.  More importantly, if the
     SMB server uses the SMB client timeout as a value to restrict
     its behavior as an RX client, the performance characteristics
     of the local SMB session would be used to prematurely terminate
     WAN connections with significantly different performance
     characteristics.

     The timeout logic has therefore been modified in the following
     manner:
      . the Lan Manager Workstation (SMB) Session Timeout is used only
        as a basis for configuring the Connection Dead Timeout
        and Hard Dead Timeout values.  The Connection Dead Timeout
        must be at least 15 seconds longer than the SMB Timeout
        and the Hard Dead Timeout must be at least double the
        Connection Dead Timeout.
      . New registry entries have been added to allow the Connection
        Dead Timeout and Hard Dead Timeout values independent of the
        Lan Manager Workstation Session Timeout
      . The test to enforce the SMB Client Timeout has been removed.

     One of the side-effects of removing the enforcement of the SMB
     Client Timeout is that regardless of whether or not the SMB client
     is available to receive the response (and how would the SMB server
     know) the RX protocol response can be used to update the AFS
     Client Service state for ready access by future SMB client
     requests.

     This should be the end of the "Server paused or restarting messages"
2004-06-05 19:57:58 +00:00
Jeffrey Altman
304fbc2527 cell-info-do-not-delete-20040604
* cm_cell.h: define new bit flag CM_CELLFLAG_VLSERVER_INVALID

* cm_cell.c, cm_ioctl.c:  Do not delete cell info either because
  it has been removed from the CellServDB file or because the
  volserver info becomes invalid due to dns ttl expiration.  This
  is necessary because the cell info is pointed to by other structures
  which require continued access to the cellname and username fields.

* cm_ioctl.c: provide UNC support for the MakeMountCmd
2004-06-05 07:02:39 +00:00
Jeffrey Altman
414fe9588a ioctl-unc-20040603
* pioctl.c: handle another UNC case in GetIoctlHandle

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

 * cm_ioctl.c: avoid running off the end of a string
2004-06-04 07:02:18 +00:00
Jeffrey Altman
eb48b8e6ca ioctl-changes-20040603
Fix more edge cases for ioctl handling.

 * cm_dcache.c: reformat the file to make it possible to set breakpoints
   on conditionals

 * cm_ioctl.c: add a call to smb_FindShare() when processing UNC paths

 * cm_vnodeops.c: move debug message from the afsi_log to the osi_log

 * fs_utils.c: reformat

 * smb.c: change smb_FindShare to take a smb_user_t * instead of a
   pointer to the input smb_packet_t.  Change calls to smb_FindShare
   to use new prototype.

 * smb.h: change prototype for smb_FindShare

 * smb3.c: Change calls to smb_FindShare to use new prototype

 * smb_ioctl.c: reorganize use of smb_user_t so it can be passed
   to smb_IoctlPrepareRead in order for it to be used in the call
   to smb_FindShare.
2004-06-04 04:10:44 +00:00
Jeffrey Altman
913876f3a9 ioctl-handle-20040603
* Fix GetIoctlHandle so that it will create the handle on the correct
   volume when a drive letter is not specified as part of the source path
2004-06-04 04:00:39 +00:00
Love Hörnquist-Åstrand
4a69168cdf i-hate-aclocal-20040603
FIXES 4922

aclocal wants [] around macro names.
good for aclocal.
2004-06-03 06:13:27 +00:00
Chas Williams
1d5ddeb9db gconfd-lock-fix-20040602
FIXES 4905

"i believe i have managed to track this down to a missing
lock_kernel() in the dentry (lookup) revalidate routine.
this missing lock was already fixed in the 1.3 tree when
i submitted the 2.6 support patches (although its not quite
right i think -- the shrink_dcace_parent() should happen
under the BKL)"
2004-06-02 20:40:34 +00:00
Jeffrey Altman
0dbbc2c4c5 ntmakefile-20040602
update comments
2004-06-02 15:52:04 +00:00