[Devel] SF.net SVN: openser: [2109] trunk/modules/auth
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Mon Apr 30 22:35:36 CEST 2007
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.
More information about the Devel
mailing list