summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher2007-10-102-2/+30
* r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher2007-10-102-0/+49
* r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher2007-10-102-1/+43
* r17416: display the attributeSecurityGUID nicely.Stefan Metzmacher2007-10-101-0/+8
* r17415: the ldif handlers can't do search as this now blocks foereverStefan Metzmacher2007-10-101-11/+3
* r17413: add a new case for the this:Stefan Metzmacher2007-10-101-0/+41
* r17412: fix missing colonSimo Sorce2007-10-101-1/+1
* r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2007-10-102-0/+7
* r17398: avoid a memleak when we are returned 0 results and make a more creati...Simo Sorce2007-10-101-8/+8
* r17397: Add const, and use a more local memory context.Andrew Bartlett2007-10-101-12/+22
* r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes...Andrew Bartlett2007-10-101-2/+16
* r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.Simo Sorce2007-10-101-0/+15
* r17368: Add 'const' to ldb_match_msg().Andrew Bartlett2007-10-102-22/+22
* r17350: Avoid a couple of memleaks, unnecessary code and use a more linear styleSimo Sorce2007-10-102-27/+28
* r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett2007-10-102-44/+87
* r17304: Improve ldb_tdb error strings a bit more.Andrew Bartlett2007-10-101-2/+23
* r17301: Add a new function to copy a list of attributes, while adding one toAndrew Bartlett2007-10-101-0/+22
* r17300: Try to fix some segfaults in ldb_ildap module, when the remote serverAndrew Bartlett2007-10-101-1/+6
* r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett2007-10-101-5/+2
* r17281: we now have client/server max protolStefan Metzmacher2007-10-101-1/+1
* r17264: - remove unused includes from tallocStefan Metzmacher2007-10-102-15/+17
* r17263: export talloc_free_children()Stefan Metzmacher2007-10-101-0/+1
* r17257: make the size_t is to small error more verboseStefan Metzmacher2007-10-101-0/+4
* r17253: add configure checks for writev/readv to see how portable they'reStefan Metzmacher2007-10-101-0/+3
* r17241: substitude @datarootdir@ with old autoconf versions:-)Stefan Metzmacher2007-10-101-0/+1
* r17238: Add datarootdir (required for newer autoconf versions)Jelmer Vernooij2007-10-101-0/+1
* r17225: Fix the build by fixing the spelling of START-TLS.Andrew Bartlett2007-10-101-1/+1
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-102-10/+39
* r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett2007-10-101-5/+18
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-105-20/+56
* r17195: Start thinking how to implement extended operations.Simo Sorce2007-10-102-0/+18
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-1014-202/+188
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-1017-341/+341
* r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher2007-10-105-13/+11
* r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.Andrew Bartlett2007-10-101-0/+3
* r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett2007-10-104-14/+29
* r17167: indentAndrew Bartlett2007-10-101-1/+1
* r17157: bail out if sizeof(size_t) < sizeof(void *)Stefan Metzmacher2007-10-101-0/+4
* r17156: check for the size of a pointerStefan Metzmacher2007-10-101-0/+1
* r17114: print some sizes for debuggingStefan Metzmacher2007-10-101-0/+3
* r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...Stefan Metzmacher2007-10-102-0/+2
* r17112: - fix the build of the ldap ldb backend with newer openldap header fi...Stefan Metzmacher2007-10-101-1/+2
* r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when tallocStefan Metzmacher2007-10-102-0/+4
* r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher2007-10-101-14/+12
* r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2007-10-102-7/+4
* r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett2007-10-101-151/+293
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-103-16/+22
* r16965: Take a better stab at comparison functions between string and binaryAndrew Bartlett2007-10-101-24/+44
* r16938: Fix breakage of TDB on VOS (declaration after statement)Andrew Bartlett2007-10-101-1/+2
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2007-10-101-7/+6