Home
last modified time | relevance | path

Searched refs:authstr (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c1655 char *authstr; in http_req() local
1664 if ((authstr = malloc(authlen + 1)) == NULL) { in http_req()
1669 (void) snprintf(authstr, authlen + 1, "%s:%s", in http_req()
1674 free(authstr); in http_req()
1681 (unsigned char *)authstr, authlen); in http_req()
1689 free(authstr); in http_req()
1700 free(authstr); in http_req()
/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c351 char *authstr = NULL; in check_authorization() local
391 authstr = scf_simple_prop_next_astring(prop); in check_authorization()
392 if (authstr != NULL) { in check_authorization()
394 if (chkauthattr(authstr, pw->pw_name)) { in check_authorization()