summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent.c
Commit message (Expand)AuthorAgeFilesLines
* move all tools to subdirsKay Sievers2012-04-121-754/+0
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-101-0/+1
* plymouth: fix ply proto endianess issuesLennart Poettering2011-11-011-0/+1
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-011-0/+2
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-011-10/+11
* password-agent: actually really don't access unallocated memoryLennart Poettering2011-07-041-2/+2
* password-agent: make sure not to access unallocated memoryLennart Poettering2011-07-041-6/+8
* logind: automatically deduce seat from displayLennart Poettering2011-06-271-1/+2
* ask-password: use kill(PID, 0) before querying a passwordLennart Poettering2011-04-131-0/+7
* ask-password: support passwords without timeoutsLennart Poettering2011-04-131-6/+6
* ask-password: always send final NUL charLennart Poettering2011-04-131-10/+8
* use /run instead of /dev/.runKay Sievers2011-03-281-12/+12
* dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering2011-03-091-6/+6
* dirent: support DT_UNKNOWN where necessary for compat with reiserfsLennart Poettering2011-03-031-0/+3
* ask-password: make a confused gcc shut upLennart Poettering2011-02-281-2/+2
* Spelling CorrectionsHarald Hoyer2011-02-281-2/+2
* agent: don't print warnings if a password was removed or timed outLennart Poettering2011-02-251-0/+7
* systemctl: shutdown agent explicitly so that it can reset the tty properlyLennart Poettering2011-02-251-1/+1
* general: unify error code we generate on timeoutLennart Poettering2011-02-241-2/+2
* ask-password: supported plymouth cached passwordsLennart Poettering2011-02-231-19/+84
* util: beef up logic to find ctty nameLennart Poettering2011-02-171-7/+24
* systemctl: make sure the tty agent does not retain a copy of stdioLennart Poettering2011-02-091-1/+1
* ask-password: add --console mode to ask questions on /dev/consoleLennart Poettering2010-11-161-8/+35
* plymouth: use updated socket nameLennart Poettering2010-11-161-4/+7
* ask-password: don't show wall message on ttys we are already running a tty ag...Lennart Poettering2010-11-121-2/+57
* ask-password: refer to right binary name in wall messageLennart Poettering2010-11-121-1/+1
* ask-password: ignore unknown query file fieldsLennart Poettering2010-11-121-1/+1
* ask-password: properly NULL terminate tableLennart Poettering2010-11-121-0/+1
* cryptsetup: hook up tool with ask-passwordLennart Poettering2010-11-121-0/+1
* ask-password-tty: properly handle SIGINT/SIGTERMLennart Poettering2010-10-261-6/+32
* ask-password: properly handle multiple pending passwords when writing wall msgLennart Poettering2010-10-261-7/+16
* ask-password: add minimal plymouth password agentLennart Poettering2010-10-261-13/+184
* ask-password: add basic tty agentLennart Poettering2010-10-251-0/+356