aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_worker.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-291-1/+1
|
* [Fix] Forgotten workerVsevolod Stakhov2017-01-171-1/+2
|
* [Fix] Plug termination memory leaksVsevolod Stakhov2017-01-101-1/+0
|
* [Fix] Fix usage of config during reloadVsevolod Stakhov2016-11-281-0/+2
|
* [Minor] Rename lua_worker metatableVsevolod Stakhov2016-10-211-12/+8
|
* [Feature] Execute on_load scripts with ev_base readyVsevolod Stakhov2016-10-171-1/+2
|
* [Feature] Add protection against open files limit and accepting socketsVsevolod Stakhov2016-06-091-1/+1
|
* [Feature] Rework listening system to allow multiple socket types per workerVsevolod Stakhov2016-05-141-5/+5
|
* [Feature] Add magic for all workers' contextsVsevolod Stakhov2016-04-041-0/+3
|
* [Feature] Rework system of workers' flagsVsevolod Stakhov2016-04-041-4/+1
|
* Fix maps initialisationVsevolod Stakhov2016-02-161-1/+1
|
* Refactor UCL APIVsevolod Stakhov2016-02-161-1/+1
|
* Add versions to rspamd modules and workersVsevolod Stakhov2016-02-121-1/+2
|
* Fix some issues found by coverityVsevolod Stakhov2016-02-091-0/+1
|
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-0/+2
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Add documentation for all workers' optionsVsevolod Stakhov2015-12-291-1/+1
|
* Remove shit added by CLionVsevolod Stakhov2015-12-271-1/+0
|
* Add ability to insert documentation stringsVsevolod Stakhov2015-12-271-3/+9
| | | | Issue: #461
* Block signals when exiting event loopVsevolod Stakhov2015-10-151-0/+2
|
* Remove global rspamd_main.Vsevolod Stakhov2015-10-091-2/+2
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-0/+1
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-061-1/+1
|
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-0/+1
|
* Push inet addr instead of the string for lua worker.Vsevolod Stakhov2015-04-221-1/+1
|
* Fix lua worker.Vsevolod Stakhov2015-03-121-4/+6
|
* Refactor function names.Vsevolod Stakhov2014-11-291-2/+2
|
* Rework lua function names to avoid ambiguity.Vsevolod Stakhov2014-08-171-8/+8
|
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-54/+65
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-70/+59
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-231-59/+70
|
* Adopt for the new lua ucl API.Vsevolod Stakhov2014-07-211-1/+1
|
* Refactor config API.Vsevolod Stakhov2014-04-301-5/+5
|
* Use unified signal handlers.Vsevolod Stakhov2014-04-221-77/+1
|
* Finish conversion to new inet addr structure.Vsevolod Stakhov2014-04-211-38/+8
|
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-191-1/+0
|
* Adopt new libucl.Vsevolod Stakhov2014-04-191-1/+1
|
* Adopt DNS logging.Vsevolod Stakhov2014-02-201-1/+1
|
* Unbreak lua_worker with ucl.Vsevolod Stakhov2013-11-091-12/+17
|
* Convert webui worker.Vsevolod Stakhov2013-09-301-23/+7
|
* Allow listening on multiply addresses.Vsevolod Stakhov2013-07-201-16/+4
| | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization.
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-1/+1
|
* Fix some warnings that actually are dangerous.Vsevolod Stakhov2013-06-031-0/+14
|
* * Use murmur hash for all hashes as it is more efficient and provides more ↵Vsevolod Stakhov2012-10-081-1/+1
| | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification.
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-1/+1
| | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...'
* * Add DNS resolver lua bindings.Vsevolod Stakhov2012-08-131-2/+6
| | | | | | Make lua http library working without task object. Fix a problem with resolver in lua_worker. Added some utility functions to lua api.
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-261-0/+516
* Add lua utility library for basic utils. * Fixes lua_buffer code. Fix lua loading error. Added some other lua utility functions.
ackport/48584/stable30'>backport/48584/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/ILDAPWrapper.php
blob: 52919c48e5fa86df29876b11ca98c2ccc9975126 (plain)
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<?php
/**
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 *
 * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
 * @author Joas Schilling <coding@schilljs.com>
 * @author Jörn Friedrich Dreyer <jfd@butonic.de>
 * @author Lukas Reschke <lukas@statuscode.ch>
 * @author Morris Jobke <hey@morrisjobke.de>
 * @author Robin McCorkell <robin@mccorkell.me.uk>
 * @author Roger Szabo <roger.szabo@web.de>
 * @author Vinicius Cubas Brand <vinicius@eita.org.br>
 *
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 */

namespace OCA\User_LDAP;

interface ILDAPWrapper {

	//LDAP functions in use

	/**
	 * Bind to LDAP directory
	 * @param resource $link LDAP link resource
	 * @param string $dn an RDN to log in with
	 * @param string $password the password
	 * @return bool true on success, false otherwise
	 *
	 * with $dn and $password as null a anonymous bind is attempted.
	 */
	public function bind($link, $dn, $password);

