Makefile
config.*
autom4te*
-makefile
.deps
Makefile
+squid_ldap_auth
.deps
Makefile
+msnt_auth
.deps
Makefile
+ncsa_auth
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.am,v 1.5 2003/01/23 00:35:35 robertc Exp $
+# $Id: Makefile.am,v 1.6 2003/08/03 08:09:07 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
EXTRA_DIST = pam_auth.8
libexec_PROGRAMS = pam_auth
LDADD = -L$(top_builddir)/lib -lmiscutil -lpam $(XTRA_LIBS)
+
+install-exec-hook:
+ chown root $(libexecdir)/pam_auth || true
+ chmod u+s $(libexecdir)/pam_auth || true
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.in,v 1.44 2003/07/23 00:13:44 hno Exp $
+# $Id: Makefile.in,v 1.45 2003/08/03 08:09:07 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
install-data-am: install-man
install-exec-am: install-libexecPROGRAMS
+ @$(NORMAL_INSTALL)
+ $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-info: install-info-am
ps ps-am tags uninstall uninstall-am uninstall-info-am \
uninstall-libexecPROGRAMS uninstall-man uninstall-man8
+
+install-exec-hook:
+ chown root $(libexecdir)/pam_auth || true
+ chmod u+s $(libexecdir)/pam_auth || true
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
.deps
Makefile
+getpwname_auth
.deps
Makefile
+digest_pw_auth
.deps
Makefile
+ntlm_auth
*/
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "std-includes.h"
#include "rfcnb-priv.h"
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <malloc.h>
#include <string.h>
#include <stdlib.h>
*/
#include "smblib-priv.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include "rfcnb.h"
*/
#include "config.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include <string.h>
.deps
Makefile
+fakeauth_auth
.deps
Makefile
+wb_ntlmauth
Makefile
config.*
autom4te*
-makefile
+stamp-h1
.deps
Makefile
-auth_modules.c
+auth_modules.cc
+cachemgr.cgi
cf.data
+cf_gen
cf_gen_defines.h
-cf_parser.c
cf_parser.h
-globals.c
-repl_modules.c
-squid.conf
-squid.conf.default
-store_modules.c
-string_arrays.c
-cachemgr
-cf_gen
+dnsserver
+globals.cc
+pinger
+repl_modules.cc
squid
+squid.conf.default
squidclient
+string_arrays.c
unlinkd
/*
- * $Id: IPInterception.cc,v 1.6 2003/02/21 22:50:05 robertc Exp $
+ * $Id: IPInterception.cc,v 1.7 2003/08/03 08:09:26 robertc Exp $
*
* DEBUG: section 89 NAT / IP Interception
* AUTHOR: Robert Collins
return 0;
}
- else
- {
- return -1;
- }
-}
}
#elif LINUX_NETFILTER
+.deps
.dirstamp
-Makefile
+.deps
.dirstamp
-Makefile
-Makefile
+.deps
+.dirstamp
/*
- * $Id: auth_ntlm.cc,v 1.34 2003/07/14 14:16:21 robertc Exp $
+ * $Id: auth_ntlm.cc,v 1.35 2003/08/03 08:09:30 robertc Exp $
*
* DEBUG: section 29 NTLM Authenticator
* AUTHOR: Robert Collins
/* we only expect LD when finishing the handshake */
assert(ntlm_request->auth_state == AUTHENTICATE_STATE_RESPONSE);
ntlm_user->username = xstrndup(reply, MAX_LOGIN_SZ);
- helperstate = helperStatefulServerGetData(ntlm_request->authserver);
+ helperstate = static_cast<ntlm_helper_state_t *>(helperStatefulServerGetData(ntlm_request->authserver));
ntlm_request->authserver = NULL;
/* BH code: mark helper as broken */
/* mark it for starving */
/*
- * $Id: client_side_request.cc,v 1.28 2003/07/14 15:07:21 robertc Exp $
+ * $Id: client_side_request.cc,v 1.29 2003/08/03 08:09:26 robertc Exp $
*
* DEBUG: section 85 Client-side Request Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
#if USE_USERAGENT_LOG
if ((str = httpHeaderGetStr(req_hdr, HDR_USER_AGENT)))
- logUserAgent(fqdnFromAddr(http->getConn() ? http->getConn()->log_addr : no_addr), str);
+ logUserAgent(fqdnFromAddr(http->getConn().getRaw() ? http->getConn()->log_addr : no_addr), str);
#endif
#if USE_REFERER_LOG
if ((str = httpHeaderGetStr(req_hdr, HDR_REFERER)))
- logReferer(fqdnFromAddr(http->getConn() ? http->getConn()->log_addr : no_addr), str, http->log_uri);
+ logReferer(fqdnFromAddr(http->getConn().getRaw() ? http->getConn()->log_addr : no_addr), str, http->log_uri);
#endif
#if FORW_VIA_DB
+.deps
.dirstamp
-Makefile
-Makefile
+.deps
+.dirstamp
.deps
-Makefile
+.dirstamp
diskd
+.deps
.dirstamp
-Makefile
+.deps
.dirstamp
-Makefile
+.deps
+.dirstamp
Makefile
+.deps
.dirstamp
Makefile