summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell4-7/+14
2007-10-10r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak1-2/+3
2007-10-10r7747: - simplified the ldap server buffer handlingAndrew Tridgell10-470/+327
2007-10-10r7746: - added TLS support to our ldap serverAndrew Tridgell3-102/+115
2007-10-10r7745: better handling of recv errors in tls libraryAndrew Tridgell1-1/+10
2007-10-10r7744: converted the web server to use the lib/tls/ generic tls codeAndrew Tridgell8-565/+41
2007-10-10r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell1-18/+10
2007-10-10r7742: abstracted out the tls code from the web server, so that our other ser...Andrew Tridgell4-0/+646
2007-10-10r7741: fixed the verbose option in ldbeditAndrew Tridgell1-12/+11
2007-10-10r7740: get rid of our duplicate base64 routinesAndrew Tridgell5-85/+18
2007-10-10r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell1-0/+3
2007-10-10r7738: It's actually an API function test.Rafal Szczesniak1-1/+1
2007-10-10r7737: Test for libnet_Lookup function.Rafal Szczesniak3-0/+54
2007-10-10r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak1-1/+1
2007-10-10r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak1-8/+16
2007-10-10r7734: A few missing pieces...Rafal Szczesniak3-5/+7
2007-10-10r7733: New io structure for name lookup function.Rafal Szczesniak1-0/+1
2007-10-10r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak6-9/+141
2007-10-10r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher2-2/+2
2007-10-10r7729: Small fixes to the charset stuff.Jelmer Vernooij4-14/+27
2007-10-10r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell1-3/+3
2007-10-10r7727: we need to mark some attributes as INTEGER, so that the standard searchesAndrew Tridgell1-0/+4
2007-10-10r7726: - removed some unused variablesAndrew Tridgell4-4/+10
2007-10-10r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell1-0/+3
2007-10-10r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell1-1/+6
2007-10-10r7723: - fix a mismatched asn1 push/pop on bindAndrew Tridgell1-29/+26
2007-10-10r7722: when we get a zero read, the connection is deadAndrew Tridgell1-2/+1
2007-10-10r7721: solve a problem with null arguments to testit()Andrew Tridgell1-1/+1
2007-10-10r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell4-20/+10
2007-10-10r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell1-2/+28
2007-10-10r7717: fixed some typosAndrew Tridgell1-4/+4
2007-10-10r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell1-3/+3
2007-10-10r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell1-1/+3
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell10-58/+38
2007-10-10r7713: fixed error display in ildap_search()Andrew Tridgell1-0/+6
2007-10-10r7712: ldb/common/util.c is goneAndrew Tridgell1-1/+0
2007-10-10r7711: update callers of ldb_connect() for new syntaxAndrew Tridgell2-57/+27
2007-10-10r7710: new command line handling code for ldbAndrew Tridgell3-0/+189
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell23-689/+343
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij4-87/+51
2007-10-10r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell1-0/+3
2007-10-10r7704: - fixed open_nbt_connection() to return NULL when the connection failedAndrew Tridgell9-38/+33
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij5-16/+66
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij5-57/+104
2007-10-10r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett4-36/+96
2007-10-10r7689: Add new file from previous commit (seperate file for session key test).Andrew Bartlett1-0/+1
2007-10-10r7688: Fix the internal heimdal build - push one #define back toAndrew Bartlett2-1/+1
2007-10-10r7687: Some more tests that must be done only when krb5_config is absent.Andrew Bartlett1-4/+5
2007-10-10r7686: Check for a type of invalid account name.Andrew Bartlett1-0/+1
2007-10-10r7685: Simply the test for session key logic, so we pass against NT4.Andrew Bartlett2-34/+191