Skip to content
Snippets Groups Projects
  1. Jan 10, 1999
    • Kurt Zeilenga's avatar
      rename 'struct op' to 'struct slap_op' · d0516836
      Kurt Zeilenga authored
      rename 'struct conn' to 'struct slap_conn'
      rename op_function to slap_op_func for functions add/delete/free
      This change is need to avoid clashing with perl internals.
      d0516836
  2. Jan 09, 1999
  3. Jan 08, 1999
  4. Jan 07, 1999
  5. Jan 06, 1999
  6. Jan 05, 1999
    • Kurt Spanier's avatar
      - Make install creates $(RUNDIR)/var for pid and args files of slapd. · 9c6d384b
      Kurt Spanier authored
      - slapd's pid/args file names are based on the servers binary file names,
        providing for multiple servers beeing run on one host.
      - slapd supports the -l command line parameter for selection of a
        syslog LOCAL user (-lLOCAL0 .. -lLOCAL7)
      - db_appinit() is called during first ldbm_open() in DB 2.x to initialize
        DB debugging features (good to find bugs in the DB code :-)
      - a patch for a non-initialized variable in DB's 2.x db_open is provided.
      9c6d384b
  7. Jan 03, 1999
  8. Jan 02, 1999
  9. Jan 01, 1999
  10. Dec 30, 1998
  11. Dec 29, 1998
  12. Dec 28, 1998
    • Kurt Zeilenga's avatar
      Fix schema check bug... actually charray needs to dup strings on · cfa450d0
      Kurt Zeilenga authored
      add/merge as we now free strings agressively.  Improved debug
      message to include name of missing required attribute and added
      check for 'operational attributes'.  This check should be used
      everywhere we need to test for operational attributes (add/modify).
      Also, enabled schema checking for tests (and fixed resulting
      problems by adjusting oc.conf).
      cfa450d0
Loading