Skip to content
  1. Aug 16, 2002
  2. Aug 15, 2002
  3. Jun 19, 2002
  4. Jun 18, 2002
  5. Jun 06, 2002
  6. May 31, 2002
    • Ben Goodwin's avatar
      *** empty log message *** · 9fc5b4f1
      Ben Goodwin authored
      9fc5b4f1
    • Ben Goodwin's avatar
      Added new debug_flags to [global] section · 0d201f7d
      Ben Goodwin authored
      0d201f7d
    • Ben Goodwin's avatar
      Moved MySQL state information here. This means that ALL functions · a0c1b034
      Ben Goodwin authored
        share the same state information (unlike before).  So it's possible
        for poor code to step on it's own *ent routines; I found the glibc
        library uses the same state information for all functions, so I felt
        comfortable with this move.  I may be proven wrong though ...
      Added a few functions so above state information can be accessed/set
        outside this source file.
      set ERANGE outside of find_eol
      Assume that buffer and structure are not NULL (nss_mysql.c now ensures this)
      CLOSE_ALL -> CLOSE_LINK; CLOSE_LINK now also CLOSE_RESULT's
      Removed unnecessary \n's on debug lines
      Check/set return types using enumerated constants instead of 0's and 1's ...
      _nss_mysql_log_error changed to _nss_mysql_log with prio arg
      removed debug - it's now in nss_mysql.c
      a0c1b034
    • Ben Goodwin's avatar
      Moved syslog.h here · 0158a8b0
      Ben Goodwin authored
      Removed unused FSIZ macro
      Removed unused D_ERROR; renumbered D_* defines
      Removed unnecessary CLOSE_ALL.  CLOSE_LINK must CLOSE_RESULT anyway
      Removed unnecessary \n's on debug lines
      Added #defines for some configuration defaults
      Lots of new comments
      Added boolean and return types so we check/set returns via enumurated
          constants instead of 0's and 1's ...
      Added debug_flags to conf.global
      Rearranged some stuff for better readability
      0158a8b0