8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

nightly update

This commit is contained in:
fsg 2010-01-26 13:52:37 +00:00
parent f12e806bed
commit 23747f0ef3

View File

@ -1,3 +1,74 @@
2010-01-26 11:11 alexpeshkoff
* firebird2/src/auth/trusted/AuthSspi.cpp (1.20):
This change appears required - look like noone still tried trusted
auth
2010-01-26 11:09 dimitr
* firebird2/src/utilities/gstat/dba.epp (1.127):
Correction.
2010-01-26 09:38 robocop
* firebird2/src/jrd/acl.h (1.11):
Now that Dmitry added ACLs to several object types previously
unprotected, let's assign each of them an identifier in the ACL.
2010-01-26 09:34 robocop
* firebird2/src/jrd/: dyn_def.epp (1.206), dyn_mod.epp (1.143):
I do not see the need for MetaNameProxy in these places.
2010-01-26 09:29 robocop
* firebird2/src/jrd/: dfw.epp (1.321), exe.h (1.154), met.epp
(1.321), met_proto.h (1.78), pcmet.epp (1.66):
Fix misinterpretation of MET_get_dependencies's parameters done
years ago with Alex' conversion to MetaName class.
2010-01-26 09:20 robocop
* firebird2/src/: auth/trusted/AuthSspi.cpp (1.19),
common/classes/ClumpletReader.h (1.29),
common/classes/ClumpletWriter.cpp (1.40),
common/classes/ClumpletWriter.h (1.21), common/classes/MetaName.h
(1.14), common/classes/alloc.cpp (1.137), dsql/dsql.h (1.184),
dsql/pass1.cpp (1.504), jrd/cmp.cpp (1.386), jrd/dyn_del.epp
(1.95), jrd/opt.cpp (1.408), jrd/par.cpp (1.277), jrd/svc.h (1.89),
jrd/vio.cpp (1.284), jrd/recsrc/RecordSource.h (1.21),
jrd/recsrc/WindowedStream.cpp (1.8),
utilities/ntrace/TracePluginImpl.cpp (1.33):
Misc.
2010-01-26 08:37 robocop
* firebird2/src/: auth/Auth.cpp (1.3),
auth/SecurityDatabase/LegacyClient.cpp (1.3), jrd/pwd.cpp (1.88):
Method getName allows to overwrite the returning parameter. Let's
not cheat const (until someone figures out a more elegant
solution).
2010-01-26 08:32 robocop
* firebird2/: builds/win32/msvc9/Firebird2.sln (1.11),
src/common/StatusArg.cpp (1.24), src/common/StatusArg.h (1.23):
Allow QualifiedName to interact with StatusArg.
2010-01-25 15:46 alexpeshkoff
* firebird2/src/jrd/pwd.cpp (1.87):
Explicitly check for missing record in security database
2010-01-25 12:37 alexpeshkoff
* firebird2/src/jrd/scl.epp (1.119):