Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
adminutil: Utility library for directory server administration
- Summary
- adminutil is libraries of functions used to administer directory
servers, usually in conjunction with the admin server. adminutil is
broken into two libraries - libadminutil contains the basic
functionality, and libadmsslutil contains SSL versions and wrappers
around the basic functions. The PSET functions allow applications to
store their preferences and configuration parameters in LDAP, without
having to know anything about LDAP. The configuration is cached in a
local file, allowing applications to function even if the LDAP server
is down. The other code is typically used by CGI programs used for
directory server management, containing GET/POST processing code as
well as resource handling (ICU ures API).
Changelog
- * Fri Jun 22 17:00:00 2007 Rich Megginson <rmeggins{%}redhat{*}com> - 1.1.2-1
- Updated version to 1.1.2
- This version fixes some memory leaks and invalid memory use
- issues
- * Wed May 23 17:00:00 2007 Rich Megginson <rmeggins{%}redhat{*}com> - 1.1.1-3
- more fedora review stuff - use macros consistently
- make sure install preserves timestamps
- use lgpl instead of gpl for acclanglist.c
- fix undefined weak symbols in libadmsslutil
- * Fri May 18 17:00:00 2007 Rich Megginson <rmeggins{%}redhat{*}com> - 1.1.1-2
- pkgconfig is a requires not a build requires