summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2-34/+10
2007-10-10r7524: make the ldap ASN.1 filter parse code go via a structAndrew Tridgell1-77/+107
2007-10-10r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and useAndrew Tridgell4-421/+43
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell3-1/+19
2007-10-10r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell4-2/+89
2007-10-10r6745: - escape spaces in binary ldap blobsAndrew Tridgell2-3/+15
2007-10-10r6732: - move sasl send recv code to the ldap libStefan Metzmacher2-1/+188
2007-10-10r6726: support binary search elements in ldap_decode()Andrew Tridgell1-6/+42
2007-10-10r6689: minor ldap client library workAndrew Tridgell2-24/+63
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2-22/+9
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell1-1/+0
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell1-2/+2
2007-10-10r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell5-0/+63
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2-2/+4
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell1-0/+240
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell3-14/+14
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-6/+6
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2-5/+5
2007-10-10r4460: Add a new GENSEC module: gensec_gssapiAndrew Bartlett1-3/+7
2007-10-10r4386: Grr, fix copy-and-paste bug.Andrew Bartlett1-1/+1
2007-10-10r4385: Set the correct target service.Andrew Bartlett1-0/+7
2007-10-10r4079: implement the gensec_have_feature() correctly by askingStefan Metzmacher1-1/+1
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-5/+4
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-2/+2
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij1-1/+0
2007-10-10r3585: check sscanf return codeStefan Metzmacher1-1/+5
2007-10-10r3584: fix referral handlingStefan Metzmacher2-5/+13
2007-10-10r3583: - seperate the ldap client code and the ldap parsing codeStefan Metzmacher4-657/+699
2007-10-10r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)Andrew Tridgell1-1/+3
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-9/+11
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3449: more include file reductionAndrew Tridgell2-0/+2
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-1/+2
2007-10-10r3096: typoStefan Metzmacher1-1/+1
2007-10-10r3094: import all LDAP error codes from the RFC 2251Stefan Metzmacher1-5/+39
2007-10-10r3079: make code more pretty :-)Andrew Bartlett1-1/+1
2007-10-10r2884: parse LDAP Control messagesStefan Metzmacher1-0/+41
2007-10-10r2861: encode and decode BindRequest/Response correctStefan Metzmacher1-69/+82
2007-10-10r2853: add torture test to find the defaultNamingContext on the RootDSEStefan Metzmacher1-0/+2
2007-10-10r2851: don't destroy the gensec context it's used for sign and sealStefan Metzmacher1-2/+3
2007-10-10r2750: decode AbandonRequest correct (untested:-)Stefan Metzmacher1-2/+6
2007-10-10r2747: use DATA_BLOB for attribute valuesStefan Metzmacher2-5/+17
2007-10-10r2695: revert "Del" renamingSimo Sorce3-20/+20
2007-10-10r2690: deleted by mistakeSimo Sorce1-0/+3
2007-10-10r2689: Use consistent naming Del -> DeleteSimo Sorce3-23/+21
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2-15/+19
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell1-1/+1
2007-10-10r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher1-3/+27