passwd 137 cib/main.c struct passwd *pwentry = NULL; passwd 83 cib/remote.c int authenticate_user(const char *user, const char *passwd); passwd 181 cib/remote.c struct passwd *pwd = NULL; passwd 629 cib/remote.c authenticate_user(const char *user, const char *passwd) passwd 650 cib/remote.c p_conv.appdata_ptr = strdup(passwd); passwd 168 include/crm/cib.h cib_t *cib_remote_new(const char *server, const char *user, const char *passwd, int port, passwd 759 lib/ais/utils.c struct passwd pwd; passwd 760 lib/ais/utils.c struct passwd *pwentry = NULL; passwd 228 lib/cib/cib_client.c struct passwd *pwent = getpwuid(uid); passwd 600 lib/cib/cib_file.c struct passwd *daemon_pwent; passwd 68 lib/cib/cib_remote.c char *passwd; passwd 115 lib/cib/cib_remote.c cib_remote_new(const char *server, const char *user, const char *passwd, int port, passwd 134 lib/cib/cib_remote.c if (passwd) { passwd 135 lib/cib/cib_remote.c private->passwd = strdup(passwd); passwd 261 lib/cib/cib_remote.c crm_xml_add(login, "password", private->passwd); passwd 385 lib/cib/cib_remote.c if (private->passwd == NULL) { passwd 396 lib/cib/cib_remote.c private->passwd = calloc(1, 1024); passwd 397 lib/cib/cib_remote.c rc = scanf("%1023s", private->passwd); passwd 403 lib/cib/cib_remote.c private->passwd = NULL; passwd 474 lib/cib/cib_remote.c free(private->passwd); passwd 317 lib/common/io.c struct passwd *sys_user = NULL; passwd 856 lib/common/logging.c struct passwd *pwent = getpwuid(user); passwd 437 lib/common/utils.c struct passwd pwd; passwd 438 lib/common/utils.c struct passwd *pwentry = NULL; passwd 1261 lib/common/utils.c struct passwd *pwent = getpwuid(uid);