summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2007-10-102-2/+3
* r7760: make client tools get the right config file in 'make test'Andrew Tridgell2007-10-102-4/+6
* r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell2007-10-101-0/+3
* r7758: When not running on the build farm, print out the failed command line ...Andrew Bartlett2007-10-103-4/+12
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-105-48/+92
* r7756: Don't segfault by trying to search for the NULL DN, if the wrongAndrew Bartlett2007-10-101-5/+7
* r7755: fixed an uninitialised event_ctx found by abartletAndrew Tridgell2007-10-101-3/+4
* r7754: fixed the local port of accepted sockets in socket_wrapper. This fixesAndrew Tridgell2007-10-101-4/+3
* r7753: removed debugging code :-)Andrew Tridgell2007-10-101-2/+0
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-104-7/+12
* r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell2007-10-101-0/+4
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-104-7/+14
* r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak2007-10-101-2/+3
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-1010-470/+327
* r7746: - added TLS support to our ldap serverAndrew Tridgell2007-10-103-102/+115
* r7745: better handling of recv errors in tls libraryAndrew Tridgell2007-10-101-1/+10
* r7744: converted the web server to use the lib/tls/ generic tls codeAndrew Tridgell2007-10-108-565/+41
* r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell2007-10-101-18/+10
* r7742: abstracted out the tls code from the web server, so that our other ser...Andrew Tridgell2007-10-104-0/+646
* r7741: fixed the verbose option in ldbeditAndrew Tridgell2007-10-101-12/+11
* r7740: get rid of our duplicate base64 routinesAndrew Tridgell2007-10-105-85/+18
* r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell2007-10-101-0/+3
* r7738: It's actually an API function test.Rafal Szczesniak2007-10-101-1/+1
* r7737: Test for libnet_Lookup function.Rafal Szczesniak2007-10-103-0/+54
* r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak2007-10-101-1/+1
* r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak2007-10-101-8/+16
* r7734: A few missing pieces...Rafal Szczesniak2007-10-103-5/+7
* r7733: New io structure for name lookup function.Rafal Szczesniak2007-10-101-0/+1
* r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak2007-10-106-9/+141
* r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher2007-10-102-2/+2
* r7729: Small fixes to the charset stuff.Jelmer Vernooij2007-10-104-14/+27
* r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell2007-10-101-3/+3
* r7727: we need to mark some attributes as INTEGER, so that the standard searchesAndrew Tridgell2007-10-101-0/+4
* r7726: - removed some unused variablesAndrew Tridgell2007-10-104-4/+10
* 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
* r7721: solve a problem with null arguments to testit()Andrew Tridgell2007-10-101-1/+1
* r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell2007-10-104-20/+10
* r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell2007-10-101-2/+28
* r7717: fixed some typosAndrew Tridgell2007-10-101-4/+4
* r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell2007-10-101-3/+3
* r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell2007-10-101-1/+3
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-1010-58/+38
* r7713: fixed error display in ildap_search()Andrew Tridgell2007-10-101-0/+6
* r7712: ldb/common/util.c is goneAndrew Tridgell2007-10-101-1/+0
* r7711: update callers of ldb_connect() for new syntaxAndrew Tridgell2007-10-102-57/+27
* r7710: new command line handling code for ldbAndrew Tridgell2007-10-103-0/+189
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-1023-689/+343