mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
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:
parent
8b4be2c0d6
commit
52a0712ba5
3 changed files with 72 additions and 48 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue