ChangeLog   [plain text]


2004-09-30  Jeffrey Altman <jaltman@mit.edu>

        * Makefile.in: Add $(BUILDTOP) to include path for patchlevel.h

2004-02-12  Jeffrey Altman <jaltman@mit.edu>

    * Fix libpath for krbcc32.lib (only affects KRB5_KFW_COMPILE builds)

2004-02-11  Jeffrey Altman <jaltman@mit.edu>

    * gss-misc.h: Add file.  Copy from src/appl/gss-sample/

2004-02-06  Jeffrey Altman <jaltman@mit.edu>

    * resource.h: add new component id values for replay, mutual, sequence

    * gss.rc: add new components for replay, mutual, sequence

    * gss.h, gss.c, gss-client.c: add support for replay, mutual, and sequence

2004-02-04  Jeffrey Altman <jaltman@mit.edu>

    * resource.h: add new component id values for ccache

    * Makefile.in: add conditional linkage to krbcc32.lib (if KRB5_KFW_BUILD)

    * gss.rc: add new component for ccache selection
 
    * gss.h, gss.c, gss-client.c: add support for ccache selection and 
      if built with USE_LEASH add support for dynamic querying of the 
      available ccache list

2004-01-30  Jeffrey Altman <jaltman@mit.edu>

    * resource.h: new file containing new ui component id values
    
    * gss.rc: new user interface definition

    * gss.h, gss-misc.c, gss-client.c: Updates to support new UI and 
      corrections to add compatibility with the Unix gss-server

    * Makefile.in: add linkage to comctl32.lib

2002-06-13  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in (SYSLIBS): Use ws2_32.lib instead of wsock32.lib.

2001-10-03  Ken Raeburn  <raeburn@mit.edu>

	* gss.c, gss.h: Don't declare functions FAR any more.

1999-12-03  Danilo Almeida  <dalmeida@mit.edu>

	* Makefile.in: 	* Makefile.in: Windows fix for updated win-pre.in.

Mon May 17 19:53:58 1999  Danilo Almeida  <dalmeida@mit.edu>

	* Makefile.in: Add included version resouce script to 
		resource file dependency.

Mon May 17 14:21:42 1999  Danilo Almeida  <dalmeida@mit.edu>

	* Makefile.in: Remove win16 stuff.  Fix resource dependencies.
		Link resource file directly instead of explicitly
		converting it to an object file.

Mon May 10 15:28:27 1999  Danilo Almeida  <dalmeida@mit.edu>

	* Makefile.in: Do win32 build in subdir.

Tue Aug  5 18:45:35 1997  Theodore Y. Ts'o  <tytso@mit.edu>

	* Makefile.in, gss.rc: Use the version resource from
		windows/version.rc, which affects the version resources
		for the entire krb5 distribution.

Mon Jul 28 23:30:03 1997  Theodore Y. Ts'o  <tytso@mit.edu>

	* Makefile.in: Take out the /nod option, and remove libc.lib from
 		the list of libraries to be linked.

	* gss-misc.c: Add additional debugging messages so we can see the
		winsock error numbers.

Tue Apr 29 06:45:32 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* gss.rc: Add version resource information to test version server
	 	code.

Sat Feb 15 12:21:15 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Link in ComErr library $(CLIB)

Tue Feb 11 14:07:28 1997  Richard Basch  <basch@lehman.com>

	* gss.c: Initialize/shutdown Winsock library
	* gss.rc: More descriptive dialog box with an example

Mon Feb 10 23:18:46 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Use WLIB definition in config/windows.in

Tue Feb  4 16:18:25 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: win16 - fixed the winsock.lib path reference

Thu Jan 30 22:07:35 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Win32 - link in the resource file

Fri Nov 22 15:52:55 1996  unknown  <bjaspan@mit.edu>

	* gss-client.c (connect_to_server): use sizeof instead of h_length
 	to determine number of bytes of addr to copy from DNS response
 	[krb5-misc/211]

Tue Oct 29 10:17:25 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* gss-client.c (client_establish_context): Fix typo; service_name
 		really should be nt_service_name.

Thu Jul 25 02:16:56 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* gss-client.c (client_establish_context): Remove OID's that
		weren't being used, and rename gss_nt_service_name to
		nt_service_name to prevent name colision.

	* gss.c (parse_name): Add code to parse an optional fourth
	 	parameter which is the mechanism OID to actually use.  If
	 	it is ommited, the default mechanism is used.

	* gss-client.c (client_establish_context): Added parameter
		oid_name, which allows the user to specify the OID that
		he/she actually wants to use to as the mechanism.

Wed Jun 12 00:16:46 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* gss-clie.c: Renamed to gss-client.c, for VFAT/NTFS filesystems

	* makefile: Renamed to Makefile.in, so that we can do WIN16/WIN32
 		specializations.  Remove /nologo option for Win32 RFLAGS,
 		since RC apparently doesn't support it.

	* changelo: Renamed to ChangeLog, to make life easier.

Thu Feb 29 13:25:07 1996  Theodore Y. Ts'o  <tytso@dcl>

	* gss.c: Add closeoscket() call so that program properly
		cleans up the socket.

Thu Feb 29 01:23:01 1996  Theodore Y. Ts'o  <tytso@dcl>

	* gss.rc:
	* gss.c: Added support for users to enter the GSSAPI target
		name into the combobox.  The syntax is: 
		"host port gssapi_target_name"

Wed Sep 13 11:07:45 1995 Keith Vetter (keithv@fusion.com)

	* gss-clie.c: turned const_gss_OID into const gss_OID.
	* gss-misc.c: needed more includes.
	* gss.c: needed more includes.

Fri Apr 28 17:07:01 1995 Keith Vetter (keithv@fusion.com)

	* gss-misc.c: bug with reading 4 bytes into a 2 byte entity.
	* *.c, *.h, *.rc: changed UI -- not great but better.

Fri Apr 28 11:45:23 1995 Keith Vetter (keithv@fusion.com)

	* gss.rc: added an icon for the program.

Fri Apr 28 11:20:38 1995 Keith Vetter (keithv@fusion.com)

	* Initial release