/[shishi]/inetutils/ChangeLog.feg
ViewVC logotype

Contents of /inetutils/ChangeLog.feg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Sun Jun 27 10:10:31 2004 UTC (19 years, 10 months ago) by jas
Branch: MAIN
CVS Tags: shishi_0-0-36_1, HEAD
Changes since 1.7: +12 -0 lines
Generated.

1 2004-06-27 Simon Josefsson <simon@josefsson.org>
2
3 * README.feg: Add.
4
5 2004-06-27 Simon Josefsson <simon@josefsson.org>
6
7 * rshd/rshd.c: Don't keep using a pointer returned from
8 gethostbyname() after ANOTHER gethostbyname is called in localhost.
9 i.e. localhost() calls gethostbyname but hp in this code is
10 expecting to be pointing to the result of a previous gethostbyname.
11 Tiny patch from "Martin J. Evans" <martin@easysoft.com>.
12
13 2004-06-19 Simon Josefsson <simon@josefsson.org>
14
15 * configure.ac: Bump version.
16
17 2004-06-19 Simon Josefsson <simon@josefsson.org>
18
19 * NEWS.feg: Add.
20
21 2004-06-18 Simon Josefsson <simon@josefsson.org>
22
23 * Makefile.feg: Fix.
24
25 2004-06-18 Simon Josefsson <simon@josefsson.org>
26
27 * rlogin/rlogin.c: Patch to pass ^S/^Q without using -8. Logic
28 taken from Linux netkit-0.17 rlogin.c. Tiny patch from "Todd R.
29 Eigenschink" <todd@tekinteractive.com>.
30
31 2004-06-18 Simon Josefsson <simon@josefsson.org>
32
33 * configure.ac: Since readline will probably depend on ncurses,
34 it's helpful to detect ncurses/termcap first so that the readline
35 detection has a fighting chance of working. Tiny patch from "Todd
36 R. Eigenschink" <todd@tekinteractive.com>.
37
38 2004-06-17 Simon Josefsson <simon@josefsson.org>
39
40 * doc/rfc/draft-murray-auth-ftp-ssl-14.txt: Add.
41
42 2004-06-15 Simon Josefsson <simon@josefsson.org>
43
44 * rsh/rsh.c: Fix command line parser, tiny patch from "Todd R.
45 Eigenschink" <todd@tekinteractive.com>.
46
47 2004-06-13 Nikos Mavroyanopoulos <nmav@gnutls.org>
48
49 * ftp/ftp.c, ftp/main.c, ftp/tlsnetrc.c, ftp/tlsutil.c: removed
50 some unused variables.
51
52 2004-06-13 Nikos Mavroyanopoulos <nmav@gnutls.org>
53
54 * ftp/Makefile.am, ftp/cmds.c, ftp/cmdtab.c, ftp/domacro.c,
55 ftp/ftp.c, ftp/main.c, ftp/ruserpass.c, ftp/tlsnetrc.c,
56 ftp/tlsutil-luna.c, ftp/tlsutil.c, ftp/tlsutil.h: Changed
57 indentation to 4 spaces and moved Peter's code to tlsutil-luna.c.
58
59 2004-06-12 Simon Josefsson <simon@josefsson.org>
60
61 * Makefile.feg: Reorder.
62
63 2004-06-12 Simon Josefsson <simon@josefsson.org>
64
65 * ftp/Makefile.am: Fix distcheck.
66
67 2004-06-12 Simon Josefsson <simon@josefsson.org>
68
69 * Makefile.am: Dist NEWS.feg and ChangeLog.feg too.
70
71 2004-06-12 Simon Josefsson <simon@josefsson.org>
72
73 * NEWS.feg: Version 2.0.0.
74
75 2004-06-12 Simon Josefsson <simon@josefsson.org>
76
77 * Makefile.feg: Add.
78
79 2004-06-12 Simon Josefsson <simon@josefsson.org>
80
81 * Makefile.feg: Fix.
82
83 2004-06-01 Nikos Mavroyanopoulos <nmav@gnutls.org>
84
85 * ftp/tlsutil.c: instead of comparing openpgp keys, just compare
86 the fingerprint.
87
88 2004-05-27 Nikos Mavroyanopoulos <nmav@gnutls.org>
89
90 * ftp/main.c: [no log message]
91
92 2004-05-27 Nikos Mavroyanopoulos <nmav@gnutls.org>
93
94 * ftp/ftp.1: [no log message]
95
96 2004-05-27 Nikos Mavroyanopoulos <nmav@gnutls.org>
97
98 * ftp/tlsnetrc.c, ftp/tlsutil.c: added GNU license clauses where
99 appropriate
100
101 2004-05-27 Nikos Mavroyanopoulos <nmav@gnutls.org>
102
103 * ftp/ftp.1, ftp/ftp_var.h, ftp/main.c, ftp/ruserpass.c,
104 ftp/tlsnetrc.c: added .ftprc file support. It is read by default.
105
106 2004-05-26 Nikos Mavroyanopoulos <nmav@gnutls.org>
107
108 * ftp/cmds.c, ftp/extern.h, ftp/ftp.c, ftp/ftp_var.h, ftp/main.c,
109 ftp/tlsnetrc.c, ftp/tlsutil.c: [no log message]
110
111 2004-05-26 Nikos Mavroyanopoulos <nmav@gnutls.org>
112
113 * ftp/cmds.c, ftp/extern.h, ftp/ftp.c, ftp/tlsutil.c: Passwords are
114 now overwritten, and in case of an SRP key exchange the PASS command
115 will not send the real password.
116
117 2004-05-26 Nikos Mavroyanopoulos <nmav@gnutls.org>
118
119 * ftp/cmds.c, ftp/ftp.1, ftp/ftp_var.h, ftp/main.c,
120 ftp/ruserpass.c, ftp/tlsnetrc.c, ftp/tlsnetrc.h, ftp/tlsutil.c:
121 added the options 'requiretls' and 'private' to command line, and
122 netrc syntax.
123
124 2004-05-25 Simon Josefsson <simon@josefsson.org>
125
126 * NEWS.feg: Add.
127
128 2004-05-25 Simon Josefsson <simon@josefsson.org>
129
130 * README.feg: Fix.
131
132 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
133
134 * ftp/ftp.1, ftp/tlsnetrc.c: [no log message]
135
136 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
137
138 * ftp/extern.h, ftp/ftp.1, ftp/ftp.c, ftp/main.c: Fixed the data
139 connection abort with some servers. Passive mode is enabled by
140 default.
141
142 2004-05-25 Simon Josefsson <simon@josefsson.org>
143
144 * configure.ac: Change name.
145
146 2004-05-25 Simon Josefsson <simon@josefsson.org>
147
148 * libgnutls-extra.m4: Add.
149
150 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
151
152 * ftp/tlsutil.c: all error messages now use warnx() to be printed.
153
154 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
155
156 * acinclude.m4, ftp/main.c, ftp/session.h: [no log message]
157
158 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
159
160 * acinclude.m4, configure.ac: fixed obscure bug
161
162 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
163
164 * ftp/ftp.1: [no log message]
165
166 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
167
168 * ftp/tlsutil.c: [no log message]
169
170 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
171
172 * ftp/ftp.1: documented TLS options (taken from Runestig's
173 ftp.1.TLS)
174
175 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
176
177 * ftp/cmds.c, ftp/extern.h, ftp/ftp.c, ftp/ruserpass.c,
178 ftp/tlsnetrc.c, ftp/tlsutil.c, ftp/tlsutil.h: more fixes in .netrc
179 usage. It is now used for SRP passwords as well.
180
181 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
182
183 * ftp/Makefile.am, ftp/cmds.c, ftp/ftp.1, ftp/main.c,
184 ftp/ruserpass.c, ftp/tlsnetrc.c, ftp/tlsnetrc.h, ftp/tlsutil.c:
185 Added option to specify TLS parameters in the .netrc file.
186
187 2004-05-25 Simon Josefsson <simon@josefsson.org>
188
189 * Makefile.am: Fix.
190
191 2004-05-25 Simon Josefsson <simon@josefsson.org>
192
193 * README.feg: Fix.
194
195 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
196
197 * ftp/tlsutil.c: [no log message]
198
199 2004-05-25 Simon Josefsson <simon@josefsson.org>
200
201 * NEWS.feg: Fix.
202
203 2004-05-25 Simon Josefsson <simon@josefsson.org>
204
205 * NEWS.feg: Add.
206
207 2004-05-25 Simon Josefsson <simon@josefsson.org>
208
209 * README, NEWS: Revert.
210
211 2004-05-25 Simon Josefsson <simon@josefsson.org>
212
213 * Makefile.feg, README.feg, README.shishi: Add.
214
215 2004-05-25 Simon Josefsson <simon@josefsson.org>
216
217 * configure.ac: Bump version.
218
219 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
220
221 * ftp/ftp.c, ftp/main.c: eliminated some warnings.
222
223 2004-05-25 Nikos Mavroyanopoulos <nmav@gnutls.org>
224
225 * ftp/cmds.c, ftp/tlsutil.c: ftp now saves certificates to be used
226 by future connections.
227
228 2004-05-24 Simon Josefsson <simon@josefsson.org>
229
230 * NEWS, configure.ac, ftp/Makefile.am, ftp/cmds.c, ftp/cmdtab.c,
231 ftp/extern.h, ftp/ftp.1, ftp/ftp.c, ftp/ftp_var.h, ftp/main.c,
232 ftp/session.h, ftp/tlsutil.c, ftp/tlsutil.h: Add TLS support for
233 FTP, by Nikos Mavroyanopoulos <nmav@gnutls.org>.
234
235 2004-05-24 Simon Josefsson <simon@josefsson.org>
236
237 * configure.ac: Fix typo.
238
239 2004-05-21 Simon Josefsson <simon@josefsson.org>
240
241 * acinclude.m4, configure.ac, headers/Makefile.am,
242 headers/arpa/DISTFILES, headers/protocols/DISTFILES,
243 libinetutils/Makefile.am, ping/ping.c, Makefile.am: Upstream sync.
244
245 2004-01-13 Simon Josefsson <simon@josefsson.org>
246
247 * libtelnet/shishi.c: Fix DES key logic.
248
249 2004-01-06 Simon Josefsson <simon@josefsson.org>
250
251 * libinetutils/krcmd.c: Use "rcmd" instead of "host" as Kerberos
252 principal.
253
254 2004-01-06 Simon Josefsson <simon@josefsson.org>
255
256 * configure.ac: Fix
257
258 2004-01-06 Simon Josefsson <simon@josefsson.org>
259
260 * ifconfig/options.c, inetd/inetd.c, libicmp/libping.c,
261 ping/ping.c, ping/ping_echo.c, ping/ping_impl.h: Upstream sync.
262
263 2003-12-27 Simon Josefsson <simon@josefsson.org>
264
265 * headers/Makefile.am: Dist shishi_def.h.
266
267 2003-12-13 Simon Josefsson <simon@josefsson.org>
268
269 * libtelnet/enc_des.c: Add FIXME.
270
271 2003-12-13 Simon Josefsson <simon@josefsson.org>
272
273 * libtelnet/shishi.c: Instead of looking for DES tickets, use
274 whatever ticket is available, but always use a DES session key (for
275 interop). This is a hack, we should instead make enc_des.c RFC 2952
276 compliant and #define DONT_ALWAYS_USE_DES to 1 in this file. Then
277 people that want to interop with 2952 non-conforming telnetd can
278 then define DONT_ALWAYS_USE_DES to 0 and be happy, while the rest of
279 us can enjoy RFC compliance and better security.
280
281 2003-12-13 Simon Josefsson <simon@josefsson.org>
282
283 * libtelnet/encrypt.h:
284 (SK_OTHER): Add.
285
286 2003-12-13 Simon Josefsson <simon@josefsson.org>
287
288 * libtelnet/shishi.c: Remove most harding coding of etypes, and add
289 comment explaining the situation for the only remaining occurance.
290
291 2003-12-13 Simon Josefsson <simon@josefsson.org>
292
293 * libtelnet/shishi.c: Cleanup.
294
295 2003-10-11 Simon Josefsson <simon@josefsson.org>
296
297 * README.shishi: Add.
298
299 2003-10-11 Simon Josefsson <simon@josefsson.org>
300
301 * Makefile.am: Add README.shishi.
302
303 2003-10-11 Simon Josefsson <simon@josefsson.org>
304
305 * autogen.sh: Revert (see README.shishi instead).
306
307 2003-10-11 Simon Josefsson <simon@josefsson.org>
308
309 * README.shishi: Add.
310
311 2003-10-11 Simon Josefsson <simon@josefsson.org>
312
313 * libinetutils/krcmd.c: Revert CVS tag.
314
315 2003-10-11 Simon Josefsson <simon@josefsson.org>
316
317 * autogen.sh: Add.
318
319 2003-10-10 Nicolas Pouvesle <nico.pou@fnac.net>
320
321 * libtelnet/shishi.c: Fix temporarily all encryption modes.
322
323 2003-10-10 Nicolas Pouvesle <nico.pou@fnac.net>
324
325 * libinetutils/shishi.c: Fix KCMDV0.1 output bug.
326
327 2003-10-07 Nicolas Pouvesle <nico.pou@fnac.net>
328
329 * rlogind/rlogind.c: Fix.
330
331 2003-09-30 Simon Josefsson <simon@josefsson.org>
332
333 * acinclude.m4: Upstream sync.
334
335 2003-09-29 Nicolas Pouvesle <nico.pou@fnac.net>
336
337 * headers/shishi_def.h, libinetutils/shishi.c, rlogind/rlogind.c,
338 rshd/rshd.c: Add authorization check.
339
340 2003-09-26 Nicolas Pouvesle <nico.pou@fnac.net>
341
342 * libtelnet/enc_des.c, libtelnet/encrypt.c, libtelnet/shishi.c: Add
343 shishi encryption support.
344
345 2003-09-25 Nicolas Pouvesle <nico.pou@fnac.net>
346
347 * rlogind/rlogind.c: Fix.
348
349 2003-09-24 Nicolas Pouvesle <nico.pou@fnac.net>
350
351 * libinetutils/shishi.c, rlogind/rlogind.c, rsh/rsh.c, rshd/rshd.c:
352 Add checksum verification.
353
354 2003-09-24 Nicolas Pouvesle <nico.pou@fnac.net>
355
356 * headers/shishi_def.h, libinetutils/shishi.c, rlogin/rlogin.c,
357 rlogind/rlogind.c, rsh/rsh.c, rshd/rshd.c: Update to new crypto API
358 and fix all encryption modes.
359
360 2003-09-19 Nicolas Pouvesle <nico.pou@fnac.net>
361
362 * libinetutils/shishi.c, rlogind/rlogind.c, rshd/rshd.c,
363 rlogin/rlogin.c, rsh/rsh.c: Fix aes mode.
364
365 2003-09-18 Nicolas Pouvesle <nico.pou@fnac.net>
366
367 * libinetutils/krcmd.c, rlogin/rlogin.c, rsh/rsh.c: Cleanup.
368
369 2003-09-18 Nicolas Pouvesle <nico.pou@fnac.net>
370
371 * libinetutils/kcmd.c, libinetutils/shishi.c: Add realm option
372 support.
373
374 2003-09-17 Nicolas Pouvesle <nico.pou@fnac.net>
375
376 * rlogind/rlogind.c, libinetutils/shishi.c: Cleanup.
377
378 2003-09-17 Nicolas Pouvesle <nico.pou@fnac.net>
379
380 * rlogin/rlogin.c, rsh/rsh.c: Fix.
381
382 2003-09-17 Nicolas Pouvesle <nico.pou@fnac.net>
383
384 * headers/shishi_def.h, libinetutils/shishi.c, rlogind/rlogind.c,
385 rshd/rshd.c: Add KCMDV0.1 protocol support.
386
387 2003-09-13 Nicolas Pouvesle <nico.pou@fnac.net>
388
389 * rlogin/rlogin.c, rlogind/rlogind.c, rsh/rsh.c, rshd/rshd.c:
390 Shishi support.
391
392 2003-09-13 Nicolas Pouvesle <nico.pou@fnac.net>
393
394 * headers/shishi_def.h: Shishi definitions and structures.
395
396 2003-09-13 Nicolas Pouvesle <nico.pou@fnac.net>
397
398 * libinetutils/shishi.c: Shishi authentication and encryption
399 functions.
400
401 2003-09-13 Nicolas Pouvesle <nico.pou@fnac.net>
402
403 * libinetutils/Makefile.am, libinetutils/kcmd.c,
404 libinetutils/krcmd.c: Shishi support.
405
406 2003-09-13 Nicolas Pouvesle <nico.pou@fnac.net>
407
408 * configure.ac: Add shishi_def.h to INCLUDES.
409
410 2003-09-12 Simon Josefsson <simon@josefsson.org>
411
412 * README, configure.ac, libinetutils/krcmd.c,
413 libtelnet/Makefile.am, libtelnet/auth-proto.h, libtelnet/auth.c,
414 libtelnet/auth.h, libtelnet/forward.c, libtelnet/read_passwd.c,
415 libtelnet/shishi.c, whois/net.c: Shishi support.
416
417 2003-09-12 Simon Josefsson <simon@josefsson.org>
418
419 * doc/rfc/Makefile.am, doc/rfc/rfc1282.txt, headers/arpa/ftp.h,
420 headers/arpa/telnet.h, headers/arpa/tftp.h,
421 headers/protocols/talkd.h, ifconfig/system/Makefile.am,
422 ifconfig/system/generic.c, ifconfig/system/generic.h,
423 ifconfig/system/hpux.c, ifconfig/system/hpux.h,
424 ifconfig/system/linux.c, ifconfig/system/linux.h,
425 ifconfig/system/osf.c, ifconfig/system/osf.h,
426 ifconfig/system/qnx.c, ifconfig/system/qnx.h,
427 ifconfig/system/solaris.c, ifconfig/system/solaris.h: From GNU
428 InetUtils CVS (2003-09-12).
429
430 2003-09-12 Simon Josefsson <simon@josefsson.org>
431
432 * AUTHORS, COPYING, Makefile.am, NEWS, README, README-alpha,
433 ROADMAP, THANKS, TODO, acinclude.m4, autogen.sh, configure.ac,
434 paths, doc/Makefile.am, doc/ftp.texi, doc/ftpd.texi,
435 doc/inetd.texi, doc/inetutils.texi, doc/logger.texi, doc/ping.texi,
436 doc/rcp.texi, doc/rexecd.texi, doc/rlogin.texi, doc/rlogind.texi,
437 doc/rsh.texi, doc/rshd.texi, doc/syslogd.texi, doc/talk.texi,
438 doc/talkd.texi, doc/tftp.texi, ftp/Makefile.am, ftp/cmds.c,
439 ftp/cmdtab.c, ftp/domacro.c, ftp/extern.h, ftp/ftp.1, ftp/ftp.c,
440 ftp/ftp_var.h, ftp/main.c, ftp/ruserpass.c, ftpd/Makefile.am,
441 ftpd/README.sec, ftpd/auth.c, ftpd/conf.c, ftpd/extern.h,
442 ftpd/ftpcmd.y, ftpd/ftpd.8, ftpd/ftpd.c, ftpd/logwtmp.c,
443 ftpd/pam.c, ftpd/popen.c, ftpd/server_mode.c, glob/COPYING.LIB,
444 glob/Makefile.am, glob/SMakefile, glob/configure.bat,
445 glob/configure.in, glob/fnmatch.c, glob/fnmatch.h, glob/glob.c,
446 glob/glob.h, gwhois/Makefile.am, gwhois/README, gwhois/TODO,
447 gwhois/as_del_list, gwhois/data.h, gwhois/ip_del_list,
448 gwhois/make_as_del.pl, gwhois/make_ip_del.pl,
449 gwhois/make_tld_serv.pl, gwhois/tld_serv_list, gwhois/whois.1,
450 gwhois/whois.c, gwhois/whois.h, headers/Makefile.am,
451 headers/confpaths.h.in, headers/crypt.h, headers/err.h,
452 headers/getopt.h, headers/obstack.h, headers/osockaddr.h,
453 headers/paths.h, headers/poll.h, headers/stamp-h.in,
454 headers/syslog-int.h, headers/tftpsubs.h, ifconfig/COMPATIBILITY,
455 ifconfig/Makefile.am, ifconfig/TODO, ifconfig/changeif.c,
456 ifconfig/flags.c, ifconfig/flags.h, ifconfig/if_index.c,
457 ifconfig/if_index.h, ifconfig/ifconfig.c, ifconfig/ifconfig.h,
458 ifconfig/options.c, ifconfig/options.h, ifconfig/printif.c,
459 ifconfig/printif.h, ifconfig/system.c, ifconfig/system.h,
460 inetd/Makefile.am, inetd/inetd.8, inetd/inetd.c,
461 libicmp/Makefile.am, libicmp/TODO, libicmp/icmp.h,
462 libicmp/icmp_address.c, libicmp/icmp_cksum.c, libicmp/icmp_echo.c,
463 libicmp/icmp_timestamp.c, libicmp/libping.c, libicmp/ping.h,
464 libinetutils/Makefile.am, libinetutils/__progname.c,
465 libinetutils/argcv.c, libinetutils/argcv.h,
466 libinetutils/cleansess.c, libinetutils/daemon.c,
467 libinetutils/des_rw.c, libinetutils/err.c, libinetutils/forkpty.c,
468 libinetutils/getopt.c, libinetutils/getopt.h,
469 libinetutils/getopt1.c, libinetutils/getpass.c,
470 libinetutils/gettext.h, libinetutils/getusershell.c,
471 libinetutils/herror.c, libinetutils/hstrerror.c,
472 libinetutils/iruserok.c, libinetutils/kcmd.c, libinetutils/krcmd.c,
473 libinetutils/localhost.c, libinetutils/login.c,
474 libinetutils/login_tty.c, libinetutils/logout.c,
475 libinetutils/logwtmp.c, libinetutils/logwtmpko.c,
476 libinetutils/malloc.c, libinetutils/memcmp.c,
477 libinetutils/memcpy.c, libinetutils/memmove.c,
478 libinetutils/memset.c, libinetutils/obstack.c,
479 libinetutils/obstack.h, libinetutils/openpty.c,
480 libinetutils/opieclient.c, libinetutils/pathmax.h,
481 libinetutils/poll.c, libinetutils/readstream.c,
482 libinetutils/realloc.c, libinetutils/regex.c, libinetutils/regex.h,
483 libinetutils/revoke.c, libinetutils/ruserok.c,
484 libinetutils/setenv.c, libinetutils/setenv.h,
485 libinetutils/setsig.c, libinetutils/snprintf.c,
486 libinetutils/snprintf.h, libinetutils/strcasecmp.c,
487 libinetutils/strdup.c, libinetutils/strerror.c,
488 libinetutils/strsignal.c, libinetutils/stub_tgetent.c,
489 libinetutils/syslog.c, libinetutils/tftpsubs.c,
490 libinetutils/ttymsg.c, libinetutils/utmp_init.c,
491 libinetutils/utmp_logout.c, libinetutils/waitpid.c,
492 libinetutils/xalloc.h, libinetutils/xgetcwd.c,
493 libinetutils/xgetcwd.h, libinetutils/xmalloc.c,
494 libinetutils/xstrdup.c, libls/Makefile.am, libls/bsdport.c,
495 libls/bsdport.h, libls/cmp.c, libls/extern.h, libls/fts.c,
496 libls/fts.h, libls/ls.1, libls/ls.c, libls/ls.h, libls/print.c,
497 libls/stat_flags.c, libls/util.c, libtelnet/Makefile.am,
498 libtelnet/auth-proto.h, libtelnet/auth.c, libtelnet/auth.h,
499 libtelnet/enc-proto.h, libtelnet/enc_des.c, libtelnet/encrypt.c,
500 libtelnet/encrypt.h, libtelnet/forward.c, libtelnet/genget.c,
501 libtelnet/getent.c, libtelnet/kerberos.c, libtelnet/kerberos5.c,
502 libtelnet/key-proto.h, libtelnet/misc-proto.h, libtelnet/misc.c,
503 libtelnet/misc.h, libtelnet/read_passwd.c, logger/Makefile.am,
504 logger/logger.1, logger/logger.c, ping/Makefile.am,
505 ping/README.sec, ping/TODO, ping/ping.8, ping/ping.c,
506 ping/ping_address.c, ping/ping_echo.c, ping/ping_impl.h,
507 ping/ping_router.c, ping/ping_timestamp.c, rcp/Makefile.am,
508 rcp/extern.h, rcp/rcp.1, rcp/rcp.c, rcp/util.c, rexecd/Makefile.am,
509 rexecd/rexecd.8, rexecd/rexecd.c, rlogin/Makefile.am,
510 rlogin/rlogin.1, rlogin/rlogin.c, rlogind/Makefile.am,
511 rlogind/rlogind.8, rlogind/rlogind.c, rsh/Makefile.am, rsh/rsh.1,
512 rsh/rsh.c, rshd/Makefile.am, rshd/rshd.8, rshd/rshd.c,
513 syslogd/Makefile.am, syslogd/README.sec, syslogd/syslog.conf.5,
514 syslogd/syslogd.8, syslogd/syslogd.c, talk/Makefile.am, talk/ctl.c,
515 talk/ctl_transact.c, talk/display.c, talk/get_addrs.c,
516 talk/get_names.c, talk/init_disp.c, talk/invite.c, talk/io.c,
517 talk/look_up.c, talk/msgs.c, talk/talk.1, talk/talk.c, talk/talk.h,
518 talk/talk_ctl.h, talkd/Makefile.am, talkd/README.sec, talkd/acl.c,
519 talkd/announce.c, talkd/intalkd.h, talkd/print.c, talkd/process.c,
520 talkd/table.c, talkd/talkd.8, talkd/talkd.c, telnet/Makefile.am,
521 telnet/README.sec, telnet/authenc.c, telnet/commands.c,
522 telnet/defines.h, telnet/externs.h, telnet/fdset.h,
523 telnet/general.h, telnet/krb4-proto.h, telnet/main.c,
524 telnet/network.c, telnet/ring.c, telnet/ring.h, telnet/sys_bsd.c,
525 telnet/telnet.1, telnet/telnet.c, telnet/terminal.c,
526 telnet/tn3270.c, telnet/types.h, telnet/utilities.c,
527 telnetd/Makefile.am, telnetd/README.sec, telnetd/pty.c,
528 telnetd/slc.c, telnetd/state.c, telnetd/telnetd.8,
529 telnetd/telnetd.c, telnetd/telnetd.h, telnetd/term.c,
530 telnetd/termstat.c, telnetd/utility.c, tftp/Makefile.am,
531 tftp/extern.h, tftp/main.c, tftp/tftp.1, tftp/tftp.c,
532 tftpd/Makefile.am, tftpd/tftpd.8, tftpd/tftpd.c, uucpd/Makefile.am,
533 uucpd/uucpd.c, whois/Makefile.am, whois/main.c, whois/net.c,
534 whois/whois-servers: From GNU InetUtils CVS (2003-09-12).
535

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26