8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

nightly update

This commit is contained in:
fsg 2004-09-23 01:07:57 +00:00
parent 0d72f4e3fb
commit 42b4a827be

View File

@ -1,3 +1,79 @@
2004-09-22 22:33 dimitr
* firebird2/src/remote/inet.cpp (1.122):
Replaced sprintf() with either Firebird::string or snprintf(). Got
rid of the literal numerics as array bounds. Minor cleanup.
2004-09-22 13:07 robocop
* firebird2/src/remote/os/sun/server_main_dummy.cpp (1.3):
Misc
2004-09-22 10:56 robocop
* firebird2/src/jrd/gds.cpp (1.146):
First attempt to close vulnerability reported by Daniel Urban
2004-09-22 10:54 robocop
* firebird2/src/: burp/canonical.cpp (1.35), remote/inet.cpp
(1.121), remote/xdr.cpp (1.21), remote/xdr.h (1.11),
remote/xnet.cpp (1.52), remote/os/win32/wnet.cpp (1.24):
Got rid of some casts that were driving me nuts on each compilation
2004-09-22 10:52 robocop
* firebird2/src/gpre/sql.cpp (1.48):
Finally got to solve my own indication in the code from months ago
2004-09-22 10:49 robocop
* firebird2/src/remote/protocol.cpp (1.46):
Misc
2004-09-22 09:36 dimitr
* firebird2/src/jrd/: cmp.cpp (1.148), evl.cpp (1.104):
Removed compile-time upper bound checks. Limited the SUBSTRING
result by 32k characters.
2004-09-22 08:54 dimitr
* firebird2/src/dsql/make.cpp (1.78):
Fixed yet another issue with make.cpp noticed by Dimitry
Sibiryakov.
2004-09-22 03:58 robocop
* firebird2/: builds/posix/firebird.vers (1.4),
builds/win32/defs/fbclient.def (1.10), builds/win32/defs/gds32.def
(1.8), builds/win32/defs/iutls.def (1.3), src/alice/alice.cpp
(1.72), src/burp/burp.cpp (1.88), src/ipserver/ipserver.cpp (1.44),
src/isql/isql.epp (1.101), src/jrd/alt.cpp (1.53),
src/jrd/alt_proto.h (1.13), src/jrd/gds.cpp (1.145),
src/jrd/gds_proto.h (1.36), src/jrd/ibase.h (1.87),
src/jrd/os/vms/dfloat_stub.cpp (1.8), src/remote/server.cpp (1.94),
src/remote/os/win32/ibconfig.cpp (1.9), src/utilities/gsec/gsec.cpp
(1.36), src/utilities/gstat/dba.epp (1.48):
Vulnerability reported by Daniel Urban. First step: reorganize
code. Please do a full rebuild after retrieving those changes.
2004-09-22 03:55 robocop
* firebird2/src/isql/: extract.epp (1.41), isql.h (1.36), show.epp
(1.56):
Corrections
2004-09-21 08:18 aafemt
* firebird2/src/jrd/thd.h (1.38):