Re: [Firebird-devel] User authentication logging

2013-02-27 Thread Matt Hunter
Lester, I agree. that is exactly the problem. We also don't have file access. Just this one app that accesses our data. Thanks, Matt. On 27/02/2013 7:09 PM, Lester Caine wrote: Dimitry Sibiryakov wrote: What I really need to do is to find out what password is being sent from a

Re: [Firebird-devel] User authentication logging

2013-02-27 Thread Matt Hunter
Dimitry, How would I do that when I can't get access to the gdb file? They have been locked out of having any file access to their servers. The database server can only be accessed through the c++Builder app that once used sysdba and masterkey but has now been changed to have the new SYSDB

Re: [Firebird-devel] User authentication logging

2013-02-27 Thread Lester Caine
Dimitry Sibiryakov wrote: >> What I really need to do is to find out what password is being >> >sent from a particular windows client app that my client owns as it is >> >the only way to get access to their data. > Bull shit. You can attach to database as SYSDBA and see all data. Even >

Re: [Firebird-devel] User authentication logging

2013-02-27 Thread Dimitry Sibiryakov
27.02.2013 9:14, Matt Hunter wrote: > What I really need to do is to find out what password is being > sent from a particular windows client app that my client owns as it is > the only way to get access to their data. Bull shit. You can attach to database as SYSDBA and see all data. Even m

Re: [Firebird-devel] User authentication logging

2013-02-27 Thread Matt Hunter
Alex, Thanks a lot for the help. That has helped me save some time. Thanks, Matt. On 27/02/2013 4:59 PM, Alex Peshkoff wrote: On 02/27/13 10:42, Matt Hunter wrote: Thanks for the help Alex, Logging plain passwords was only so that I can determine what passwords are being sent to t

Re: [Firebird-devel] User authentication logging

2013-02-26 Thread Alex Peshkoff
On 02/27/13 10:42, Matt Hunter wrote: > Thanks for the help Alex, > Logging plain passwords was only so that I can determine what > passwords are being sent to the server. > What I really need to do is to find out what password is being > sent from a particular windows client app that my

Re: [Firebird-devel] User authentication logging

2013-02-26 Thread Matt Hunter
Thanks for the help Alex, Logging plain passwords was only so that I can determine what passwords are being sent to the server. What I really need to do is to find out what password is being sent from a particular windows client app that my client owns as it is the only way to get acces

Re: [Firebird-devel] User authentication logging

2013-02-26 Thread Alex Peshkoff
On 02/27/13 05:07, Matt Hunter wrote: > 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 passe

Re: [Firebird-devel] User authentication logging

2013-02-26 Thread Matt Hunter
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

Re: [Firebird-devel] User authentication logging

2013-02-24 Thread Alex Peshkoff
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

[Firebird-devel] User authentication logging

2013-02-24 Thread Matt Hunter
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. Ideally, I want to be able to capture any attem