]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup of auth protocol update.. need to include util.h for rfc1738_unescape
authorhno <>
Mon, 12 Aug 2002 22:58:11 +0000 (22:58 +0000)
committerhno <>
Mon, 12 Aug 2002 22:58:11 +0000 (22:58 +0000)
helpers/basic_auth/MSNT/msntauth.c
helpers/basic_auth/PAM/pam_auth.c
helpers/basic_auth/SASL/sasl_auth.c

index 02af0794d26339e81bd2f8c4032f6757c70f80eb..46aa2210c54d34ca674275e495edb87aa6cf0aa2 100644 (file)
@@ -37,6 +37,7 @@
 #include <string.h>
 #include <sys/time.h>
 
+#include "util.h"
 #include "msntauth.h"
 
 extern char version[];
index 04bd33ebb92a2746dd74d788052bb2c3d97b638e..d2b960ab56a099c076748560bdb5eae327866cf7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: pam_auth.c,v 1.8 2002/08/12 01:11:50 hno Exp $
+ * $Id: pam_auth.c,v 1.9 2002/08/12 16:58:11 hno Exp $
  *
  * PAM authenticator module for Squid.
  * Copyright (C) 1999,2002 Henrik Nordstrom <hno@squid-cache.org>
@@ -64,6 +64,8 @@
 
 #include <security/pam_appl.h>
 
+#include "util.h"
+
 #define BUFSIZE 8192
 
 
index 0878d3e0c02b4b2ce87973bdef9d093c18b77f1d..082ae1e5489467cb3659a1356d1b395474e39e86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: sasl_auth.c,v 1.3 2002/08/12 01:11:51 hno Exp $
+ * $Id: sasl_auth.c,v 1.4 2002/08/12 16:58:12 hno Exp $
  *
  * SASL authenticator module for Squid.
  * Copyright (C) 2002 Ian Castle <ian.castle@coldcomfortfarm.net>
@@ -31,6 +31,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "util.h"
+
 #define APP_NAME_SASL  "squid_sasl_auth"
 
 int