Changes since 389-admin-1.1.11.a1: Endi S. Dewata (1): Bug 368481 - Unable to change Admin Server log paths in Console
Nathan Kinder (5): Make check for threaded httpd work with Apache 2.0 Bug 460209 - Correct configure help message Bug 570912 - Avoid selinux context conflict with httpd Change parsing of start-slapd for instance name Bug 570912 - dirsrv-admin SELinux module fails to install on F-13
Noriko Hosoi (2): 560827 - Admin Server templates: DistinguishName validation fails 560827 - Admin Server: DistinguishName validation fails
Rich Megginson (6): bump version to 1.1.11.a2 Bug 460162 - FedoraDS "with-FHS" installs init.d StartupScript in wrong loca bump version to 1.1.11.a3 SELinux is preventing /usr/lib64/dirsrv/cgi-bin/viewlog "ioctl" access on start of 1.1.11.a4 Bug 593392 - setup-ds-admin.pl -k creates world readable file
--- Makefile.am | 2 Makefile.in | 2 VERSION.sh | 2 admserv/cgi-src40/config.c | 46 ++++---- admserv/cgi-src40/htmladmin.c | 15 ++ admserv/newinst/src/AdminUtil.pm.in | 8 + admserv/newinst/src/dirserver.map.in | 1 admserv/newinst/src/migrate-ds-admin.pl.in | 13 +- admserv/newinst/src/register_param.map.in | 1 admserv/newinst/src/setup-ds-admin.pl.in | 8 - admserv/schema/ldif/00nsroot_backend.ldif.tmpl | 5 admserv/schema/ldif/01nsroot.ldif.tmpl | 26 ++-- admserv/schema/ldif/02globalpreferences.ldif.tmpl | 46 ++++---- admserv/schema/ldif/10dsdata.ldif.tmpl | 64 +++++------ admserv/schema/ldif/10rm_dsdata.ldif.tmpl | 10 - admserv/schema/ldif/11dstasks.ldif.tmpl | 68 ++++++------ admserv/schema/ldif/12dsconfig.mod.tmpl | 6 - admserv/schema/ldif/13dsschema.mod.tmpl | 6 - admserv/schema/ldif/16dssuffixadmin.mod.tmpl | 6 - admserv/schema/ldif/20asdata.ldif.tmpl | 54 ++++----- admserv/schema/ldif/21astasks.ldif.tmpl | 78 +++++++------- admserv/schema/ldif/22ascommands.ldif.tmpl | 8 - admserv/schema/ldif/asmigrate.ldif.tmpl | 10 - configure | 115 ++++++++++++++------ configure.ac | 31 ++++- include/libadmin/libadmin.h | 13 ++ lib/libadmin/util.c | 121 ++++++++++++++++++++++ lib/libdsa/dsalib_location.c | 11 -- m4/httpd.m4 | 15 +- selinux/dirsrv-admin.te | 6 - 30 files changed, 510 insertions(+), 287 deletions(-) ---
389-commits@lists.fedoraproject.org