passwd             75 daemons/based/based_remote.c int authenticate_user(const char *user, const char *passwd);
passwd            176 daemons/based/based_remote.c     struct passwd *pwd = NULL;
passwd            625 daemons/based/based_remote.c authenticate_user(const char *user, const char *passwd)
passwd            646 daemons/based/based_remote.c     p_conv.appdata_ptr = strdup(passwd);
passwd             94 daemons/based/pacemaker-based.c     struct passwd *pwentry = NULL;
passwd             39 include/crm/cib.h cib_t *cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            219 lib/cib/cib_client.c         struct passwd *pwent = getpwuid(uid);
passwd            616 lib/cib/cib_file.c     struct passwd *daemon_pwent;
passwd             60 lib/cib/cib_remote.c     char *passwd;
passwd            107 lib/cib/cib_remote.c cib_remote_new(const char *server, const char *user, const char *passwd, int port,
passwd            126 lib/cib/cib_remote.c     if (passwd) {
passwd            127 lib/cib/cib_remote.c         private->passwd = strdup(passwd);
passwd            267 lib/cib/cib_remote.c     crm_xml_add(login, "password", private->passwd);
passwd            390 lib/cib/cib_remote.c     if (private->passwd == NULL) {
passwd            401 lib/cib/cib_remote.c             private->passwd = calloc(1, 1024);
passwd            402 lib/cib/cib_remote.c             rc = scanf("%1023s", private->passwd);
passwd            407 lib/cib/cib_remote.c             private->passwd = NULL;
passwd            479 lib/cib/cib_remote.c             free(private->passwd);
passwd            712 lib/common/acl.c     struct passwd *pwent = getpwuid(uid);
passwd            276 lib/common/io.c     struct passwd *sys_user = NULL;
passwd            845 lib/common/logging.c         struct passwd *pwent = getpwuid(user);
passwd            126 lib/common/utils.c     struct passwd pwd;
passwd            127 lib/common/utils.c     struct passwd *pwentry = NULL;