Changes since 389-admin-1.1.11: Endi S. Dewata (2): Bug 573889 - Migration does not remove deprecated schema Bug 644929 - FDS to 389 DS migration results in both Fedora and 389 entries
Rich Megginson (9): bump version to 1.1.12.a1 initial support for openldap add selinux policy for dsgw skip LD_PRELOAD if using openldap add more log information if nss init fails add even more nss debugging Bug 618454 - mod_admserv should only clear NSS caches and shutdown if NSS is initialized bump version to 1.1.12.a2 fix building with mozldap
--- Makefile.am | 39 + Makefile.in | 76 +- VERSION.sh | 4 admserv/cfgstuff/start-ds-admin.in | 25 admserv/cgi-src40/admlib.mk | 119 ---- admserv/cgi-src40/admpw.c | 67 -- admserv/cgi-src40/dllglue.c | 42 - admserv/cgi-src40/dsconfig.c | 9 admserv/cgi-src40/htmladmin.c | 166 +++--- admserv/cgi-src40/security.c | 2 admserv/cgi-src40/viewdata.c | 150 +++-- admserv/cgi-src40/viewlog.c | 21 admserv/newinst/src/25changefedorato389.pl | 36 - admserv/newinst/src/AdminMigration.pm.in | 55 +- config.h.in | 12 configure | 778 ++++++++++++++++++++++++++--- configure.ac | 15 include/libadmin/libadmin.h | 62 ++ include/libdsa/dsalib.h | 6 lib/libadmin/dllglue.c | 77 -- lib/libadmin/util.c | 737 +++++++++++++++++++++++++++ lib/libdsa/dsalib_conf.c | 15 lib/libdsa/dsalib_confs.c | 68 ++ m4/mozldap.m4 | 109 ++-- m4/openldap.m4 | 131 ++++ mod_admserv/mod_admserv.c | 153 ++--- mod_admserv/mod_admserv.h | 15 selinux/dirsrv-admin.fc.in | 5 tests/ds_create/testget.1 | 2 tests/htmladmin/testget.2 | 2 tests/htmladmin/testget.3 | 2 tests/htmladmin/testget.4 | 2 tests/htmladmin/testget.5 | 2 tests/htmladmin/testget.6 | 2 tests/htmladmin/testget.7 | 2 tests/htmladmin/testget.8 | 2 tests/setup.sh | 250 ++++++--- tests/ugdsconfig/testget.10 | 2 tests/viewdata/testget.2 | 2 tests/viewdata/testget.3 | 2 tests/viewdata/testget.4 | 2 tests/viewlog/testget.3 | 2 tests/viewlog/testget.4 | 2 43 files changed, 2426 insertions(+), 846 deletions(-) ---
389-commits@lists.fedoraproject.org