uci: fix a potential use-after-free in uci_set()
[project/uci.git] / ucimap.c
2013-10-15 Luka Perkovstyle: fix whitespace errors
2013-10-15 Luka Perkovstyle: free(NULL) is perfectly valid so we can drop...
2011-10-21 Felix Fietkauucimap: initialize an uninitialized pointer (patch...
2011-10-21 Felix Fietkauucimap: fix a memory leak (patch by Stanislav Fomichev)
2011-10-21 Felix Fietkauadd a few missing null pointer checks, and fix check...
2011-10-21 Felix Fietkaucheck result of memory allocations (patch by Stanislav...
2011-10-21 Felix Fietkauucimap: fix use-after-free on cleanup (patch by Stanisl...
2011-08-31 Felix Fietkaufix lgpl license headers
2011-07-18 Felix Fietkauremove unused but set variable to fix a compiler warning
2010-08-21 Lars-Peter Clausenucimap: ucimap_parse: consider smap_offset when allocat...
2010-08-17 Felix Fietkausimplify code (thx, henning)
2009-09-06 Felix Fietkauucimap: simplify the parse/format callbacks. the data...
2009-09-06 Felix Fietkauucimap: fix list size initialization, validate list...
2009-09-06 Felix Fietkauucimap: fix list initialization
2009-09-05 Felix Fietkaureplace the use of list.h in the ucimap core, relicense...
2009-09-04 Felix Fietkauremove ucimap type->name conversion unless DEBUG is...
2009-09-04 Felix Fietkauucimap: add support for saving lists to uci
2009-09-04 Felix Fietkauucimap: add helper function for resizing lists and...
2009-09-04 Felix Fietkauadd sanity checks for optmap section type vs sectionmap...
2009-09-04 Felix Fietkauucimap: add custom free() callbacks for options, only...
2009-09-04 Felix Fietkauadd ucimap_free_section to the api
2009-09-04 Felix Fietkauadd type safety checks for option maps
2009-09-02 Felix Fietkauonly call section ->add callbacks after all fixups...
2009-09-01 Felix Fietkaupreserve section list order
2009-09-01 Felix Fietkaurename ucimap_data::section to ptr
2009-09-01 Felix Fietkauexpose the ucimap_parse_section function in the api...
2009-08-31 Felix Fietkauucimap: add new UCIMAP_LIST_AUTO for automatically...
2009-08-30 Felix Fietkauucimap: fix boolean interpretation, add range checks...
2009-08-30 Felix Fietkauucimap: implement format callback for custom data types
2009-08-29 Felix Fietkauucimap: allow api users to take over allocation of...
2009-08-29 Felix Fietkauucimap: move the section data to a dedicated field...
2009-08-29 Felix Fietkauucimap: rename uci_sectmap* to uci_sectionmap*
2009-08-29 Felix Fietkauucimap: add callback for validation/conversion and...
2009-08-29 Felix Fietkaushorten callback names
2009-08-29 Felix Fietkauucimap: ignore unhandled data structure changes for now
2009-08-29 Felix Fietkaufix ucimap_set_changed
2009-08-29 Felix Fietkauucimap: free memory allocated for fixups
2009-08-29 Felix Fietkauucimap: clean up list handling, use arrays instead...
2009-08-29 Felix Fietkauucimap: allow sectmaps to specify the option map data...
2009-04-10 Felix Fietkaufix const related compile error with newer gcc
2008-11-28 Felix Fietkauadd foreign key and list support for ucimap
2008-11-14 Felix Fietkauadd libucimap