Connection Library. More...
#include "config.h"#include "connaccount.h"#include "connection.h"#include "mutt_account.h"#include "sasl_plain.h"#include "socket.h"#include "zstrm.h"
Include dependency graph for lib.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | mutt_ssl_starttls (struct Connection *conn) |
| Negotiate TLS over an already opened connection. | |
| int | getdnsdomainname (struct Buffer *result) |
| Lookup the host's name using DNS. | |
Connection Library.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
| int mutt_ssl_starttls | ( | struct Connection * | conn | ) |
Negotiate TLS over an already opened connection.
| conn | Connection to a server |
| 0 | Success |
| -1 | Error |
Definition at line 1149 of file gnutls.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int getdnsdomainname | ( | struct Buffer * | result | ) |
Lookup the host's name using DNS.
| result | Buffer were result of the domain name lookup will be stored |
| 0 | Success |
| -1 | Error |
Definition at line 124 of file getdomain.c.
Here is the call graph for this function:
Here is the caller graph for this function: