summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap
Commit message (Collapse)AuthorAgeFilesLines
...
* r1862: add invalid_creds ldap errorStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 11c866d602fb4daefc1dced349606bd8ccd38ef2)
* r1856: - move asn1 functions to asn1.cStefan Metzmacher2007-10-101-43/+47
| | | | | | | - merge some stuff from trunk metze (This used to be commit 267edf1c0bb1ed73f1ba19148e6412b9a1c41979)
* r1805: ...I just forgot to say that the sasl bind actually works now:-)Stefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit a2cd725681fa7b10a5cca337554be17f628465c0)
* r1804: get a bit closer to a sasl bindStefan Metzmacher2007-10-101-2/+19
| | | | | metze (This used to be commit d0278c6bef622feeda8da7a120e3d1abce4a74e5)
* r1803: more progress on sasl binds, but decoding the response still failsStefan Metzmacher2007-10-102-4/+28
| | | | | metze (This used to be commit f6c44201073df37881191509ffb7badee3baac71)
* r1802: start to support SASL in our ldap librariesSimo Sorce2007-10-102-19/+165
| | | | | | does not work yet but we are close currently we send the right data on wire and fail to decode the answer (This used to be commit 10baf585821bf1f10a3786045a0965000cdffd12)
* r1798: fix the buildStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit a1bfc94ab35c426b75efedea0df21acec7d1eeed)
* r1792: split ldap_setup_connection() and provide an ldap_bind_simple() functionSimo Sorce2007-10-101-22/+42
| | | | (This used to be commit d9f8f97c9eaa8078f411adf0a8db607365082197)
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2007-10-101-3/+4
| | | | (This used to be commit 44083e317855f6d8a0b4a81002a3376e8775df28)
* r1771: OK Let's add tests for ldap.Simo Sorce2007-10-101-3/+14
| | | | | Thanks to Metze and Volker for their unvaluable support :) (This used to be commit e6a6c0737ab94d58930c0d4e1ef0bb4d99510833)
* r1761: start porting valuable volker's work on ldap from trunkSimo Sorce2007-10-101-64/+62
| | | | | | | all ldb functions has been renamed to ldap_ as we don't really want to include ldb functions here, let's keep ldap and ldb separate. (This used to be commit f9d7b731c910b530a0a6c0f0c09c809f3e7b4167)
* r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher2007-10-104-0/+2242
ldap server code it's not compiled in yet... metze (This used to be commit 48939adca1332ff90f9287311c0e9ff3e2e5917a)