1. 23 May, 2011 1 commit
  2. 22 May, 2011 6 commits
  3. 21 May, 2011 4 commits
  4. 20 May, 2011 1 commit
  5. 19 May, 2011 9 commits
  6. 18 May, 2011 6 commits
  7. 16 May, 2011 7 commits
  8. 15 May, 2011 3 commits
  9. 13 May, 2011 1 commit
  10. 12 May, 2011 2 commits
    • Robert Haas's avatar
      Kill stray "not". · c5ab8425
      Robert Haas authored
      c5ab8425
    • Tom Lane's avatar
      Fix write-past-buffer-end in ldapServiceLookup(). · 8d0df204
      Tom Lane authored
      The code to assemble ldap_get_values_len's output into a single string
      wrote the terminating null one byte past where it should.  Fix that,
      and make some other cosmetic adjustments to make the code a trifle more
      readable and more in line with usual Postgres coding style.
      
      Also, free the "result" string when done with it, to avoid a permanent
      memory leak.
      
      Bug report and patch by Albe Laurenz, cosmetic adjustments by me.
      8d0df204