[INN-COMMITTERS] inn (85 files)

Russ Allbery Russ_Allbery at isc.org
Sun Jan 19 01:15:45 UTC 2003


    Date: Saturday, January 18, 2003 @ 17:15:41
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

Modified: authprogs/Makefile authprogs/ident.c authprogs/radius.c
          backends/Makefile backends/actsync.c backends/archive.c
          backends/batcher.c backends/buffchan.c backends/crosspost.c
          backends/cvtbatch.c backends/filechan.c backends/innxbatch.c
          backends/innxmit.c backends/map.c backends/nntpget.c
          backends/overchan.c backends/shrinkfile.c contrib/respool.c
          doc/pod/hacking.pod expire/Makefile expire/expire.c
          expire/expireover.c expire/fastrm.c expire/grephistory.c
          expire/makedbz.c expire/makehistory.c frontends/Makefile
          frontends/ctlinnd.c frontends/feedone.c frontends/getlist.c
          frontends/inews.c frontends/ovdb_server.c frontends/ovdb_stat.c
          frontends/rnews.c frontends/sys2nf.c history/Makefile
          history/his.c history/hisv6/hisv6-private.h include/libinn.h
          innd/Makefile innd/innd.h innd/inndstart.c innd/keywords.c
          innfeed/Makefile innfeed/imap_connection.c
          innfeed/startinnfeed.c lib/Makefile lib/cleanfrom.c
          lib/clientactive.c lib/conffile.c lib/confparse.c lib/date.c
          lib/dbz.c lib/defdist.c lib/genid.c lib/getmodaddr.c lib/hash.c
          lib/hashtab.c lib/innconf.c lib/inndcomm.c lib/localopen.c
          lib/parsedate.y lib/perl.c lib/qio.c lib/readin.c
          lib/reservedfd.c lib/resource.c lib/sendpass.c lib/wire.c
          nnrpd/Makefile nnrpd/nnrpd.h nnrpd/perl.c storage/Makefile
          storage/buffindexed/buffindexed.c storage/cnfs/cnfs.c
          storage/expire.c storage/interface.c storage/ov.c
          storage/ovdb/ovdb.c storage/overdata.c storage/timecaf/caf.c
          storage/timecaf/timecaf.c storage/timehash/timehash.c
          storage/tradspool/tradspool.c
 Removed: include/macros.h

Move ISWHITE from macros.h to libinn.h and remove macros.h.  Remove the
include of macros.h globally, and regenerate all dependencies.


-----------------------------------+
 authprogs/Makefile                |   37 +++++++------
 authprogs/ident.c                 |    3 -
 authprogs/radius.c                |    3 -
 backends/Makefile                 |   70 +++++++++++++++----------
 backends/actsync.c                |    3 -
 backends/archive.c                |    3 -
 backends/batcher.c                |    3 -
 backends/buffchan.c               |    3 -
 backends/crosspost.c              |    5 -
 backends/cvtbatch.c               |    3 -
 backends/filechan.c               |    3 -
 backends/innxbatch.c              |    3 -
 backends/innxmit.c                |    3 -
 backends/map.c                    |    3 -
 backends/nntpget.c                |    3 -
 backends/overchan.c               |    3 -
 backends/shrinkfile.c             |    3 -
 contrib/respool.c                 |    1 
 doc/pod/hacking.pod               |    4 -
 expire/Makefile                   |   42 ++++++++-------
 expire/expire.c                   |    3 -
 expire/expireover.c               |    3 -
 expire/fastrm.c                   |    3 -
 expire/grephistory.c              |    3 -
 expire/makedbz.c                  |    3 -
 expire/makehistory.c              |    3 -
 frontends/Makefile                |   67 ++++++++++++++----------
 frontends/ctlinnd.c               |    3 -
 frontends/feedone.c               |    3 -
 frontends/getlist.c               |    3 -
 frontends/inews.c                 |    3 -
 frontends/ovdb_server.c           |    1 
 frontends/ovdb_stat.c             |    1 
 frontends/rnews.c                 |    3 -
 frontends/sys2nf.c                |    3 -
 history/Makefile                  |   15 ++---
 history/his.c                     |   11 ++--
 history/hisv6/hisv6-private.h     |    1 
 include/libinn.h                  |    5 +
 include/macros.h                  |   14 -----
 innd/Makefile                     |   86 +++++++++++++------------------
 innd/innd.h                       |    3 -
 innd/inndstart.c                  |    3 -
 innd/keywords.c                   |    3 -
 innfeed/Makefile                  |    4 -
 innfeed/imap_connection.c         |    3 -
 innfeed/startinnfeed.c            |    3 -
 lib/Makefile                      |   60 +++++++++-------------
 lib/cleanfrom.c                   |    3 -
 lib/clientactive.c                |    3 -
 lib/conffile.c                    |    3 -
 lib/confparse.c                   |    3 -
 lib/date.c                        |    3 -
 lib/dbz.c                         |    1 
 lib/defdist.c                     |    3 -
 lib/genid.c                       |   11 +---
 lib/getmodaddr.c                  |    3 -
 lib/hash.c                        |    1 
 lib/hashtab.c                     |    3 -
 lib/innconf.c                     |    3 -
 lib/inndcomm.c                    |    3 -
 lib/localopen.c                   |    3 -
 lib/parsedate.y                   |    3 -
 lib/perl.c                        |    3 -
 lib/qio.c                         |    3 -
 lib/readin.c                      |    3 -
 lib/reservedfd.c                  |    3 -
 lib/resource.c                    |    3 -
 lib/sendpass.c                    |    3 -
 lib/wire.c                        |    4 -
 nnrpd/Makefile                    |   98 +++++++++++++++++-------------------
 nnrpd/nnrpd.h                     |    3 -
 nnrpd/perl.c                      |   13 ++--
 storage/Makefile                  |   58 +++++++++------------
 storage/buffindexed/buffindexed.c |    3 -
 storage/cnfs/cnfs.c               |    3 -
 storage/expire.c                  |    3 -
 storage/interface.c               |    3 -
 storage/ov.c                      |    3 -
 storage/ovdb/ovdb.c               |    1 
 storage/overdata.c                |    3 -
 storage/timecaf/caf.c             |    3 -
 storage/timecaf/timecaf.c         |    3 -
 storage/timehash/timehash.c       |    3 -
 storage/tradspool/tradspool.c     |    3 -
 85 files changed, 357 insertions(+), 434 deletions(-)


More information about the inn-committers mailing list