summaryrefslogtreecommitdiff
path: root/src/shared/ask-password-api.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-10/+10
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid Sommerseth1-3/+7
2014-07-18Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek1-4/+4
2014-04-24Add more password agent informationDavid Härdeman1-2/+7
2014-03-25ask-password: modernizationsLennart Poettering1-50/+37
2014-03-25ask-password: when the user types a overly long password, beep and refuseLennart Poettering1-0/+5
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-11/+6
2014-01-28always use the same code for creating temporary filesLennart Poettering1-4/+1
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering1-1/+1
2013-10-21build-sys: use -Og instead of -O0 to catch warningsKay Sievers1-1/+2
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-4/+3
2013-04-04util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering1-8/+6
2013-03-31Partially revert e62d8c394474Zbigniew Jędrzejewski-Szmek1-2/+1
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek1-3/+6
2013-02-13Revert "log_error() if inotify_add_watch() fails"Lennart Poettering1-1/+0
2013-02-13log_error() if inotify_add_watch() failsHarald Hoyer1-0/+1
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-2/+1
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-1/+1
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers1-1/+1
2012-04-12move remainig shared stuff to shared/Kay Sievers1-0/+577