1. 12 Jul, 2006 1 commit
    • Joe Conway's avatar
      Clean up for warning: · 9e196d7c
      Joe Conway authored
        fe-auth.c:573: warning: passing argument 1 of 'free' discards qualifiers
        from pointer target type
      pg_krb5_authname used to return a (const char *) to memory allocated by
      krb. Somewhere along the lines this was changed so that a copy was
      made, returned, and freed instead. However the const modifier was never
      removed.
      9e196d7c
  2. 11 Jul, 2006 23 commits
  3. 10 Jul, 2006 15 commits
  4. 08 Jul, 2006 1 commit