~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/appl/sample/sclient/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2004-03-08  Ken Raeburn  <raeburn@mit.edu>
2
 
 
3
 
        * Makefile.in (MY_SUBDIRS): Deleted.
4
 
 
5
 
2002-08-29  Ken Raeburn  <raeburn@mit.edu>
6
 
 
7
 
        * Makefile.in: Revert $(S)=>/ change, for Windows support.
8
 
 
9
 
2002-08-23  Ken Raeburn  <raeburn@mit.edu>
10
 
 
11
 
        * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
12
 
 
13
 
2002-04-05  Ken Raeburn  <raeburn@mit.edu>
14
 
 
15
 
        * sclient.c: Include fake-addrinfo.h.  Include stdlib.h
16
 
        unconditionally.
17
 
        (net_read): New function, borrowed from krb5_net_read.
18
 
        (main): Use krb5_c_valid_cksumtype, net_read, getaddrinfo,
19
 
        getnameinfo.  Try contacting each address for the host.
20
 
 
21
 
2002-03-28  Ken Raeburn  <raeburn@mit.edu>
22
 
 
23
 
        * sclient.c: Include errno.h.
24
 
 
25
 
2001-11-05  Ezra Peisach  <epeisach@mit.edu>
26
 
 
27
 
        * sclient.c (main): Use GETSOCKNAME_ARG3_TYPE instead of int.
28
 
 
29
 
2001-01-30  Ezra Peisach  <epeisach@mit.edu>
30
 
 
31
 
        * sclient.c (main): Do not free auth_context unless
32
 
        set. (krb5-appl/895 from tim.mann@compaq.com)
33
 
 
34
 
2000-07-28  Ezra Peisach  <epeisach@mit.edu>
35
 
 
36
 
        * sclient.c:  Include unistd.h if present (for close prototype). 
37
 
        Change variable named sin (shadows math library).
38
 
 
39
 
2000-02-25  Ezra Peisach  <epeisach@mit.edu>
40
 
 
41
 
        * sclient.c (main): Return type of main should by int, not void.
42
 
 
43
 
1999-10-26  Wilfredo Sanchez  <tritan@mit.edu>
44
 
 
45
 
        * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
46
 
        LOCAL_INCLUDES such that one can override CFLAGS from the command
47
 
        line without losing CPP search patchs and defines. Some associated
48
 
        Makefile cleanup.
49
 
 
50
 
1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
51
 
 
52
 
        * Makefile.in: Set the myfulldir and mydir variables (which are
53
 
                relative to buildtop and thisconfigdir, respectively.)
54
 
                Add a MY_SUBDIRS macro set to '.' to indicate that there
55
 
                are no subdirectories to be processed by the Makefile.
56
 
 
57
 
Wed Feb 18 15:32:24 1998  Tom Yu  <tlyu@mit.edu>
58
 
 
59
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
60
 
        BUILDTOP for new conventions.
61
 
 
62
 
Mon Feb  2 17:02:29 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
63
 
 
64
 
        * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
65
 
 
66
 
Tue Dec 16 09:43:15 1997  Ezra Peisach  <epeisach@mit.edu>
67
 
 
68
 
        * sclient.c (main): Free client principal and krb5_ap_rep_enc_part
69
 
            returned from krb5_sendauth when done using.
70
 
 
71
 
Tue Feb  4 20:44:24 1997  Tom Yu  <tlyu@mit.edu>
72
 
 
73
 
        * Makefile.in:
74
 
        * configure.in: Update to new program build procedure.
75
 
 
76
 
Thu Nov  7 15:25:03 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
77
 
 
78
 
        * sclient.c (argv): Check the error return from
79
 
                krb5_init_context(), and print an error message if
80
 
                necessary.
81
 
 
82
 
Tue Sep 10 14:09:01 1996  Tom Yu  <tlyu@mit.edu>
83
 
 
84
 
        * sclient.M: remove ".so man1/header.doc"
85
 
 
86
 
Mon Sep 18 05:05:48 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
87
 
 
88
 
        * sclient.c (main): Set the default service name to SAMPLE_SERVICE.
89
 
 
90
 
Sat Sep 16 03:40:41 1995  Theodore Y. Ts'o  <tytso@dcl>
91
 
 
92
 
        * sclient.c (main): Add an optional third argument which allows
93
 
                the user to set the Kerberos service name to be used.
94
 
 
95
 
Fri Jul 7 15:46:11 EDT 1995     Paul Park       (pjpark@mit.edu)
96
 
        * Makefile.in - Remove all explicit library handling and LDFLAGS.
97
 
        * configure.in - Add KRB5_LIBRARIES.
98
 
 
99
 
Tue Jun 20 13:16:10 1995  Tom Yu  (tlyu@dragons-lair)
100
 
 
101
 
        * configure.in: added missing check for stdlib.h
102
 
 
103
 
Thu Jun 15 17:38:55 EDT 1995    Paul Park       (pjpark@mit.edu)
104
 
        * Makefile.in - Change explicit library names to -l<lib> form, and
105
 
                change target link line to use $(LD) and associated flags.
106
 
        * configure.in - Add shared library usage check.
107
 
 
108
 
Sat Jun 10 22:58:15 1995  Tom Yu  (tlyu@dragons-lair)
109
 
 
110
 
        * sclient.c: krb5_auth_context redefinitions
111
 
 
112
 
Fri Jun  9 18:27:44 1995    <tytso@rsx-11.mit.edu>
113
 
 
114
 
        * configure.in: Remove standardized set of autoconf macros, which
115
 
                are now handled by CONFIG_RULES.
116
 
 
117
 
Wed May 10 15:13:09 1995  Ezra Peisach  (epeisach@kangaroo.mit.edu)
118
 
 
119
 
        * sclient.c: Include <stdlib.h> if present on system. Else define
120
 
                malloc. 
121
 
 
122
 
Fri Mar 24 23:49:22 1995  Theodore Y. Ts'o  <tytso@dcl>
123
 
 
124
 
        * sclient.c (main): Initialize auth_context to NULL before calling
125
 
                sendauth().
126
 
 
127
 
Fri Mar 10 11:09:34 1995  Chris Provenzano (proven@mit.edu)
128
 
 
129
 
        * sclient.c Use new calling convention for krb5_sendauth().
130
 
 
131
 
Thu Mar  2 12:27:22 1995  Theodore Y. Ts'o  <tytso@dcl>
132
 
 
133
 
        * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
134
 
 
135
 
Wed Mar  1 11:56:51 1995  Theodore Y. Ts'o  <tytso@dcl>
136
 
 
137
 
        * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
138
 
                and -lnsl with WITH_NETLIB check.
139
 
 
140
 
Tue Feb 28 01:58:39 1995  John Gilmore  (gnu at toad.com)
141
 
 
142
 
        * sclient.c:  Avoid <krb5/...> and <com_err.h> includes.
143
 
 
144
 
Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)
145
 
 
146
 
        * kadmin.c Call krb5_sendauth() with new calling convention.
147
 
 
148
 
Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
149
 
 
150
 
    * Added krb5_context to all krb5_routines
151
 
 
152
 
Mon Oct  3 19:16:02 1994  Theodore Y. Ts'o  (tytso@dcl)
153
 
 
154
 
        * Makefile.in: Use $(srcdir) to find manual page for make install.
155
 
 
156
 
Wed Sep 28 23:09:00 1994  Theodore Y. Ts'o  (tytso@dcl)
157
 
 
158
 
        * Makefile.in: Relink executable when library chages.
159
 
 
160