Changeset View
Changeset View
Standalone View
Standalone View
b/dirmngr/dirmngr.c
| Context not available. | |||||
| thread_init (); | thread_init (); | ||||
| cert_cache_init (); | cert_cache_init (); | ||||
| crl_cache_init (); | crl_cache_init (); | ||||
| #if USE_LDAP | |||||
| ldap_wrapper_launch_thread (); | |||||
| #endif /*USE_LDAP*/ | |||||
| http_register_netactivity_cb (netactivity_action); | http_register_netactivity_cb (netactivity_action); | ||||
| start_command_handler (ASSUAN_INVALID_FD); | start_command_handler (ASSUAN_INVALID_FD); | ||||
| shutdown_reaper (); | shutdown_reaper (); | ||||
| Context not available. | |||||
| thread_init (); | thread_init (); | ||||
| cert_cache_init (); | cert_cache_init (); | ||||
| crl_cache_init (); | crl_cache_init (); | ||||
| #if USE_LDAP | |||||
| ldap_wrapper_launch_thread (); | |||||
| #endif /*USE_LDAP*/ | |||||
| http_register_netactivity_cb (netactivity_action); | http_register_netactivity_cb (netactivity_action); | ||||
| handle_connections (3); | handle_connections (3); | ||||
| assuan_sock_close (3); | assuan_sock_close (3); | ||||
| Context not available. | |||||
| thread_init (); | thread_init (); | ||||
| cert_cache_init (); | cert_cache_init (); | ||||
| crl_cache_init (); | crl_cache_init (); | ||||
| #if USE_LDAP | |||||
| ldap_wrapper_launch_thread (); | |||||
| #endif /*USE_LDAP*/ | |||||
| http_register_netactivity_cb (netactivity_action); | http_register_netactivity_cb (netactivity_action); | ||||
| handle_connections (fd); | handle_connections (fd); | ||||
| assuan_sock_close (fd); | assuan_sock_close (fd); | ||||
| Context not available. | |||||
| /* Just list the CRL cache and exit. */ | /* Just list the CRL cache and exit. */ | ||||
| if (argc) | if (argc) | ||||
| wrong_args ("--list-crls"); | wrong_args ("--list-crls"); | ||||
| #if USE_LDAP | |||||
| ldap_wrapper_launch_thread (); | |||||
| #endif /*USE_LDAP*/ | |||||
| crl_cache_init (); | crl_cache_init (); | ||||
| crl_cache_list (es_stdout); | crl_cache_list (es_stdout); | ||||
| } | } | ||||
| Context not available. | |||||
| thread_init (); | thread_init (); | ||||
| cert_cache_init (); | cert_cache_init (); | ||||
| crl_cache_init (); | crl_cache_init (); | ||||
| #if USE_LDAP | |||||
| ldap_wrapper_launch_thread (); | |||||
| #endif /*USE_LDAP*/ | |||||
| if (!argc) | if (!argc) | ||||
| rc = crl_cache_load (&ctrlbuf, NULL); | rc = crl_cache_load (&ctrlbuf, NULL); | ||||
| else | else | ||||
| Context not available. | |||||
| thread_init (); | thread_init (); | ||||
| cert_cache_init (); | cert_cache_init (); | ||||
| crl_cache_init (); | crl_cache_init (); | ||||
| #if USE_LDAP | |||||
| ldap_wrapper_launch_thread (); | |||||
| #endif /*USE_LDAP*/ | |||||
| rc = crl_fetch (&ctrlbuf, argv[0], &reader); | rc = crl_fetch (&ctrlbuf, argv[0], &reader); | ||||
| if (rc) | if (rc) | ||||
| log_error (_("fetching CRL from '%s' failed: %s\n"), | log_error (_("fetching CRL from '%s' failed: %s\n"), | ||||
| Context not available. | |||||