[389-commits] Changes to 'refs/tags/389-admin-1.1.12'

Nathan Kinder nkinder at fedoraproject.org
Wed Nov 17 19:55:59 UTC 2010


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

Nathan Kinder (2):
      Bug 648949 - Merge selinux policy into base OS
      Regenerated autoconf files

Rich Megginson (11):
      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
      bump version to 1.1.12.a3
      fix autotool build issues with properties files

---
 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                                  |  783 ++++++++++++++++++++++++++---
 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 ++++
 m4/selinux.m4                              |    3 
 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 
 44 files changed, 2426 insertions(+), 854 deletions(-)
---


More information about the 389-commits mailing list