summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r7775: solaris uses 'lo0' for loopback network, so by using lo* we should ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | cover both (This used to be commit 1a80ac6aa84ea547a64557f879a47556f477432d)
* r7774: put $CONFIGURATION in one more placeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 5e35c7a5512363a6f6028beb387dd4c9d94965c8)
* r7773: fixed the tls code for the non-GNUTLS caseAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit bc6bc84ef4ad3434c6cb8d94a8d7a105ad2fd8c2)
* r7772: actually give the auth options to ldbsearch ....Andrew Tridgell2007-10-101-5/+5
| | | | (This used to be commit 29edfb93829f1b940b741d001551e70e4380c830)
* r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2007-10-102-9/+31
| | | | | - added testing of extended search operations (This used to be commit 2dc511b09cf1c912de140c07db64c9b151c3d23f)
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-103-9/+19
| | | | (This used to be commit 8f5c2e8682795258a6361b9516a38a8fabdef150)
* r7769: added client support in the tls library apiAndrew Tridgell2007-10-102-12/+126
| | | | (This used to be commit 71ee6a1df542b95c61217de71e6f56b8ce9d81b5)
* r7768: use _ALL_OBJS in clean targetAndrew Tridgell2007-10-101-2/+4
| | | | (This used to be commit e3e028a3626c37da08b69639ade5894f70eaf7d0)
* r7767: fixed ldb dependenciesAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 97e4ba84fb4cf4b95270c5d49b6bb8a9a92feaac)
* r7766: Treat NOPROTO as boolean.Jelmer Vernooij2007-10-102-10/+21
| | | | | Don't consider ALL_OBJS as a standard subsystem. (This used to be commit 6b9a12249f152e9c4635d4f6c7f3a1b885c78ec6)
* r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting thatAndrew Bartlett2007-10-101-1/+1
| | | | | | | | | | | | I missed one spot in moving from hdb_ent_type to the internal-to-hdb-ldb hdb_ldb_ent_type, which results in a Kerberos: Server has invalid flag set -- krbtgt/....@.... on kinit. Andrew Bartlett (This used to be commit 2358e0c0e4f2a3db78a8db360abc296f98bcb549)
* r7764: Generate _ALL_OBJS list.Jelmer Vernooij2007-10-102-1/+6
| | | | (This used to be commit ba41c0806afc065d4de15a51430676d35b9055db)
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-103-4/+3
| | | | (This used to be commit 3bdf89b0f7521ca39d48dc4c32fe96971d4d60fd)
* r7762: Clean up make help files.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit fa1ab1982cb2ea49fc35d75fb32192fc1bea23cd)
* r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2007-10-102-2/+3
| | | | | to tridge for the idea on how to do this. (This used to be commit fc099f24790367ea5b1e5e91085c9ddb8deb6dad)
* r7760: make client tools get the right config file in 'make test'Andrew Tridgell2007-10-102-4/+6
| | | | (This used to be commit 13fc167211272f5dba3540202f5842573178b740)
* r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 818ae965afad37216d804aa630359d875794612e)
* r7758: When not running on the build farm, print out the failed command line ↵Andrew Bartlett2007-10-103-4/+12
| | | | | | | | | again. Add NTLMv2 varients to the echo and session key tests. Andrew Bartlett (This used to be commit 544a38824e2b10c65e6f7ef0b373aa8575fa2cb1)
* r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett2007-10-105-48/+92
| | | | | | | | | | Session Setup code. Add a mem_ctx argument to a few of the NTLMv2 support functions, and add smb.conf options to control client NTLMv2 behaviour. Andrew Bartlett (This used to be commit 3f35cdb218a3dae08a05e77452ca9f73716ceb28)
* r7756: Don't segfault by trying to search for the NULL DN, if the wrongAndrew Bartlett2007-10-101-5/+7
| | | | | | | | password was entered. We would not use the results of the search in any case. Andrew Bartlett (This used to be commit edeb908acaaaaab13bef4d2e3fae18d87c07af81)
* r7755: fixed an uninitialised event_ctx found by abartletAndrew Tridgell2007-10-101-3/+4
| | | | (This used to be commit 1462da3b6d190eecfb82268e6f2f04a42d8d5298)
* r7754: fixed the local port of accepted sockets in socket_wrapper. This fixesAndrew Tridgell2007-10-101-4/+3
| | | | | the problem with the ldap tests in 'make test' (This used to be commit 56fe27623ce31015a5a14f176f1445f51d57b0b8)
* r7753: removed debugging code :-)Andrew Tridgell2007-10-101-2/+0
| | | | (This used to be commit 51ea22db2df3a002de3779302cd455bfb2e3fec2)
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-104-7/+12
| | | | | connections on that port (This used to be commit 30da6a1cc41308a16a486111887f45bcf598f064)
* r7750: handle STATUS_MORE_ENTRIES on send in tlsAndrew Tridgell2007-10-101-0/+4
| | | | (This used to be commit 135c3367ff737246ea40030d3c852769666ff522)
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-104-7/+14
| | | | | | | | | - fixed some infinite loops in asn1.c - ensure asn1 callers know if an error is end of buffer or bad data - handle npending 0 in ldap server (This used to be commit f22c3b84c8912ccd36e676a782b58f1841be8875)
* r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak2007-10-101-2/+3
| | | | | rafal (This used to be commit 345a71a08e74ddf959680615d51488f8e989cba1)
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-1010-470/+327
| | | | | | | | | | - got rid of the special cases for sasl buffers - added a tls_socket_pending() call to determine how much data is waiting on a tls connection - removed the attempt at async handling of ldap calls. The buffers/sockets are all async, but the calls themselves are sync. (This used to be commit 73cb4aad229d08e17e22d5792580bd43a61b142a)
* r7746: - added TLS support to our ldap serverAndrew Tridgell2007-10-103-102/+115
| | | | | | | | | - this involved changing the buffer handling in the ldap server quite a lot, as it didn't handle partial packets at all - removed completely bogus asn1_object_length() function. You can't do that with BER/DER (This used to be commit fed6f4cc6ceaf83aacb581499aeaf6af4ee8ddd2)
* r7745: better handling of recv errors in tls libraryAndrew Tridgell2007-10-101-1/+10
| | | | (This used to be commit 42d8a1a222430bd64962da7cc4ac0193b5c003f7)
* r7744: converted the web server to use the lib/tls/ generic tls codeAndrew Tridgell2007-10-108-565/+41
| | | | (This used to be commit 023fc567badba38b87895ea73515b2ce0b703a8c)
* r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell2007-10-101-18/+10
| | | | (This used to be commit 3d60b3a8eea5ac6c35cf2e579ae12cef3dc1794e)
* r7742: abstracted out the tls code from the web server, so that our other ↵Andrew Tridgell2007-10-104-0/+646
| | | | | | | servers can easily become tls enabled. This will be used to add support for ldaps (This used to be commit 950500f603725349d2a0e22878e83dd1b5975f9f)
* r7741: fixed the verbose option in ldbeditAndrew Tridgell2007-10-101-12/+11
| | | | (This used to be commit a440133140a6adb5ea62d37690b9c4ae74dc6be0)
* r7740: get rid of our duplicate base64 routinesAndrew Tridgell2007-10-105-85/+18
| | | | (This used to be commit cf17f90a83cf04815544c5408eb56d00546b3e88)
* r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit fe2b77af2352f1964402a4286105916e990dc36f)
* r7738: It's actually an API function test.Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit ec29a1ffa7aec6f1822a92a8c62f5a0de51ec2ae)
* r7737: Test for libnet_Lookup function.Rafal Szczesniak2007-10-103-0/+54
| | | | | rafal (This used to be commit 4655881fac37dbf26a5d60385e5f0a70b8c1c775)
* r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak2007-10-101-1/+1
| | | | | | | in this case. rafal (This used to be commit b0bae584a4936845732d68aa7d2ccce4411dd1d7)
* r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak2007-10-101-8/+16
| | | | | | | methods explicitly or NULL for defaults saved in smb.conf. rafal (This used to be commit 121cf5ec3e075a6e37df52caad9fbc8bf7d59339)
* r7734: A few missing pieces...Rafal Szczesniak2007-10-103-5/+7
| | | | | rafal (This used to be commit 15e2a67fe08daa722c55cd3afd46e838eb653e22)
* r7733: New io structure for name lookup function.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 12b468417da04a2b7ddcacdf224ed7d055f0d3d9)
* r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak2007-10-106-9/+141
| | | | | | | | specific routines like resolving a pdc). Also, couple of formatting fixes. rafal (This used to be commit b9deaa995da3a732514d5ceab0010adb58be5fe0)
* r7731: change debug level to not spam the build-farm smbd logStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit 3a1ed83fd0714fa46055c8fe5b039986909f9a45)
* r7729: Small fixes to the charset stuff.Jelmer Vernooij2007-10-104-14/+27
| | | | (This used to be commit 5122b9f608399a6c90521e2f8bd96154755fe397)
* r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell2007-10-101-3/+3
| | | | (This used to be commit 57132344b4e39a670e683b3db00665e5f7a899fd)
* r7727: we need to mark some attributes as INTEGER, so that the standard searchesAndrew Tridgell2007-10-101-0/+4
| | | | | | that w2k does work. For example, w2k asks for sAMAccountType=805306369 which will only match if we know its an integer (This used to be commit 941509ee58253b671bb74b2d8d8667cc6a1a4328)
* r7726: - removed some unused variablesAndrew Tridgell2007-10-104-4/+10
| | | | | - handle ldb_errstring() calls on failed connect (This used to be commit 8698a20fcc6a04ccbe533afd742e7a5df94423ee)
* r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 0f22306a9c61c1b00aeb0f3bf7e875d9b7b4606d)
* r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit 82b1feeafea57ca1b8d7bf79f777eebcc703769c)