skidder
17b60455d5
Vanilla mkdir program does not recognize -p switch on Windows. It is the default, so remove it
2014-07-17 20:35:37 +00:00
skidder
7c743fc291
Fix build warnings
2014-07-17 18:48:46 +00:00
dimitr
88cee0cf97
Added the missing but required (by ICU) runtime lib.
2014-07-14 19:33:47 +00:00
alexpeshkoff
553860f97a
Avoid loading <string> by ICU
2014-06-06 10:29:23 +00:00
alexpeshkoff
dd549a0a4d
Arm64 port
2014-05-22 10:47:03 +00:00
hvlad
c04233f92a
Fixed VC10 build - make all project use the same set of include directories.
2014-04-30 11:09:32 +00:00
mapopa
f92d4887ba
revert the change
2014-04-26 09:02:55 +00:00
mapopa
b0a45264eb
removed 11 years ago due to new method to create security database
2014-04-26 08:40:06 +00:00
robocop
3ae049affd
Never underestimate the brute force approach to make a build succeed after changes in other platforms.
2014-04-05 02:15:40 +00:00
alexpeshkoff
20e846369e
Implemented CORE-3370: Resolve additional aspects of multiple security databases from services and cross-database requests POV (mapping names)
2014-04-04 15:57:18 +00:00
mapopa
72ed0352d9
make init script writeable by the root user
2014-03-05 16:59:59 +00:00
asfernandes
ddd97ce346
Misc.
2014-03-04 02:12:15 +00:00
asfernandes
cc70d60eff
Adjust for the change in the code.
2014-03-04 01:55:26 +00:00
mapopa
10aabf2382
cleanup old text and links
2014-02-27 16:42:03 +00:00
mapopa
a33b974f86
Removing any old system startup links for /etc/init.d/firebird
2014-02-27 16:23:25 +00:00
mapopa
74d9133a87
Fix debian update-rc.d warning
...
update-rc.d: warning: start runlevel arguments (2 3 5) do not match firebird Default-Start values (2 3 4 5)
2014-02-27 16:12:59 +00:00
mapopa
4255bea1e6
cleanup old comments
2014-02-27 15:55:14 +00:00
mapopa
b40b4c582c
kill the guardian also at install time in debian
2014-02-27 15:38:53 +00:00
asfernandes
e6ba3d47f2
Improvement CORE-2224 - Upgrade ICU to version 52.1
2014-02-24 16:23:16 +00:00
asfernandes
580a32a80d
It's not needed anymore to link against ICU import libraries.
2014-02-21 15:46:28 +00:00
alexpeshkoff
ca4df415ca
Misc enhancements in .conf parser and *.conf.in files
2014-01-31 14:43:25 +00:00
hvlad
ac9e180d73
Adjusted MSVC10 build.
2014-01-16 11:41:46 +00:00
alexpeshkoff
949defe5e6
Implemented CORE-4317: Make ISQL use new object API with 32-bit length for object sizes (messages, SQL statements, etc.)
...
Implementation also includes changes in GPRE, but this utility is not complete - only commands, used in ISQL,
are working in code generator for new API.
New interface IUtl is added - it performs tasks, related with database objects (attachment, transaction, etc.),
but not requiring routing in YValve, i.e. client only tasks.
2014-01-15 13:02:08 +00:00
robocop
2810026363
Misc and warnings.
2013-12-29 00:35:50 +00:00
alexpeshkoff
e2ef60330e
Fixed build - ids.h was regenerated too late
2013-12-03 10:52:23 +00:00
alexpeshkoff
6b22039d4f
debuginfo uninstall
2013-11-28 16:37:00 +00:00
alexpeshkoff
02553cf005
Fixed regression in unistaller which arrived when adding systemd support
2013-11-27 13:08:09 +00:00
alexpeshkoff
639940735c
Set both ISC_PASSWD and ISC_PASSWORD to make both environment and old scripts happy
2013-11-27 11:14:04 +00:00
alexpeshkoff
ce494078fe
Fixed regression, reported by Philippe privately
2013-11-26 13:50:45 +00:00
alexpeshkoff
4a8fe5a0de
Implemented CORE-4273: Per-database control on access to database from remote stations
2013-11-22 15:21:11 +00:00
alexpeshkoff
896ca316bb
Fixed CORE-4154: Firebird.conf should list names of (standard) authentication + usermanager plugins
2013-11-22 08:10:50 +00:00
alexpeshkoff
0304dda406
Turn off one more warning - all places where UCHAR array is initated with constants like 12 (i.e. DPB and other clumplets) the warning is issued
2013-11-19 12:36:53 +00:00
alexpeshkoff
912e3698dd
Inline docs
2013-11-05 07:59:22 +00:00
alexpeshkoff
8c546c2362
Fixed CORE-4241: Empty password will pass login
2013-10-30 12:46:35 +00:00
alexpeshkoff
9d31e79477
Cleanup - "Authentication" parameter from firebird.conf is overriden by "AuthServer"
2013-10-30 12:23:45 +00:00
hvlad
15e24b0dd7
Convert legacy auth server to non-builtin plugin on windows (MSVC10 build).
2013-10-29 08:46:32 +00:00
alexpeshkoff
de258c2844
Convert legacy auth server to non-builtin plugin on posix
2013-10-28 10:27:40 +00:00
alexpeshkoff
6ac6b40bc0
Avoid dependency from aclocal-1.12 in editline
2013-10-23 11:49:59 +00:00
mapopa
b14c9245c9
make the paths a little more portable between versions
2013-09-25 15:01:51 +00:00
mapopa
b382008a24
make it compilable with android ndk-r9
2013-09-25 12:57:34 +00:00
alexpeshkoff
957b696b5c
Added support for systemd
...
Removed scripts to change firebird runuser to root and back to firebird
Removed script changing SYSDBA password (nothing except gsec call left in it)
Reorganize posix/linux install files minimizing OS-specific part of .tgz install scripts
Related cleanup and bugfixing in posix install
2013-09-13 12:27:16 +00:00
paulbeach
9712625a5e
Enable support for the Cobol pre-compiler in libfbclient and libfbembed should anyone want to compile it and use it.
2013-08-30 08:42:24 +00:00
fsg
985e98a59e
enable UTF8 support for the new editline version and isql
2013-08-27 17:04:00 +00:00
dimitr
9abaa7f59f
Fixed snapshot builds.
2013-08-24 08:43:28 +00:00
asfernandes
b313573a42
Hope this fixes the POSIX build.
2013-08-23 15:37:20 +00:00
dimitr
5d80d0e322
Updated the distributed examples.
2013-08-22 13:52:04 +00:00
dimitr
01f48faf30
Added plugins.conf to the distribution.
2013-08-22 09:24:09 +00:00
dimitr
fc7389325a
Added READMEs and new API headers to Windows snapshots.
2013-08-22 06:23:37 +00:00
asfernandes
27062ad0bc
Fixed the problem with make -j when only parse.y is changed.
2013-08-14 15:41:37 +00:00
paul_reeves
c3f783a343
Improve installed product detection to support changes in Fb3.
2013-08-07 09:58:04 +00:00