Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,194 downloads
    BackTrack 5 R3
    1,745 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,279 downloads
    Wine 1.4.1 / 1.5.30
    1,222 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    937 downloads
    Red Hat Linux 9
    930 downloads
    Ubuntu 12.10
    719 downloads
    Red Hat Enterprise
    Linux 6.4

    707 downloads
    VLC 2.0.6
    651 downloads
    Linux Mint 14.1 / 15
    RC

    631 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 622
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-7

    User rating: 4.3/5
    Votes: 256
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 566
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 667
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 354
    Home > Linux > System > Networking > OpenLDAP > Changelog

    OpenLDAP 2.4.35 - Changelog


    What's new in OpenLDAP 2.4.34:

    March 4th, 2013

    · Fixed libldap connections with EINTR (ITS#7476)
    · Fixed libldap lineno overflow in ldif_read_record (ITS#7497)
    · Fixed liblmdb mdb_env_open flag handling (ITS#7453)
    · Fixed liblmdb mdb_midl_sort array optimization (ITS#7432)
    · Fixed liblmdb freelist with large entries (ITS#7455)
    · Fixed liblmdb to check for filled dirty page list (ITS#7491)
    · Fixed liblmdb to validate data limits (ITS#7485)
    · Fixed liblmdb mdb_update_key for large keys (ITS#7505)
    · Fixed ldapmodify to not core dump with invalid LDIF (ITS#7477)
    · Fixed slapd syncrepl for old entries in MMR setup (ITS#7427)
    · Fixed slapd signedness for index_substr_any_* (ITS#7449)
    · Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS#7450)
    · Fixed slapd mutex in send_ldap_ber (ITS#6164)
    · Added slapd-ldap onerr option (ITS#7492)
    · Added slapd-ldap keepalive support (ITS#7501)
    · Fixed slapd-ldif with empty dir (ITS#7451)
    · Fixed slapd-mdb to reopen attr DBs after env reopen (ITS#7416)
    · Fixed slapd-mdb handling of missing entries (ITS#7483,7496)
    · Fixed slapd-mdb environment flag setting (ITS#7452)
    · Fixed slapd-mdb with sub db slapcat (ITS#7469)
    · Fixed slapd-mdb to correctly work with toolthreads > 2 (ITS#7488,ITS#7527)
    · Fixed slapd-mdb subtree search speed (ITS#7473)
    · Fixed slapd-meta conversion to cn=config (ITS#7525)
    · Fixed slapd-meta segfault when modifying olcDbUri (ITS#7526)
    · Fixed slapd-sql back-config support (ITS#7499)
    · Fixed slapo-constraint handle uri and restrict correctly (ITS#7418)
    · Fixed slapo-constraint with multi-master replication (ITS#7426)
    · Fixed slapo-constraint segfault (ITS#7431)
    · Fixed slapo-deref control initialization (ITS#7436)
    · Fixed slapo-deref control exposure (ITS#7445)
    · Fixed slapo-memberof with internal ops (ITS#7487)
    · Fixed slapo-pcache matching rules for config db (ITS#7459)
    · Fixed slapo-rwm modrdn cleanup (ITS#7414)
    · Fixed slapo-sssvlv maxperconn parameter (ITS#7484)

    Build Environment:
    · Fixed slapo-constraint test suite (ITS#7423)

    Contrib:
    · Added nssov nssov_config support (ITS#7518)
    · Added nssov password_prohibit_message (ITS#7518)
    · Fixed ldapc++ with gcc-4.7 (ITS#7281,ITS#7304)
    · Fixed nssov olcNssPamSession handling (ITS#7481)
    · Fixed nssov connection DN (ITS#7518)
    · Add missing Makefile for various modules (ITS#7308)
    · Unify Makefile structure for modules (ITS#7309)
    · Fixed slapo-allowed attribute replication (ITS#7493)
    · Fixed slapo-passwd SHA2 to correctly zero buffer (ITS#7490)

    Documentation:
    · ldapurl(1) fix example usage (ITS#7454)
    · ldap_get_option(3) fixed trailing whitespace (ITS#7411)
    · slapd-config(5) olcExtraAttrs is per db (ITS#7421)
    · slapd-overlays(5) update manpage index (ITS#7489)
    · slapo-dynlist(5) Search behavior notes (ITS#7486)
    · slapo-valsort(5) Document valsort control syntax (ITS#7523)



    What's new in OpenLDAP 2.4.33:

    October 10th, 2012

    · Added slapd-meta cn=config support
    · Fixed libldap MozNSS slot picking (ITS#7359)
    · Fixed libldap MozNSS with tokenname:certnickname format (ITS#7360)
    · Fixed libmdb POSIX semaphore cleanup on environment close (ITS#7364)
    · Fixed libmdb mdb_page_split (ITS#7385, ITS#7229)
    · Fixed slapd alock handling on Windows (ITS#7361)
    · Fixed slapd acl handling with zero-length values (ITS#7350)
    · Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
    · Fixed slapd delta-syncrepl MMR with large attribute values (ITS#7354)
    · Fixed slapd slapd_rw_destroy function (ITS#7390)
    · Fixed slapd-ldap idassert bind handling (ITS#7403)
    · Fixed slapd-mdb slapadd -q -w double free (ITS#7356)
    · Fixed slapd-mdb to close read txn in reindex commit (ITS#7386)
    · Fixed slapo-constraint with multiple modifications (ITS#7168)

    Build Environment:

    · Fixed build with Visual Studio (ITS#7358)
    · Fixed libmdb posix semaphore use on BSD system (ITS#7363)
    · Add slapo-constraint test suite (ITS#7344, ITS#7366)

    Contrib:

    · Updated radius passwd module for NAS-Identifier (ITS#7357)

    Documentation:

    · slapo-refint(5) Note that refint is not replicated (ITS#7405)



    What's new in OpenLDAP 2.4.31:

    April 24th, 2012

    · Added slapo-accesslog support for reqEntryUUID (ITS#6656)
    · Fixed libldap IPv6 URL detection (ITS#7194)
    · Fixed libldap rebinding on failed connection (ITS#7207)
    · Fixed libmdb alignment of MDB_db members (ITS#7191)
    · Fixed libmdb branch page merging on deletes (ITS#7190)
    · Fixed libmdb page split with MDB_APPEND (ITS#7213)
    · Fixed libmdb free page usage with entry deletion (ITS#7210)
    · Fixed libmdb to use IOV_MAX if it is defined and small (ITS#7196)
    · Fixed libmdb key alignment (ITS#7219)
    · Fixed libmdb mdb_page_split (ITS#7229)
    · Fixed libmdb with zero length IDLs (ITS#7230)
    · Fixed slapd listener initialization (ITS#7233)
    · Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197)
    · Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)
    · Fixed slapd to reject MMR setups with bad serverID setting (ITS#7200)
    · Fixed slapd approxIndexer key generation (ITS#7203)
    · Fixed slapd modification of olcSuffix (ITS#7205)
    · Fixed slapd schema validation with missing definitions (ITS#7224)
    · Fixed slapd syncrepl -c with supplied CSN values (ITS#7245)
    · Fixed slapd-bdb/hdb idlcache with only one element (ITS#7231)
    · Fixed slapd-perl modify with binary values (ITS#7149)
    · Fixed slapd-shell cn=config support (ITS#7201)
    · Fixed slapd-shell modify with binary values (ITS#7149)
    · Fixed slapo-accesslog deadlock with non-logged write ops (ITS#7088)
    · Fixed slapo-syncprov sessionlog check (ITS#7218)
    · Fixed slapo-syncprov entry leak (ITS#7234)
    · Fixed slapo-syncprov startup initialization (ITS#7235)

    Build Environment:
    · Fixed test022 to check ldapsearch results (ITS#7228)
    · Fixed test044 when back-monitor is disabled (ITS#7204)

    Documentation:
    · Fixed slapschema(8) formatting (ITS#7188)
    · Fixed limdb functionality documentation (ITS#7238)
    · Fixed ldap_get_option(3) note inheritance behavior (ITS#7240)



    What's new in OpenLDAP 2.4.28:

    December 20th, 2011

    · Fixed back-mdb out of order slapadd



    What's new in OpenLDAP 2.4.26:

    July 1st, 2011

    · Added libldap LDAP_OPT_X_TLS_PACKAGE (ITS#6969)
    · Fixed libldap MozNSS with CACertDir (ITS#6975)
    · Fixed libldap MozNSS with PR_SetEnv (ITS#6862)
    · Fixed libldap descriptor leak (ITS#6929)
    · Fixed libldap socket leak (ITS#6930)
    · Fixed libldap get option crash (ITS#6931)
    · Fixed libldap lockup (ITS#6898)
    · Fixed libldap ASYNC TLS setup (ITS#6828)
    · Fixed libldap with missing \n terminations (ITS#6947)
    · Fixed tools double free (ITS#6946)
    · Fixed tools verbose output (ITS#6977)
    · Fixed ldapmodify SEGV on invalid LDIF (ITS#6978)
    · Added slapd extra_attrs database option (ITS#6513)
    · Fixed slapd asserts (ITS#6932)
    · Fixed slapd configfile param on windows (ITS#6933)
    · Fixed slapd config with global chaining (ITS#6843)
    · Fixed slapd uninitialized variables (ITS#6935)
    · Fixed slapd config objectclass is readonly (ITS#6963)
    · Fixed slapd entry response with control (ITS#6899)
    · Fixed slapd with unknown attrs (ITS#6819)
    · Fixed slapd normalization of schema RDN (ITS#6967)
    · Fixed slapd operations cache to 10 op limit (ITS#6944)
    · Fixed slapd syncrepl crash with non-replicated ops (ITS#6892)
    · Fixed slapd-bdb/hdb with sparse index ranges (ITS#6961)
    · Fixed slapd-monitor stray code cleanup (ITS#6974)
    · Fixed back-ldap ppolicy updates (ITS#6711)
    · Fixed back-ldap with id-assert (ITS#6817)
    · Fixed slapd-meta reentry issues (ITS#6909)
    · Fixed slapd-sql length of data type (ITS#6657,ITS#6691)
    · Added slapo-accesslog filter matching (ITS#6815)
    · Fixed slapo-accesslog with invalid attrs (ITS#6819)
    · Added slapo-auditlog connID and peername logging (ITS#6936)
    · Fixed slapo-memberof with accesslog (ITS#6329,ITS#6766,ITS#6915)
    · Fixed slapo-pcache with unknown attrs (ITS#6823)
    · Fixed slapo-pcache with '1.1', '+', and '*' attrs (ITS#6950)
    · Fixed slapo-pcache buffersize issues (ITS#6951)
    · Fixed slapo-pcache refresh (ITS#6953)
    · Fixed slapo-pcache with pCacheBind (ITS#6954)
    · Fixed slapo-pcache database corruption (ITS#6831)
    · Fixed slapo-rwm with attributes with no equality rule (ITS#6943)
    · Fixed slapo-sssvlv limits check when global (ITS#6973)
    · Fixed slapo-syncprov with replicated subtrees (ITS#6872)
    · Fixed slapo-unique with managedsait (ITS#6641)
    · Fixed slapo-unique filter with zero-length values (ITS#6901)
    · Added contrib/acl GSS naming extensions ACL module
    · Fixed contrib/smbk5pwd with shadowLastChange (ITS#6955)
    · Build Environment
    · Fixed builds that do not have GETTIMEOFDAY (ITS#6885)
    · Fixed libldap libfetch dependancy (ITS#6889)
    · Documentation
    · ldap_get_dn(3) add man page (ITS#6959)
    · slapo-nssov(5) Fixed typo (ITS#6934)
    · slapd-backends(5) update recommended database backend (ITS#6904)
    · slapd-bdb(5) update recommended database backend (ITS#6904)
    · slapd-hdb(5) update recommended database backend (ITS#6904)
    · admin24 update that cn=config is preferred (ITS#6905)
    · admin24 update information about indexes (ITS#6906)
    · admin24 fix --enable-wrappers option (ITS#6971)



    What's new in OpenLDAP 2.4.23:

    June 30th, 2010

    · Fixed libldap to return server's error code (ITS#6569)
    · Fixed libldap memleaks (ITS#6568)
    · Fixed liblutil off-by-one with delta (ITS#6541)
    · Fixed slapd acls with glued databases (ITS#6468)
    · Fixed slapd syncrepl rid logging (ITS#6533)
    · Fixed slapd modrdn handling of invalid values (ITS#6570)
    · Fixed slapd-bdb hasSubordinates computation (ITS#6549)
    · Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
    · Fixed slapd-bdb entry cache delete failure (ITS#6577)
    · Fixed slapd-ldap to return control responses (ITS#6530)
    · Fixed slapo-ppolicy to use Debug (ITS#6566)
    · Fixed slapo-refint to zero out freed DN vals (ITS#6572)
    · Fixed slapo-rwm to use Debug (ITS#6566)
    · Fixed slapo-sssvlv to use Debug (ITS#6566)
    · Fixed slapo-syncprov lost deletes in refresh phase (ITS#6555)
    · Fixed slapo-valsort to use Debug (ITS#6566)
    · Fixed contrib/nssov network.c missing patch (ITS#6562)

    Build Environment:
    · Fixed test043 attribute sorting (ITS#6553)

    Documentation:
    · slapd-config(5) note default rootdn (ITS#6546)



    What's new in OpenLDAP 2.4.19:

    October 6th, 2009

    · Minor bugs in the command line tools were fixed.
    · There were also several more significant fixes and enhancements.



    What's new in OpenLDAP 2.4.14:

    February 14th, 2009

    · Many minor bugfixes, some minor enhancements, and many documentation updates.
    · Support for GnuTLS was improved, bugs in connection close handling were fixed, some replication bugs were fixed, and some new features were added.



    What's new in OpenLDAP 2.4.13:

    November 25th, 2008

    · Many fixes and enhancements to the libraries, server, modules, and documentation.



    What's new in OpenLDAP 2.4.12:

    October 14th, 2008

    · Various fixes to the code and documentation, plus a few new features such as support for BerkeleyDB 4.7, native support for MySQL NDB, etc.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM