Debug: expansions: refactor ascii-art/UTF8; mark up space & nl
[exim.git] / src / src / string.c
2024-03-08 Jeremy HarrisDebug: expansions: refactor ascii-art/UTF8; mark up...
2023-12-06 Jeremy HarrisLogging: ensure that an error for a mistyped IPv6 addre...
2023-11-04 Jeremy HarrisMerge branch '4.next' 4.next github/4.next
2023-11-04 Jeremy HarrisCopyright updates: exim-4.97
2023-10-17 Heiko Schlitterman... tidy: remove unused variables
2023-10-16 Jeremy HarrisTidying: massage to project coding style
2023-10-16 Jeremy HarrisUse project-standard memory management rather than...
2023-10-15 Heiko Schlitterman... Merge branch 'exim-4.96+security' into master+security
2023-10-14 Heiko Schlitterman... fix: proxy-protocol (CVE-2023-41227) Bug 3031
2023-10-14 Heiko Schlitterman... fix: string_is_ip_address (CVE-2023-42117) Bug 3031
2023-10-02 Jeremy HarrisMerge branch 'exim-4.96+security'
2023-08-11 Jeremy HarrisMake printf of gstring null-safe
2023-07-07 Jeremy HarrisSupport gring as a first-class conversion specifier...
2023-06-30 Jeremy HarrisNew format for exim_message_id
2022-12-20 Jeremy Harriscppcheck sliencing
2022-11-27 Jeremy HarrisSPDX: Mass-update to GPL-2.0-or-later
2022-11-27 Jeremy HarrisSPDX: license tags (mostly by guesswork)
2022-04-23 Jeremy HarrisCopyright updates: exim-4.96-RC0
2022-03-19 Jeremy HarrisDebug: build a summary string tracking transport SMTP...
2022-03-03 Jeremy HarrisCheck query strings of query-style lookups for quoting...
2022-02-06 Jeremy Harrisconstification
2022-02-06 Jeremy Harrisconstification
2022-01-23 Jeremy HarrisPropagate null gstring through string_catn()
2022-01-02 Jeremy Harristidying
2021-10-23 Jeremy HarrisCopyright updates:
2021-05-27 Heiko Schlitterman... Merge branch 'qualys-2020'
2021-05-27 Qualys Security... CVE-2020-28009: Integer overflow in get_stdinput()
2021-05-08 Jeremy HarrisDNS: Better handling of SOA when negative-caching lookups
2021-04-25 Jeremy Harristidying
2021-03-21 Jeremy HarrisDNS: explicit alloc/free of workspace
2021-03-20 Jeremy HarrisDKIM: verify using separate pool-pair, reset per message
2020-12-24 Jeremy HarrisConvert more cases of list-walking to use self-assigned...
2020-08-14 Jeremy HarrisFix ${readsocket } eol-replacement. Bug 2630
2020-07-05 Jeremy HarrisMove errno-protection into string_open_failed()
2020-06-04 Jeremy Harristidying
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-06 Jeremy HarrisMySQL, pgsql: per-query server options outside the...
2020-04-05 Jeremy HarrisTaint: check on supplied buffer vs. list when extractin...
2020-03-05 Jeremy HarrisTaint: track in ${utf8clean:} operator
2020-03-01 Jeremy HarrisFix $mime_part_count for non-mime message on multi...
2019-12-21 Jeremy HarrisEximon: fix string-handling. Bug 2500
2019-12-10 Jeremy HarrisTaint: internal documentation
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-11-11 Jeremy HarrisFix means for building dlfunc routines, more
2019-11-08 Jeremy HarrisDsearch: Fix taint-handling in lookup. Bug 2465
2019-11-07 Jeremy HarrisDsearch: Fix taint-handling in lookup. Bug 2465
2019-10-19 Jeremy HarrisFix HAVE_LOCAL_SCAN build. Bug 2457
2019-10-19 Jeremy HarrisFix HAVE_LOCAL_SCAN build. Bug 2457
2019-09-08 Heiko Schlitterman... string.c: do not interpret '\\' before '\0' (CVE-2019...
2019-07-25 Jeremy HarrisBuild: workaround inlining problems on Solaris
2019-07-25 Jeremy HarrisTrack tainted data and refuse to expand it
2019-06-16 Jeremy HarrisInline the smaller string-handling functions
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2018-12-23 Jeremy HarrisUse C99 initialisations for iterators
2018-12-02 Jeremy Harristidying
2018-12-01 Jeremy HarrisHarden string-list handling
2018-11-20 Jeremy Harristidying
2018-11-15 Jeremy HarrisFix growable-string sprintf
2018-11-15 Jeremy HarrisRecast more internal string routines to use growable...
2018-11-14 Jeremy Harristidying
2018-05-07 Jeremy Harristidying
2018-05-01 Jeremy HarrisExpansions: new ${lheader:<name>}. Bug 2272
2018-03-03 Jeremy HarrisARC initial implementation. Experimental. Bug 2162
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2017-12-19 Jeremy HarrisMerge branch '4.next'
2017-11-25 Jeremy Harristidying
2017-11-25 Jeremy HarrisReplace the store_release() internal interface, which...
2017-10-28 Jeremy HarrisMerge branch 'master' into 4.next
2017-10-26 Jeremy HarrisCopyright year bumps for substantive changes 2017 exim-4_90_RC1
2017-10-14 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-06 Jeremy HarrisBetter handling of printing NULL pointers
2017-10-05 Jeremy HarrisFix debug output for NULL pointers on FreeBSD.
2017-10-03 Jeremy HarrisRevert use of inline
2017-10-03 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-08-01 Jeremy HarrisUse retval from sprintf while walking buffers
2017-07-03 Jeremy HarrisTransform string_append_listele{,_n}() to proper expand...
2017-04-23 Jeremy HarrisDKIM: avoid use of temporary file for signing
2017-03-18 Jeremy HarrisExpansions: check numeric values of IPv4 address components
2017-03-13 Jeremy HarrisSync 4.next from master
2017-01-18 Josh Soref214 spelling fixes
2016-11-25 Heiko Schlitterman... Merge from master into 4.next
2016-10-16 Jeremy HarrisTidying: coverity issues
2016-09-25 Jeremy HarrisAdd automatic macros for config-file options. Bug...
2016-08-06 Jeremy HarrisMerge branch 'CHUNKING'
2016-08-05 Jeremy Harristidying
2016-04-10 Jeremy HarrisString-handling: rename string_cat() to string_catn...
2016-04-10 Jeremy HarrisDKIM: use Exim native memoory management
2016-04-02 Jeremy Harris Copyright year updates (things touched in 2016)
2016-03-06 Jeremy Harristidying: coverity issues
2016-03-05 Jeremy HarrisCoverity: attempt to quieten null-deref whines about...
2016-03-05 Jeremy Harristidying: coverity issues
2016-03-04 Jeremy Harristidying: coverity issues
2016-03-02 Heiko Schlitterman... Merge branch 'master'
2016-03-02 Heiko Schlitterman... Use right type casts in string_compare_by_pointer fix-CVE-2016-1531 github/fix-CVE-2016-1531 exim-4_87_RC5
2016-03-01 Heiko Schlitterman... Make qsort() in readconf.c more portable
2016-02-18 Heiko Schlitterman... Fix CVE-2016-1531 exim-4_87_RC4
2016-02-02 Jeremy HarrisMerge branch 'master' into 4.next
2016-01-28 Heiko Schlitterman... Fix typo
2015-12-29 Jeremy Harrisupdate to pre-4.87 master
next