File: SOURCES.txt

package info (click to toggle)
python-ldap 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,248 kB
  • sloc: python: 9,465; ansic: 2,828; makefile: 132; sh: 68
file content (170 lines) | stat: -rw-r--r-- 4,015 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
.coveragerc
CHANGES
INSTALL
LICENCE
MANIFEST.in
Makefile
README
TODO
setup.cfg
setup.py
tox.ini
Build/setup.cfg.mingw
Build/setup.cfg.suse-linux
Build/setup.cfg.win32
Demo/initialize.py
Demo/ldapcontrols.py
Demo/ldapurl_search.py
Demo/matchedvalues.py
Demo/ms_ad_bind.py
Demo/options.py
Demo/page_control.py
Demo/paged_search_ext_s.py
Demo/passwd_ext_op.py
Demo/pickle_ldapobject.py
Demo/reconnect.py
Demo/rename.py
Demo/resiter.py
Demo/sasl_bind.py
Demo/schema.py
Demo/schema_tree.py
Demo/simple.py
Demo/simplebrowse.py
Demo/Lib/ldap/async/deltree.py
Demo/Lib/ldap/async/ldifwriter.py
Demo/Lib/ldap/async/sizelimit.py
Demo/Lib/ldapurl/urlsearch.py
Demo/Lib/ldif/ldifcopy.py
Demo/pyasn1/dds.py
Demo/pyasn1/derefcontrol.py
Demo/pyasn1/noopsearch.py
Demo/pyasn1/ppolicy.py
Demo/pyasn1/psearch.py
Demo/pyasn1/readentrycontrol.py
Demo/pyasn1/sessiontrack.py
Demo/pyasn1/sss_highest_number.py
Demo/pyasn1/syncrepl.py
Doc/Makefile
Doc/bytes_mode.rst
Doc/conf.py
Doc/contributing.rst
Doc/fake_ldap_module_for_documentation.py
Doc/faq.rst
Doc/index.rst
Doc/installing.rst
Doc/resources.rst
Doc/sample_workflow.rst
Doc/spelling_wordlist.txt
Doc/reference/index.rst
Doc/reference/ldap-async.rst
Doc/reference/ldap-controls.rst
Doc/reference/ldap-dn.rst
Doc/reference/ldap-extop.rst
Doc/reference/ldap-filter.rst
Doc/reference/ldap-modlist.rst
Doc/reference/ldap-resiter.rst
Doc/reference/ldap-sasl.rst
Doc/reference/ldap-schema.rst
Doc/reference/ldap-syncrepl.rst
Doc/reference/ldap.rst
Doc/reference/ldapurl.rst
Doc/reference/ldif.rst
Doc/reference/slapdtest.rst
Lib/ldapurl.py
Lib/ldif.py
Lib/ldap/__init__.py
Lib/ldap/async.py
Lib/ldap/asyncsearch.py
Lib/ldap/cidict.py
Lib/ldap/compat.py
Lib/ldap/constants.py
Lib/ldap/dn.py
Lib/ldap/filter.py
Lib/ldap/functions.py
Lib/ldap/ldapobject.py
Lib/ldap/logger.py
Lib/ldap/modlist.py
Lib/ldap/pkginfo.py
Lib/ldap/resiter.py
Lib/ldap/sasl.py
Lib/ldap/syncrepl.py
Lib/ldap/controls/__init__.py
Lib/ldap/controls/deref.py
Lib/ldap/controls/libldap.py
Lib/ldap/controls/openldap.py
Lib/ldap/controls/pagedresults.py
Lib/ldap/controls/ppolicy.py
Lib/ldap/controls/psearch.py
Lib/ldap/controls/pwdpolicy.py
Lib/ldap/controls/readentry.py
Lib/ldap/controls/sessiontrack.py
Lib/ldap/controls/simple.py
Lib/ldap/controls/sss.py
Lib/ldap/controls/vlv.py
Lib/ldap/extop/__init__.py
Lib/ldap/extop/dds.py
Lib/ldap/schema/__init__.py
Lib/ldap/schema/models.py
Lib/ldap/schema/subentry.py
Lib/ldap/schema/tokenizer.py
Lib/python_ldap.egg-info/PKG-INFO
Lib/python_ldap.egg-info/SOURCES.txt
Lib/python_ldap.egg-info/dependency_links.txt
Lib/python_ldap.egg-info/not-zip-safe
Lib/python_ldap.egg-info/requires.txt
Lib/python_ldap.egg-info/top_level.txt
Lib/slapdtest/__init__.py
Lib/slapdtest/_slapdtest.py
Lib/slapdtest/certs/README
Lib/slapdtest/certs/ca.conf
Lib/slapdtest/certs/ca.pem
Lib/slapdtest/certs/client.conf
Lib/slapdtest/certs/client.key
Lib/slapdtest/certs/client.pem
Lib/slapdtest/certs/gencerts.sh
Lib/slapdtest/certs/gennssdb.sh
Lib/slapdtest/certs/server.conf
Lib/slapdtest/certs/server.key
Lib/slapdtest/certs/server.pem
Modules/LDAPObject.c
Modules/LDAPObject.h
Modules/berval.c
Modules/berval.h
Modules/common.c
Modules/common.h
Modules/constants.c
Modules/constants.h
Modules/constants_generated.h
Modules/functions.c
Modules/functions.h
Modules/ldapcontrol.c
Modules/ldapcontrol.h
Modules/ldapmodule.c
Modules/message.c
Modules/message.h
Modules/options.c
Modules/options.h
Tests/__init__.py
Tests/t_bind.py
Tests/t_cext.py
Tests/t_cidict.py
Tests/t_edit.py
Tests/t_ldap_asyncsearch.py
Tests/t_ldap_controls_libldap.py
Tests/t_ldap_controls_ppolicy.py
Tests/t_ldap_dn.py
Tests/t_ldap_filter.py
Tests/t_ldap_functions.py
Tests/t_ldap_modlist.py
Tests/t_ldap_options.py
Tests/t_ldap_sasl.py
Tests/t_ldap_schema_subentry.py
Tests/t_ldap_schema_tokenizer.py
Tests/t_ldap_syncrepl.py
Tests/t_ldapobject.py
Tests/t_ldapurl.py
Tests/t_ldif.py
Tests/t_slapdobject.py
Tests/t_untested_mods.py
Tests/data/subschema-ipa.demo1.freeipa.org.ldif
Tests/data/subschema-openldap-all.ldif