SysTutorials Posts

  • |

    getdns_dict_create_with_memory_functions (3) Linux Manual Page

    getdns_dict, getdns_dict_create, getdns_dict_create_with_extended_memory_functions, getdns_dict_create_with_memory_functions, getdns_dict_destroy — getdns dict create and destroy routines Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_dict * getdns_dict_create () getdns_dict * getdns_dict_create_with_extended_memory_functions (void *userarg, void *(*malloc)(void *userarg, size_t sz), void *(*realloc)(void *userarg, void *buf, size_t sz), void (*free)(void *userarg, void *buf) getdns_dict * getdns_dict_create_with_memory_functions (void *(*malloc)(size_t sz), void *(*realloc)(void…

  • |

    getdns_dict_create_with_extended_memory_functions (3) Linux Manual Page

    getdns_dict, getdns_dict_create, getdns_dict_create_with_extended_memory_functions, getdns_dict_create_with_memory_functions, getdns_dict_destroy — getdns dict create and destroy routines Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_dict * getdns_dict_create () getdns_dict * getdns_dict_create_with_extended_memory_functions (void *userarg, void *(*malloc)(void *userarg, size_t sz), void *(*realloc)(void *userarg, void *buf, size_t sz), void (*free)(void *userarg, void *buf) getdns_dict * getdns_dict_create_with_memory_functions (void *(*malloc)(size_t sz), void *(*realloc)(void…

  • |

    getdns_dict_create (3) Linux Manual Page

    getdns_dict, getdns_dict_create, getdns_dict_create_with_extended_memory_functions, getdns_dict_create_with_memory_functions, getdns_dict_destroy — getdns dict create and destroy routines Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_dict * getdns_dict_create () getdns_dict * getdns_dict_create_with_extended_memory_functions (void *userarg, void *(*malloc)(void *userarg, size_t sz), void *(*realloc)(void *userarg, void *buf, size_t sz), void (*free)(void *userarg, void *buf) getdns_dict * getdns_dict_create_with_memory_functions (void *(*malloc)(size_t sz), void *(*realloc)(void…

  • |

    getdns_dict (3) Linux Manual Page

    getdns_dict, getdns_dict_create, getdns_dict_create_with_extended_memory_functions, getdns_dict_create_with_memory_functions, getdns_dict_destroy — getdns dict create and destroy routines Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_dict * getdns_dict_create () getdns_dict * getdns_dict_create_with_extended_memory_functions (void *userarg, void *(*malloc)(void *userarg, size_t sz), void *(*realloc)(void *userarg, void *buf, size_t sz), void (*free)(void *userarg, void *buf) getdns_dict * getdns_dict_create_with_memory_functions (void *(*malloc)(size_t sz), void *(*realloc)(void…

  • |

    getdns_convert_fqdn_to_dns_name (3) Linux Manual Page

    getdns_convert, getdns_convert_dns_name_to_fqdn, getdns_convert_fqdn_to_dns_name — convert dname between presentation- and wire-format Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_return_t getdns_convert_dns_name_to_fqdn (const getdns_bindata *dns_name_wire_fmt, char **fqdn_as_string) getdns_return_t getdns_convert_fqdn_to_dns_name (char *fqdn_as_string, const getdns_bindata **dns_name_wire_fmt) Description Names in DNS fields are stored in a fashion very different from the normal presentation format normally used in applications. The…

  • |

    getdns_convert_dns_name_to_fqdn (3) Linux Manual Page

    getdns_convert, getdns_convert_dns_name_to_fqdn, getdns_convert_fqdn_to_dns_name — convert dname between presentation- and wire-format Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_return_t getdns_convert_dns_name_to_fqdn (const getdns_bindata *dns_name_wire_fmt, char **fqdn_as_string) getdns_return_t getdns_convert_fqdn_to_dns_name (char *fqdn_as_string, const getdns_bindata **dns_name_wire_fmt) Description Names in DNS fields are stored in a fashion very different from the normal presentation format normally used in applications. The…

  • |

    getdns_convert (3) Linux Manual Page

    getdns_convert, getdns_convert_dns_name_to_fqdn, getdns_convert_fqdn_to_dns_name — convert dname between presentation- and wire-format Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_return_t getdns_convert_dns_name_to_fqdn (const getdns_bindata *dns_name_wire_fmt, char **fqdn_as_string) getdns_return_t getdns_convert_fqdn_to_dns_name (char *fqdn_as_string, const getdns_bindata **dns_name_wire_fmt) Description Names in DNS fields are stored in a fashion very different from the normal presentation format normally used in applications. The…

  • |

    getdns_context_set_timeout (3) Linux Manual Page

    getdns_context_set_append_name, getdns_context_set_context_update_callback, getdns_context_set_dns_root_servers, getdns_context_set_dns_transport, getdns_context_set_dnssec_trust_anchors, getdns_context_set_dnssec_allowed_skew, getdns_context_set_follow_redirects, getdns_context_set_limit_outstanding_queries, getdns_context_set_namespaces, getdns_context_set_resolution_type, getdns_context_set_suffix, getdns_context_set_timeout, — getdns context manipulation routines Library DNS Resolver library (libgetdns, -lgetdns) Synopsis #include <getdns.h> getdns_return_t getdns_context_set_append_name (getdns_context_t context, getdns_append_name_t when_to_append) getdns_return_t getdns_context_set_context_update_callback (getdns_context_t context, (*callback)(struct getdns_context *context, uint16_t changed_item)) getdns_return_t getdns_context_set_dns_root_servers (getdns_context_t context, getdns_list *root_addresses) getdns_return_t getdns_context_set_dns_transport (getdns_context_t context, uint16_t transport) getdns_return_t getdns_contet_set_dnssec_allowed_skew…

  • |

    dlasq4.f (3) Linux Manual Page

    dlasq4.f – Synopsis Functions/Subroutines subroutine dlasq4 (I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN, DN1, DN2, TAU, TTYPE, G) DLASQ4 computes an approximation to the smallest eigenvalue using values of d from the previous transform. Used by sbdsqr. Function/Subroutine Documentation subroutine dlasq4 (integerI0, integerN0, double precision, dimension( * )Z, integerPP, integerN0IN, double precisionDMIN, double…

  • |

    ldap_unbind_s (3) Linux Manual Page

    ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_sasl_bind, ldap_sasl_bind_s, ldap_sasl_interactive_bind_s, ldap_parse_sasl_bind_result, ldap_unbind, ldap_unbind_s, ldap_unbind_ext, ldap_unbind_ext_s, ldap_set_rebind_proc – LDAP bind routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_bind(LDAP *ld, const char *who, const char *cred, int method); int ldap_bind_s(LDAP *ld, const char *who, const char *cred, int method); int ldap_simple_bind(LDAP *ld, const char *who, const char *passwd); int…

  • |

    ldap_unbind_ext_s (3) Linux Manual Page

    ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_sasl_bind, ldap_sasl_bind_s, ldap_sasl_interactive_bind_s, ldap_parse_sasl_bind_result, ldap_unbind, ldap_unbind_s, ldap_unbind_ext, ldap_unbind_ext_s, ldap_set_rebind_proc – LDAP bind routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_bind(LDAP *ld, const char *who, const char *cred, int method); int ldap_bind_s(LDAP *ld, const char *who, const char *cred, int method); int ldap_simple_bind(LDAP *ld, const char *who, const char *passwd); int…

  • |

    ldap_unbind_ext (3) Linux Manual Page

    ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_sasl_bind, ldap_sasl_bind_s, ldap_sasl_interactive_bind_s, ldap_parse_sasl_bind_result, ldap_unbind, ldap_unbind_s, ldap_unbind_ext, ldap_unbind_ext_s, ldap_set_rebind_proc – LDAP bind routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_bind(LDAP *ld, const char *who, const char *cred, int method); int ldap_bind_s(LDAP *ld, const char *who, const char *cred, int method); int ldap_simple_bind(LDAP *ld, const char *who, const char *passwd); int…

  • |

    ldap_unbind (3) Linux Manual Page

    ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_sasl_bind, ldap_sasl_bind_s, ldap_sasl_interactive_bind_s, ldap_parse_sasl_bind_result, ldap_unbind, ldap_unbind_s, ldap_unbind_ext, ldap_unbind_ext_s, ldap_set_rebind_proc – LDAP bind routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_bind(LDAP *ld, const char *who, const char *cred, int method); int ldap_bind_s(LDAP *ld, const char *who, const char *cred, int method); int ldap_simple_bind(LDAP *ld, const char *who, const char *passwd); int…

  • |

    ldap_tls_inplace (3) Linux Manual Page

    ldap_start_tls, ldap_start_tls_s, ldap_tls_inplace, ldap_install_tls – LDAP TLS initialization routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_start_tls(LDAP *ld); int ldap_start_tls_s(LDAP *ld, LDAPControl **serverctrls, LDAPControl **clientctrls); int ldap_tls_inplace(LDAP *ld); int ldap_install_tls(LDAP *ld); DescriptionThese routines are used to initiate TLS processing on an LDAP session. ldap_start_tls_s() sends a StartTLS request to a server, waits for the reply,…

  • |

    ldap_tls (3) Linux Manual Page

    ldap_start_tls, ldap_start_tls_s, ldap_tls_inplace, ldap_install_tls – LDAP TLS initialization routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_start_tls(LDAP *ld); int ldap_start_tls_s(LDAP *ld, LDAPControl **serverctrls, LDAPControl **clientctrls); int ldap_tls_inplace(LDAP *ld); int ldap_install_tls(LDAP *ld); DescriptionThese routines are used to initiate TLS processing on an LDAP session. ldap_start_tls_s() sends a StartTLS request to a server, waits for the reply,…

  • |

    ldap_syntax_free (3) Linux Manual Page

    ldap_str2syntax, ldap_syntax2str, ldap_syntax2name, ldap_syntax_free, ldap_str2matchingrule, ldap_matchingrule2str, ldap_matchingrule2name, ldap_matchingrule_free, ldap_str2attributetype, ldap_attributetype2str, ldap_attributetype2name, ldap_attributetype_free, ldap_str2objectclass, ldap_objectclass2str, ldap_objectclass2name, ldap_objectclass_free, ldap_scherr2str – Schema definition handling routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> #include <ldap_schema.h> LDAPSyntax * ldap_str2syntax(s, code, errp, flags) const char * s; int * code; const char ** errp; const int flags; char * ldap_syntax2str(syn) const LDAPSyntax…

  • |

    ldap_syntax2str (3) Linux Manual Page

    ldap_str2syntax, ldap_syntax2str, ldap_syntax2name, ldap_syntax_free, ldap_str2matchingrule, ldap_matchingrule2str, ldap_matchingrule2name, ldap_matchingrule_free, ldap_str2attributetype, ldap_attributetype2str, ldap_attributetype2name, ldap_attributetype_free, ldap_str2objectclass, ldap_objectclass2str, ldap_objectclass2name, ldap_objectclass_free, ldap_scherr2str – Schema definition handling routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> #include <ldap_schema.h> LDAPSyntax * ldap_str2syntax(s, code, errp, flags) const char * s; int * code; const char ** errp; const int flags; char * ldap_syntax2str(syn) const LDAPSyntax…

  • |

    ldap_syntax2name (3) Linux Manual Page

    ldap_str2syntax, ldap_syntax2str, ldap_syntax2name, ldap_syntax_free, ldap_str2matchingrule, ldap_matchingrule2str, ldap_matchingrule2name, ldap_matchingrule_free, ldap_str2attributetype, ldap_attributetype2str, ldap_attributetype2name, ldap_attributetype_free, ldap_str2objectclass, ldap_objectclass2str, ldap_objectclass2name, ldap_objectclass_free, ldap_scherr2str – Schema definition handling routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> #include <ldap_schema.h> LDAPSyntax * ldap_str2syntax(s, code, errp, flags) const char * s; int * code; const char ** errp; const int flags; char * ldap_syntax2str(syn) const LDAPSyntax…

  • |

    ldap_sync (3) Linux Manual Page

    ldap_sync_init, ldap_sync_init_refresh_only, ldap_sync_init_refresh_and_persist, ldap_sync_poll – LDAP sync routines LibraryOpenLDAP LDAP (libldap, -lldap) Synopsis#include <ldap.h> int ldap_sync_init(ldap_sync_t *ls, int mode); int ldap_sync_init_refresh_only(ldap_sync_t *ls); int ldap_sync_init_refresh_and_persist(ldap_sync_t *ls); int ldap_sync_poll(ldap_sync_t *ls); ldap_sync_t * ldap_sync_initialize(ldap_sync_t *ls); void ldap_sync_destroy(ldap_sync_t *ls, int freeit); typedef int (*ldap_sync_search_entry_f)(ldap_sync_t *ls, LDAPMessage *msg, struct berval *entryUUID, ldap_sync_refresh_t phase); typedef int (*ldap_sync_search_reference_f)(ldap_sync_t *ls, LDAPMessage *msg); typedef…