summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap
Commit message (Expand)AuthorAgeFilesLines
* r12984: add parse code and ldbsearch cmdline code forStefan Metzmacher2007-10-101-3/+23
* r12977: Some code to implement the client side of the Dirsync controlSimo Sorce2007-10-101-0/+86
* r12925: implement client side of ASQ controlSimo Sorce2007-10-101-0/+99
* r12917: fix decoding of ldap controlsSimo Sorce2007-10-101-1/+1
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-109-25/+518
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-102-2/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-105-6/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-1/+2
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-103-0/+4
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2007-10-101-1/+1
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell2007-10-103-173/+129
* r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke2007-10-101-0/+2
* r11523: Working towards having Samba3 join Samba4, this allows the SASLAndrew Bartlett2007-10-101-3/+7
* r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett2007-10-101-2/+55
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-101-12/+5
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-101-18/+79
* r11271: Fix a warning and an infinite recursionVolker Lendecke2007-10-101-2/+3
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-6/+6
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-0/+0
* r11114: - fixed error handling on bad bind in ildap clientAndrew Tridgell2007-10-102-2/+64
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-101-5/+0
* r11037:Stefan Metzmacher2007-10-101-0/+5
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-6/+5
* r10668: added a ildap_search_bytree() functionAndrew Tridgell2007-10-101-5/+20
* r10478: More work on proto headers; we now generate a couple of smaller onesJelmer Vernooij2007-10-101-5/+0
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+5
* r10213: fixed a memory leak in the ldap client and server code spotted by KarlAndrew Tridgell2007-10-102-3/+3
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-8/+26
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-101-5/+5
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-101-17/+49
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-9/+96
* r8530: Now our ldap server is able to fullfill present and substring searchesSimo Sorce2007-10-101-36/+184
* r8523: match a zero message id in ldap replies to the last request sent. Than...Andrew Tridgell2007-10-101-0/+8
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-101-3/+3
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-1/+1
* r7855: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r7810: don't give errors when the ldap server sends us reference repliesAndrew Tridgell2007-10-101-1/+2
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-103-9/+19
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-101-1/+1
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-101-2/+3
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-101-1/+1
* r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell2007-10-101-0/+3
* r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell2007-10-101-1/+6
* r7723: - fix a mismatched asn1 push/pop on bindAndrew Tridgell2007-10-101-29/+26
* r7722: when we get a zero read, the connection is deadAndrew Tridgell2007-10-101-2/+1
* r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell2007-10-102-3/+6