Age | Commit message (Expand) | Author | Files | Lines |
2019-03-16 | cifs.upcall: fix a compiler warning | Pavel Shilovsky | 1 | -0/+1 |
2019-02-14 | cifs: Allow DNS resolver key to expire | Paulo Alcantara | 1 | -22/+60 |
2017-02-28 | cifs.upcall: use a MEMORY: ccache when instantiating from a keytab | Jeff Layton | 1 | -2/+2 |
2017-02-24 | cifs.upcall: don't do env scraping when uid is 0 | Jeff Layton | 1 | -1/+9 |
2017-02-24 | cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytab | Jeff Layton | 1 | -0/+6 |
2017-02-24 | treewide: Eliminate SAFE_FREE | Jeff Layton | 1 | -12/+10 |
2017-02-24 | cifs.upcall: remove need for replace.h | Jeff Layton | 1 | -3/+19 |
2017-02-16 | cifs.upcall: trim even more capabilities | Jeff Layton | 1 | -9/+8 |
2017-02-15 | cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid... | Jeff Layton | 1 | -7/+143 |
2017-02-15 | cifs.upcall: drop capabilities early in program | Jeff Layton | 1 | -0/+64 |
2017-02-14 | cifs.upcall: switch group IDs when handling an upcall | Jeff Layton | 1 | -0/+37 |
2017-02-14 | cifs.upcall: convert two flags from int to bool | Jeff Layton | 1 | -4/+5 |
2016-08-24 | cifs.upcall: stop passing around ccache name strings | Jeff Layton | 1 | -57/+41 |
2016-08-24 | cifs.upcall: make get_tgt_time take a ccache arg | Jeff Layton | 1 | -11/+10 |
2016-08-24 | cifs.upcall: remove KRB5_TC_OPENCLOSE | Jeff Layton | 1 | -6/+0 |
2016-08-22 | cifs.upcall: make the krb5_context a static global variable | Jeff Layton | 1 | -45/+16 |
2016-08-21 | cifs.upcall: use krb5 routines to get default ccname | Jeff Layton | 1 | -121/+27 |
2014-04-07 | cifs: use krb5_kt_default() to determine default keytab location | Jeff Layton | 1 | -4/+9 |
2013-09-17 | cifs.upcall: try to use default credcache if we didn't find one | Jeff Layton | 1 | -5/+14 |
2013-07-18 | cifs-utils: fix some sparse warnings | Jeff Layton | 1 | -2/+2 |
2013-05-29 | cifs.upcall: allow users to specify dedicated keytab on command-line | Jeff Layton | 1 | -2/+6 |
2013-05-23 | cifs.upcall: the exit code should be 0 when print version | Peng Haitao | 1 | -0/+1 |
2012-08-23 | cifs.upcall: use strncmp in scandir filter function | Jeff Layton | 1 | -4/+3 |
2012-08-23 | cifs.upcall: scan /run/user/${UID} for ccaches, too | Nalin Dahyabhai | 1 | -11/+51 |
2012-08-23 | cifs.upcall: also consider DIR:-type ccaches | Nalin Dahyabhai | 1 | -0/+5 |
2012-06-14 | cifs.upcall: more debug logging for krb5 upcalls | Jeff Layton | 1 | -3/+8 |
2012-04-20 | cifs.upcall: missing prototype for krb5_auth_con_set_req_cksumtype in MIT | Lars Mueller | 1 | -0/+8 |
2012-03-29 | cifs.upcall: use krb5_sname_to_principal to construct principal name | Jeff Layton | 1 | -27/+20 |
2012-01-16 | cifs.upcall: allow admins to specify an alternate krb5.conf file | Jeff Layton | 1 | -3/+10 |
2011-12-03 | cifs.upcall: try and guess the domain name on unqualified names | Jeff Layton | 1 | -5/+42 |
2011-12-03 | cifs.upcall: move to Andrew's suggested algorithm for picking a principal | Jeff Layton | 1 | -12/+28 |
2011-12-03 | cifs.upcall: always lowercase the hostname | Jeff Layton | 1 | -0/+12 |
2011-12-03 | cifs.upcall: move to an on-stack princ buffer | Jeff Layton | 1 | -14/+11 |
2011-11-12 | cifs.upcall: silence unused parameter warning | Jeff Layton | 1 | -1/+1 |
2011-05-24 | cifs.upcall: don't syslog usage message | Jeff Layton | 1 | -1/+0 |
2011-01-14 | cifs.upcall: add keytab support for unattended mounts | Jeff Layton | 1 | -0/+78 |
2011-01-14 | cifs.upcall: debug logging for the key description parser | Jeff Layton | 1 | -0/+8 |
2011-01-14 | cifs.upcall: save off username field from key description | Jeff Layton | 1 | -0/+17 |
2011-01-14 | cifs.upcall: clean up key description decoding routine | Jeff Layton | 1 | -14/+16 |
2011-01-14 | cifs.upcall: consolidate find_krb5_cc calls | Jeff Layton | 1 | -15/+13 |
2011-01-05 | cifs.upcall: fix crash when trying to free uninitialized var | Jeff Layton | 1 | -2/+1 |
2011-01-05 | cifs.upcall: add 'l' to getopt_long string | Jeff Layton | 1 | -1/+1 |
2010-12-28 | cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI checksum... | Stefan Metzmacher | 1 | -0/+40 |
2010-12-28 | cifs.upcall: use krb5_auth_con_init() to create an explicit auth_context | Stefan Metzmacher | 1 | -2/+12 |
2010-12-28 | cifs.upcall: fix memory and call krb5_auth_con_free() | Stefan Metzmacher | 1 | -1/+3 |
2010-07-27 | cifs.upcall: swap c99 initializers for memset calls | Jeff Layton | 1 | -2/+6 |
2010-07-26 | cifs.upcall: require a uid= or creduid= parm | Jeff Layton | 1 | -0/+5 |
2010-07-23 | cifs.upcall: use "creduid=" parm by default when available | Jeff Layton | 1 | -5/+27 |
2010-04-02 | cifs-utils: bump version to 4.2cifs-utils-4.2 | Jeff Layton | 1 | -3/+3 |
2010-04-01 | cifs.upcall: run it through Lindent | Jeff Layton | 1 | -72/+66 |