summaryrefslogtreecommitdiff
path: root/src/reply-password.c
Commit message (Collapse)AuthorAgeFilesLines
* move all tools to subdirsKay Sievers2012-04-121-109/+0
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-121-1/+1
|
* ask-password: always send final NUL charLennart Poettering2011-04-131-1/+1
|
* ask-password: add basic tty agentLennart Poettering2010-10-251-2/+2
|
* util: never use sizeof(sa_family_t) when calculating sockaddr sizesLennart Poettering2010-10-071-1/+2
|
* ask-password: add minimal framework to allow services query SSL/harddisk ↵Lennart Poettering2010-09-171-0/+108
passphrases from the user