# do not edit -- automatically generated by arch changelog
# tag: automatic-ChangeLog--lord@emf.net--2003/ftp-utils--devo--1.0
#

2003-03-15 GMT	Tom Lord <lord@emf.net>	patch-26

    Summary:
      [issue26] spell stig's name properly!
    Revision:
      ftp-utils--devo--1.0--patch-26

    Spell stig's name properly!
    

    modified files:
     =THANKS ChangeLog


2003-03-02 GMT	Tom Lord <lord@emf.net>	patch-25

    Summary:
      fixed a loop error in wftp-client.c
    Revision:
      ftp-utils--devo--1.0--patch-25

    
    Fixed a loop error in wftp-client.c.
    
         -               end_burst = str_chr_index_n (bufpos, buffered, '\r');
         +                continue;
    
    `end_burst' could be 0 in which case more text needs to be buffered.
    The old code assumed `end_burst' could not be 0.
    
    The loop overall is based on computing `end_burst' and responding 
    to the case when it is 0 (end of line is not yet buffered) -- 
    so `continue' fixes the bug.
    

    modified files:
     ChangeLog wftp/wftp-client.c


2003-02-04 GMT	Tom Lord <lord@emf.net>	patch-24

    Summary:
      patch to recognize WebDAV-blocking proxies
    Revision:
      ftp-utils--devo--1.0--patch-24

    
    Given a reasonable error message if using a proxy server that doesn't
    advertise itself as supporting WebDAV  (from Scott Parish).
    

    modified files:
     =THANKS ChangeLog clients/dav-protocol.c


2003-01-27 GMT	Tom Lord <lord@emf.net>	patch-23

    Summary:
      cycled ChangeLogs
    Revision:
      ftp-utils--devo--1.0--patch-23

    Cycled ChangeLogs.
    

    new files:
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.devo--1.0
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     ChangeLog

    removed files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0


2003-01-27 GMT	Tom Lord <lord@emf.net>	patch-22

    Summary:
      use `rm' properly in Makefiles
    Revision:
      ftp-utils--devo--1.0--patch-22

    Don't invoke `rm' for files not known to exist; don't invoke `rm' with
    the `-f' flag; don't ignore the exit status of `rm'.
    

    modified files:
     =THANKS ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     libneon/Makefile.in


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-21

    Summary:
      updated =THANKS and =TODO
    Revision:
      ftp-utils--devo--1.0--patch-21

    Updated =THANKS and =TODO.
    

    modified files:
     =THANKS =TODO ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-20

    Summary:
      sftp patch from srp (Issue38)
    Revision:
      ftp-utils--devo--1.0--patch-20

    
    srp:
    
       Here is a patch (against arch--build-test-release-20030123--1.0)
       which should fix what was referred to as larch bug #38.
    
       Cause: server disconnection caused free() on memory never malloced
       (IE random pointer).
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     clients/sftp-protocol.c


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-19

    Summary:
      fixed `make test' bug
    Revision:
      ftp-utils--devo--1.0--patch-19

    
    Made `make test' depend on `all' in libneon.
    

    modified files:
     =THANKS ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     libneon/Makefile.in


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-18

    Summary:
      copyright cleanup
    Revision:
      ftp-utils--devo--1.0--patch-18

    
    Copyright cleanup.
    

    modified files:
     =THANKS ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     with-ftp/with-ftp.c


