shithub: riscv

Download patch

ref: 930efe67e81635e632f1e6f93e1c56499c79a55f
parent: e69cde312084f383a346f98f9d7edd42b27e2aef
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun May 20 19:22:41 EDT 2018

ape: fix auth.h

--- a/sys/include/ape/auth.h
+++ b/sys/include/ape/auth.h
@@ -63,6 +63,7 @@
 struct Chalstate
 {
 	char	*user;
+	char	*dom;
 	char	chal[MAXCHLEN];
 	int	nchal;
 	void	*resp;
@@ -81,7 +82,7 @@
 	char	resp[MD5LEN];
 };
 
-struct	MSchapreply	/* for protocol "mschap" */
+struct	MSchapreply		/* for protocol "mschap" and "ntlm" */
 {
 	char	LMresp[24];		/* Lan Manager response */
 	char	NTresp[24];		/* NT response */