Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SOURCES.txt 3.9KB

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