2003-01-26 GMT	Tom Lord <lord@emf.net>	patch-17

    Summary:
      fixed make-clean bugs
    Revision:
      ftp-utils--devo--1.0--patch-17

    Fixed make-clean bugs.
    

    modified files:
     =THANKS ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     libneon/Makefile.in tests/test-reply.sh


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-16

    Summary:
      init command status in dav_handle_command
    Revision:
      ftp-utils--devo--1.0--patch-16

    Fixed an uninitialized variable bug in dav_handle_command.
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     with-ftp/dav-handler.c


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-15

    Summary:
      make libneon `make install' better
    Revision:
      ftp-utils--devo--1.0--patch-15

    
    `install' should depend on `all'.
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     libneon/Makefile.in


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-14

    Summary:
      updated =README and =NEWS
    Revision:
      ftp-utils--devo--1.0--patch-14

    Updated =README and =NEWS with information about newly supported
    protocols.
    

    modified files:
     =NEWS =README ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-13

    Summary:
      updated copyright notices, parameterized bug addr
    Revision:
      ftp-utils--devo--1.0--patch-13

    
    Updated copyright dates on various files.
    
    Made the bug report address a configuration option.
    

    new files:
     PLUGIN/options

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     wftp/wftp-cd.c wftp/wftp-delete.c wftp/wftp-get.c
     wftp/wftp-home.c wftp/wftp-ls.c wftp/wftp-mkdir.c
     wftp/wftp-noop.c wftp/wftp-put.c wftp/wftp-pwd.c
     wftp/wftp-rename.c wftp/wftp-rmdir.c with-ftp/with-ftp.c


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-12

    Summary:
      added =THANKS
    Revision:
      ftp-utils--devo--1.0--patch-12

    
    Add an =THANKS file.
    

    new files:
     =THANKS

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-11

    Summary:
      update copyright banner for with-ftp
    Revision:
      ftp-utils--devo--1.0--patch-11

    Updated with-ftp's copyright banner (--version output) 
    to reflect Scott Parish's code (sftp and dav handlers, 
    sftp and dav protocol support in libftp).
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     with-ftp/with-ftp.c


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-10

    Summary:
      don't install libftp
    Revision:
      ftp-utils--devo--1.0--patch-10

    
    Install neither `libftp.a' or the header files for that library.
    
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     clients/Makefile.in libftp/Makefile.in


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-9

    Summary:
      added wu-ftp support
    Revision:
      ftp-utils--devo--1.0--patch-9

    
    For `wu-ftp:' method URI's, use the FTP protocol, but add 
    a "-a" flag to NLST and LIST commands.
    
    (This is because, by default, the wu-ftp server does not include
    directories is file lists unless that flag is provided.)
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     clients/ftp-protocol.c clients/ftp-protocol.h
     with-ftp/ftp-handler.c with-ftp/ftp-handler.h
     with-ftp/with-ftp.c


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-8

    Summary:
      -Wall fixes
    Revision:
      ftp-utils--devo--1.0--patch-8

    
    Fixed errors from compiling with `-Wall' (gcc option).
    

    modified files:
     =TODO ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     clients/dav-protocol.h clients/sftp-protocol.c
     clients/sftp-protocol.h with-ftp/dav-handler.c
     with-ftp/ftp-handler.c with-ftp/local-handler.c
     with-ftp/sftp-handler.c


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-7

    Summary:
      base error messages on `program_name' in wftp
    Revision:
      ftp-utils--devo--1.0--patch-7

    Base error messages on `program_name' in wftp.  This fixes a bug
    in `wftp-put' and generally improves maintainability and extensibility 
    of `wftp/'.
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     wftp/wftp-cd.c wftp/wftp-delete.c wftp/wftp-get.c
     wftp/wftp-home.c wftp/wftp-ls.c wftp/wftp-mkdir.c
     wftp/wftp-noop.c wftp/wftp-put.c wftp/wftp-pwd.c
     wftp/wftp-rename.c wftp/wftp-rmdir.c


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-6

    Summary:
      allow user supplied CFLAGS in libneon
    Revision:
      ftp-utils--devo--1.0--patch-6

    Allow the user to specify CFLAGS on the command line and 
    have libneon handle them reasonably.
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     libneon/Makefile.in


2003-01-20 GMT	Tom Lord <lord@regexps.com>	patch-5

    Summary:
      merged dav/sftp handlers into with-ftp
    Revision:
      ftp-utils--devo--1.0--patch-5

    
    Factored handlers for various protocols into their own files.
    
    Moved the wftp commands to their own directory.
    
    Heavily munged `main' to make it at least somewhat cleaner.
    
    More work remains, e.g. factoring wftp protocol parsing out of 
    the various handlers.
    
    dav, ftp, and local have been tested -- sftp has not.
    

    new files:
     wftp/PLUGIN/.arch-ids/=dont-care wftp/Makefile.in
     with-ftp/dav-handler.c with-ftp/sftp-handler.c
     with-ftp/local-handler.c with-ftp/ftp-handler.c
     with-ftp/utils.c with-ftp/handler.c with-ftp/dav-handler.h
     with-ftp/ftp-handler.h with-ftp/handler.h
     with-ftp/local-handler.h with-ftp/sftp-handler.h
     with-ftp/utils.h with-ftp/with-ftp.h wftp/PLUGIN/REQ

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     wftp/wftp-cd.c wftp/wftp-client.c wftp/wftp-delete.c
     wftp/wftp-get.c wftp/wftp-home.c wftp/wftp-ls.c
     wftp/wftp-mkdir.c wftp/wftp-noop.c wftp/wftp-put.c
     wftp/wftp-pwd.c wftp/wftp-rename.c wftp/wftp-rmdir.c
     with-ftp/Makefile.in with-ftp/with-ftp.c

    renamed files:
     with-ftp/wftp-get.c
       ==> wftp/wftp-get.c
     with-ftp/wftp-cd.c
       ==> wftp/wftp-cd.c
     with-ftp/wftp-client.c
       ==> wftp/wftp-client.c
     with-ftp/wftp-delete.c
       ==> wftp/wftp-delete.c
     with-ftp/wftp-home.c
       ==> wftp/wftp-home.c
     with-ftp/wftp-rename.c
       ==> wftp/wftp-rename.c
     with-ftp/wftp-client.h
       ==> wftp/wftp-client.h
     with-ftp/wftp-ls.c
       ==> wftp/wftp-ls.c
     with-ftp/wftp-mkdir.c
       ==> wftp/wftp-mkdir.c
     with-ftp/wftp-noop.c
       ==> wftp/wftp-noop.c
     with-ftp/wftp-pwd.c
       ==> wftp/wftp-pwd.c
     with-ftp/wftp-rmdir.c
       ==> wftp/wftp-rmdir.c
     with-ftp/wftp-put.c
       ==> wftp/wftp-put.c


    new directories:
     wftp wftp/PLUGIN wftp/PLUGIN/.arch-ids


