summaryrefslogtreecommitdiffstats
path: root/source3/lib/tldap_util.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 20 13:13:17 CET 2011 on sn-devel-104
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
| | | | | | | strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
|
* s3: Fix tldap_make_mod_blob_int() debug messagesSumit Bose2011-04-061-3/+3
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 6 13:10:30 CEST 2011 on sn-devel-104
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-03-311-0/+1
| | | | Guenther
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵Andrew Tridgell2011-03-241-5/+4
| | | | | | | | | convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-161-0/+1
| | | | Guenther
* s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke2011-03-141-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104
* s3: Protect tldap_errstr against a NULL ldVolker Lendecke2011-02-201-1/+3
|
* s3: Convert tldap_entry_values args to "array, count"Volker Lendecke2011-02-131-4/+4
|
* s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke2011-02-131-8/+12
|
* s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke2011-02-131-1/+1
|
* s3: Convert tldap_make_mod_blob args to "array, count"Volker Lendecke2011-02-131-1/+1
|
* s3: Convert tldap_make_mod_blob_int args to "array, count"Volker Lendecke2011-02-131-3/+3
|
* s3: Convert tldap_add_blob_vals args to "array, count"Volker Lendecke2011-02-131-2/+2
|
* s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke2011-02-131-5/+6
|
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* s3-tldap: only include tldap when actually needed.Günther Deschner2010-05-181-0/+2
| | | | Guenther
* Add tldap_pull_guidVolker Lendecke2009-07-041-0/+11
|
* tldap: Do not do a return before we got the search_resultVolker Lendecke2009-07-031-1/+0
|
* Add tldap_search_vaVolker Lendecke2009-06-281-8/+20
|
* Add tldap paged searches, together with two helper routinesVolker Lendecke2009-06-201-0/+261
|
* Reorganize retrieving errors and server-sent controlsVolker Lendecke2009-06-201-1/+1
| | | | | | | This attaches the data to the tldap_message instead of the tevent_req. It adds tldap_ctx_lastmsg() to retrieve the last message for the users of the sync wrappers.
* Add tldap_supports_controlVolker Lendecke2009-06-201-0/+11
|
* Add tldap_entry_has_attrvalueVolker Lendecke2009-06-201-0/+18
|
* Prepare control supportVolker Lendecke2009-06-201-2/+2
| | | | | | | | | We will have arrays of controls passed to tldap.c. Follow a mantra from the classic book "Thinking Forth" by Leo Brodie: Favor counts over terminators :-) This makes the parameter lists to tldap pretty long, but everyone will have wrapper routines anyway, see for example tldap_search_fmt. And the OpenLDAP manpages call the non-_ext routines deprecated, probably for a reason.
* Add tldap_fetch_rootdseVolker Lendecke2009-06-191-0/+131
|
* Add tlda_add_mod_strVolker Lendecke2009-06-081-0/+17
|
* Add tldap_pull_uint32Volker Lendecke2009-06-071-0/+12
|
* Add some samba-style tldap utility functionsVolker Lendecke2009-06-061-0/+351