summaryrefslogtreecommitdiff
path: root/source3/lib/tldap_util.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:lib: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-04-06s3: Fix tldap_make_mod_blob_int() debug messagesSumit Bose1-3/+3
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-5/+4
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner1-0/+1
2011-03-14s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke1-1/+1
2011-02-20s3: Protect tldap_errstr against a NULL ldVolker Lendecke1-1/+3
2011-02-13s3: Convert tldap_entry_values args to "array, count"Volker Lendecke1-4/+4
2011-02-13s3: Add an explicit counter to tldap_add_mod_[blobs|str]Volker Lendecke1-8/+12
2011-02-13s3: Convert tldap_make_mod_fmt args to "array, count"Volker Lendecke1-1/+1
2011-02-13s3: Convert tldap_make_mod_blob args to "array, count"Volker Lendecke1-1/+1
2011-02-13s3: Convert tldap_make_mod_blob_int args to "array, count"Volker Lendecke1-3/+3
2011-02-13s3: Convert tldap_add_blob_vals args to "array, count"Volker Lendecke1-2/+2
2011-02-13s3: Convert tldap_add_mod_blobs args to "array, count"Volker Lendecke1-5/+6
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-05-18s3-tldap: only include tldap when actually needed.Günther Deschner1-0/+2
2009-07-04Add tldap_pull_guidVolker Lendecke1-0/+11
2009-07-03tldap: Do not do a return before we got the search_resultVolker Lendecke1-1/+0
2009-06-28Add tldap_search_vaVolker Lendecke1-8/+20
2009-06-20Add tldap paged searches, together with two helper routinesVolker Lendecke1-0/+261
2009-06-20Reorganize retrieving errors and server-sent controlsVolker Lendecke1-1/+1
2009-06-20Add tldap_supports_controlVolker Lendecke1-0/+11
2009-06-20Add tldap_entry_has_attrvalueVolker Lendecke1-0/+18
2009-06-20Prepare control supportVolker Lendecke1-2/+2
2009-06-19Add tldap_fetch_rootdseVolker Lendecke1-0/+131
2009-06-08Add tlda_add_mod_strVolker Lendecke1-0/+17
2009-06-07Add tldap_pull_uint32Volker Lendecke1-0/+12
2009-06-06Add some samba-style tldap utility functionsVolker Lendecke1-0/+351