Skip to content
Snippets Groups Projects
Select Git revision
  • dbck-q-n-d-link
  • foutput-text_stat-override
  • generations
  • text-stat-sha256
  • use-nettle
  • import-nettle
  • refactor-cached_get_text
  • refactor-cached_get_text-part-2
  • add-text_store
  • introduce-generation_position
  • remove-reclamation
  • dbfile-temp-filenames
  • sstrdup
  • dbfile_open_read-check-magic
  • master default
  • adns_dist
  • liboop_dist
  • search
  • isc
  • dbdbckmultiplechoice
  • last.cvs.revision
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • adns_1_0
  • liboop_0_9
  • 2.0.7
  • search_bp
  • 2.0.6
  • 2.0.5
  • isc_1_01
  • Protocol-A-10.4
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • isc_1_00
  • isc_merge_1999_05_01
  • isc_merge_1999_04_21
40 results

ceder-1616-generations-topgit

  • Clone with SSH
  • Clone with HTTPS
  • Per Cederqvist's avatar
    Per Cederqvist authored
    * src/server/conf-file.h (struct datatype): Replaced the freer
    attribute with ctor and dtor attributes.  All users updated.
    Added some documentation.
    (free_config): New function.
    * src/server/conf-file.c (init_init): Call the constructors for
    all parameters.
    (free_config): New function, that calls the destructors for all
    parameters.
    (ctor_string): New static function. 
    (dtor_string): New static function, which replaces
    unassign_string.
    (assign_string): Expect the object to already be constructed.
    (unassign_string): Removed.
    (cf_string): Use ctor_string and dtor_string.
    * src/server/server-config.c (cf_log_param): Updated for new
    struct datatype.
    (cf_jubel): Ditto.
    (cf_ident_param): Ditto.
    (free_configuration): Use free_config to do the work.
    7a036fc7
    History
    Name Last commit Last update