[INN-COMMITTERS] inn (9 files)

Russ Allbery Russ_Allbery at isc.org
Sun Apr 10 22:20:12 UTC 2005


    Date: Sunday, April 10, 2005 @ 22:20:11
  Author: rra
    Path: /proj/cvs/isc/inn/inn

   Added: tests/authprogs/.cvsignore tests/authprogs/ident-t.c
Modified: MANIFEST authprogs/Makefile authprogs/ident.c
          authprogs/libauth.c authprogs/libauth.h tests/Makefile
          tests/TESTS

Clean up all the IPv6 cruft in the ident resolver and use the new network
library to handle the connection.  It turns out that returning the client
and server addresses as sockaddrs is not particularly useful, so since
this resolver was the main reason that was done, just return the client
and local IPs and ports as strings, simplifying the authenticator library.
Fix a bug where trailing whitespace after the username returned by the
ident responder wasn't stripped.  Add a test suite.


----------------------------+
 MANIFEST                   |    1 
 authprogs/Makefile         |   46 +++++----
 authprogs/ident.c          |   73 ++++++---------
 authprogs/libauth.c        |  201 ++++++++++++++++---------------------------
 authprogs/libauth.h        |    8 +
 tests/Makefile             |   23 ++--
 tests/TESTS                |    1 
 tests/authprogs/.cvsignore |    1 
 tests/authprogs/ident-t.c  |  148 +++++++++++++++++++++++++++++++
 9 files changed, 302 insertions(+), 200 deletions(-)


More information about the inn-committers mailing list