Moved lots of NTLM messages to verbose mode. Removed some messages in quiet mode

Undone some sprintf->snprintf conversions, broken


git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@107 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
Mark Janssen 2006-02-09 10:02:54 +00:00
parent 8b4be2c0d6
commit 52a0712ba5
3 changed files with 72 additions and 48 deletions

View file

@ -326,7 +326,8 @@ int main( int argc, char *argv[], char *envp[] )
{
if (args_info.ntlm_flag) {
build_type1();
message("Build Type 1 NTLM Message : %s\n", ntlm_type1_buf);
if ( args_info.verbose_flag )
message("Build Type 1 NTLM Message : %s\n", ntlm_type1_buf);
} else
make_basicauth();
}