Skip to content
Snippets Groups Projects
  1. Mar 10, 1999
  2. Mar 09, 1999
  3. Mar 08, 1999
  4. Mar 07, 1999
  5. Mar 06, 1999
    • Hallvard Furuseth's avatar
      Remove unused variables · 3277a27b
      Hallvard Furuseth authored
      3277a27b
    • Hallvard Furuseth's avatar
      Remove unused variables · 984bdfa6
      Hallvard Furuseth authored
      984bdfa6
    • Kurt Zeilenga's avatar
      MSVC5 cleanup... · 588a458d
      Kurt Zeilenga authored
      lber: ifdef'ed out lber_..set_nonblock() function because it used ioctl's.
        If it remains, it needs to be written to support various methods for
        setting non-blocking.  ioctls should probably be last choice.  configure
        could detect existance of fcntl(), ioctl(), etc.
      bdb2:
        added .dsp/.dsw files and did some basic cleanup (still needs work).
      588a458d
  6. Mar 05, 1999
    • Juan Gomez's avatar
      Implemented newSuperior handling. · 654f21b2
      Juan Gomez authored
      654f21b2
    • Kurt Spanier's avatar
      1. Fix of ldbmcat segmentation fault bug (ITS#85 and #81). · 6da27229
      Kurt Spanier authored
      2. Make ldbm_Env a failure-safe entity.
      6da27229
    • Kurt Spanier's avatar
      Make dbEnv a private toy of back-bdb2. · 3f76ee7a
      Kurt Spanier authored
      3f76ee7a
    • Juan Gomez's avatar
      Added parameter newSuperior in preparation to support · 3ba99a75
      Juan Gomez authored
      LDAP v3 MODDN request.
      3ba99a75
    • Juan Gomez's avatar
      Added parsing of newSuperior field for requests that · 07a5f765
      Juan Gomez authored
      carry it. This in preparation to support LDAP v3 MODDN
      request.
      07a5f765
    • Juan Gomez's avatar
      Rename · 9fc5e8a4
      Juan Gomez authored
      int add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      to
      int bdb2i_add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int bdb2i_delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int bdb2i_replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      So that ldbm and db2 backends can coexist.
      9fc5e8a4
    • Juan Gomez's avatar
      Renamed · b41a79fe
      Juan Gomez authored
      int add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      to
      int bdb2i_add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int bdb2i_delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      int bdb2i_replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
      So that ldbm and db2 backend can coexist
      b41a79fe
  7. Mar 04, 1999
  8. Mar 03, 1999
  9. Mar 02, 1999
Loading