[Pkg-fedora-ds-maintainers] [389-admin] branch ubuntu updated (fe03d03 -> 1526dcc)

Timo Aaltonen tjaalton-guest at alioth.debian.org
Tue Oct 8 09:13:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a change to branch ubuntu
in repository 389-admin.

      from  fe03d03   push to precise
      adds  00c2b18   Ticket #286 - compilation fixes for 'format-security'
      adds  26869af   Trac Ticket #307 - htmladmin keeps segfaulting
      adds  800e08a   bump version to 1.1.28
      adds  4ec23c0   If htmladmin fails to connect to the server, the cgi could crash.
      adds  57715ea   bump version to 1.1.29
      adds  6372efe   Ticket #329 - Port modules to httpd 2.4
      adds  a0c656f   bump version to 1.1.30
      adds  a8b0c32   Merge branch 'upstream-unstable' into debian-unstable
      adds  7c6db7b   update the version
      adds  a6cf102   remove format-security.patch, included upstream
      adds  7e436c1   watch: Fix the url.
      adds  dbe252a   watch: Add a comment about the upstream git tree.
      adds  63a7685   finalize -1 and move previous change as -2
      adds  f1b7faf   add missing Uploaders: from -1
      adds  af12b77   Ticket 401 - Console login fails with anonymous access disabled
      adds  70e9664   Ticket 400 - BIND operation result not checked properly in admin server
      adds  cd9d6f1   Ticket #293 - remove-ds-admin.pl does not remove everything
      adds  1e2a818   Ticket #476 - 389 ds do not start on F18 due to missing modules
      adds  bf08982   bump version to 1.1.31
      adds  f2a8c2e   Ticket #567 - Restart of Admin server from console fails on segfault
      adds  63d869f   bump version to 1.1.32
      adds  db76324   Ticket #47298 - remove-ds-admin.pl does not stop the admin server
      adds  78e36de   bump version to 1.1.33
      adds  7e277bf   Ticket #47333 - Relabel lockfile when starting Admin Server
      adds  e420639   Ticket #47334 - Avoid quoting all settings in console.conf
      adds  e55d8a5   bump version to 1.1.34
      adds  ec879b6   Ticket 47468 - Change security password validation error is out of order
      adds  5c52dd5   Ticket 47466 - Importing CA cert with existing name crashes security CGI
      adds  4555aff   Ticket 362 - Directory Console generates insufficient key strength
      adds  0de3949   Ticket 47467 - Improve CRL import error messages
      adds  14b1bf9   ignore files generated by Eclipse
      adds  ebb0765   Ticket #47486 compiler warnings in adminutil, admin, dsgw
      adds  6da58f7   Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw
      adds  2a67826   add more debugging for SSL connection problems
      adds  c6e1876   Ticket #47413 389-admin fails to build with latest httpd
      adds  f2004ea   compiler warning - ldif_read_record lineno type depends on openldap version
      adds  0417dc7   add Eclipse and patch files
      adds  463ed9a   bump version to 1.1.35
      adds  e738d33   Merge branch 'upstream-unstable' into debian-unstable
      adds  d57dd1d   update the changelog
      adds  55b273f   control, http_conf_fix: Migrate to apache 2.4, thanks Colin Watson! (Closes: #725701)
      adds  4be2473   add gbp.conf
      adds  740f559   really add fix-group-name.patch
       new  7ed4dcd   Merge branch 'debian-unstable' into ubuntu
       new  1526dcc   release to saucy

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    4 +
 Makefile.am                                        |    5 +
 VERSION.sh                                         |    2 +-
 .../{httpd-2.2.conf.in => httpd-2.4.conf.in}       |   10 +-
 admserv/cgi-src40/admpw.c                          |    4 +-
 admserv/cgi-src40/config.c                         |    9 +-
 admserv/cgi-src40/dsconfig.c                       |    1 +
 admserv/cgi-src40/htmladmin.c                      |  137 ++++++-----
 admserv/cgi-src40/monreplication.c                 |    1 +
 admserv/cgi-src40/restartsrv.c                     |    5 +-
 admserv/cgi-src40/sec-activate.c                   |   31 ++-
 admserv/cgi-src40/security.c                       |  118 ++++++---
 admserv/cgi-src40/security.properties              |    6 +-
 admserv/cgi-src40/statpingserv.c                   |   85 +++----
 admserv/cgi-src40/stopsrv.c                        |    5 +-
 admserv/cgi-src40/ugdsconfig.c                     |    1 +
 admserv/cgi-src40/viewdata.c                       |    5 +-
 admserv/cgi-src40/viewlog.c                        |   13 +-
 admserv/newinst/src/AdminServer.pm.in              |   33 ++-
 admserv/newinst/src/remove-ds-admin.pl.in          |    8 +-
 compile                                            |  227 ++++++++++++++++--
 configure.ac                                       |    5 +
 debian/changelog                                   |   26 +-
 debian/control                                     |    3 +-
 debian/gbp.conf                                    |    6 +
 debian/patches/fix-group-name.patch                |   18 ++
 debian/patches/format-security.patch               |  252 --------------------
 debian/patches/http_conf_fix                       |   48 +++-
 debian/patches/series                              |    1 -
 debian/watch                                       |    3 +-
 depcomp                                            |  189 ++++++++++-----
 include/libadmin/dbtlibadmin.h                     |    2 -
 install-sh                                         |   35 +--
 lib/base/file.cpp                                  |    8 -
 lib/base/nscputil.cpp                              |    5 +-
 lib/libadmin/util.c                                |   88 +++----
 lib/libdsa/dsalib_confs.c                          |   16 +-
 lib/libdsa/dsalib_util.c                           |    8 -
 m4/adminutil.m4                                    |    4 -
 m4/httpd.m4                                        |    3 +-
 missing                                            |  148 ++++--------
 mod_admserv/mod_admserv.c                          |   81 +++----
 mod_restartd/mod_restartd-2.2.c                    |   16 ++
 wrappers/initscript.in                             |    3 +
 44 files changed, 913 insertions(+), 765 deletions(-)
 copy admserv/cfgstuff/{httpd-2.2.conf.in => httpd-2.4.conf.in} (98%)
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/fix-group-name.patch
 delete mode 100644 debian/patches/format-security.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/389-admin.git



More information about the Pkg-fedora-ds-maintainers mailing list