Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / appl / ftp / ChangeLog
1 2002-10-21  Johan Danielsson  <joda@pdc.kth.se>
2
3         * ftp/ftp.c: pull up 1.75; fix parsing of epsv ports
4
5 2002-09-05  Johan Danielsson  <joda@pdc.kth.se>
6
7         * ftp/security.c (sec_vfprintf): free encoded data
8
9         * ftp/gssapi.c (gss_decode): release buffer
10
11         * ftp/ftp.c (active_mode): no need to allocate buffer for EPRT
12
13 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
14
15         * ftp/ftp.c (command): clean up va_{start,end}ing (from NetBSD)
16
17 2002-08-23  Assar Westerlund  <assar@kth.se>
18
19         * ftp/main.c: start using getarg
20
21 2002-08-22  Johan Danielsson  <joda@pdc.kth.se>
22
23         * ftpd/ls.c: uxp/v lacks _S_IFMT, but has S_IFMT
24
25 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
26
27         * ftp/gssapi.c: remove unused variable
28
29 2002-04-24  Johan Danielsson  <joda@pdc.kth.se>
30
31         * ftp/ftp.c: fix buffer overrun when receiving long replies
32
33 2002-04-02  Johan Danielsson  <joda@pdc.kth.se>
34
35         * ftpd/popen.c: make sure gl_pathc != 0 before referencing
36         gl_pathv
37
38 2002-03-15  Johan Danielsson  <joda@pdc.kth.se>
39
40         * ftp/gssapi.c (gss_adat): if accept_sec_context fails, syslog a
41         reason and give a temporary error message
42
43 2002-02-28  Johan Danielsson  <joda@pdc.kth.se>
44
45         * ftpd/ftpd.c: if builtin_ls failes, return error
46
47         * ftpd/ls.c (builtin_ls): return status; also don't print fatal
48         error messages to the output stream, instead use syslog
49
50 2001-09-14  Johan Danielsson  <joda@pdc.kth.se>
51
52         * ftpd/ls.c: make sure we don't include . in recursive listings
53
54 2001-09-13  Johan Danielsson  <joda@pdc.kth.se>
55
56         * ftpd/ftpd.c (dataconn): don't wait forever on accept
57
58 2001-09-04  Assar Westerlund  <assar@sics.se>
59
60         * ftp/gssapi.c (gss_adat): leak less memory and check return value
61         from asprintf
62
63 2001-08-28  Jacques Vidrine <n@nectar.com>
64
65         * ftpd/ftpd.c, ftpd/ftpd.8: On systems with IP_PORTRANGE, have
66           ftpd use `high-numbered' ports by default.  Add a -U option
67           to get the old behavior.
68
69 2001-08-28  Johan Danielsson  <joda@pdc.kth.se>
70
71         * ftp/gssapi.c: try using "host" if there's no "ftp" principal
72
73 2001-08-26  Johan Danielsson  <joda@pdc.kth.se>
74
75         * ftpd/ls.c: implement -R
76
77 2001-08-08  Assar Westerlund  <assar@sics.se>
78
79         * ftpd/ls.c: make -a and -A do the same as in ls(1)
80
81 2001-08-05  Assar Westerlund  <assar@sics.se>
82
83         * ftpd/ftpcmd.y: add some (unsigned char) casts to is*
84         * ftp/cmds.c: add some (unsigned char) casts to is*
85         * ftpd/gss_userok.c (gss_userok): make argument to printf type
86         correct
87
88 2001-08-05  Assar Westerlund  <assar@sics.se>
89
90         * ftp/cmds.c (setpeer): __NetBSD__ is also a unix-like OS
91
92 2001-06-19  Assar Westerlund  <assar@sics.se>
93
94         * ftpd/popen.c, ftpd/ftpd.c: try to handle GLOB_MAXPATH (FreeBSD)
95
96 2001-04-19  Johan Danielsson  <joda@pdc.kth.se>
97
98         * ftpd/ftpd.c (do_store): call closefunc before claiming that
99         everything went ok, if the close fails the file might not have
100         been stored properly
101
102 2001-03-26  Assar Westerlund  <assar@sics.se>
103
104         * ftpd/ftpd.c, ftpd/popen.c: always use GLOB_LIMIT
105         * ftpd/popen.c (ftpd_popen): use GLOB_LIMIT if defined
106         * ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined
107
108 2001-02-15  Assar Westerlund  <assar@sics.se>
109
110         * ftp/cmds.c (setpeer): handle both service names and port numbers
111         for the second optional argument.  also make parsing more robust
112
113 2001-02-07  Assar Westerlund  <assar@sics.se>
114
115         * ftp/security.c (sec_end): only clean app_data if there is any
116         (*): do realloc consistently
117
118 2001-02-05  Assar Westerlund  <assar@sics.se>
119
120         * ftpd/popen.c (ftpd_popen): avoid overwriting the bounds of argv
121         and gargv
122
123 2001-01-30  Assar Westerlund  <assar@sics.se>
124
125         * ftpd/gss_userok.c: use gss_krb5_copy_ccache
126
127 2001-01-29  Assar Westerlund  <assar@sics.se>
128
129         * ftpd/Makefile.am: move up LIB_otp so we do not end up picking
130         one from /usr/athena
131
132 2001-01-25  Johan Danielsson  <joda@pdc.kth.se>
133
134         * ftpd/ls.c: fix bug in previous; make it easier to build test
135         version
136
137 2001-01-19  Johan Danielsson  <joda@pdc.kth.se>
138
139         * ftpd/ls.c (lstat_file): handle case where file lives in `/'
140
141 2001-01-18  Johan Danielsson  <joda@pdc.kth.se>
142
143         * ftpd/ftpd.c (pasv): close already open passive port
144
145 2000-12-14  Johan Danielsson  <joda@pdc.kth.se>
146
147         * ftpd/ls.c: reverse time and size sort order (pointed out by
148         tege)
149
150 2000-12-11  Johan Danielsson  <joda@pdc.kth.se>
151
152         * ftpd/ftpd.c: make it possible to set list of good filename
153         characters from command line
154
155 2000-12-10  Johan Danielsson  <joda@pdc.kth.se>
156
157         * ftpd/ftpd.c: some spec-violating mirror software assumes that
158         you can do things like `LIST -CF'; don't pass `--' to ls so this
159         actually works
160
161         * ftpd/ls.c: implement -1CFx flags
162
163 2000-12-08  Assar Westerlund  <assar@sics.se>
164
165         * ftpd/gss_userok.c (gss_userok): handle getpwnam failing
166         * ftp/gssapi.c (gss_auth): be more explicit in error message
167
168 2000-11-29  Johan Danielsson  <joda@pdc.kth.se>
169
170         * ftpd/ftpd.8: close list
171
172 2000-11-15  Assar Westerlund  <assar@sics.se>
173
174         * ftp/main.c: add `-l' for no line-editing
175         * ftp/globals.c (readline): add
176         * ftp/ftp_var.h (lineedit): add variable indicated if we should
177         use readline
178
179 2000-11-09  Johan Danielsson  <joda@pdc.kth.se>
180
181         * ftp/security.c (sec_read): fix bug in previous (from Jacques A.
182         Vidrine <n@nectar.com>)
183
184 2000-11-05  Johan Danielsson  <joda@pdc.kth.se>
185
186         * ftpd/ftpcmd.y: only allow pasv if logged in
187
188 2000-10-23  Johan Danielsson  <joda@pdc.kth.se>
189
190         * ftpd/ftpd.c: change bad filename message slightly
191
192         * common/buffer.c: HAVE_ST_BLKSIZE -> HAVE_STRUCT_STAT_ST_BLKSIZE
193
194 2000-10-08  Assar Westerlund  <assar@sics.se>
195
196         * ftp/ftp.c (*): check that fds are not too large to select on
197         * ftp/main.c (cmdscanner): print a newline upon EOF
198
199 2000-09-19  Assar Westerlund  <assar@sics.se>
200
201         * ftp/security.h: add some attributes to prototypes of sec*
202         * ftp/extern.h (command): add attributes
203
204 2000-08-31  Johan Danielsson  <joda@pdc.kth.se>
205
206         * ftpd/ftpd.c: change redundant password message to something
207         people can understand
208
209 2000-07-27  Assar Westerlund  <assar@sics.se>
210
211         * ftpd/gss_userok.c (gss_userok): only do AFS iff KRB4
212         * ftpd/ftpd.c (krb5_verify): only do AFS stuff if KRB4
213
214 2000-07-07  Assar Westerlund  <assar@sics.se>
215
216         * ftpd/ftpd.c: do not call setproctitle with a variable as the
217         format string
218
219 2000-07-01  Assar Westerlund  <assar@sics.se>
220
221         * ftpd/ftpd_locl.h: krb5.h before kafs.h
222         * ftpd/ftpd.c (krb5_verify): static-ize
223         * ftpd/ftpd.c (krb5_verify): conditionalize on KRB5
224
225 2000-06-21  Assar Westerlund  <assar@sics.se>
226
227         * ftpd: support for authenticating passwords with krb5, by Daniel
228         Kouril <kouril@ics.muni.cz>
229
230 2000-06-06  Johan Danielsson  <joda@pdc.kth.se>
231
232         * ftpd/ftpcmd.y: change unix test to be negative
233         
234 2000-05-18  Assar Westerlund  <assar@sics.se>
235
236         * ftpd/ftpd.c (args): should use `debug'.  From Onno van der
237         Linden <onno@simplex.nl>.
238
239 2000-04-25  Assar Westerlund  <assar@sics.se>
240
241         * ftp/ftp.c (login): re-structure code so that we prompt for
242         password for ftp/anonymous
243
244 2000-04-11  Assar Westerlund  <assar@sics.se>
245
246         * ftp/ftp.c (login): initialize tmp before calling fgets
247
248 2000-04-02  Assar Westerlund  <assar@sics.se>
249
250         * ftpd/ls.c: rename all st_mtime variables to avoid conflict with
251         #define.
252         * ftpd/ftpcmd.y: rename all st_mtime variables to avoid conflict
253         with #define.
254         * ftp/cmds.c: rename all st_mtime variables to avoid conflict with
255         #define.
256
257 2000-03-26  Assar Westerlund  <assar@sics.se>
258
259         * ftpd/ls.c, ftpd/ftpcmd.y, ftp/cmds.c: make sure to always call
260         time, ctime, and gmtime with `time_t's.  there were some types
261         (like in lastlog) that we believed to always be time_t.  this has
262         proven wrong on Solaris 8 in 64-bit mode, where they are stored as
263         32-bit quantities but time_t has gone up to 64 bits
264
265 2000-03-09  Johan Danielsson  <joda@pdc.kth.se>
266
267         * call list_file for broken usages of nlst too
268
269         * ftpd/ftpd.c: call list_file for broken usages of nlst too
270
271 2000-02-07  Assar Westerlund  <assar@sics.se>
272
273         * ftp/security.c (sec_read): more paranoia with return value from
274         sec_get_data
275
276 2000-01-08  Assar Westerlund  <assar@sics.se>
277
278         * ftp/ftp.c (hookup): handle ai_canonname being set in any of the
279         addresses returnedby getaddrinfo.  glibc apparently returns the
280         reverse lookup of every address in ai_canonname.
281         * ftp/ruserpass.c (guess_domain): dito
282
283 1999-12-21  Assar Westerlund  <assar@sics.se>
284
285         * ftpd/ftpd.c: don't use sa_len as a parameter, it's defined on
286         Irix
287
288 1999-12-21  Johan Danielsson  <joda@pdc.kth.se>
289
290         * ftpd/ftpd.c (dataconn): make sure from points to actual data
291
292 1999-12-16  Assar Westerlund  <assar@sics.se>
293
294         * ftp/ruserpass.c (guess_domain): handle ai_canonname not being
295         set
296         * ftp/ftp.c (hookup): handle ai_canonname not being set
297
298 1999-12-06  Assar Westerlund  <assar@sics.se>
299
300         * ftp/krb4.c (krb4_auth): the nat-IP address might not be realm
301         bounded.
302
303 1999-12-05  Assar Westerlund  <assar@sics.se>
304
305         * ftpd/ftpd.c (dolog): update prototype
306         * ftpd/ftpd.c (dolog): use getnameinfo_verified
307         * ftpd/ftpd.c: replace inaddr2str by getnameinfo
308
309 1999-12-04  Assar Westerlund  <assar@sics.se>
310
311         * ftp/ruserpass.c (guess_domain): re-write to use getaddrinfo
312         * ftp/ftp.c (hookup): re-write to use getaddrinfo
313         
314 1999-11-30  Assar Westerlund  <assar@sics.se>
315
316         * ftpd/ftpd.c (getdatasock): make sure to keep the port-number of
317         the outgoing connections.  It has to be `ftp-data' or some people
318         might get upset.
319
320         * ftpd/ftpd.c (args): set correct variable when `-l' so that
321         logging actually works
322
323 1999-11-29  Assar Westerlund  <assar@sics.se>
324
325         * ftp/security.c (sec_login): check return value from realloc
326         (sec_end): set app_data to NULL
327
328 1999-11-25  Assar Westerlund  <assar@sics.se>
329
330         * ftp/krb4.c (krb4_auth): obtain the `local' address when doing
331         NAT.  also turn on passive mode.  From <thn@stacken.kth.se>
332
333 1999-11-20  Assar Westerlund  <assar@sics.se>
334
335         * ftpd/ls.c (make_fileinfo): cast to allow for non-const
336         prototypes of readlink
337
338 1999-11-12  Assar Westerlund  <assar@sics.se>
339
340         * ftpd/ftpd.c (args): use arg_counter for `l'
341         
342 1999-11-04  Assar Westerlund  <assar@sics.se>
343
344         * ftpd/ls.c (S_ISSOCK, S_ISLNK): fallback definitions for systems
345         that don't have them (such as ultrix)
346
347 1999-10-29  Assar Westerlund  <assar@sics.se>
348
349         * ftpd/ls.c (make_fileinfo): cast uid's and gid's to unsigned in
350         printf, we don't know what types they might be.
351         (lstat_file): conditionalize the kafs part on KRB4
352
353         * ftpd/ftpd_locl.h: <sys/ioccom.h> is needed for kafs.h
354
355 1999-10-28  Assar Westerlund  <assar@sics.se>
356
357         * ftpd/ls.c (lstat_file): don't set st_mode, it should already be
358         correct
359
360         * ftpd/ls.c: don't use warnx to print errors
361
362         * ftpd/ls.c (builtin_ls): fix typo, 'd' shouldn't imply 'f'
363
364         * ftpd/ls.c (lstat_file): new function for avoiding stating AFS
365         mount points.  From Love <lha@s3.kth.se>
366         (list_files): use `lstat_file'
367
368         * ftpd/ftpd.c: some const-poisoning
369
370         * ftpd/ftpd.c (args): add `-B' as an alias for `--builtin-ls' to
371         allow for stupid inetds that only support two arguments.  From
372         Love <lha@s3.kth.se>
373
374 1999-10-26  Assar Westerlund  <assar@sics.se>
375
376         * ftpd/ftpcmd.y (help): it's unnecessary to interpret help strings
377         as printf commands
378
379         * ftpd/ftpd.c (show_issue): don't interpret contents of
380         /etc/issue* as printf commands.  From Brian A May
381         <bmay@dgs.monash.edu.au>
382
383 1999-10-21  Johan Danielsson  <joda@pdc.kth.se>
384
385         * ftpd/kauth.c (kauth): complain if protection level isn't
386         `private'
387
388         * ftp/krb4.c (krb4_decode): syslog failure reason
389
390         * ftp/kauth.c (kauth): set private level earlier
391
392         * ftp/security.c: get_command_prot; (sec_prot): partially match
393         `command' and `data'
394
395 1999-10-18  Johan Danielsson  <joda@pdc.kth.se>
396
397         * ftpd/ftpd.c: change `-l' flag to use arg_collect (this makes
398         `-ll' work again)
399
400         * ftpd/ftpd.c (list_file): pass filename to ls
401
402 1999-10-04  Johan Danielsson  <joda@pdc.kth.se>
403
404         * ftpd/ftpcmd.y: FEAT
405
406 1999-10-03  Assar Westerlund  <assar@sics.se>
407
408         * ftpd/ls.c: fall-back definitions for constans and casts for
409         printfs
410
411 1999-10-03  Johan Danielsson  <joda@pdc.kth.se>
412
413         * ftpd/ftpd.c (main): make this use getarg; add `list_file'
414
415         * ftpd/ftpcmd.y (LIST): call list_file
416
417         * ftpd/ls.c: add simple built-in ls
418
419         * ftp/security.c: add `sec_vfprintf2' and `sec_fprintf2' that
420         prints to the data stream
421
422         * ftp/kauth.c (kauth): make sure we're using private protection
423         level
424
425         * ftp/security.c (set_command_prot): set command protection level
426
427         * ftp/security.c: make it possible to set the command protection
428         level with `prot'
429
430 1999-09-30  Assar Westerlund  <assar@sics.se>
431
432         * ftpd/ftpd_locl.h: add prototype for fclose to make sunos happy
433
434 1999-08-19  Johan Danielsson  <joda@pdc.kth.se>
435
436         * ftpd/ftpd.c (do_login): show issue-file
437         (send_data): change handling of zero-byte files
438
439 1999-08-18  Assar Westerlund  <assar@sics.se>
440
441         * ftp/cmds.c (getit): be more suspicious when parsing the result
442         of MDTM.  Do the comparison of timestamps correctly.
443
444 1999-08-13  Assar Westerlund  <assar@sics.se>
445
446         * ftpd/ftpd.c (send_data): avoid calling mmap with `len == 0'.
447         Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
448         get grumpy later.
449
450         * ftp/ftp.c (copy_stream): avoid calling mmap with `len == 0'.
451         Some mmap:s rather dislike that (Solaris) and some munmap (Linux)
452         get grumpy later.
453
454 1999-08-03  Assar Westerlund  <assar@sics.se>
455
456         * ftp/ftp.c (active_mode): hide failure of EPRT by setting verbose
457
458         * ftp/gssapi.c (gss_auth): initialize application_data in bindings
459
460 1999-08-02  Assar Westerlund  <assar@sics.se>
461
462         * ftpd/ftpcmd.y: save file names when doing commands that might
463         get aborted (and longjmp:ed out of) to avoid overwriting them also
464         remove extra closing brace
465
466 1999-08-01  Johan Danielsson  <joda@pdc.kth.se>
467
468         * ftpd/ftpcmd.y: change `site find' to `site locate' (to match
469         what it does, and other implementations) keep find as an alias
470
471 1999-07-28  Assar Westerlund  <assar@sics.se>
472
473         * common/socket.c: moved to roken
474
475         * common/socket.c: new file with generic socket functions
476
477         * ftpd/ftpd.c: make it more AF-neutral and v6-capable
478
479         * ftpd/ftpcmd.y: add EPRT and EPSV
480
481         * ftpd/extern.h: update prototypes and variables
482
483         * ftp/krb4.c: update to new types of addresses
484
485         * ftp/gssapi.c: add support for both AF_INET and AF_INET6
486         addresses
487
488         * ftp/ftp.c: make it more AF-neutral and v6-capable
489
490         * ftp/extern.h (hookup): change prototype
491
492         * common/common.h: add prototypes for functions in socket.c
493
494         * common/Makefile.am (libcommon_a_SOURCES): add socket.c
495
496         * ftp/gssapi.c (gss_auth): check return value from
497         `gss_import_name' and print error messages if it fails
498
499 1999-06-15  Assar Westerlund  <assar@sics.se>
500
501         * ftp/krb4.c (krb4_auth): type correctness
502
503 1999-06-02  Johan Danielsson  <joda@pdc.kth.se>
504
505         * ftp/ftp.c (sendrequest): lmode != rmode
506         
507 1999-05-21  Assar Westerlund  <assar@sics.se>
508
509         * ftp/extern.h (sendrequest): update prototype
510
511         * ftp/cmds.c: update calls to sendrequest and recvrequest to send
512         "b" when appropriate
513
514         * ftp/ftp.c (sendrequest): add argument for mode to open file in.
515
516 1999-05-08  Assar Westerlund  <assar@sics.se>
517
518         * ftpd/ftpcmd.y: rename getline -> ftpd_getline
519
520         * ftp/main.c (makeargv): fill in unused slots with NULL
521
522 Thu Apr  8 15:06:40 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
523
524         * ftpd/ftpd.c: remove definition of KRB_VERIFY_USER (moved to
525         config.h)
526
527 Wed Apr  7 16:15:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
528
529         * ftp/gssapi.c (gss_auth): call gss_display_status to get a sane
530         error message; return AUTH_{CONTINUE,ERROR}, where appropriate
531
532         * ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate
533
534         * ftp/security.c (sec_login): if mechanism returns AUTH_CONTINUE,
535         just continue with the next mechanism, this fixes the case of
536         having GSSAPI fail because of non-existant of expired tickets
537
538         * ftp/security.h: add AUTH_{OK,CONTINUE,ERROR}
539
540 Thu Apr  1 16:59:04 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
541
542         * ftpd/Makefile.am: don't run check-local
543
544         * ftp/Makefile.am: don't run check-local
545
546 Mon Mar 22 22:15:18 1999  Assar Westerlund  <assar@sics.se>
547
548         * ftpd/ftpd.c (pass): fall-back for KRB_VERIFY_SECURE
549
550         * ftpd/ftpd.c (pass): 1 -> KRB_VERIFY_SECURE
551
552 Thu Mar 18 12:07:09 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
553
554         * ftpd/Makefile.am: clean ftpcmd.c
555
556         * ftpd/ftpd_locl.h: remove krb5.h (breaks in ftpcmd.y)
557
558         * ftpd/ftpd.c: move include of krb5.h here
559
560         * ftpd/Makefile.am: include Makefile.am.common
561
562         * Makefile.am: include Makefile.am.common
563
564         * ftp/Makefile.am: include Makefile.am.common
565
566         * common/Makefile.am: include Makefile.am.common
567
568 Tue Mar 16 22:28:37 1999  Assar Westerlund  <assar@sics.se>
569
570         * ftpd/ftpd_locl.h: add krb5.h to get heimdal_version
571
572         * ftpd/ftpd.c: krb_verify_user_multiple -> krb_verify_user
573
574 Thu Mar 11 14:54:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
575
576         * ftp/Makefile.in: WFLAGS
577
578         * ftp/ruserpass.c: add some if-braces
579
580 Wed Mar 10 20:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
581
582         * ftpd/ftpd_locl.h: remove ifdef HAVE_FNMATCH
583
584 Mon Mar  8 21:29:24 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
585
586         * ftpd/ftpd.c: re-add version in greeting message
587
588 Mon Mar  1 10:49:38 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
589
590         * ftpd/logwtmp.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
591
592 Mon Feb 22 19:20:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
593
594         * common/Makefile.in: remove glob
595
596 Sat Feb 13 17:19:35 1999  Assar Westerlund  <assar@sics.se>
597
598         * ftpd/ftpd.c (match): remove #ifdef HAVE_FNMATCH.  We have a
599         fnmatch implementation in roken and therefore always have it.
600
601         * ftp/ftp.c (copy_stream): initialize `werr'
602
603 Wed Jan 13 23:52:57 1999  Assar Westerlund  <assar@sics.se>
604
605         * ftpd/ftpcmd.y: moved all check_login and check_login_no_guest to
606         the end of the rules to ensure we don't generate several
607         (independent) error messages.  once again, having a yacc-grammar
608         for FTP with embedded actions doesn't strike me as the most
609         optimal way of doing it.
610
611 Tue Dec  1 14:44:29 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
612
613         * ftpd/Makefile.am: link with extra libs for aix
614
615 Sun Nov 22 10:28:20 1998  Assar Westerlund  <assar@sics.se>
616
617         * ftpd/ftpd.c (retrying): support on-the-fly decompression
618
619         * ftpd/Makefile.in (WFLAGS): set
620
621         * ftp/ruserpass.c (guess_domain): new function
622         (ruserpass): use it
623
624         * common/Makefile.in (WFLAGS): set
625
626         * Makefile.in (WFLAGS): set
627
628 Sat Nov 21 23:13:03 1998  Assar Westerlund  <assar@sics.se>
629
630         * ftp/security.c: some more type correctness.
631
632         * ftp/gssapi.c (gss_adat): more braces to shut up warnings
633
634 Wed Nov 18 21:47:55 1998  Assar Westerlund  <assar@sics.se>
635
636         * ftp/main.c (main): new option `-p' for enable passive mode.
637
638 Mon Nov  2 01:57:49 1998  Assar Westerlund  <assar@sics.se>
639
640         * ftp/ftp.c (getreply): remove extra `break'
641
642         * ftp/gssapi.c (gss_auth): fixo typo(copyo?)
643
644         * ftp/security.c (sec_login): fix loop and return value
645
646 Tue Sep  1 16:56:42 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
647
648         * ftp/cmds.c (quote1): fix % quoting bug
649
650 Fri Aug 14 17:10:06 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
651
652         * ftp/krb4.c: krb_put_int -> KRB_PUT_INT
653
654 Tue Jun 30 18:07:15 1998  Assar Westerlund  <assar@sics.se>
655
656         * ftp/security.c (auth): free `app_data'
657         (sec_end): only destroy if it was initialized
658
659 Tue Jun  9 21:01:59 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
660
661         * ftp/krb4.c: pass client address to krb_rd_req
662
663 Sat May 16 00:02:07 1998  Assar Westerlund  <assar@sics.se>
664
665         * ftpd/Makefile.am: link with DBLIB
666
667 Tue May 12 14:15:32 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
668
669         * ftp/gssapi.c: Save client name for userok().
670
671         * ftpd/gss_userok.c: Userok for gssapi.
672
673 Fri May  1 07:15:01 1998  Assar Westerlund  <assar@sics.se>
674
675         * ftp/ftp.c: unifdef -DHAVE_H_ERRNO
676
677 Fri Mar 27 00:46:07 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
678
679         * Make compile w/o krb4.
680
681 Thu Mar 26 03:49:12 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
682
683         * ftp/*, ftpd/*: Changes for new framework.
684
685         * ftp/gssapi.c: GSS-API backend for the new security framework.
686
687         * ftp/krb4.c: Updated for new framework.
688
689         * ftp/security.{c,h}: New unified security framework.