index
:
kolab-wap
dev/configuration-handling
dev/edit-existing-entries
kolab-webadmin-2.4
kolab-webadmin-3.0
kolab-webadmin-3.1
master
oracle
ticket/4569
Kolab Web Administration Panel
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ext
/
Net
/
LDAP3.php
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-24
Fix completely broken group.member_list API action by fixing a mess in LDAP3
Aleksander Machniak
1
-79/+66
2013-10-02
Fix various validation inconsistences and empty value checks
Aleksander Machniak
1
-5/+2
2013-09-13
Support kolab_wap.vlv configuration option
Aleksander Machniak
1
-1/+2
2013-09-13
Fix some issues in vlv indexes handling + small CS improvements
Aleksander Machniak
1
-28/+26
2013-09-10
Fix unhandled ldap errors + some CS fixes (Bug #2201)
Aleksander Machniak
1
-4/+17
2013-07-30
Fix search operators handling
Aleksander Machniak
1
-3/+11
2013-07-30
Fixed uidnumber/gidnumber generation (Bug #2058)
Aleksander Machniak
1
-3/+12
2013-07-10
Ensure replicas and replication agreements are added correctly
Jeroen van Meeuwen (Kolab Systems)
1
-69/+78
2013-07-10
Merge new version of Net_LDAP3
Jeroen van Meeuwen (Kolab Systems)
1
-2/+209
2013-06-28
Use TLS flag also when connecting with Net_LDAP2 (for LDAP schema)
Aleksander Machniak
1
-1/+2
2013-06-17
Replace Log::trace() with $this->_debug()
Aleksander Machniak
1
-1/+1
2013-06-17
Fix PHP Fatal error: Call to a member function count() on a non-object
Aleksander Machniak
1
-17/+7
2013-06-17
Fix PHP Fatal error: Call to a member function entries() on a non-object
Aleksander Machniak
1
-5/+12
2013-06-12
Should the base_dn not be specified, fall back to the configured root_dn
Jeroen van Meeuwen (Kolab Systems)
1
-0/+3
2013-05-22
Do not call legacy_rights()
Jeroen van Meeuwen (Kolab Systems)
1
-3/+8
2013-04-16
Fix typo in debug message
Aleksander Machniak
1
-1/+1
2013-04-10
Better error handling on ldapsearch usage (Bug #1733)
Aleksander Machniak
1
-1/+6
2013-04-10
Update Net_LDAP3
Aleksander Machniak
1
-243/+282
2013-01-23
Reset additional search filter after search (Bug #1565)
Aleksander Machniak
1
-0/+2
2012-11-01
Ensure attributes that are multi-valued but only contain one item are compare...
Jeroen van Meeuwen (Kolab Systems)
1
-0/+28
2012-10-31
Ensure attributes are not marked as needing replacement if in fact they did n...
Jeroen van Meeuwen (Kolab Systems)
1
-2/+12
2012-10-25
Fix possible error in get_entry_attributes(s) where search() result
Aleksander Machniak
1
-6/+9
2012-10-23
Remove Log class usage (#1134)
Aleksander Machniak
1
-8/+5
2012-10-22
Fix domain edit/delete by unique attribute
Aleksander Machniak
1
-2/+3
2012-10-22
Remove Auth::LDAP references in debug messages
Aleksander Machniak
1
-2/+2
2012-10-22
CS fixes
Aleksander Machniak
1
-25/+50
2012-10-22
Make search filter strings simpler if possible
Aleksander Machniak
1
-4/+6
2012-10-20
Fix role deletion (#696)
Aleksander Machniak
1
-2/+11
2012-10-04
Fix Net_LDAP2 connection error handling (Bug #1053)
Aleksander Machniak
1
-9/+28
2012-10-01
Implement select_options_objectclasses() with LDAP schema read
Aleksander Machniak
1
-0/+13
2012-10-01
Return list of unique attributes from attributes_allowed()
Aleksander Machniak
1
-0/+4
2012-09-27
Use service_bind_dn/service_bind_pw for LDAP connection in init_schema()
Aleksander Machniak
1
-2/+2
2012-09-27
Re-use the existing local configuration for init_schema()
Jeroen van Meeuwen (Kolab Systems)
1
-19/+26
2012-09-27
Replace lost $this->conf->get() with $this->config_get()
Aleksander Machniak
1
-5/+4
2012-09-22
Correct use of VLV filters with/without additional filters
Jeroen van Meeuwen (Kolab Systems)
1
-3/+7
2012-09-04
Set the default folder to include a domain name for some parts of the search,...
Jeroen van Meeuwen (Kolab Systems)
1
-9/+14
2012-09-03
Teach functions get_entry_attribute() and get_entry_attributes() to treat a N...
Jeroen van Meeuwen (Kolab Systems)
1
-14/+14
2012-08-30
The login() function should notice the $username argument actually contains a...
Jeroen van Meeuwen (Kolab Systems)
1
-2/+15
2012-08-22
Add Net_LDAP3 to lib/ext/
Jeroen van Meeuwen (Kolab Systems)
1
-0/+2249