Commit graph

35 commits

Author SHA1 Message Date
KaiGai Kohei
ec4b913f79 fixes in development policy 2009-03-28 02:23:48 +00:00
KaiGai Kohei
30f6b6e672 - upgrade base PostgreSQL 8.3.6->8.3.7
- backport features from 8.4devel tree
2009-03-27 03:54:13 +00:00
KaiGai Kohei
e11194bd10 bugfix: possible information leak by the order of permission checks in row
level permission checks.
2009-02-26 12:31:05 +00:00
Jesse Keating
16c1abc30f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:29:39 +00:00
KaiGai Kohei
b90dc1fbc8 upgrade base postgresql 8.3.5->8.3.6 2009-02-06 02:34:41 +00:00
Tomáš Mráz
bb36b42241 - rebuild with new openssl 2009-01-18 09:19:10 +00:00
KaiGai Kohei
adf7041c4c fixbug: lack of '#include <sys/stat.h>' at sepgsql/permission.c 2008-11-05 02:09:01 +00:00
KaiGai Kohei
a37bd34768 upgrade base PostgreSQL version 8.3.4->8.3.5 2008-11-05 01:44:05 +00:00
KaiGai Kohei
f3907b871c specfile update. 2008-10-05 08:18:45 +00:00
KaiGai Kohei
db648b3fef - bugfix: "(null)" audit logs for non-cached decision making.
- A hook (pgaceCopyFile) is added for "COPY TO/FROM <file>" cases.
2008-10-02 01:44:40 +00:00
KaiGai Kohei
7a51097414 update base version to 8.3.4 2008-09-30 03:39:06 +00:00
KaiGai Kohei
5a2d35df72 bugfix: trusted procedure invokation via operators bugfix: FK insertion
with invisible PK cases
2008-09-23 02:04:13 +00:00
KaiGai Kohei
c8d5de8b7d bugfix: trusted procedure invokation 2008-08-13 13:54:49 +00:00
KaiGai Kohei
ba79975f1b update 8.3.x based SE-PostgreSQL which contains backports frmo 8.4devel
tree
2008-07-11 08:39:31 +00:00
KaiGai Kohei
902a2d38d4 - upgrade base PostgreSQL 8.3.1 -> 8.3.3 2008-06-13 04:05:55 +00:00
KaiGai Kohei
51ce27965c - Inconsistent version number format at Changelogs
- BUGFIX: ROW-level control did not work correctly on TRUNCATE
2008-04-30 01:48:38 +00:00
KaiGai Kohei
076020abba update base PostgreSQL version 8.3.0->8.3.1 2008-03-27 17:23:38 +00:00
KaiGai Kohei
a8e6fd5097 BUGFIX: more conprehensive fixes in "SELECT COUNT(*) ..." 2008-03-09 11:48:19 +00:00
KaiGai Kohei
fb8c5a3ba0 - BUGFIX: CREATE TABLE statement with explicit labeled columns
- BUGFIX: SELECT count(*) does not filter unallowed tuples
2008-03-02 08:10:12 +00:00
KaiGai Kohei
c5a1f179ad sepostgresql security policy module updated. 2008-02-27 09:49:39 +00:00
KaiGai Kohei
b651091989 update specfile 2008-02-26 08:09:33 +00:00
KaiGai Kohei
b9b94a4e77 - add /etc/logrotate.d/sepostgresql, to avoid flood of logs.
- BUGFIX: CREATE/ALTER TABLE with CONTEXT='...' did nothing.
2008-02-26 08:04:10 +00:00
KaiGai Kohei
a5cea847b8 - update base version to stable 8.3.0
- add tzdata dependency
- allow db_database:{get_param set_param} for generic domain
- error message cleanups
- Improve large object hooks in PGACE framework
- BUGFIX: db_blob:{drop} was checked at loread()
- BUGFIX: incorrect permission in DELETE with RETURNING clause
- incorrect permission when we read and update security_context in same
    time.
2008-02-07 01:26:25 +00:00
KaiGai Kohei
9b87f337e6 BUGFIX:
- HeapInsert/HeapUpdate hooks called ReadBuffer without any locks.
- Unexpected behavior in SELECT ... INTO t2 FROM t1 statement.
2008-01-22 12:23:23 +00:00
KaiGai Kohei
021eeaade4 base version of SE-PostgreSQL was updated from 8.2.6 to 8.3RC2. It enables
to share DLLs provided by original PostgreSQL, so this package omits
    those files.
2008-01-20 07:59:04 +00:00
KaiGai Kohei
482366064e updating base version to 8.2.6 with appropriate way. 2008-01-14 15:49:34 +00:00
KaiGai Kohei
3f33856e06 add postgresql-8.2.6.tar.gz 2008-01-10 14:37:03 +00:00
KaiGai Kohei
d269b0bff6 Update base postgresql version 8.2.5 -> 8.2.6 2008-01-10 14:11:18 +00:00
KaiGai Kohei
f970c51104 Add a security policy hotfix for labeled networking. It enables client
domains to communicate SE-PostgreSQL.
2007-11-20 16:18:34 +00:00
KaiGai Kohei
ca5d1a2767 re-organize the upstream repository to parepare branch development based on
pgsql-8.3.x
2007-11-01 14:00:32 +00:00
KaiGai Kohei
93190e9b6b FIXBUG: security context was not canonicalized when irregular context (but
interpretable) was inputed.
2007-10-17 11:20:57 +00:00
KaiGai Kohei
55b4428dcf FIXBUG: type definitions of security_label_to_text() and
text_to_security_label() are mismatched.
2007-10-15 12:38:40 +00:00
KaiGai Kohei
03876d9e7b update base PostgreSQL version to 8.2.5 2007-09-22 13:09:45 +00:00
KaiGai Kohei
9017dde910 - upstreamed SE-PostgreSQL 8.2.4-1.0 released. (there is no differences
from 8.2.4-0.434.beta actually)
- The minor version of SE-PostgreSQL is ommited from the patch filename,
    because it is updated so frequently and CVS handles it full-replaced.
2007-09-09 03:54:57 +00:00
KaiGai Kohei
a835c9efa0 import sepostgresql-8.2.4-0.434 as the initial version in Fedora rawhide 2007-09-01 13:07:32 +00:00