Skip to content
Snippets Groups Projects
  1. Dec 14, 1998
    • Kurt Zeilenga's avatar
      Backout previous changes made by Dave as they excessive reformatting, · 65e4923d
      Kurt Zeilenga authored
      reindentation, and use of spaces instead of tab.  Diffs will be reviewed
      to identify and commit only functional changes as time permits.
      Note: this is more my fault than Dave's.   I should have provided
      clearer guidance.   Live and learn.
      65e4923d
    • Kurt Zeilenga's avatar
      The result set of an EQUALITY search on a SYNTAX_BIN attribute may have been · 9df2f4f4
      Kurt Zeilenga authored
      incorrect because value_cmp() in value.c compares two attributes by
      comparing the leading bytes of the two values (candidate and filter) up to
      the smaller of the two lengths of the binary values. If the lengths of two
      SYNTAX_BIN values differ, like SYNTAX_CES and SYNTAX_CIS, the EQUALITY
      comparison should fail.
      
      It also appears that value_ncmp() in value.c has no references anywhere in
      the openLDAP source tree, save for a definition in proto-slap.h. The
      following fix the bug and remove the dead code:
      
      From: "MCGARRAHAN, KENNETH L" <km4155@momail.sbc.com>
      9df2f4f4
    • Kurt Zeilenga's avatar
      Make sure that four characters, rather than only the first three, · c65938ab
      Kurt Zeilenga authored
      are being analysed in the transaltion to base64.
      From: Lucio de Re <lucio@proxima.alt.za>
      c65938ab
    • Kurt Zeilenga's avatar
      Update pthread checks: · 9db062bb
      Kurt Zeilenga authored
      	Add plain -lpthread check.
      	Move *_r() checks so that they are checked for regradless
      		of thread libs used.  Before they were only being checked
      		when using threads.
      	Fix yields test such that compile/link/odd runtime failures results in
      		'yes' instead of 'no'.
      9db062bb
  2. Dec 12, 1998
  3. Dec 10, 1998
  4. Dec 07, 1998
  5. Dec 06, 1998
  6. Dec 04, 1998
  7. Dec 03, 1998
  8. Dec 02, 1998
Loading