[INN-COMMITTERS] inn (87 files)
Russ Allbery
Russ_Allbery at isc.org
Tue Jan 14 06:03:37 UTC 2003
Date: Monday, January 13, 2003 @ 22:03:30
Author: rra
Path: /dist1/cvs/isc/inn/inn
Modified: TODO authprogs/smbval/rfcnb-io.c authprogs/smbval/rfcnb-util.c
authprogs/smbval/session.c authprogs/smbval/smblib-priv.h
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/nntpget.c backends/shlock.c backends/shrinkfile.c
doc/man/dbz.3 doc/man/libinn.3 doc/man/libstorage.3
doc/man/storage.conf.5 expire/expire.c expire/makedbz.c
expire/makehistory.c expire/prunehistory.c frontends/ctlinnd.c
frontends/feedone.c frontends/inews.c frontends/ovdb_init.c
frontends/ovdb_stat.c frontends/rnews.c frontends/sys2nf.c
history/his.c include/inn/defines.h include/ppport.h innd/art.c
innd/cc.c innd/chan.c innd/icd.c innd/innd.c innd/innd.h
innd/lc.c innd/nc.c innd/newsfeeds.c innd/ng.c innd/perl.c
innd/proc.c innd/python.c innd/rc.c innd/site.c innd/tcl.c
innd/util.c innd/wip.c innfeed/host.c innfeed/main.c
lib/conffile.c lib/dbz.c lib/inndcomm.c lib/makedir.c lib/perl.c
lib/readin.c lib/reservedfd.c lib/uwildmat.c nnrpd/article.c
nnrpd/commands.c nnrpd/group.c nnrpd/misc.c nnrpd/newnews.c
nnrpd/nnrpd.c nnrpd/perl.c nnrpd/perm.c nnrpd/post.c
nnrpd/python.c nnrpd/tls.c nnrpd/track.c
storage/buffindexed/buffindexed.c storage/cnfs/cnfs.c
storage/expire.c storage/interface.c storage/ov.c
storage/ovdb/ovdb.c storage/timecaf/caf.c
storage/timecaf/timecaf.c storage/timehash/timehash.c
storage/tradindexed/tradindexed.c storage/tradspool/tradspool.c
storage/trash/trash.c
Replace TRUE with true and FALSE with false everywhere and remove the code
to define TRUE and FALSE.
-----------------------------------+
TODO | 4
authprogs/smbval/rfcnb-io.c | 4
authprogs/smbval/rfcnb-util.c | 2
authprogs/smbval/session.c | 4
authprogs/smbval/smblib-priv.h | 2
backends/actsync.c | 36 +--
backends/archive.c | 64 +++---
backends/batcher.c | 16 -
backends/buffchan.c | 20 +-
backends/crosspost.c | 22 +-
backends/cvtbatch.c | 6
backends/filechan.c | 8
backends/innxbatch.c | 50 ++---
backends/innxmit.c | 148 +++++++--------
backends/nntpget.c | 24 +-
backends/shlock.c | 26 +-
backends/shrinkfile.c | 56 ++---
doc/man/dbz.3 | 8
doc/man/libinn.3 | 10 -
doc/man/libstorage.3 | 20 +-
doc/man/storage.conf.5 | 14 -
expire/expire.c | 112 +++++------
expire/makedbz.c | 14 -
expire/makehistory.c | 60 +++---
expire/prunehistory.c | 6
frontends/ctlinnd.c | 88 ++++-----
frontends/feedone.c | 8
frontends/inews.c | 94 +++++-----
frontends/ovdb_init.c | 4
frontends/ovdb_stat.c | 2
frontends/rnews.c | 82 ++++----
frontends/sys2nf.c | 10 -
history/his.c | 12 -
include/inn/defines.h | 8
include/ppport.h | 2
innd/art.c | 228 ++++++++++++------------
innd/cc.c | 52 ++---
innd/chan.c | 16 -
innd/icd.c | 40 ++--
innd/innd.c | 58 +++---
innd/innd.h | 4
innd/lc.c | 4
innd/nc.c | 76 ++++----
innd/newsfeeds.c | 88 ++++-----
innd/ng.c | 42 ++--
innd/perl.c | 8
innd/proc.c | 6
innd/python.c | 16 -
innd/rc.c | 92 ++++-----
innd/site.c | 60 +++---
innd/tcl.c | 6
innd/util.c | 18 -
innd/wip.c | 12 -
innfeed/host.c | 8
innfeed/main.c | 4
lib/conffile.c | 6
lib/dbz.c | 218 +++++++++++------------
lib/inndcomm.c | 6
lib/makedir.c | 16 -
lib/perl.c | 22 +-
lib/readin.c | 4
lib/reservedfd.c | 8
lib/uwildmat.c | 8
nnrpd/article.c | 46 ++--
nnrpd/commands.c | 64 +++---
nnrpd/group.c | 4
nnrpd/misc.c | 40 ++--
nnrpd/newnews.c | 14 -
nnrpd/nnrpd.c | 160 ++++++++---------
nnrpd/perl.c | 42 ++--
nnrpd/perm.c | 92 ++++-----
nnrpd/post.c | 102 +++++-----
nnrpd/python.c | 16 -
nnrpd/tls.c | 2
nnrpd/track.c | 8
storage/buffindexed/buffindexed.c | 338 ++++++++++++++++++------------------
storage/cnfs/cnfs.c | 282 +++++++++++++++---------------
storage/expire.c | 102 +++++-----
storage/interface.c | 176 +++++++++---------
storage/ov.c | 48 ++---
storage/ovdb/ovdb.c | 288 +++++++++++++++---------------
storage/timecaf/caf.c | 30 +--
storage/timecaf/timecaf.c | 36 +--
storage/timehash/timehash.c | 26 +-
storage/tradindexed/tradindexed.c | 4
storage/tradspool/tradspool.c | 82 ++++----
storage/trash/trash.c | 16 -
87 files changed, 2091 insertions(+), 2099 deletions(-)
More information about the inn-committers
mailing list