8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
Commit Graph

335 Commits

Author SHA1 Message Date
robocop
94e04d3768 Misc. 2005-03-20 04:26:10 +00:00
paul_reeves
797a7dcc20 Minor fixes to make cpl applet compatible with fb2 codebase. 2005-03-18 09:23:00 +00:00
paul_reeves
89d3373beb forward port service descriptions from fb 1.5 2005-03-18 09:20:22 +00:00
paul_reeves
f7ce68d275 forward port the source for the cpl applet. 2005-03-14 14:17:45 +00:00
robocop
2f752f36aa Totally misc. 2005-03-04 00:01:42 +00:00
kkuznetsov
2758d1a468 Make util's compilable on Solaris_mt 2005-03-01 15:24:14 +00:00
alexpeshkoff
f4cd5a154f Changed name to security2.fdb 2005-02-24 12:24:38 +00:00
robocop
8f99d9532a We don't seem to be modifying the program arguments, so make them const for now. 2005-01-19 09:00:33 +00:00
kkuznetsov
e76382a317 Some cleanup 2005-01-17 15:59:32 +00:00
kkuznetsov
7a742fa22e Minor fix 2005-01-17 10:05:12 +00:00
skidder
d9eba66627 Fix a couple parameter parse errors in NBACKUP utility noted by Vlad 2005-01-14 23:52:52 +00:00
robocop
7817290a56 Forget the log: it belongs to one of the merry friends WAL and JOURNAL that we deprecated and deleted for v2. 2005-01-03 08:16:18 +00:00
robocop
1718ae5a45 Misc. 2004-12-26 04:09:06 +00:00
robocop
4012106884 Misc. 2004-12-25 09:44:03 +00:00
kkuznetsov
af0ab61ae2 Some things is moved from R1.5.1.
Starting separating of defines accoding
SOLARIS -- any threading modes
SOLARIS_MT - solaris with Sun threading model
current nothing - solaris with posix threading model
2004-12-24 09:35:48 +00:00
robocop
d65307b497 Style. 2004-12-24 08:52:39 +00:00
robocop
cb74ecd1f9 Fixing comments. 2004-12-22 08:50:47 +00:00
robocop
24742873ad fb_string.h is moved to common/classes. 2004-12-17 05:41:47 +00:00
robocop
12aa83a573 Local variable overrode global, useless variable. 2004-12-16 03:05:14 +00:00
robocop
2814294027 Misc. 2004-12-16 03:03:13 +00:00
alexpeshkoff
387e678cca applied Clumplet* classes to dpb where possible 2004-12-09 19:19:47 +00:00
robocop
014d90ff59 Misc. 2004-12-08 04:12:26 +00:00
robocop
509ce1135a Misc. 2004-11-30 06:20:32 +00:00
robocop
af6a16107a Misc. 2004-11-30 06:18:39 +00:00
alexpeshkoff
509388a2ea fixed gcc warning 2004-11-29 10:06:34 +00:00
robocop
bb170bd3b6 isc_interpret is fb_interpret again.
Please do a full rebuild.
2004-11-28 01:03:05 +00:00
robocop
d6535351a2 Misc: style. 2004-11-24 09:22:07 +00:00
skidder
8711c87bf8 Fix the nbackup problem on big-endian machines noted by Claudio 2004-11-23 05:36:37 +00:00
robocop
166fcc274c Correction. 2004-11-17 05:20:55 +00:00
robocop
8e8586669f Misc. 2004-11-17 05:19:37 +00:00
robocop
67591daef1 Prevent garbage from being used. 2004-11-17 05:18:49 +00:00
alexpeshkoff
21849e714d style 2004-11-16 11:44:06 +00:00
skidder
115a9b5dcb Add workaround to NBACKUP for Windows problem causing OS to go down when somebody reads a large file 2004-11-15 00:32:04 +00:00
alexpeshkoff
81457eefc7 misc cleanup 2004-11-14 18:07:26 +00:00
alexpeshkoff
fa3c6c521e dropped temp fix after bug with views was fixed by Dmitry Yemanov 2004-11-14 18:01:52 +00:00
skidder
f2597aee92 long is 64-bit datatype, but here encoded as 32-bit value. correct confusion 2004-11-11 04:57:19 +00:00
skidder
6fd58b5497 Fix 64-bit build 2004-11-11 01:34:41 +00:00
robocop
0efc954083 This file cannot be compiled in its current state and references a project (shared cache) abandoned years ago. 2004-11-10 04:29:39 +00:00
robocop
628b088d2c Treat string literals and string constants with more respect. 2004-11-10 04:26:45 +00:00
robocop
2ab384e4d7 Protect from whatever possible (future) programming error that could cause a B.O. Probably the best fix is to make the constructor private and force all usage through the static raise() member function. 2004-11-10 04:25:51 +00:00
robocop
2ec848a3b9 Treat string literals and string constants with more respect. 2004-11-08 05:38:42 +00:00
robocop
e5ac2effd4 Misc. 2004-11-08 03:09:27 +00:00
alexpeshkoff
3bd02ee852 security fix
1. Use SHA1 hash instead of ENC_crypt.
2. Disable any remote (non-embedded) access to security.fdb.
3. Use services in gsec and isc_*_user() fucntions.
    In gsec switch -database replaced with -server.
4. Protect from attempts to brut-force accounts/passwords.
2004-11-07 14:50:53 +00:00
alexpeshkoff
73c3fc3e51 1.fixed problem with double-opened databases on LanMan mounted disk.
might cause database corruption.
2.more active use of Firebird::string in isc_file.cpp
2004-11-07 14:43:29 +00:00
alexpeshkoff
90655b9bb5 dropped unused function, which became absolutely senseless 2004-11-07 14:38:21 +00:00
robocop
0c1c5428f0 Misc: extra semicolons do not help. :-) 2004-11-07 10:52:36 +00:00
skidder
de6d7d8182 Add .nbk extension to file names generated by nbackup as suggested by Oliver 2004-11-04 19:08:45 +00:00
skidder
939c3dc1b3 Improve NBACKUP diagnistics once again 2004-11-04 18:54:03 +00:00
skidder
6a14cbb873 Fix bug in parameter parsing for NBACKUP, username/password were only recognized in the beginning of command. Improve diagnostics for invalid options given on command 2004-11-04 18:29:22 +00:00
skidder
3e26513b38 fb_interpret->isc_interpet, deprecate isc_interpete, clean interface a little bit 2004-10-25 03:53:03 +00:00