OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pam
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.c
1379
/* Cleanup
PAM
status associated with the port */
1395
if (isakmp_cfg_config.port_pool[port].
pam
!= NULL) {
1396
pam_end(isakmp_cfg_config.port_pool[port].
pam
, PAM_SUCCESS);
1397
isakmp_cfg_config.port_pool[port].
pam
= NULL;
1404
/* Accounting, only for RADIUS or
PAM
*/
1428
pam_handle_t *
pam
;
local
1436
pam
= isakmp_cfg_config.port_pool[port].
pam
;
1437
if (
pam
== NULL) {
1438
plog(LLV_ERROR, LOCATION, NULL, "
pam
handle is NULL\n")
[
all
...]
isakmp_cfg.h
74
pam_handle_t *
pam
;
member in struct:isakmp_cfg_port
isakmp_xauth.c
692
pam_handle_t *
pam
= NULL;
local
701
&PAM_chat, &isakmp_cfg_config.port_pool[port].
pam
)) != 0) {
702
if (isakmp_cfg_config.port_pool[port].
pam
== NULL) {
708
pam_strerror(isakmp_cfg_config.port_pool[port].
pam
,
713
pam
= isakmp_cfg_config.port_pool[port].
pam
;
721
if ((error = pam_set_item(
pam
, PAM_RHOST, remote)) != 0) {
724
pam_strerror(
pam
, error));
728
if ((error = pam_set_item(
pam
, PAM_RUSER, usr)) != 0) {
731
pam_strerror(
pam
, error))
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026