summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell1-1/+1
2007-10-10r7772: actually give the auth options to ldbsearch ....Andrew Tridgell1-5/+5
2007-10-10r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2-9/+31
2007-10-10r7770: added ldaps support to our ldap client libraryAndrew Tridgell3-9/+19
2007-10-10r7769: added client support in the tls library apiAndrew Tridgell2-12/+126
2007-10-10r7768: use _ALL_OBJS in clean targetAndrew Tridgell1-2/+4
2007-10-10r7767: fixed ldb dependenciesAndrew Tridgell1-1/+1
2007-10-10r7766: Treat NOPROTO as boolean.Jelmer Vernooij2-10/+21
2007-10-10r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting thatAndrew Bartlett1-1/+1
2007-10-10r7764: Generate _ALL_OBJS list.Jelmer Vernooij2-1/+6
2007-10-10r7763: fixed some circular dependenciesAndrew Tridgell3-4/+3
2007-10-10r7762: Clean up make help files.Jelmer Vernooij1-1/+1
2007-10-10r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2-2/+3
2007-10-10r7760: make client tools get the right config file in 'make test'Andrew Tridgell2-4/+6
2007-10-10r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell1-0/+3
2007-10-10r7758: When not running on the build farm, print out the failed command line ...Andrew Bartlett3-4/+12
2007-10-10r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett5-48/+92
2007-10-10r7756: Don't segfault by trying to search for the NULL DN, if the wrongAndrew Bartlett1-5/+7
2007-10-10r7755: fixed an uninitialised event_ctx found by abartletAndrew Tridgell1-3/+4
2007-10-10r7754: fixed the local port of accepted sockets in socket_wrapper. This fixesAndrew Tridgell1-4/+3
2007-10-10r7753: removed debugging code :-)Andrew Tridgell1-2/+0
2007-10-10r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell4-7/+12
2007-10-10r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell1-0/+4
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