[INN-COMMITTERS] inn (71 files)
Russ Allbery
Russ_Allbery at isc.org
Tue Jan 14 02:49:56 UTC 2003
Date: Monday, January 13, 2003 @ 18:49:51
Author: rra
Path: /dist1/cvs/isc/inn/inn
Modified: HACKING TODO authprogs/radius.c backends/actsync.c
backends/archive.c backends/batcher.c backends/buffchan.c
backends/cvtbatch.c backends/innxbatch.c backends/innxmit.c
backends/map.c backends/nntpget.c contrib/respool.c
doc/pod/hacking.pod expire/expire.c expire/makedbz.c
expire/makehistory.c frontends/ctlinnd.c frontends/inews.c
frontends/ovdb_server.c frontends/rnews.c frontends/sys2nf.c
history/hisv6/hisv6.c include/macros.h innd/art.c innd/cc.c
innd/chan.c innd/icd.c innd/innd.c innd/keywords.c 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/status.c innd/util.c
innd/wip.c innfeed/imap_connection.c lib/conffile.c lib/dbz.c
lib/defdist.c lib/inndcomm.c lib/perl.c lib/readin.c
lib/reservedfd.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/sasl_config.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/tradspool/tradspool.c
Change all references to NEW to xmalloc, COPY to xstrdup, RENEW to
xrealloc, and DISPOSE to free, making the required transformation for NEW
and RENEW.
-----------------------------------+
HACKING | 20 -
TODO | 5
authprogs/radius.c | 16 -
backends/actsync.c | 8
backends/archive.c | 28 +-
backends/batcher.c | 4
backends/buffchan.c | 14 -
backends/cvtbatch.c | 8
backends/innxbatch.c | 6
backends/innxmit.c | 20 -
backends/map.c | 14 -
backends/nntpget.c | 4
contrib/respool.c | 4
doc/pod/hacking.pod | 20 -
expire/expire.c | 8
expire/makedbz.c | 4
expire/makehistory.c | 26 +-
frontends/ctlinnd.c | 4
frontends/inews.c | 32 +--
frontends/ovdb_server.c | 44 ++--
frontends/rnews.c | 12 -
frontends/sys2nf.c | 16 -
history/hisv6/hisv6.c | 6
include/macros.h | 8
innd/art.c | 38 +--
innd/cc.c | 76 +++----
innd/chan.c | 52 ++---
innd/icd.c | 36 +--
innd/innd.c | 18 -
innd/keywords.c | 8
innd/lc.c | 4
innd/nc.c | 40 +--
innd/newsfeeds.c | 66 +++---
innd/ng.c | 32 +--
innd/perl.c | 6
innd/proc.c | 8
innd/python.c | 14 -
innd/rc.c | 231 +++++++++++-----------
innd/site.c | 44 ++--
innd/status.c | 6
innd/util.c | 14 -
innd/wip.c | 6
innfeed/imap_connection.c | 4
lib/conffile.c | 20 -
lib/dbz.c | 24 +-
lib/defdist.c | 20 -
lib/inndcomm.c | 24 +-
lib/perl.c | 6
lib/readin.c | 6
lib/reservedfd.c | 10
nnrpd/article.c | 18 -
nnrpd/commands.c | 24 +-
nnrpd/group.c | 30 +-
nnrpd/misc.c | 15 -
nnrpd/newnews.c | 8
nnrpd/nnrpd.c | 24 +-
nnrpd/perl.c | 14 -
nnrpd/perm.c | 368 ++++++++++++++++++------------------
nnrpd/post.c | 76 +++----
nnrpd/python.c | 6
nnrpd/sasl_config.c | 6
storage/buffindexed/buffindexed.c | 116 +++++------
storage/cnfs/cnfs.c | 154 +++++++--------
storage/expire.c | 68 +++---
storage/interface.c | 56 ++---
storage/ov.c | 18 -
storage/ovdb/ovdb.c | 66 +++---
storage/timecaf/caf.c | 144 +++++++-------
storage/timecaf/timecaf.c | 98 ++++-----
storage/timehash/timehash.c | 76 +++----
storage/tradspool/tradspool.c | 230 +++++++++++-----------
71 files changed, 1375 insertions(+), 1384 deletions(-)
More information about the inn-committers
mailing list