summaryrefslogtreecommitdiffstats
path: root/src/windows/cns
Commit message (Collapse)AuthorAgeFilesLines
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-093-13/+12
| | | | | | and license comments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24695 dc483132-0cff-0310-8789-dd5450dbe970
* make mark-cstyleTom Yu2009-10-318-60/+59
| | | | | | make reindent git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-0/+1
| | | | | | | | | | | | of library manifests into generated EXEs and DLLs. Manifests are required for Windows XP and above when applications are built with Microsoft Visual Studio 2005 (aka VS8) or above. ticket: 3642 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18930 dc483132-0cff-0310-8789-dd5450dbe970
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-317/+0
| | | | | | | subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-57/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17888 dc483132-0cff-0310-8789-dd5450dbe970
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-273-2/+6
| | | | | | | | | | | | | krb5 to build under the Microsoft Visual Studio 8 compiler in 64-bit mode and produce file names that do not conflict with the names produced by the 32-bit build. That patch was modified to work on Unix and also include processor dependent pre-processor definitions to remove warnings. ticket: 3415 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17680 dc483132-0cff-0310-8789-dd5450dbe970
* Fix dangerous 64-bit time_t * to long * conversionJeffrey Altman2005-03-152-1/+5
| | | | | | ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17126 dc483132-0cff-0310-8789-dd5450dbe970
* * update the include paths to allow patchlevel.h to be foundJeffrey Altman2004-10-012-2/+6
| | | | | | ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16798 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for Addressless Ticket Checkbox. Applied patch from Doug EngertJeffrey Altman2004-01-317-4/+29
| | | | | | | | ticket: 982 tags: pullup target_version: 1.3.2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15989 dc483132-0cff-0310-8789-dd5450dbe970
* Handle NULL result_string->data returned from error inTom Yu2003-02-252-1/+7
| | | | | | | | | | | | krb5_change_password(). The SAMDATA() macro in lib/krb5/krb/preauth2.c seems to already be fixed. KfM's kpasswd equivalent still needs to be dealt with. ticket: 1055 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15204 dc483132-0cff-0310-8789-dd5450dbe970
* Don't define DEFINE_SOCKADDR, since nothing tests it any moreKen Raeburn2002-07-132-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14644 dc483132-0cff-0310-8789-dd5450dbe970
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14505 dc483132-0cff-0310-8789-dd5450dbe970
* * cns.c: Do not use krb_get_notification_message() orTom Yu2002-06-122-0/+12
| | | | | | | krb5_get_notification_message(). [pullup from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14495 dc483132-0cff-0310-8789-dd5450dbe970
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit ↵Ken Raeburn2001-10-062-2/+6
| | | | | | FAR/NEAR specs git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13786 dc483132-0cff-0310-8789-dd5450dbe970
* pullup from 1.2-beta4Ken Raeburn2000-07-014-24/+44
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12499 dc483132-0cff-0310-8789-dd5450dbe970
* Pull src/windows changes from krb5-1-1 branchDanilo Almeida1999-12-043-12/+26
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11936 dc483132-0cff-0310-8789-dd5450dbe970
* Add included version resouce script to resource file dependencyDanilo Almeida1999-05-182-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11461 dc483132-0cff-0310-8789-dd5450dbe970
* Remove win16 stuff. Fix resource dependencies. Link resource fileDanilo Almeida1999-05-172-32/+20
| | | | | | directly instead of explicitly converting it to an object file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11455 dc483132-0cff-0310-8789-dd5450dbe970
* Do win32 build in subdirDanilo Almeida1999-05-102-22/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11432 dc483132-0cff-0310-8789-dd5450dbe970
* cns.c (position_dialog): If the registry position for the window isTheodore Tso1999-01-052-2/+8
| | | | | | all zeros, then default to centering the window in the correct place. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11103 dc483132-0cff-0310-8789-dd5450dbe970
* Folded in enhancements from Cygnus's Kerbnet-1.2 (plus our changesTheodore Tso1998-05-2713-607/+678
| | | | | | | made since Cygnus's last snapshot). See ChangeLog from Cygnus (included in the ChangeLog file) for more details. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10598 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in, cnsres5.rc: Add a version resource to the executableTheodore Tso1997-08-053-8/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10155 dc483132-0cff-0310-8789-dd5450dbe970
* Take out the /nod option, and remove libc.lib from the list ofTheodore Tso1997-07-292-2/+7
| | | | | | libraries to be linked. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10139 dc483132-0cff-0310-8789-dd5450dbe970
* Remove unnecessary calls to krb5_init_etsRichard Basch1997-02-201-3/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9933 dc483132-0cff-0310-8789-dd5450dbe970
* Need the Winsock initialization/cleanup to setup the blocking hookRichard Basch1997-02-182-16/+0
| | | | | | Removed the crufty DEBUG logic in Makefile.in (it doesn't work) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9903 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Winsock library is still required (win16)Richard Basch1997-02-182-1/+2
| | | | | | cns.c: Removed "#if 0" block relating to Winsock initialiation/cleanup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9892 dc483132-0cff-0310-8789-dd5450dbe970
* Remove krbini.h (its contents are included in win-mac.h)Richard Basch1997-02-183-38/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9881 dc483132-0cff-0310-8789-dd5450dbe970
* Need to link with $(CLIB).Richard Basch1997-02-153-5/+15
| | | | | | Explicit Winsock initialization & linking is no longer required (fixed krb5 lib) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9871 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Richard Basch1997-02-111-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9851 dc483132-0cff-0310-8789-dd5450dbe970
* Use WLIB definition in config/windows.inRichard Basch1997-02-111-2/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9846 dc483132-0cff-0310-8789-dd5450dbe970
* Corrected last ChangeLog entryRichard Basch1997-02-071-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9817 dc483132-0cff-0310-8789-dd5450dbe970
* cns.c:Richard Basch1997-02-072-3/+19
| | | | | | | | | Declare blocking_hook_proc with __export keyword so that it works with Win16. Win32 will only generate a warning message. Reworked timeout logic to accomodate the 49.7 day wraparound of GetTickCount() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9813 dc483132-0cff-0310-8789-dd5450dbe970
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-0622-3381/+3821
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9788 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed other problems found when renaming program from cns.exe to krb5.exeTheodore Tso1996-12-211-5/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9676 dc483132-0cff-0310-8789-dd5450dbe970
* krb5.def: New file, copied from cns.def, with Cygnus'isms #ifdef'edTheodore Tso1996-12-214-1/+23
| | | | | | | | | | out. cns.c: Removed text "Contacting Cygnus Support for support" from the "about" box. Makefile.in: Change name of cns.exe to be krb5.exe (CNS is a Cygnus trademark) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9675 dc483132-0cff-0310-8789-dd5450dbe970
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-1/+9
| | | | | | include the doc subtree!!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9632 dc483132-0cff-0310-8789-dd5450dbe970
* specializations. Remove /nologo option for Win32 RFLAGS,Theodore Tso1996-06-122-1/+10
| | | | | | | | | | since RC apparently doesn't support it. changelo: Renamed to ChangeLog, to make life easier. makefile: Renamed to Makefile.in, so that we can do WIN16/WIN32 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8302 dc483132-0cff-0310-8789-dd5450dbe970
* Add an #ifdef for enabling lower case realm (for use with DCE)Theodore Tso1996-01-112-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7305 dc483132-0cff-0310-8789-dd5450dbe970
* When obtaining tickets, we make them forwardable by default. XXX ThisTheodore Tso1996-01-112-5/+17
| | | | | | should really a configurable option in the UI. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7304 dc483132-0cff-0310-8789-dd5450dbe970
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-112-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6035 dc483132-0cff-0310-8789-dd5450dbe970
* Use new krb5_adm_connect() calling sequencePaul Park1995-06-052-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5947 dc483132-0cff-0310-8789-dd5450dbe970
* Windows telnet changes to enable the cursor keysKeith Vetter1995-06-022-10/+21
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5934 dc483132-0cff-0310-8789-dd5450dbe970
* Added k5 password changing code for the cns program (untested, waiting forKeith Vetter1995-05-316-31/+240
| | | | | | a server.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5918 dc483132-0cff-0310-8789-dd5450dbe970
* Changes in the CNS program for the new config fileKeith Vetter1995-04-274-69/+65
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5579 dc483132-0cff-0310-8789-dd5450dbe970
* Changes for the PC due to tytso's changing the include structureKeith Vetter1995-04-204-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5405 dc483132-0cff-0310-8789-dd5450dbe970
* Changed compile flags on windows cns programKeith Vetter1995-04-182-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5371 dc483132-0cff-0310-8789-dd5450dbe970
* Cosmetic changes for the Windows CNS programKeith Vetter1995-04-183-13/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5360 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+56
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-143-8/+14
| | | | | | | | | o removed INTERFACE from non-api functions o add FAR to pointers visible to the world o made the tests for __STDC__ also check for _WINDOWS o creates GSSAPI.DLL & GSSAPI.LIB as per spec. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
* Windows cns: user can now specify the ccache file on the options dialog.Keith Vetter1995-04-074-78/+245
| | | | | | | Windows telnet: accepts and remembers port number specified after the host name in the initial dialog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5344 dc483132-0cff-0310-8789-dd5450dbe970