aboutsummaryrefslogtreecommitdiff
path: root/src/windows/README
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11Fix typosAntoine Cœur1-1/+1
2018-06-20Clean up Windows build CPU detectionGreg Hudson1-17/+15
In the main build, set a variable BITS based on the detected CPU type, and use it in library name expansions rather than repeatedly checking for the same three 64-bit architectures. Also remove an unused variable WLIB, formerly used to name the winsock library. In the installer build, detect the CPU type in the makefile and pass it to candle with the -arch option. This sets $(sys.BUILDARCH) in wix scripts and also sets the default value of Win64 in components so we don't have to set it for each one. Update the build instructions and appveyor.yml to reflect that the builder no longer needs to set CPU. ticket: 8662
2018-06-12Require Visual Studio 2013 in Windows READMEGreg Hudson1-18/+10
The recently added SPAKE edwards25519 code, adapted from BoringSSL, makes frequent use of mixed declarations and code, which is supported by VS2013 but not VS2012 and earlier. Require VS2013 as the minimum version in the Windows README. Add suport for VS2013 and VS2015 to the installer. ticket: 8662
2018-05-12Update Windows build instructionsGreg Hudson1-67/+98
Modify windows/README for Visual Studio 2017, which has separate 32-bit and 64-bit command prompts (and which seems to omit uicc from the 64-bit path). Mention the need for MFC if building leash, and describe how to build without leash. ticket: 8662
2015-08-10Minor spelling and grammar fixesMichael Mattioli1-27/+27
Fix minor spelling and grammar errors in documentation and comments, and remove some trailing whitespace. [ghudson@mit.edu: remove a new trailing whitespace character; edit commit message and k5unseal.c comment change; omit an out-of-scope change]
2015-04-30Mention Visual Studio 2010 SP1 in windows READMEBen Kaduk1-1/+1
The service pack is needed to avoid a linker error due to an issue with the cvtres.exe utility, which manifests as LINK: fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt.
2013-06-28Update windows README for VS2012/Windows SDK 8Ben Kaduk1-5/+15
The Windows SDK 8 dropped the command-line build environment, so provide instructions for building with the Visual Studio (2012) command-line build environment. ticket: 7669 (new) queue: kfw tags: pullup target_version: 1.11.4
2012-09-24Update windows/READMEBen Kaduk1-99/+92
The build instructions have changed somewhat, as have the requirements for a build environment. The default behavior for KRB5_CONFIG and KRB5CCNAME has also changed. Attempt to remove mention of overly specific Windows versions that are now quite old when the behavior persists in newer versions of Windows. Document the usage of DNS by default and the reduced need for a large krb5.ini file. Talk a little more about the LSA cache. The kerbsrc.win target is no longer supported. ticket: 7363 (new) target_version: 1.10.4 tags: pullup
2010-11-25Fix Windows buildGreg Hudson1-30/+22
Repair the Windows build. Tested with the prepare-on-Unix method. Some specific changes include: * Removed the IPC finalizer (no longer used after r20787) from ccapi/lib/ccapi_ipc.c, as it was creating a difficult dependency chain for the pingtest build in ccapi/test. Also updated pingtest to use the k5_ipc_stream interfaces since cci_stream is gone. * Reverted the apparently non-functional r20277. * klist -V prints just "Kerberos for Windows", since it has no access to PACKAGE_NAME and PACKAGE_VERSION from autoconf. This should be addressed correctly. * krb5, telnet, gssftp, and NIM are removed from the build. * Some files had CRLFs; these were replaced with LFs and the svn:eol-style property set on the files. Otherwise the CRLFs became CRCRLFs after the zip transfer. * Windows does not have opendir/readdir, so added Windows code to prof_parse.c for includedir. Probable fodder for a libkrb5support portability shim. ticket: 6826 target_version: 1.9 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24533 dc483132-0cff-0310-8789-dd5450dbe970
2007-01-13updated Windows READMEJeffrey Altman1-8/+5
Revise the readme text for Windows. Remove references to old beta SDKs. ticket: new tags: pullup component: windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19059 dc483132-0cff-0310-8789-dd5450dbe970
2004-02-02* Update README to describe the new PreserveInitialTicketIdentityJeffrey Altman1-0/+37
registry key. ticket: 2139 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15996 dc483132-0cff-0310-8789-dd5450dbe970
2004-01-312004-01-30 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman1-2/+35
Update the README file to include details on the new Windows registry key necessary to access the TGT session key when importing from MSLSA. Also, include compatibility details regarding the gss sample client and the Microsoft Platform SDK distributed versions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15988 dc483132-0cff-0310-8789-dd5450dbe970
2003-12-22 * README: update requirements for compilation tools, DNS supportJeffrey Altman1-23/+111
and describe new MSLSA: credential cache and how to configure Windows to use it. ticket: new target_version: 1.3.2 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15959 dc483132-0cff-0310-8789-dd5450dbe970
2003-07-22 * README: Revert previous change, as it was in error; socklen_tTom Yu1-3/+3
was introduced in Aug 2001 Platform SDK, and the actual problem reported was very probably a compilation environment misconfiguration. ticket: 1675 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15721 dc483132-0cff-0310-8789-dd5450dbe970
2003-07-19Windows build needs Feb 2003 Platform SDKTom Yu1-3/+3
* README: Note requirement for Feb 2003 Platform SDK. Thanks to Doug Engert and Rodney Dyer. ticket: 1675 component: krb5-doc version_reported: 1.3 target_version: 1.3.1 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15698 dc483132-0cff-0310-8789-dd5450dbe970
2002-07-12Document SDK requirementSam Hartman1-2/+4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14626 dc483132-0cff-0310-8789-dd5450dbe970
2002-04-11* Makefile.in: Build ms2mit.Danilo Almeida1-0/+4
* version.rc: 1.3 (TEST) beta. * README: Note on building ms2mit. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14372 dc483132-0cff-0310-8789-dd5450dbe970
2000-07-01pullup from 1.2.1 releaseKen Raeburn1-19/+25
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12502 dc483132-0cff-0310-8789-dd5450dbe970
2000-02-07Add documentation about debug vs. release buildsDanilo Almeida1-5/+11
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12007 dc483132-0cff-0310-8789-dd5450dbe970
1999-12-04Pull src/windows changes from krb5-1-1 branch (rename readme -> README)Danilo Almeida1-0/+132
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11937 dc483132-0cff-0310-8789-dd5450dbe970