head 1.3; access; symbols pkgsrc-2014Q1:1.2.0.70 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.68 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.66 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.64 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.62 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.60 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.58 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.56 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.54 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.52 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.50 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.48 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.46 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.44 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.42 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.40 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.38 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.36 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.34 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.32 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.30 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.28 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.26 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.24 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.22 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.20 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2014.06.10.15.22.14; author joerg; state dead; branches; next 1.2; commitid djgMkPoOrhNxnZDx; 1.2 date 2006.01.15.16.25.41; author kleink; state Exp; branches; next 1.1; 1.1 date 2006.01.02.20.52.09; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Retire Apache 1.3 and 2.0. @ text @$NetBSD: patch-aa,v 1.2 2006/01/15 16:25:41 kleink Exp $ --- auth_ldap.c.orig 2006-01-09 19:08:56.000000000 +0100 +++ auth_ldap.c 2006-01-15 17:19:30.000000000 +0100 @@@@ -173,7 +173,6 @@@@ #else if ((sec->ldc->ldap = ldap_init(sec->host, sec->port)) == NULL) { #endif - extern int errno; auth_ldap_log_reason(r, "Could not connect to LDAP server: %s", strerror(errno)); return 0; } @ 1.2 log @Update to ap-auth-ldap to 1.6.1; changes since 1.6.0 include: * Fixed security bug that could allow attacker to execute arbitrary commands as the apache user. [Digital Armaments, seregon at bughunter dot net] * Fixed bug that sometimes resulted in segfaults during periodic cache cleanup. [Stefan Gaffga] * Add AuthLDAPVersion option to specify which LDAP version to use on LDAP server. [Hans Petter Selasky] * Support ldaps:// urls automatically under OpenLDAP. No need to compile with --with-ssl; this is just to enable SSL with the Netscape SDK. [Andrew McAllister, Malcolm Locke] * Fixed bug where auth_ldap didn't always rebind as the AuthLDAPBindDN after doing an authorization. [Stephen Lombardo, Brent Putnam, Ace Suares, Ted Cabeen, others]. * Fixed bug where we forgot to note a failed auth attempt which would result in the browser never giving the user a second chance to enter a password. [Thanks to many other people] @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/01/02 20:52:09 joerg Exp $ @ 1.1 log @Fix errno. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 5 --- auth_ldap.c.orig 2006-01-02 20:47:58.000000000 +0000 +++ auth_ldap.c @@@@ -169,7 +169,6 @@@@ auth_ldap_connect_to_server(request_rec "{%d} LDAP OP: init", (int)getpid()); d8 1 @