Searched refs:authinfo (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1004 char authinfo[500]; local
1040 &(hc->authorization[6]), (unsigned char*) authinfo,
1041 sizeof(authinfo) - 1 );
1042 authinfo[l] = '\0';
1044 authpass = strchr( authinfo, ':' );
1061 strcmp( authinfo, prevuser ) == 0 )
1068 &hc->remoteuser, &hc->maxremoteuser, strlen( authinfo ) );
1069 (void) strcpy( hc->remoteuser, authinfo );
1108 if ( strcmp( line, authinfo ) == 0 )
1125 &prevuser, &maxprevuser, strlen( authinfo ) );
[all...]

Completed in 100 milliseconds