blob: 435b8fce1e2b7a39d489c9b7ba5f09d849d45c42 (
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
|
Tue Jun 20 13:16:10 1995 Tom Yu (tlyu@dragons-lair)
* configure.in: added missing check for stdlib.h
Thu Jun 15 17:38:55 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
change target link line to use $(LD) and associated flags.
* configure.in - Add shared library usage check.
Sat Jun 10 22:58:15 1995 Tom Yu (tlyu@dragons-lair)
* sclient.c: krb5_auth_context redefinitions
Fri Jun 9 18:27:44 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Wed May 10 15:13:09 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* sclient.c: Include <stdlib.h> if present on system. Else define
malloc.
Fri Mar 24 23:49:22 1995 Theodore Y. Ts'o <tytso@dcl>
* sclient.c (main): Initialize auth_context to NULL before calling
sendauth().
Fri Mar 10 11:09:34 1995 Chris Provenzano (proven@mit.edu)
* sclient.c Use new calling convention for krb5_sendauth().
Thu Mar 2 12:27:22 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
Wed Mar 1 11:56:51 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
and -lnsl with WITH_NETLIB check.
Tue Feb 28 01:58:39 1995 John Gilmore (gnu at toad.com)
* sclient.c: Avoid <krb5/...> and <com_err.h> includes.
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kadmin.c Call krb5_sendauth() with new calling convention.
Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
* Added krb5_context to all krb5_routines
Mon Oct 3 19:16:02 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
Wed Sep 28 23:09:00 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Relink executable when library chages.
|