Updated copyright notices to include the year 2018.
Updated copyright notices to include the year 2017.
global: Require comparisons to be strict boolean expressions * No implicit integer -> boolean or pointer -> boolean conversions * !expr can be used only if expr is boolean type These were checked with a patched clang. It found various actual bugs, which were fixed by the previous commits.
global: freshen copyright git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-5]/$1-2016/g;s/ (201[0-5]) Dovecot/ $1-2016 Dovecot/'
global: freshen copyright Robomatically: git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-4]/$1-2015/g;s/ (201[0-4]) Dovecot/ $1-2015 Dovecot/' Happy 2015 everyone! Signed-off-by: Phil Carmody <phil@dovecot.fi>
Updated copyright notices to include year 2014.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
Renamed buffer_create_*data() to buffer_create_from_*data() for consistency. Especially i_stream_create_from_data() was a very similar function, which made it difficult to remember which one should have "from" and which one shouldn't.
Changed i_close_fd() API to set the fd to -1 after closing.
Replaced (void)close(fd) and close_keep_errno() with i_close_fd(). i_close_fd() preserves the errno and logs an error if the close() fails.
Updated copyright notices to include year 2012.
Updated copyright notices to include year 2011.
askpass: Removed unnecessary code.
askpass: Allow reading password from stdin even if it's not a tty.
t_askpass(): Removed a limit of 1024 bytes for the password.
Removed dead code. --HG-- branch : HEAD
Updated copyright notices to include year 2010. --HG-- branch : HEAD
Moved askpass() from master/ to lib/. Added t_askpass(). --HG-- branch : HEAD