summaryrefslogtreecommitdiffstats
path: root/src/appl/gss-sample/ChangeLog
blob: ff12e31669d82df23b8fb4b595d14843336b8e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Sat Jun 10 19:06:03 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* gss-misc.c (recv_token): Initialize local variable to 0.

Sat Jun 10 00:28:50 1995  Theodore Y. Ts'o  <tytso@dcl>

	* gss-misc.c (recv_token): Allow for partial reads while reading
		the token.

Fri Jun  9 18:26:50 1995    <tytso@rsx-11.mit.edu>

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

Wed May 24 11:11:45 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* gss-client.c: Include string.h or strings.h

	* gss-server.c: Include string.h or strings.h

	* configure.in: Check for string.h

Mon May 22 15:41:33 EDT 1995	Paul Park	(pjpark@mit.edu)
	* gss-server.c	: (server_establish_context) Don't call gss_release_
			  buffer right after gss_accept_sec_context because
			  in the event that we choke, we lose the minor status

Fri Apr 28 15:30:00 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (gss-client): Use $(LD) instead of $(CC) so that we can
		do purify checking.

	* gss-server.c (main, sign_server): Make changes to allow
		gss-server to be fired out of inetd.  New options: -inetd
		and -logfile.  The -logfile allows the output of
		gss-server to be redirected to a file.

	* gss-misc.c (send_token, recv_token, display_status_1): Add
	        support for -logfile option.  If the external FILE
		*display_file is set, redirect error messages to
		display_file instead of stderr.

Wed Apr 26 17:17:22 1995  Mark Eichin  <eichin@cygnus.com>

	* configure.in: use AC_CONST since we don't learn it from the krb5
	headers and gssapi.h uses it.

Thu Mar  2 12:29:50 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).

Wed Mar  1 11:55:15 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
		and -lnsl with WITH_NETLIB check.

Fri Feb  3 06:21:02 1995  Theodore Y. Ts'o  (tytso@dcl)

	* gss-server.c: ret_flags should be an int based on the prototype
		of gss_accept_sec_context.

Wed Oct 19 12:32:41 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Obey CCOPTS in CFLAGS declaration

Wed Oct 12 02:29:38 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Add OBJS definition so that object files get
		cleaned out during a "make clean".

Thu Sep 29 22:50:48 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Relink executables if libraries change

Thu Aug  4 13:24:29 1994  Tom Yu  (tlyu@dragons-lair)

	* configure.in: fix make install

Thu Jul 21 01:02:28 1994  Tom Yu  (tlyu at dragons-lair)

	* Makefile.in: fix infinite recursion in rules
	* gss-client.c:
	* gss-misc.c:
	* gss-server.c: downgrade to K&R function definitions

Tue Jul 19 20:28:46 1994  Tom Yu  (tlyu at dragons-lair)

	* Makefile.in:
	* configre.in: changes to make autoconf work