Age | Commit message (Expand) | Author | Files | Lines |
2018-03-09 | cifscreds: check optind before accessing argv[optind] | Ronnie Sahlberg | 1 | -0/+3 |
2014-04-20 | cifscreds: better error handling for key_add | Jeff Layton | 1 | -3/+3 |
2014-04-20 | cifscreds: better error handling when key_search fails | Jeff Layton | 1 | -0/+9 |
2013-12-07 | cifscreds: create PAM module to insert credentials at login | Orion Poplawski | 1 | -48/+1 |
2013-07-18 | cifs-utils: fix some sparse warnings | Jeff Layton | 1 | -3/+3 |
2012-07-20 | cifscreds: add a check and warnings for session keyring problems | Jeff Layton | 1 | -0/+34 |
2012-01-17 | cifscreds: change prefix on keys to "cifs:" instead of "cifscreds:" | Jeff Layton | 1 | -6/+7 |
2012-01-17 | cifscreds: make key_search use keyctl_search | Jeff Layton | 1 | -45/+1 |
2012-01-17 | cifscreds: make cifscreds use the "logon" key_type | Jeff Layton | 1 | -5/+5 |
2012-01-17 | cifscreds: use the session keyring | Jeff Layton | 1 | -1/+1 |
2012-01-17 | cifscreds: loosen allowed characters in domain names | Jeff Layton | 1 | -5/+8 |
2012-01-17 | cifscreds: add --domain flag | Jeff Layton | 1 | -20/+44 |
2012-01-17 | cifscreds: make username parameter optional | Jeff Layton | 1 | -11/+28 |
2012-01-17 | cifscreds: move option parsing into main() | Jeff Layton | 1 | -32/+44 |
2012-01-17 | cifscreds: make usage use "return" and have callers return | Jeff Layton | 1 | -10/+11 |
2012-01-17 | cifscreds: make username part of value instead of description | Jeff Layton | 1 | -19/+11 |
2012-01-17 | cifscreds: remove user parameter from create_description | Jeff Layton | 1 | -8/+8 |
2012-01-17 | cifscreds: eliminate domain parm from most functions | Jeff Layton | 1 | -67/+18 |
2012-01-17 | cifscreds: add unused attribute to argv parm in cifscreds_clearall | Jeff Layton | 1 | -1/+1 |
2010-08-20 | cifs-utils: infrastructure for stashing passwords in keyring | Igor Druzhinin | 1 | -0/+582 |