	/**
	 * connect to an LDAP server
	 * @param string $host The host to connect to
	 * @param string $port The port to connect to
	 * @return mixed a link resource on success, otherwise false
	 */
	public function connect($host, $port);

	/**
	 * Send LDAP pagination control
	 * @param resource $link LDAP link resource
	 * @param int $pageSize number of results per page
	 * @param bool $isCritical Indicates whether the pagination is critical of not.
	 * @param string $cookie structure sent by LDAP server
	 * @return bool true on success, false otherwise
	 */
	public function controlPagedResult($link, $pageSize, $isCritical, $cookie);

	/**
	 * Retrieve the LDAP pagination cookie
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP result resource
	 * @param string $cookie structure sent by LDAP server
	 * @return bool true on success, false otherwise
	 *
	 * Corresponds to ldap_control_paged_result_response
	 */
	public function controlPagedResultResponse($link, $result, &$cookie);

	/**
	 * Count the number of entries in a search
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP result resource
	 * @return int|false number of results on success, false otherwise
	 */
	public function countEntries($link, $result);

	/**
	 * Return the LDAP error number of the last LDAP command
	 * @param resource $link LDAP link resource
	 * @return int error code
	 */
	public function errno($link);

	/**
	 * Return the LDAP error message of the last LDAP command
	 * @param resource $link LDAP link resource
	 * @return string error message
	 */
	public function error($link);

	/**
	 * Splits DN into its component parts
	 * @param string $dn
	 * @param int @withAttrib
	 * @return array|false
	 * @link http://www.php.net/manual/en/function.ldap-explode-dn.php
	 */
	public function explodeDN($dn, $withAttrib);

	/**
	 * Return first result id
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP result resource
	 * @return Resource an LDAP search result resource
	 * */
	public function firstEntry($link, $result);

	/**
	 * Get attributes from a search result entry
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP result resource
	 * @return array containing the results, false on error
	 * */
	public function getAttributes($link, $result);

	/**
	 * Get the DN of a result entry
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP result resource
	 * @return string containing the DN, false on error
	 */
	public function getDN($link, $result);

	/**
	 * Get all result entries
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP result resource
	 * @return array containing the results, false on error
	 */
	public function getEntries($link, $result);

	/**
	 * Return next result id
	 * @param resource $link LDAP link resource
	 * @param resource $result LDAP entry result resource
	 * @return resource an LDAP search result resource
	 * */
	public function nextEntry($link, $result);

	/**
	 * Read an entry
	 * @param resource $link LDAP link resource
	 * @param array $baseDN The DN of the entry to read from
	 * @param string $filter An LDAP filter
	 * @param array $attr array of the attributes to read
	 * @return resource an LDAP search result resource
	 */
	public function read($link, $baseDN, $filter, $attr);

	/**
	 * Search LDAP tree
	 * @param resource $link LDAP link resource
	 * @param string $baseDN The DN of the entry to read from
	 * @param string $filter An LDAP filter
	 * @param array $attr array of the attributes to read
	 * @param int $attrsOnly optional, 1 if only attribute types shall be returned
	 * @param int $limit optional, limits the result entries
	 * @return resource|false an LDAP search result resource, false on error
	 */
	public function search($link, $baseDN, $filter, $attr, $attrsOnly = 0, $limit = 0);

	/**
	 * Replace the value of a userPassword by $password
	 * @param resource $link LDAP link resource
	 * @param string $userDN the DN of the user whose password is to be replaced
	 * @param string $password the new value for the userPassword
	 * @return bool true on success, false otherwise
	 */
	public function modReplace($link, $userDN, $password);

	/**
	 * Sets the value of the specified option to be $value
	 * @param resource $link LDAP link resource
	 * @param string $option a defined LDAP Server option
	 * @param int $value the new value for the option
	 * @return bool true on success, false otherwise
	 */
	public function setOption($link, $option, $value);

	/**
	 * establish Start TLS
	 * @param resource $link LDAP link resource
	 * @return bool true on success, false otherwise
	 */
	public function startTls($link);

	/**
	 * Unbind from LDAP directory
	 * @param resource $link LDAP link resource
	 * @return bool true on success, false otherwise
	 */
	public function unbind($link);

	//additional required methods in Nextcloud

	/**
	 * Checks whether the server supports LDAP
	 * @return bool true if it the case, false otherwise
	 * */
	public function areLDAPFunctionsAvailable();

	/**
	 * Checks whether PHP supports LDAP Paged Results
	 * @return bool true if it the case, false otherwise
	 * */
	public function hasPagedResultSupport();

	/**
	 * Checks whether the submitted parameter is a resource
	 * @param resource $resource the resource variable to check
	 * @return bool true if it is a resource, false otherwise
	 */
	public function isResource($resource);

}