Revision: 2109 http://openser.svn.sourceforge.net/openser/?rev=2109&view=rev Author: bogdan_iancu Date: 2007-04-30 13:35:35 -0700 (Mon, 30 Apr 2007)
Log Message: ----------- - *_{proxy|www}_authorize() functions return mode info in case of failure (via a larger set of negative return codes): -5 (generic error) - some generic error occurred and no reply was sent out; -4 (no credentials) - credentials were not found in request; -3 (stale nonce) - stale nonce; -2 (invalid password) - valid user, but wrong password; -1 (invalid user) - authentication user does not exist. Patch contributed by Anatoly Pidruchny. Closes patch 1693132. Modified Paths: -------------- trunk/modules/auth/api.c trunk/modules/auth/api.h trunk/modules/auth_db/README trunk/modules/auth_db/authorize.c trunk/modules/auth_db/doc/auth_db_user.sgml trunk/modules/auth_diameter/README trunk/modules/auth_diameter/authorize.c trunk/modules/auth_diameter/authorize.h trunk/modules/auth_diameter/defs.h trunk/modules/auth_diameter/doc/auth_diameter_user.sgml trunk/modules/auth_radius/README trunk/modules/auth_radius/authorize.c trunk/modules/auth_radius/doc/auth_radius_user.sgml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel