[INN-COMMITTERS] inn/nnrpd (15 files)

Russ Allbery Russ_Allbery at isc.org
Mon Apr 11 01:27:52 UTC 2005


    Date: Monday, April 11, 2005 @ 01:27:51
  Author: rra
    Path: /proj/cvs/isc/inn/inn/nnrpd

Modified: article.c commands.c group.c line.c list.c misc.c newnews.c
          nnrpd.c nnrpd.h perl.c perm.c post.c python.c sasl.c track.c

Start pulling client information into a struct.  This will be painful, but
it will make some internal APIs much simpler and will reduce the number of
global variables.


------------+
 article.c  |    4 -
 commands.c |   46 ++++++++++----------
 group.c    |    8 +--
 line.c     |    8 +--
 list.c     |    6 +-
 misc.c     |   36 +++++++--------
 newnews.c  |    8 +--
 nnrpd.c    |  135 ++++++++++++++++++++++++++++-------------------------------
 nnrpd.h    |   29 ++++++------
 perl.c     |   26 +++++------
 perm.c     |  106 ++++++++++++++++++++++------------------------
 post.c     |   30 ++++++-------
 python.c   |   38 ++++++++--------
 sasl.c     |   14 +++---
 track.c    |    4 -
 15 files changed, 248 insertions(+), 250 deletions(-)


More information about the inn-committers mailing list