Date: Sunday, April 10, 2005 @ 22:46:50
Author: rra
Path: /proj/cvs/isc/inn/inn
Modified: authprogs/auth_krb5.c authprogs/auth_smb.c authprogs/ckpasswd.c
authprogs/domain.c authprogs/ident.c authprogs/libauth.c
authprogs/libauth.h authprogs/radius.c
tests/authprogs/ckpasswd.t tests/authprogs/domain.t
tests/authprogs/ident-t.c
Add a function to libauth to print out the user and use it in all of the
authenticators and resolvers. Update the test suite to check whitespace
as well as content in the output from the resolvers to make sure CRLF is
always used. Many of the programs were only using LF before.
----------------------------+
authprogs/auth_krb5.c | 4 ++--
authprogs/auth_smb.c | 2 +-
authprogs/ckpasswd.c | 6 +++---
authprogs/domain.c | 4 ++--
authprogs/ident.c | 4 ++--
authprogs/libauth.c | 14 +++++++++++++-
authprogs/libauth.h | 5 ++++-
authprogs/radius.c | 4 ++--
tests/authprogs/ckpasswd.t | 18 +++++++++---------
tests/authprogs/domain.t | 12 +++++-------
tests/authprogs/ident-t.c | 4 ++--
11 files changed, 45 insertions(+), 32 deletions(-)