Skip to content

Commit 8afd4c0

Browse files
author
stroeder
committed
FWIW: HTTPS everywhere
1 parent 09ec9c5 commit 8afd4c0

73 files changed

Lines changed: 150 additions & 152 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build/build-openbsd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile,v 1.5 2014/11/18 08:28:48 stroeder Exp $
1+
# $Id: Makefile,v 1.6 2017/08/15 16:21:58 stroeder Exp $
22

33
WRKDIST= ${.CURDIR}/../..
44
VERSION!= sh ${WRKDIST}/Build/version.sh
@@ -7,7 +7,7 @@ PKGNAME= python-ldap-${VERSION}
77
RUN_DEPENDS= python:lang/python
88
CATEGORIES= misc
99
MAINTAINER= leonard@users.sourceforge.net
10-
HOMEPAGE= http://www.python-ldap.org/
10+
HOMEPAGE= https://www.python-ldap.org/
1111

1212
FAKE= Yes
1313
CONFIGURE_STYLE= gnu

Demo/pyasn1/noopsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Demo script for counting searching with OpenLDAP's no-op control
44
5-
See http://www.python-ldap.org/ for project details.
5+
See https://www.python-ldap.org/ for project details.
66
This needs the following software:
77
Python
88
pyasn1

Demo/pyasn1/ppolicy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""
33
Demo script for Password Policy Controls
4-
(see http://tools.ietf.org/html/draft-behera-ldap-password-policy)
4+
(see https://tools.ietf.org/html/draft-behera-ldap-password-policy)
55
66
This needs the following software:
77
Python

Demo/pyasn1/psearch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
33
Demo script for Persistent Search Control
4-
(see http://tools.ietf.org/html/draft-ietf-ldapext-psearch)
4+
(see https://tools.ietf.org/html/draft-ietf-ldapext-psearch)
55
6-
See http://www.python-ldap.org/ for project details.
6+
See https://www.python-ldap.org/ for project details.
77
This needs the following software:
88
Python
99
pyasn1

Demo/pyasn1/sessiontrack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44
demo_track_ldap_session.py
55
6-
Client-seitige Demo-Implementierung von Session Tracking Control
6+
Client-side demo implementation of Session Tracking Control
77
8-
http://tools.ietf.org/html/draft-wahl-ldap-session-03
8+
https://tools.ietf.org/html/draft-wahl-ldap-session-03
99
"""
1010

1111
__version__ = '0.1'

Lib/dsml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
dsml - generate and parse DSMLv1 data
33
(see http://www.oasis-open.org/committees/dsml/)
44
5-
See http://www.python-ldap.org/ for details.
5+
See https://www.python-ldap.org/ for details.
66
7-
$Id: dsml.py,v 1.59 2017/08/03 17:24:43 stroeder Exp $
7+
$Id: dsml.py,v 1.60 2017/08/15 16:21:58 stroeder Exp $
88
99
Python compability note:
1010
Tested with Python 2.0+.

Lib/ldap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
ldap - base module
33
4-
See http://www.python-ldap.org/ for details.
4+
See https://www.python-ldap.org/ for details.
55
6-
$Id: __init__.py,v 1.120 2017/08/03 17:24:43 stroeder Exp $
6+
$Id: __init__.py,v 1.121 2017/08/15 16:21:58 stroeder Exp $
77
"""
88

99
# This is also the overall release version number

Lib/ldap/async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
ldap.async - handle async LDAP operations
33
4-
See http://www.python-ldap.org/ for details.
4+
See https://www.python-ldap.org/ for details.
55
6-
\$Id: async.py,v 1.34 2015/06/06 09:21:37 stroeder Exp $
6+
\$Id: async.py,v 1.35 2017/08/15 16:21:58 stroeder Exp $
77
88
Python compability note:
99
Tested on Python 2.0+ but should run on Python 1.5.x.

Lib/ldap/controls/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"""
33
controls.py - support classes for LDAP controls
44
5-
See http://www.python-ldap.org/ for details.
5+
See https://www.python-ldap.org/ for details.
66
7-
$Id: __init__.py,v 1.10 2015/06/06 09:21:38 stroeder Exp $
7+
$Id: __init__.py,v 1.11 2017/08/15 16:21:58 stroeder Exp $
88
99
Description:
1010
The ldap.controls module provides LDAPControl classes.

Lib/ldap/controls/deref.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
ldap.controls.deref - classes for
44
(see https://tools.ietf.org/html/draft-masarati-ldap-deref)
55
6-
See http://www.python-ldap.org/ for project details.
6+
See https://www.python-ldap.org/ for project details.
77
8-
$Id: deref.py,v 1.3 2017/02/08 09:44:18 stroeder Exp $
8+
$Id: deref.py,v 1.4 2017/08/15 16:21:58 stroeder Exp $
99
"""
1010

1111
__all__ = [

0 commit comments

Comments
 (0)