summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r7777: allow for overriding the location of the sam databasein the ldap serve...Andrew Tridgell2007-10-103-13/+27
* r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell2007-10-104-2/+45
* r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cov...Andrew Tridgell2007-10-101-1/+1
* r7774: put $CONFIGURATION in one more placeAndrew Tridgell2007-10-101-1/+1
* r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell2007-10-101-1/+1
* r7772: actually give the auth options to ldbsearch ....Andrew Tridgell2007-10-101-5/+5
* r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2007-10-102-9/+31
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-103-9/+19
* r7769: added client support in the tls library apiAndrew Tridgell2007-10-102-12/+126
* r7768: use _ALL_OBJS in clean targetAndrew Tridgell2007-10-101-2/+4
* r7767: fixed ldb dependenciesAndrew Tridgell2007-10-101-1/+1
* r7766: Treat NOPROTO as boolean.Jelmer Vernooij2007-10-102-10/+21
* r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting thatAndrew Bartlett2007-10-101-1/+1
* r7764: Generate _ALL_OBJS list.Jelmer Vernooij2007-10-102-1/+6
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-103-4/+3
* r7762: Clean up make help files.Jelmer Vernooij2007-10-101-1/+1
* 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