summaryrefslogtreecommitdiff
path: root/cifscreds.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09cifscreds: check optind before accessing argv[optind]Ronnie Sahlberg1-0/+3
2014-04-20cifscreds: better error handling for key_addJeff Layton1-3/+3
2014-04-20cifscreds: better error handling when key_search failsJeff Layton1-0/+9
2013-12-07cifscreds: create PAM module to insert credentials at loginOrion Poplawski1-48/+1
2013-07-18cifs-utils: fix some sparse warningsJeff Layton1-3/+3
2012-07-20cifscreds: add a check and warnings for session keyring problemsJeff Layton1-0/+34
2012-01-17cifscreds: change prefix on keys to "cifs:" instead of "cifscreds:"Jeff Layton1-6/+7
2012-01-17cifscreds: make key_search use keyctl_searchJeff Layton1-45/+1
2012-01-17cifscreds: make cifscreds use the "logon" key_typeJeff Layton1-5/+5
2012-01-17cifscreds: use the session keyringJeff Layton1-1/+1
2012-01-17cifscreds: loosen allowed characters in domain namesJeff Layton1-5/+8
2012-01-17cifscreds: add --domain flagJeff Layton1-20/+44
2012-01-17cifscreds: make username parameter optionalJeff Layton1-11/+28
2012-01-17cifscreds: move option parsing into main()Jeff Layton1-32/+44
2012-01-17cifscreds: make usage use "return" and have callers returnJeff Layton1-10/+11
2012-01-17cifscreds: make username part of value instead of descriptionJeff Layton1-19/+11
2012-01-17cifscreds: remove user parameter from create_descriptionJeff Layton1-8/+8
2012-01-17cifscreds: eliminate domain parm from most functionsJeff Layton1-67/+18
2012-01-17cifscreds: add unused attribute to argv parm in cifscreds_clearallJeff Layton1-1/+1
2010-08-20cifs-utils: infrastructure for stashing passwords in keyringIgor Druzhinin1-0/+582