]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/appl/login/ChangeLog
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / appl / login / ChangeLog
1 2006-12-05  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * limits_conf.c: Clear errno before calling the strtol
4         functions. From Paul Stoeber to OpenBSD by Ray Lai and Björn
5         Sandell.
6
7         * limits_conf.c: Report to syslog strings that start with NUL;
8         prevents negative index array access. Ray Lai of OpenBSD via Björn
9         Sandell.
10         
11 2006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
12         
13         * Makefile.am: Add man_MANS to EXTRA_DIST
14
15 2006-09-22  Love Hörnquist Åstrand  <lha@it.su.se>
16
17         * read_string.c: try to not call signaction for signal 0 and use
18         NSIG if it exists to determin how many signals there exists, also,
19         only restore those signalhandlers that we got out.
20         
21 2006-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
22
23         * login_locl.h: Include "loginpaths.h"
24         
25         * loginpaths.h: Shared paths between login and rshd.
26         
27 2006-01-09 Johan Danielsson <joda@blubb.pdc.kth.se>
28
29         * login.c: log successful logins
30         
31 2005-08-08  Love Hörnquist Åstrand <lha@it.su.se>
32
33         * login.c (do_login): only do krb4_get_afs_tokens if we have done
34         v4 authentication or done a 5to4 conversion of tickets. This is to
35         avoid delays on a realm that only support Kerberos 5 and drop
36         Kerberos 4 requests.
37
38 2005-05-10  Dave Love  <fx@gnu.org>
39
40         * login.c: Include <crypt.h>.
41
42 2005-05-02  Dave Love  <fx@gnu.org>
43
44         * limits_conf.c: Check RLIMIT_MEMLOCK, not RLIMIT_LOCK.
45
46 2005-04-28  Dave Love  <fx@gnu.org>
47
48         * limits_conf.c: Maybe include sys/resource.h.  Use various
49         RLIMIT_ macros conditionally.  For Solaris, Irix and Tru64.
50
51 2005-04-22  Johan Danielsson  <joda@pdc.kth.se>
52
53         * login.1: document limits.conf
54         
55         * Makefile.am: limits_conf.c
56         
57         * login_locl.h: template for limits.conf
58         
59         * login.c: read limits.conf (from /etc/security by default,
60         overridable in login.conf)
61         
62         * limits_conf.c: implement a parser for limits.conf
63         
64 2004-09-08  Johan Danielsson  <joda@pdc.kth.se>
65
66         * login.c: use krb5_appdefault_boolean instead of
67         krb5_config_get_bool
68
69 2003-09-03  Love Hörnquist Åstrand <lha@it.su.se>
70
71         * login.c (krb5_to4): set client princ of the mcred
72         
73 2003-07-07  Love Hörnquist Åstrand <lha@it.su.se>
74
75         * login.c (krb5_to4): use krb5_cc_clear_mcred
76         
77 2003-03-24  Johan Danielsson  <joda@pdc.kth.se>
78
79         * Makefile.am: install man pages
80
81         * login.1: manpage for login
82
83         * login.c: allow "welcome" as well as "motd" in login.conf
84
85         * login.access.5: login.access manual page
86
87 2003-03-18  Love Hörnquist Åstrand <lha@it.su.se>
88         
89         * login.c: also need pag_set
90         * login.c: if there is kerberos 5, call krb5_afslog\*
91         
92 2002-08-23  Johan Danielsson  <joda@pdc.kth.se>
93
94         * login.c: if motd is set in login.conf, output its contents
95         before starting the shell
96
97 2002-02-27  Johan Danielsson  <joda@pdc.kth.se>
98
99         * login.c: reset signals to default, needed on solaris 8
100
101 2002-02-19  Johan Danielsson  <joda@pdc.kth.se>
102
103         * login_locl.h: include netgroup.h and rpcsvc/ypclnt.h
104
105         * login.c: make this build without krb5
106
107 2001-09-22  Assar Westerlund  <assar@sics.se>
108
109         * login_locl.h: kludge: use absolute path to find prot.h so we do
110         not get confused by athena's prot.h
111
112 2001-09-17  Assar Westerlund  <assar@sics.se>
113
114         * login.c (do_login): add setpcred
115
116 2001-07-06  Assar Westerlund  <assar@sics.se>
117
118         * login.c: move osf2c magic earlier.  from Mark Davies
119         <mark@MCS.VUW.AC.NZ>
120
121 2001-06-19  Assar Westerlund  <assar@sics.se>
122
123         * login.c (krb5_to4): dereference result from krb5_princ_realm.
124         noted by Thomas Nystrom <thn@saeab.se>
125
126 2001-06-04  Assar Westerlund  <assar@sics.se>
127
128         * update copyright messages on Wietse Venema's code.
129
130 2001-05-31  Assar Westerlund  <assar@sics.se>
131
132         * login.c (krb5_to4): look for [realms]<realm>krb4_get_tickets to
133         decide whether to get kerberos 4 tickets
134
135 2001-02-08  Assar Westerlund  <assar@sics.se>
136
137         * utmp_login.c, utmpx_login.c: try to write a useful string as
138         host in utmp, using the same algoritm as telnetd
139
140 2001-01-29  Assar Westerlund  <assar@sics.se>
141
142         * login.c: remove some krb5_free_context that might happen at
143         unappropriate times
144
145 2000-12-31  Assar Westerlund  <assar@sics.se>
146
147         * login.c (main): handle krb5_init_context failure consistently
148
149 2000-12-11  Assar Westerlund  <assar@sics.se>
150
151         * login.c (do_login): set the group on the tty.
152         (r_flag): comment out
153         * login.c (krb5_to4): always return a value
154
155 2000-10-15  Assar Westerlund  <assar@sics.se>
156
157         * login.c (krb5_to4): check another return code
158
159 2000-08-22  Johan Danielsson  <joda@pdc.kth.se>
160
161         * login.c (do_login): set PATH to something sane;
162         (start_logout_process): avoid getting signals sent to the parent
163
164         * login_locl.h: _PATH_DEFPATH
165
166 2000-07-01  Assar Westerlund  <assar@sics.se>
167
168         * login.c (login_timeout): add back
169
170 2000-06-28  Johan Danielsson  <joda@pdc.kth.se>
171
172         * env.c: new file for environment related functions
173
174         * login.c: move environment stuff to separate file, allow
175         specifying list of environment files via login.conf
176
177 2000-06-21  Assar Westerlund  <assar@sics.se>
178
179         * Makefile.am (LDADD): add otp
180         * login.c: add reading of /etc/environment.  From Ake Sandgren
181         <ake@cs.umu.se>
182         add otp support. From Daniel Kouril <kouril@ics.muni.cz>
183
184 2000-06-09  Assar Westerlund  <assar@sics.se>
185
186         * login.c (do_login): work-around for setuid and capabilities bug
187         fixed in Linux 2.2.16
188
189 2000-04-09  Assar Westerlund  <assar@sics.se>
190
191         * login.c: allow conversion of v5 -> v4 tickets when logging in
192         with forwarded tickets
193
194 1999-11-09  Johan Danielsson  <joda@pdc.kth.se>
195
196         * conf.c: remove case for not having cgetent, since it's in roken
197
198 1999-11-05  Assar Westerlund  <assar@sics.se>
199
200         * login.c (do_login): conditionalize shadow stuff on getspnam
201
202 1999-10-30  Assar Westerlund  <assar@sics.se>
203
204         * Makefile.am (login_DEPENDENCIES): remove, it's not entirely
205         correct and was causing problems with non-GNU make
206
207 1999-10-28  Assar Westerlund  <assar@sics.se>
208
209         * login.c (start_logout_proceess): don't examine `prog' before
210         setting it.
211
212 1999-10-27  Assar Westerlund  <assar@sics.se>
213
214         * login.c (do_login): chown and chmod the tty.  some clean-up.
215
216 1999-10-03  Assar Westerlund  <assar@sics.se>
217
218         * login.c (krb5_start_session): correct the ccache to
219         krb524_convert_creds_kdc
220
221 1999-09-28  Assar Westerlund  <assar@sics.se>
222
223         * login.c (krb5_verify): use krb5_verify_user_lrealm
224
225 1999-09-01  Johan Danielsson  <joda@pdc.kth.se>
226
227         * login.c: SGI capability mumbo-jumbo
228
229 1999-08-09  Johan Danielsson  <joda@pdc.kth.se>
230
231         * login.c (start_logout_process): call setproctitle
232
233         * login_locl.h: declare struct spwd
234
235         * login.c: add support for starting extra processes at login and
236         logout; always preserve TERM and TZ
237
238         * conf.c: add configuration file support
239
240 1999-08-07  Assar Westerlund  <assar@sics.se>
241
242         * shadow.c (check_shadow): check for a NULL sp
243
244 1999-08-05  Assar Westerlund  <assar@sics.se>
245
246         * login.c (main): move down login incorrect to disallow account
247         guessing
248
249 1999-08-04  Assar Westerlund  <assar@sics.se>
250
251         * utmpx_login.c (utmpx_login): fix for Solaris.  From Miroslav
252         Ruda <ruda@ics.muni.cz>
253
254         * login_locl.h: add <shadow.h> and some prototypes
255
256         * login.c: fixes with v4 and shadow support.  From Miroslav Ruda
257         <ruda@ics.muni.cz>
258
259         * shadow.c: new file with functions for handling shadow passwords
260
261         * Makefile.am: add shadow
262
263 1999-07-22  Assar Westerlund  <assar@sics.se>
264
265         * login.c (main): generate a better tty name
266
267 1999-05-25  Johan Danielsson  <joda@pdc.kth.se>
268
269         * login.c (do_login): set $SHELL
270
271 1999-05-18  Assar Westerlund  <assar@sics.se>
272
273         * add login-access
274
275 1999-05-11  Assar Westerlund  <assar@sics.se>
276
277         * login.c: copy the v5 ccache to a file after having done setuid
278
279 1999-05-09  Assar Westerlund  <assar@sics.se>
280
281         * login.c (krb5_verify): check seteuid for errors
282         
283 Mon Apr 19 22:30:55 1999  Assar Westerlund  <assar@sics.se>
284
285         * login.c: conditionalize the kafs calls on KRB4
286
287         * Makefile.am (LDADD): add kafs
288
289         * login.c: add support for getting afs tokens with v4 and v5
290
291 Sun Apr 18 14:12:28 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
292
293         * login.c: check _PATH_NOLOGIN
294
295         * login_locl.h: _PATH_NOLOGIN
296
297 1999-04-11  Assar Westerlund  <assar@sics.se>
298
299         * login.c (main): use print_version
300
301 Thu Apr  8 15:03:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
302
303         * login.c: remove definition of KRB_VERIFY_USER et.al. (moved to
304         config.h)
305
306         * login_locl.h: include udb.h, sys/resource.h, and sys/category.h
307
308 Sat Mar 27 17:58:37 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
309
310         * Makefile.am: osfc2.c
311
312         * login.c: magic for OSF C2, and Crays
313
314         * login_locl.h: do_osfc2_magic proto
315
316         * osfc2.c: bsd_locl -> login_locl
317
318         * osfc2.c: OSF C2 magic
319
320 Tue Mar 23 14:17:40 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
321
322         * login_locl.h: _PATH_UTMP
323
324 Sun Mar 21 15:02:31 1999  Johan Danielsson  <joda@blubb.pdc.kth.se>
325
326         * login.c: `-h' is host, not help
327
328 Sat Mar 20 00:11:13 1999  Assar Westerlund  <assar@sics.se>
329
330         * login_locl.h: krb.h: add
331
332         * login.c: static-size
333         (krb4_verify): add
334
335 Thu Mar 18 11:36:10 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
336
337         * Makefile.am: include Makefile.am.common
338
339 Thu Mar 11 17:53:36 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
340
341         * utmpx_login.c: add some consts
342
343         * utmp_login.c: add some consts
344
345         * login.c: staticize
346
347         * login_locl.h: add prototypes, and defaults for
348         _PATH_*
349
350 Mon Mar  1 10:49:14 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
351
352         * utmpx_login.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
353
354         * utmp_login.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
355