mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 07:42:39 +08:00 
			
		
		
		
	Ignore NTLM handshake unless NTLM is configured
This commit is contained in:
		
							parent
							
								
									f452009079
								
							
						
					
					
						commit
						618673c335
					
				@ -377,7 +377,7 @@ for(;;){
 | 
				
			|||||||
			continue;
 | 
								continue;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
#ifndef NOCRYPT
 | 
					#ifndef NOCRYPT
 | 
				
			||||||
		if(!strncasecmp((char *)sb, "ntlm", 4)){
 | 
							if(param->srv->usentlm && !strncasecmp((char *)sb, "ntlm", 4)){
 | 
				
			||||||
			sb+=4;
 | 
								sb+=4;
 | 
				
			||||||
			while(isspace(*sb))sb++;
 | 
								while(isspace(*sb))sb++;
 | 
				
			||||||
			i = de64(sb, username, 1023);
 | 
								i = de64(sb, username, 1023);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user