Leah Neukirchen
|
2708f184e9
|
blaze822: blaze822_addr: empty ttok after using it
|
2018-01-14 21:38:20 +01:00 |
|
Leah Neukirchen
|
86b08d1925
|
blaze822: blaze822_addr: spaces in local-part need quoting too
|
2018-01-14 21:25:19 +01:00 |
|
Leah Neukirchen
|
4e18bb2131
|
blaze822: blaze822_addr: make < in <> reset mail address parsing
|
2018-01-14 21:06:56 +01:00 |
|
Leah Neukirchen
|
fce30ace50
|
blaze822: blaze822_addr: move previous addr contents to disp
|
2018-01-13 21:31:22 +01:00 |
|
Leah Neukirchen
|
09c92d5dd8
|
blaze822: blaze822_addr: <> always resets the address
|
2018-01-13 21:28:43 +01:00 |
|
Leah Neukirchen
|
effc645f8a
|
blaze822: safe_append: off by one
|
2018-01-13 21:27:54 +01:00 |
|
Leah Neukirchen
|
a5026c9b99
|
blaze822: blaze822_addr: rewrite address parsing
This hopefully fixes many bugs and subtleties related to extracting
adresses.
|
2018-01-07 20:42:53 +01:00 |
|
Leah Neukirchen
|
be6bbf6056
|
blaze822: blaze822_addr: ensure strlen is not run on null pointer
Found by Larry Hynes.
|
2017-10-08 21:15:49 +02:00 |
|
Leah Neukirchen
|
ce9ac3aff4
|
blaze822: blaze822_addr: quote local-part if needed
|
2017-10-03 23:43:59 +02:00 |
|
Leah Neukirchen
|
66d0eff12f
|
style
|
2017-08-31 17:30:17 +02:00 |
|
Leah Neukirchen
|
635dfe95ad
|
blaze822: blaze822_addr: support backslashes in atoms
This happens a lot in the real world, even if it's not RFC conforming.
|
2017-06-13 17:18:05 +02:00 |
|
Leah Neukirchen
|
ea32b6a45e
|
blaze822: blaze822_addr: ensure space for terminal null
|
2017-06-13 17:09:54 +02:00 |
|
Leah Neukirchen
|
4ac581b131
|
blaze822: blaze822_addr: unquote quoted strings
|
2017-06-12 16:26:50 +02:00 |
|
Leah Neukirchen
|
4d2607fe21
|
blaze822: blaze822_addr: skip spaces after >
|
2017-06-03 17:24:14 +02:00 |
|
Leah Neukirchen
|
10a011b94e
|
blaze822: blaze822_addr: use memcpy instead of strcpy, we know the length
|
2017-06-03 17:23:41 +02:00 |
|
Leah Neukirchen
|
2b4e3aa66d
|
clean up whitespace
|
2017-01-26 20:27:26 +01:00 |
|
Christian Neukirchen
|
06cc4bd693
|
mblaze822: blaze822_addr: add simple group parsing
Just ignores the group name, and considers ; an address separator too.
|
2016-09-07 15:50:59 +02:00 |
|
Christian Neukirchen
|
e725365d45
|
blaze822: blaze822_addr: add bounds check when extracting display name
Discovered using the TREC 2005 Spam Public Corpora.
http://plg.uwaterloo.ca/~gvcormac/treccorpus/README.html
|
2016-09-01 15:38:21 +02:00 |
|
Christian Neukirchen
|
4bb35cbead
|
blaze822: blaze822_addr: make a bit more robust
Start over when seeing another < in the address part.
Support "..." in the address part.
|
2016-08-09 15:49:59 +02:00 |
|
Christian Neukirchen
|
d458439970
|
import and use timegm from musl
It's ridiculous this function is not in the standards.
|
2016-08-08 16:28:25 +02:00 |
|
Christian Neukirchen
|
7575e07b9f
|
blaze822: keep a pointer to the original header, if we have it anyway
|
2016-08-06 19:27:02 +02:00 |
|
Christian Neukirchen
|
2aaa3cecd8
|
blaze822: blaze822_chdr: downcase header
|
2016-08-01 00:04:35 +02:00 |
|
Christian Neukirchen
|
4296c369f6
|
blaze822: blaze822_hdr_: off-by-one for first header
|
2016-07-29 18:26:39 +02:00 |
|
Christian Neukirchen
|
7636f0977c
|
blaze822: blaze822_file: allocate enough space for read
|
2016-07-29 15:41:41 +02:00 |
|
Christian Neukirchen
|
3d0c2f8b47
|
cleanups
|
2016-07-26 22:15:30 +02:00 |
|
Christian Neukirchen
|
fc4c696e3d
|
blaze822: blaze822_file: allow unknown file size (e.g. pipes)
|
2016-07-26 19:39:27 +02:00 |
|
Christian Neukirchen
|
6592bdb912
|
import musl memmem
|
2016-07-26 18:10:39 +02:00 |
|
Christian Neukirchen
|
182a32ff9d
|
blaze822: blaze822_addr: return 0 when no address is found
Also return null pointers instead of empty strings.
|
2016-07-25 13:10:35 +02:00 |
|
Christian Neukirchen
|
ac679b264c
|
blaze822: fix header finding with CRLF
|
2016-07-21 20:37:10 +02:00 |
|
Christian Neukirchen
|
98c03d9023
|
blaze822: forgot to free
Found by clang-analyzer.
|
2016-07-21 20:27:33 +02:00 |
|
Christian Neukirchen
|
c12aa23777
|
blaze822: fix months. duh
|
2016-07-18 18:11:41 +02:00 |
|
Christian Neukirchen
|
22f456a2a0
|
clean up header includes
|
2016-07-18 17:06:41 +02:00 |
|
Christian Neukirchen
|
08032f89ba
|
seq: import most parts of mseq, make blaze822_loop resolve ranges
|
2016-07-18 00:09:35 +02:00 |
|
Christian Neukirchen
|
d1e4b5f503
|
blaze822: add blaze822_headerlen
|
2016-07-16 22:18:29 +02:00 |
|
Christian Neukirchen
|
963380c9f1
|
blaze822: add blaze822_chdr to search for a header passed as C string
|
2016-07-16 19:44:21 +02:00 |
|
Christian Neukirchen
|
54f695dddf
|
blaze822: iterate over headers
|
2016-07-14 15:40:48 +02:00 |
|
Christian Neukirchen
|
f101b728d9
|
blaze822: add mmap-based mail reader
|
2016-07-14 15:21:37 +02:00 |
|
Christian Neukirchen
|
7b6436797c
|
blaze822: remaining fixes in new loop
|
2016-07-14 14:09:50 +02:00 |
|
Christian Neukirchen
|
1ff1ff3dd0
|
blaze822: avoid overflow in blaze822_hdr_
|
2016-07-14 13:27:14 +02:00 |
|
Christian Neukirchen
|
266b904897
|
blaze822: rewrite inner loop
Do nul and crlf clean up first, only when required.
Replace line-detection loop with strchr.
|
2016-07-13 23:50:06 +02:00 |
|
Christian Neukirchen
|
4798cb386e
|
blaze822: allow freeing of null pointers
|
2016-07-13 21:55:17 +02:00 |
|
Christian Neukirchen
|
005037e254
|
blaze822: blaze822_mem: use body=bodyend instead of body=0
Else we lose track of where we are during multipart when there is no
body (really a body of length 0).
|
2016-07-13 21:35:42 +02:00 |
|
Christian Neukirchen
|
411c9b632a
|
blaze822: detect too short/empty headers
|
2016-07-13 21:08:05 +02:00 |
|
Christian Neukirchen
|
d0d371114c
|
blaze822: compression fixes
|
2016-07-13 20:32:44 +02:00 |
|
Christian Neukirchen
|
d687378b62
|
blaze822: give in and actually unfold the lines
|
2016-07-13 18:00:09 +02:00 |
|
Christian Neukirchen
|
00954008cc
|
blaze822: free line in blaze822_loop
|
2016-07-13 17:17:18 +02:00 |
|
Christian Neukirchen
|
39006b8c89
|
blaze822: off by one in blaze822_mem
|
2016-07-13 17:02:29 +02:00 |
|
Christian Neukirchen
|
5b84593e78
|
blaze822: fix blaze822_mem body start
|
2016-07-13 16:03:35 +02:00 |
|
Christian Neukirchen
|
6b639da842
|
blaze822: fix blaze822_file return value on error
|
2016-07-13 16:03:16 +02:00 |
|
Christian Neukirchen
|
8ba55bae99
|
blaze822_priv.h: macro cleanup
|
2016-07-13 15:56:50 +02:00 |
|