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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1005 char* authpass; local
1044 authpass = strchr( authinfo, ':' );
1045 if ( authpass == (char*) 0 )
1051 *authpass++ = '\0';
1053 colon = strchr( authpass, ':' );
1064 if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
1113 if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )

Completed in 40 milliseconds