From 7902d8a4e7fe2bdaa10fec09d3d29019dbeb2040 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 6 Jan 2002 13:52:32 +0000 Subject: [PATCH] Fixed debug message in mblogin --- ChangeLog | 19 ++++++++++--------- mbtask/issue | 3 --- unix/pwauth.c | 2 -- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb2598b7..6899fd9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4219,7 +4219,7 @@ v0.33.19 26-Oct-2001 it should display no data anymore. Change the file /opt/mbse/etc/issue like the example in the subdirectory mbtask. - Change the shell for user mbse to /opt/mbse/bin/mbnewusr + Change the shell for user "bbs" to /opt/mbse/bin/mbnewusr The make install fixes several permissions that are wrong for the new style (not setuid) of mbsebbs. Remove /opt/mbse/etc/maint to let it replace with a new @@ -4245,8 +4245,8 @@ v0.33.19 26-Oct-2001 Made the Makefile system more simple. The bbs programs now don't run setuid anymore! This makes the system more secure. A new program, mblogin, is written to allow logins with - Fidonet style names. This is a login replacement for bbs use - only. + Fidonet style names from mgetty and telnetd. This is a login + replacement for bbs use only. Normal shell users can't login. On FreeBSD the installed files are not removed anymore from the source tree. Added German language file made by Harald Wuensch. @@ -4326,11 +4326,12 @@ v0.33.19 26-Oct-2001 colors are set, the prompt is displayed with these colors. If not, the prompt defaults to white on black. Does now run as the users uid, not suid anymore. You are not - able to login with Fidonet style name anymore, only using - login. Removed IEMSI support, this has no use anymore. New - users need to register with the mbnewuser program, mbsebbs is - only for registered users. This should fix all kinds of setuid - and security problems with previous versions. + able to login with Fidonet style name anymore, the mblogin + program does this. Removed IEMSI support, this has no use + anymore. New users need to register with the mbnewuser + program, mbsebbs is only for registered users. This should + fix all kinds of setuid and security problems with previous + versions. QuickScan messages in netmail areas now only shows personal messages. The whoson list now uses mbtask to get the information. @@ -4375,7 +4376,7 @@ v0.33.19 26-Oct-2001 mblogin: New program. Replaces standard login, allows Fidonet style - usernames. + usernames. Has it's own login.defs file. mbcico: Undefined IEMSI support since mbsebbs doesn't support it diff --git a/mbtask/issue b/mbtask/issue index 7852e9e2..a84c2d9a 100644 --- a/mbtask/issue +++ b/mbtask/issue @@ -8,6 +8,3 @@ \\___)=(___/ Powered by Linux. -To register as a new user, login with the name "bbs" without quotes. -Registered users need to login with their unix name (one word). - diff --git a/unix/pwauth.c b/unix/pwauth.c index 5c945f6c..b9d5ccac 100644 --- a/unix/pwauth.c +++ b/unix/pwauth.c @@ -61,8 +61,6 @@ int pw_auth(const char *cipher, const char *user, int reason, const char *input) const char *cp; int retval; - printf("\n%s %s %d %s\n", cipher, user, reason, input); - /* * There are programs for adding and deleting authentication data. */