8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 20:43:03 +01:00
firebird-mirror/src/auth/SecureRemotePassword
alexpeshkoff fc12495d0e Modified IStatement interface in our API:
1. Never allocate empty statement - always use att->prepare() to create statement interface
2. Separated IStatement into 2 parts - statement itself and resultset.
3. Added stmt->openCursor() (and att->openCursor() for unprepared statements) to create IResultSet.
4. Always use IMessageMetadata (former IParametersMetadata) to pass message fromat info from client,
   therefore avoiding need in BLR generation in client applications.
2013-02-17 12:08:53 +00:00
..
client Implemented CORE-672: "Over the wire" connection encryption 2012-02-24 12:39:27 +00:00
manage Modified IStatement interface in our API: 2013-02-17 12:08:53 +00:00
misc Fixed CORE-1898: Increase the password length from 8 characters, CORE-3372: Simplify process of non-default security database creation 2011-12-23 12:43:58 +00:00
server Modified IStatement interface in our API: 2013-02-17 12:08:53 +00:00
Message.h Modified IStatement interface in our API: 2013-02-17 12:08:53 +00:00
srp.cpp Misc. 2012-01-19 04:54:39 +00:00
srp.h Cleanup: unused functions, parameters & variables. 2012-01-24 03:37:43 +00:00