This commit was manufactured by cvs2svn to create tag
[heimdal.git] / appl / ftp / ChangeLog
blobd6bbfddb244a028cbd4bccb3c0e6f89fd7387acf
1 2002-10-21  Johan Danielsson  <joda@pdc.kth.se>
3         * ftp/ftp.c: pull up 1.75; fix parsing of epsv ports
5 2002-09-05  Johan Danielsson  <joda@pdc.kth.se>
7         * ftp/security.c (sec_vfprintf): free encoded data
9         * ftp/gssapi.c (gss_decode): release buffer
11         * ftp/ftp.c (active_mode): no need to allocate buffer for EPRT
13 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
15         * ftp/ftp.c (command): clean up va_{start,end}ing (from NetBSD)
17 2002-08-23  Assar Westerlund  <assar@kth.se>
19         * ftp/main.c: start using getarg
21 2002-08-22  Johan Danielsson  <joda@pdc.kth.se>
23         * ftpd/ls.c: uxp/v lacks _S_IFMT, but has S_IFMT
25 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
27         * ftp/gssapi.c: remove unused variable
29 2002-04-24  Johan Danielsson  <joda@pdc.kth.se>
31         * ftp/ftp.c: fix buffer overrun when receiving long replies
33 2002-04-02  Johan Danielsson  <joda@pdc.kth.se>
35         * ftpd/popen.c: make sure gl_pathc != 0 before referencing
36         gl_pathv
38 2002-03-15  Johan Danielsson  <joda@pdc.kth.se>
40         * ftp/gssapi.c (gss_adat): if accept_sec_context fails, syslog a
41         reason and give a temporary error message
43 2002-02-28  Johan Danielsson  <joda@pdc.kth.se>
45         * ftpd/ftpd.c: if builtin_ls failes, return error
47         * ftpd/ls.c (builtin_ls): return status; also don't print fatal
48         error messages to the output stream, instead use syslog
50 2001-09-14  Johan Danielsson  <joda@pdc.kth.se>
52         * ftpd/ls.c: make sure we don't include . in recursive listings
54 2001-09-13  Johan Danielsson  <joda@pdc.kth.se>
56         * ftpd/ftpd.c (dataconn): don't wait forever on accept
58 2001-09-04  Assar Westerlund  <assar@sics.se>
60         * ftp/gssapi.c (gss_adat): leak less memory and check return value
61         from asprintf
63 2001-08-28  Jacques Vidrine <n@nectar.com>
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.
69 2001-08-28  Johan Danielsson  <joda@pdc.kth.se>
71         * ftp/gssapi.c: try using "host" if there's no "ftp" principal
73 2001-08-26  Johan Danielsson  <joda@pdc.kth.se>
75         * ftpd/ls.c: implement -R
77 2001-08-08  Assar Westerlund  <assar@sics.se>
79         * ftpd/ls.c: make -a and -A do the same as in ls(1)
81 2001-08-05  Assar Westerlund  <assar@sics.se>
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
88 2001-08-05  Assar Westerlund  <assar@sics.se>
90         * ftp/cmds.c (setpeer): __NetBSD__ is also a unix-like OS
92 2001-06-19  Assar Westerlund  <assar@sics.se>
94         * ftpd/popen.c, ftpd/ftpd.c: try to handle GLOB_MAXPATH (FreeBSD)
96 2001-04-19  Johan Danielsson  <joda@pdc.kth.se>
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
102 2001-03-26  Assar Westerlund  <assar@sics.se>
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
108 2001-02-15  Assar Westerlund  <assar@sics.se>
110         * ftp/cmds.c (setpeer): handle both service names and port numbers
111         for the second optional argument.  also make parsing more robust
113 2001-02-07  Assar Westerlund  <assar@sics.se>
115         * ftp/security.c (sec_end): only clean app_data if there is any
116         (*): do realloc consistently
118 2001-02-05  Assar Westerlund  <assar@sics.se>
120         * ftpd/popen.c (ftpd_popen): avoid overwriting the bounds of argv
121         and gargv
123 2001-01-30  Assar Westerlund  <assar@sics.se>
125         * ftpd/gss_userok.c: use gss_krb5_copy_ccache
127 2001-01-29  Assar Westerlund  <assar@sics.se>
129         * ftpd/Makefile.am: move up LIB_otp so we do not end up picking
130         one from /usr/athena
132 2001-01-25  Johan Danielsson  <joda@pdc.kth.se>
134         * ftpd/ls.c: fix bug in previous; make it easier to build test
135         version
137 2001-01-19  Johan Danielsson  <joda@pdc.kth.se>
139         * ftpd/ls.c (lstat_file): handle case where file lives in `/'
141 2001-01-18  Johan Danielsson  <joda@pdc.kth.se>
143         * ftpd/ftpd.c (pasv): close already open passive port
145 2000-12-14  Johan Danielsson  <joda@pdc.kth.se>
147         * ftpd/ls.c: reverse time and size sort order (pointed out by
148         tege)
150 2000-12-11  Johan Danielsson  <joda@pdc.kth.se>
152         * ftpd/ftpd.c: make it possible to set list of good filename
153         characters from command line
155 2000-12-10  Johan Danielsson  <joda@pdc.kth.se>
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
161         * ftpd/ls.c: implement -1CFx flags
163 2000-12-08  Assar Westerlund  <assar@sics.se>
165         * ftpd/gss_userok.c (gss_userok): handle getpwnam failing
166         * ftp/gssapi.c (gss_auth): be more explicit in error message
168 2000-11-29  Johan Danielsson  <joda@pdc.kth.se>
170         * ftpd/ftpd.8: close list
172 2000-11-15  Assar Westerlund  <assar@sics.se>
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
179 2000-11-09  Johan Danielsson  <joda@pdc.kth.se>
181         * ftp/security.c (sec_read): fix bug in previous (from Jacques A.
182         Vidrine <n@nectar.com>)
184 2000-11-05  Johan Danielsson  <joda@pdc.kth.se>
186         * ftpd/ftpcmd.y: only allow pasv if logged in
188 2000-10-23  Johan Danielsson  <joda@pdc.kth.se>
190         * ftpd/ftpd.c: change bad filename message slightly
192         * common/buffer.c: HAVE_ST_BLKSIZE -> HAVE_STRUCT_STAT_ST_BLKSIZE
194 2000-10-08  Assar Westerlund  <assar@sics.se>
196         * ftp/ftp.c (*): check that fds are not too large to select on
197         * ftp/main.c (cmdscanner): print a newline upon EOF
199 2000-09-19  Assar Westerlund  <assar@sics.se>
201         * ftp/security.h: add some attributes to prototypes of sec*
202         * ftp/extern.h (command): add attributes
204 2000-08-31  Johan Danielsson  <joda@pdc.kth.se>
206         * ftpd/ftpd.c: change redundant password message to something
207         people can understand
209 2000-07-27  Assar Westerlund  <assar@sics.se>
211         * ftpd/gss_userok.c (gss_userok): only do AFS iff KRB4
212         * ftpd/ftpd.c (krb5_verify): only do AFS stuff if KRB4
214 2000-07-07  Assar Westerlund  <assar@sics.se>
216         * ftpd/ftpd.c: do not call setproctitle with a variable as the
217         format string
219 2000-07-01  Assar Westerlund  <assar@sics.se>
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
225 2000-06-21  Assar Westerlund  <assar@sics.se>
227         * ftpd: support for authenticating passwords with krb5, by Daniel
228         Kouril <kouril@ics.muni.cz>
230 2000-06-06  Johan Danielsson  <joda@pdc.kth.se>
232         * ftpd/ftpcmd.y: change unix test to be negative
233         
234 2000-05-18  Assar Westerlund  <assar@sics.se>
236         * ftpd/ftpd.c (args): should use `debug'.  From Onno van der
237         Linden <onno@simplex.nl>.
239 2000-04-25  Assar Westerlund  <assar@sics.se>
241         * ftp/ftp.c (login): re-structure code so that we prompt for
242         password for ftp/anonymous
244 2000-04-11  Assar Westerlund  <assar@sics.se>
246         * ftp/ftp.c (login): initialize tmp before calling fgets
248 2000-04-02  Assar Westerlund  <assar@sics.se>
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.
257 2000-03-26  Assar Westerlund  <assar@sics.se>
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
265 2000-03-09  Johan Danielsson  <joda@pdc.kth.se>
267         * call list_file for broken usages of nlst too
269         * ftpd/ftpd.c: call list_file for broken usages of nlst too
271 2000-02-07  Assar Westerlund  <assar@sics.se>
273         * ftp/security.c (sec_read): more paranoia with return value from
274         sec_get_data
276 2000-01-08  Assar Westerlund  <assar@sics.se>
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
283 1999-12-21  Assar Westerlund  <assar@sics.se>
285         * ftpd/ftpd.c: don't use sa_len as a parameter, it's defined on
286         Irix
288 1999-12-21  Johan Danielsson  <joda@pdc.kth.se>
290         * ftpd/ftpd.c (dataconn): make sure from points to actual data
292 1999-12-16  Assar Westerlund  <assar@sics.se>
294         * ftp/ruserpass.c (guess_domain): handle ai_canonname not being
295         set
296         * ftp/ftp.c (hookup): handle ai_canonname not being set
298 1999-12-06  Assar Westerlund  <assar@sics.se>
300         * ftp/krb4.c (krb4_auth): the nat-IP address might not be realm
301         bounded.
303 1999-12-05  Assar Westerlund  <assar@sics.se>
305         * ftpd/ftpd.c (dolog): update prototype
306         * ftpd/ftpd.c (dolog): use getnameinfo_verified
307         * ftpd/ftpd.c: replace inaddr2str by getnameinfo
309 1999-12-04  Assar Westerlund  <assar@sics.se>
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>
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.
320         * ftpd/ftpd.c (args): set correct variable when `-l' so that
321         logging actually works
323 1999-11-29  Assar Westerlund  <assar@sics.se>
325         * ftp/security.c (sec_login): check return value from realloc
326         (sec_end): set app_data to NULL
328 1999-11-25  Assar Westerlund  <assar@sics.se>
330         * ftp/krb4.c (krb4_auth): obtain the `local' address when doing
331         NAT.  also turn on passive mode.  From <thn@stacken.kth.se>
333 1999-11-20  Assar Westerlund  <assar@sics.se>
335         * ftpd/ls.c (make_fileinfo): cast to allow for non-const
336         prototypes of readlink
338 1999-11-12  Assar Westerlund  <assar@sics.se>
340         * ftpd/ftpd.c (args): use arg_counter for `l'
341         
342 1999-11-04  Assar Westerlund  <assar@sics.se>
344         * ftpd/ls.c (S_ISSOCK, S_ISLNK): fallback definitions for systems
345         that don't have them (such as ultrix)
347 1999-10-29  Assar Westerlund  <assar@sics.se>
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
353         * ftpd/ftpd_locl.h: <sys/ioccom.h> is needed for kafs.h
355 1999-10-28  Assar Westerlund  <assar@sics.se>
357         * ftpd/ls.c (lstat_file): don't set st_mode, it should already be
358         correct
360         * ftpd/ls.c: don't use warnx to print errors
362         * ftpd/ls.c (builtin_ls): fix typo, 'd' shouldn't imply 'f'
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'
368         * ftpd/ftpd.c: some const-poisoning
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>
374 1999-10-26  Assar Westerlund  <assar@sics.se>
376         * ftpd/ftpcmd.y (help): it's unnecessary to interpret help strings
377         as printf commands
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>
383 1999-10-21  Johan Danielsson  <joda@pdc.kth.se>
385         * ftpd/kauth.c (kauth): complain if protection level isn't
386         `private'
388         * ftp/krb4.c (krb4_decode): syslog failure reason
390         * ftp/kauth.c (kauth): set private level earlier
392         * ftp/security.c: get_command_prot; (sec_prot): partially match
393         `command' and `data'
395 1999-10-18  Johan Danielsson  <joda@pdc.kth.se>
397         * ftpd/ftpd.c: change `-l' flag to use arg_collect (this makes
398         `-ll' work again)
400         * ftpd/ftpd.c (list_file): pass filename to ls
402 1999-10-04  Johan Danielsson  <joda@pdc.kth.se>
404         * ftpd/ftpcmd.y: FEAT
406 1999-10-03  Assar Westerlund  <assar@sics.se>
408         * ftpd/ls.c: fall-back definitions for constans and casts for
409         printfs
411 1999-10-03  Johan Danielsson  <joda@pdc.kth.se>
413         * ftpd/ftpd.c (main): make this use getarg; add `list_file'
415         * ftpd/ftpcmd.y (LIST): call list_file
417         * ftpd/ls.c: add simple built-in ls
419         * ftp/security.c: add `sec_vfprintf2' and `sec_fprintf2' that
420         prints to the data stream
422         * ftp/kauth.c (kauth): make sure we're using private protection
423         level
425         * ftp/security.c (set_command_prot): set command protection level
427         * ftp/security.c: make it possible to set the command protection
428         level with `prot'
430 1999-09-30  Assar Westerlund  <assar@sics.se>
432         * ftpd/ftpd_locl.h: add prototype for fclose to make sunos happy
434 1999-08-19  Johan Danielsson  <joda@pdc.kth.se>
436         * ftpd/ftpd.c (do_login): show issue-file
437         (send_data): change handling of zero-byte files
439 1999-08-18  Assar Westerlund  <assar@sics.se>
441         * ftp/cmds.c (getit): be more suspicious when parsing the result
442         of MDTM.  Do the comparison of timestamps correctly.
444 1999-08-13  Assar Westerlund  <assar@sics.se>
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.
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.
454 1999-08-03  Assar Westerlund  <assar@sics.se>
456         * ftp/ftp.c (active_mode): hide failure of EPRT by setting verbose
458         * ftp/gssapi.c (gss_auth): initialize application_data in bindings
460 1999-08-02  Assar Westerlund  <assar@sics.se>
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
466 1999-08-01  Johan Danielsson  <joda@pdc.kth.se>
468         * ftpd/ftpcmd.y: change `site find' to `site locate' (to match
469         what it does, and other implementations) keep find as an alias
471 1999-07-28  Assar Westerlund  <assar@sics.se>
473         * common/socket.c: moved to roken
475         * common/socket.c: new file with generic socket functions
477         * ftpd/ftpd.c: make it more AF-neutral and v6-capable
479         * ftpd/ftpcmd.y: add EPRT and EPSV
481         * ftpd/extern.h: update prototypes and variables
483         * ftp/krb4.c: update to new types of addresses
485         * ftp/gssapi.c: add support for both AF_INET and AF_INET6
486         addresses
488         * ftp/ftp.c: make it more AF-neutral and v6-capable
490         * ftp/extern.h (hookup): change prototype
492         * common/common.h: add prototypes for functions in socket.c
494         * common/Makefile.am (libcommon_a_SOURCES): add socket.c
496         * ftp/gssapi.c (gss_auth): check return value from
497         `gss_import_name' and print error messages if it fails
499 1999-06-15  Assar Westerlund  <assar@sics.se>
501         * ftp/krb4.c (krb4_auth): type correctness
503 1999-06-02  Johan Danielsson  <joda@pdc.kth.se>
505         * ftp/ftp.c (sendrequest): lmode != rmode
506         
507 1999-05-21  Assar Westerlund  <assar@sics.se>
509         * ftp/extern.h (sendrequest): update prototype
511         * ftp/cmds.c: update calls to sendrequest and recvrequest to send
512         "b" when appropriate
514         * ftp/ftp.c (sendrequest): add argument for mode to open file in.
516 1999-05-08  Assar Westerlund  <assar@sics.se>
518         * ftpd/ftpcmd.y: rename getline -> ftpd_getline
520         * ftp/main.c (makeargv): fill in unused slots with NULL
522 Thu Apr  8 15:06:40 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
524         * ftpd/ftpd.c: remove definition of KRB_VERIFY_USER (moved to
525         config.h)
527 Wed Apr  7 16:15:21 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
529         * ftp/gssapi.c (gss_auth): call gss_display_status to get a sane
530         error message; return AUTH_{CONTINUE,ERROR}, where appropriate
532         * ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate
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
538         * ftp/security.h: add AUTH_{OK,CONTINUE,ERROR}
540 Thu Apr  1 16:59:04 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
542         * ftpd/Makefile.am: don't run check-local
544         * ftp/Makefile.am: don't run check-local
546 Mon Mar 22 22:15:18 1999  Assar Westerlund  <assar@sics.se>
548         * ftpd/ftpd.c (pass): fall-back for KRB_VERIFY_SECURE
550         * ftpd/ftpd.c (pass): 1 -> KRB_VERIFY_SECURE
552 Thu Mar 18 12:07:09 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
554         * ftpd/Makefile.am: clean ftpcmd.c
556         * ftpd/ftpd_locl.h: remove krb5.h (breaks in ftpcmd.y)
558         * ftpd/ftpd.c: move include of krb5.h here
560         * ftpd/Makefile.am: include Makefile.am.common
562         * Makefile.am: include Makefile.am.common
564         * ftp/Makefile.am: include Makefile.am.common
566         * common/Makefile.am: include Makefile.am.common
568 Tue Mar 16 22:28:37 1999  Assar Westerlund  <assar@sics.se>
570         * ftpd/ftpd_locl.h: add krb5.h to get heimdal_version
572         * ftpd/ftpd.c: krb_verify_user_multiple -> krb_verify_user
574 Thu Mar 11 14:54:59 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
576         * ftp/Makefile.in: WFLAGS
578         * ftp/ruserpass.c: add some if-braces
580 Wed Mar 10 20:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
582         * ftpd/ftpd_locl.h: remove ifdef HAVE_FNMATCH
584 Mon Mar  8 21:29:24 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
586         * ftpd/ftpd.c: re-add version in greeting message
588 Mon Mar  1 10:49:38 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
590         * ftpd/logwtmp.c: HAVE_UT_* -> HAVE_STRUCT_UTMP*_UT_*
592 Mon Feb 22 19:20:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
594         * common/Makefile.in: remove glob
596 Sat Feb 13 17:19:35 1999  Assar Westerlund  <assar@sics.se>
598         * ftpd/ftpd.c (match): remove #ifdef HAVE_FNMATCH.  We have a
599         fnmatch implementation in roken and therefore always have it.
601         * ftp/ftp.c (copy_stream): initialize `werr'
603 Wed Jan 13 23:52:57 1999  Assar Westerlund  <assar@sics.se>
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.
611 Tue Dec  1 14:44:29 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
613         * ftpd/Makefile.am: link with extra libs for aix
615 Sun Nov 22 10:28:20 1998  Assar Westerlund  <assar@sics.se>
617         * ftpd/ftpd.c (retrying): support on-the-fly decompression
619         * ftpd/Makefile.in (WFLAGS): set
621         * ftp/ruserpass.c (guess_domain): new function
622         (ruserpass): use it
624         * common/Makefile.in (WFLAGS): set
626         * Makefile.in (WFLAGS): set
628 Sat Nov 21 23:13:03 1998  Assar Westerlund  <assar@sics.se>
630         * ftp/security.c: some more type correctness.
632         * ftp/gssapi.c (gss_adat): more braces to shut up warnings
634 Wed Nov 18 21:47:55 1998  Assar Westerlund  <assar@sics.se>
636         * ftp/main.c (main): new option `-p' for enable passive mode.
638 Mon Nov  2 01:57:49 1998  Assar Westerlund  <assar@sics.se>
640         * ftp/ftp.c (getreply): remove extra `break'
642         * ftp/gssapi.c (gss_auth): fixo typo(copyo?)
644         * ftp/security.c (sec_login): fix loop and return value
646 Tue Sep  1 16:56:42 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
648         * ftp/cmds.c (quote1): fix % quoting bug
650 Fri Aug 14 17:10:06 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
652         * ftp/krb4.c: krb_put_int -> KRB_PUT_INT
654 Tue Jun 30 18:07:15 1998  Assar Westerlund  <assar@sics.se>
656         * ftp/security.c (auth): free `app_data'
657         (sec_end): only destroy if it was initialized
659 Tue Jun  9 21:01:59 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
661         * ftp/krb4.c: pass client address to krb_rd_req
663 Sat May 16 00:02:07 1998  Assar Westerlund  <assar@sics.se>
665         * ftpd/Makefile.am: link with DBLIB
667 Tue May 12 14:15:32 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
669         * ftp/gssapi.c: Save client name for userok().
671         * ftpd/gss_userok.c: Userok for gssapi.
673 Fri May  1 07:15:01 1998  Assar Westerlund  <assar@sics.se>
675         * ftp/ftp.c: unifdef -DHAVE_H_ERRNO
677 Fri Mar 27 00:46:07 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
679         * Make compile w/o krb4.
681 Thu Mar 26 03:49:12 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
683         * ftp/*, ftpd/*: Changes for new framework.
685         * ftp/gssapi.c: GSS-API backend for the new security framework.
687         * ftp/krb4.c: Updated for new framework.
689         * ftp/security.{c,h}: New unified security framework.