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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1035 char* authpass; local
1074 authpass = strchr( authinfo, ':' );
1075 if ( authpass == (char*) 0 )
1081 *authpass++ = '\0';
1083 colon = strchr( authpass, ':' );
1094 if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 )
1143 if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 )

Completed in 35 milliseconds