Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcli/ldap: Cope with substring match with no chunks in ldap_push_filter | Andrew Bartlett | 2013-06-24 | 1 | -18/+21 |
| | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | ||||
* | libcli: make it easier to understand that a control was not correctly encoded | Matthieu Patou | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | ldapcli: allocate control value on the control object not on the control ↵ | Matthieu Patou | 2011-03-20 | 1 | -2/+2 |
| | | | | container | ||||
* | libcli/ldap Don't try and encode a control with a NULL OID | Andrew Bartlett | 2010-10-20 | 1 | -0/+6 |
| | | | | | | | | | | ctrl->oid is set to NULL by the Samba4 rootDSE module when removing controls that should not be exposed over LDAP (to avoid a realloc). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 20 04:13:44 UTC 2010 on sn-devel-104 | ||||
* | libcli/ldap: ldap_full_packet() requires at least 6 bytes | Stefan Metzmacher | 2010-10-04 | 1 | -0/+7 |
| | | | | metze | ||||
* | libcli/ldap: correctly marshall LDAP Unbind PDUs | Stefan Metzmacher | 2010-09-27 | 1 | -0/+2 |
| | | | | metze | ||||
* | libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size() | Stefan Metzmacher | 2010-09-26 | 1 | -1/+1 |
| | | | | | | | This allows us to read a full packet without read byte after byte or possible read to much. metze | ||||
* | ldap: give a debug error when we don't know a control | Andrew Tridgell | 2009-12-16 | 1 | -0/+2 |
| | | | | | | | This interface should really have a proper error interface, but at least a DEBUG() gives the user a chance of finding the error Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | Fix a couple of warnings | Volker Lendecke | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 2009-02-24 | 1 | -4/+144 |
| | | | | | | | As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze | ||||
* | libcli/ldap: fix compiler warnings | Stefan Metzmacher | 2009-02-24 | 1 | -5/+10 |
| | | | | metze | ||||
* | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 2009-02-24 | 1 | -0/+1466 |
metze |