2003-01-18 GMT	Tom Lord <lord@regexps.com>	patch-4

    Summary:
      added sftp and dav handlers to with-ftp
    Revision:
      ftp-utils--devo--1.0--patch-4

    Added sftp and dav handlers to with-ftp.  This 
    doesn't yet make them accessible to the command line --
    this is just the addition of the `_handle_command' functions.
    

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     with-ftp/Makefile.in with-ftp/with-ftp.c


2003-01-18 GMT	Tom Lord <lord@regexps.com>	patch-3

    Summary:
      added sftp and dav protocol clients
    Revision:
      ftp-utils--devo--1.0--patch-3

    Added sftp and dav protocol clients (just the library code -- not yet
    `with-ftp' support).
    
    

    new files:
     clients/dav-protocol.c clients/misc.c clients/sftp-protocol.c
     clients/dav-protocol.h clients/misc.h clients/sftp-protocol.h
     clients/sftp.h

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0


2003-01-18 GMT	Tom Lord <lord@regexps.com>	patch-2

    Summary:
      added libneon
    Revision:
      ftp-utils--devo--1.0--patch-2

    
    Added libneon to ftp-utils.
    

    new files:
     libneon/PLUGIN/.arch-ids/=dont-care
     libneon/expat/gennmtab/.arch-ids/=dont-care
     libneon/expat/xmlparse/.arch-ids/=dont-care
     libneon/expat/xmltok/.arch-ids/=dont-care
     libneon/expat/.arch-ids/=dont-care
     libneon/macros/.arch-ids/=dont-care
     libneon/.arch-ids/=dont-care libneon/ltconfig
     libneon/ltmain.sh libneon/COPYING.LIB libneon/ChangeLog
     libneon/Makefile.in libneon/PLUGIN/AUTOCONF libneon/PLUGIN/REQ
     libneon/README libneon/aclocal.m4 libneon/autogen.sh
     libneon/base64.c libneon/base64.h libneon/config.guess
     libneon/config.h.in libneon/config.log libneon/config.sub
     libneon/configure libneon/configure.in libneon/expat/ChangeLog
     libneon/expat/README libneon/expat/expat.html
     libneon/expat/gennmtab/gennmtab.c
     libneon/expat/xmlparse/hashtable.c
     libneon/expat/xmlparse/hashtable.h
     libneon/expat/xmlparse/xmlparse.c
     libneon/expat/xmlparse/xmlparse.h
     libneon/expat/xmltok/asciitab.h
     libneon/expat/xmltok/iasciitab.h
     libneon/expat/xmltok/latin1tab.h
     libneon/expat/xmltok/nametab.h libneon/expat/xmltok/utf8tab.h
     libneon/expat/xmltok/xmldef.h libneon/expat/xmltok/xmlrole.c
     libneon/expat/xmltok/xmlrole.h libneon/expat/xmltok/xmltok.c
     libneon/expat/xmltok/xmltok.h
     libneon/expat/xmltok/xmltok_impl.c
     libneon/expat/xmltok/xmltok_impl.h
     libneon/expat/xmltok/xmltok_ns.c libneon/install-sh
     libneon/libs.mk.in libneon/macros/ChangeLog
     libneon/macros/aclocal-include.m4
     libneon/macros/compiler-flags.m4
     libneon/macros/gnome-common.m4
     libneon/macros/gnome-gnorba-check.m4
     libneon/macros/gnome-orbit-check.m4
     libneon/macros/gnome-print-check.m4
     libneon/macros/gnome-pthread-check.m4
     libneon/macros/gnome-support.m4
     libneon/macros/gnome-x-checks.m4 libneon/macros/gnome.m4
     libneon/macros/neon-debug.m4 libneon/macros/neon-socks.m4
     libneon/macros/neon-ssl.m4 libneon/macros/neon-test.m4
     libneon/macros/neon-warnings.m4
     libneon/macros/neon-xml-parser.m4 libneon/macros/neon.m4
     libneon/macros/readline.m4 libneon/macros/socklen-arg-type.m4
     libneon/macros/strftime.m4 libneon/ne_207.c libneon/ne_207.h
     libneon/ne_acl.c libneon/ne_acl.h libneon/ne_alloc.c
     libneon/ne_alloc.h libneon/ne_auth.c libneon/ne_auth.h
     libneon/ne_basic.c libneon/ne_basic.h libneon/ne_compress.c
     libneon/ne_compress.h libneon/ne_cookies.c
     libneon/ne_cookies.h libneon/ne_dates.c libneon/ne_dates.h
     libneon/ne_defs.h libneon/ne_i18n.c libneon/ne_i18n.h
     libneon/ne_locks.c libneon/ne_locks.h libneon/ne_md5.c
     libneon/ne_md5.h libneon/ne_private.h libneon/ne_props.c
     libneon/ne_props.h libneon/ne_redirect.c libneon/ne_redirect.h
     libneon/ne_request.c libneon/ne_request.h libneon/ne_session.c
     libneon/ne_session.h libneon/ne_socket.c libneon/ne_socket.h
     libneon/ne_string.c libneon/ne_string.h libneon/ne_uri.c
     libneon/ne_uri.h libneon/ne_utils.c libneon/ne_utils.h
     libneon/ne_xml.c libneon/ne_xml.h libneon/sslcerts.c

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0

    new directories:
     libneon libneon/.arch-ids libneon/PLUGIN/.arch-ids
     libneon/expat/.arch-ids libneon/expat/gennmtab/.arch-ids
     libneon/expat/xmlparse/.arch-ids
     libneon/expat/xmltok/.arch-ids libneon/macros/.arch-ids
     libneon/PLUGIN libneon/expat libneon/expat/gennmtab
     libneon/expat/xmlparse libneon/expat/xmltok libneon/macros


