Thanks,
I have looked through some of the docs and have been outputting the database parameter block data from why.cpp :: GDS_ATTACH_DATABASE The password is there but it is encrypted. The test program written in C++ Builder on windows passes the Param Strings as
    user_name=SYSDBA
    password=masterkey

    in why.cpp there is only an encrypted password.
the parameter dpb contains isc_dpb_password_enc set to a value of QP3LMZ/MJh.
    but no isc_dpb_password tag.

    verifyUser in pwd.cpp also only has the encrypted password.

    At what point is the password encrypted or am I going wrong somewhere?

    Thanks for any help.

Matt.

On 25/02/2013 5:16 PM, Alex Peshkoff wrote:
On 02/25/13 09:16, Matt Hunter wrote:
Hi,
       I am only just getting into the Firebird source code on Ubuntu and
have been flailing around a bit for the last few days.
       I am trying to find the function / functions that handle the
authentication from a client trying to connect.
Pre FB3 look at jrd/pwd.cpp.

       Ideally, I want to be able to capture any attempted connection and
the username and password being passed.
       Also, is there any basic doco of modules / classes and the basic
architecture and flow of the system?
No good document. You may find something here:
http://www.ibphoenix.com/resources/documents/development
but it's FAR not up to date...


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


--
Regards,
Matt Hunter
Systems Analyst
Hunter Business Systems
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to