Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r17674: fixed a problem on with our configure logic on systems that have | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r17412: fix missing colon | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17411: Try and compile on older versions of GnuTLS. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes... | Andrew Bartlett | 1 | -2/+16 |
2007-10-10 | r17286: Simply fail the tls_initialise if we don't have TLS compiled in. | Andrew Bartlett | 1 | -5/+2 |
2007-10-10 | r17222: Change the function prototypes for the GENSEc and TLS socket creation | Andrew Bartlett | 1 | -10/+14 |
2007-10-10 | r17197: This patch moves the encryption of bulk data on SASL negotiated security | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r17168: Now that TLS (and soon SASL) is below the socket layer, we need to | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r15400: Move the TLS code behind the socket interface. | Andrew Bartlett | 1 | -61/+158 |
2007-10-10 | r15357: Fix the build on systems without GNUTLS. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r15356: Remove unused 'flags' argument from socket_send() and friends. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r14412: init a var | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r7912: make private_path() recognise a non-relative filename, so we can have | Andrew Tridgell | 1 | -7/+21 |
2007-10-10 | r7773: fixed the tls code for the non-GNUTLS case | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7769: added client support in the tls library api | Andrew Tridgell | 1 | -12/+119 |
2007-10-10 | r7751: only enable tls on the ldaps port in ldap server, and reject non-tls | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r7750: handle STATUS_MORE_ENTRIES on send in tls | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7747: - simplified the ldap server buffer handling | Andrew Tridgell | 1 | -1/+20 |
2007-10-10 | r7745: better handling of recv errors in tls library | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r7742: abstracted out the tls code from the web server, so that our other ser... | Andrew Tridgell | 1 | -0/+420 |