2003-01-17 GMT	Tom Lord <lord@regexps.com>	patch-1

    Summary:
      renamed files in prep for transport merge
    Revision:
      ftp-utils--devo--1.0--patch-1

    
    Renamed files to prepare for new protocols.
    

    new files:
     with-ftp-lib/PLUGIN/.arch-ids/=dont-care clients/ftp-reply.c
     clients/PLUGIN/REQ with-ftp-lib/PLUGIN/REQ

    removed files:
     with-ftp-lib/PLUGIN/REQ client/reply.c client/PLUGIN/REQ

    modified files:
     ChangeLog
     ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
     clients/ftp-command.c clients/ftp-protocol.c
     libftp/Makefile.in tests/Makefile.in tests/unit-reply.c
     with-ftp/with-ftp.c

    renamed files:
     client/PLUGIN/.arch-ids/=dont-care
       ==> clients/PLUGIN/.arch-ids/=dont-care
     client/command.c
       ==> clients/ftp-command.c
     client/command.h
       ==> clients/ftp-command.h
     client/protocol.c
       ==> clients/ftp-protocol.c
     client/protocol.h
       ==> clients/ftp-protocol.h
     client/reply.h
       ==> clients/ftp-reply.h
     client/Makefile.in
       ==> clients/Makefile.in
     client/=commands
       ==> clients/=commands


    new directories:
     clients clients/PLUGIN clients/PLUGIN/.arch-ids
     with-ftp-lib/PLUGIN/.arch-ids

    removed directories:
     client client/PLUGIN client/PLUGIN/.arch-ids


2003-01-16 GMT	Tom Lord <lord@regexps.com>	base-0

    Summary:
      tag of lord@regexps.com--2002/ftp-utils--devo--1.0--patch-24
    Revision:
      ftp-utils--devo--1.0--base-0

    (automatically generated log message)
    

    new patches:
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--base-0
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-1
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-2
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-3
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-4
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-5
     lord@regexps.com--2001Q4/ftp-utils--devo--1.0--patch-5
     lord@regexps.com--2002/ftp-utils--devo--1.0--base-0
     lord@regexps.com--public-2001Q4/ftp-utils--devo--1.0--base-0
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-1
     lord@regexps.com--2002/ftp-utils--lord--1.0--base-0
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-1
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-2
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-2
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-3
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-4
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-5
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-6
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-3
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-4
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-5
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-6
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-7
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-8
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-9
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-10
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-7
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-11
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-12
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-8
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-13
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-9
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-14
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-15
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-10
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-16
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-11
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-17
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-18
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-19
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-12
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-20
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-13
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-14
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-15
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-16
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-17
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-21
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-22
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-18
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-23
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-24
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-19
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-25
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-26
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-20
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-27
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-28
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-29
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-21
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-30
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-22
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-31
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-32
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-33
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-23
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-34
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-35
     lord@regexps.com--2002/ftp-utils--lord--1.0--patch-36
     lord@regexps.com--2002/ftp-utils--devo--1.0--patch-24


