]> git.deb.at Git - pkg/abook.git/commit
ldif: support parsing from stdin
authorRaphaël Droz <raphael.droz+floss@gmail.com>
Thu, 13 Dec 2012 15:47:00 +0000 (16:47 +0100)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Thu, 13 Dec 2012 16:05:15 +0000 (17:05 +0100)
commit7c501d6668c722e4b0200c4303c70fe840a708a9
tree52585f5c236587e8f29631499bc8b1c0debea540
parentcd6241eed4fe11f496a88a665acbafba81d5ec51
ldif: support parsing from stdin

ldif parser used to seek in the file handler to grab multi-line
 strings, thus creating buggy records when input was stdin.
It now reads-ahead the next line in order to work consistently with
 unseekable streams like stdin.
filter.c