Skip to content
Snippets Groups Projects
  1. May 01, 2002
  2. Apr 30, 2002
  3. Apr 29, 2002
  4. Apr 27, 2002
  5. Apr 25, 2002
  6. Apr 23, 2002
    • Ralf Haferkamp's avatar
      - some code cleanups · bef9945d
      Ralf Haferkamp authored
      - fix for the client caching code (cache is flushed after modifications
        rather than removing only the changed entry)
      
      The code was submitted by Jeff Costlow <j.costlow@f5.com> under the
      following terms:
      
      Copyright 2002, F5 Networks, Inc, All rights reserved.
      This software is not subject to any license of F5 Networks.
      
      This is free software; you can redistribute and use it
      under the same terms as OpenLDAP itself.
      bef9945d
  7. Apr 22, 2002
  8. Apr 20, 2002
  9. Apr 19, 2002
  10. Apr 18, 2002
    • Kurt Zeilenga's avatar
      Blind commit: · 96eda541
      Kurt Zeilenga authored
      Re: Untested patch: back-tcl used wrong types  (ITS#1719)
      
      			================
      Written by Hallvard B. Furuseth and placed into the public domain.
      This software is not subject to any license of the University of Oslo.
      			================
      
      > I turned it into an automatic variable.
      
      ...and used a variable-length array.  That's a gcc extension, it is not
      in ANSI C89.  (It is in C99 though.)  You seem to be compiling without
      -pedantic:-)  Anyway, here is a patch to turn it back into ch_malloc(),
      plus some README fixes
      96eda541
    • Howard Chu's avatar
      Fix memory leak in previous commit · 202aa8c7
      Howard Chu authored
      202aa8c7
    • Howard Chu's avatar
      Fix memory leak in previous commit · 0aa7c83a
      Howard Chu authored
      0aa7c83a
Loading