Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-04-01 | cifs-upcall: krb5.h inclusion quick fix | Torsten Kurbad | 1 | -0/+4 |
2010-04-01 | cifs-upcall: heimdal fixes | Torsten Kurbad | 1 | -3/+13 |
2010-03-20 | cifs-utils: switch to using autoconf package version | Jeff Layton | 1 | -2/+1 |
2010-02-26 | cifs.upcall: use non-legacy krb5.h location | Jeff Layton | 1 | -1/+1 |
2010-02-20 | autoconf: make sure C files include config.h | Jeff Layton | 1 | -0/+4 |
2010-02-08 | cifs.upcall: include util.h | Jeff Layton | 1 | -0/+1 |
2010-02-08 | cifs.upcall: remove strncasecmp redefinition | Jeff Layton | 1 | -9/+1 |
2010-02-07 | cifs.upcall: include arpa/inet.h | Jeff Layton | 1 | -0/+1 |
2010-02-07 | cifs.upcall: include netdb.h | Jeff Layton | 1 | -0/+1 |
2010-02-07 | cifs.upcall: replace SMB_XMALLOC_ARRAY with calloc | Jeff Layton | 1 | -4/+4 |
2010-02-07 | cifs.upcall: include time.h | Jeff Layton | 1 | -0/+1 |
2010-02-07 | cifs.upcall: add a spnego.h file | Jeff Layton | 1 | -0/+1 |
2010-02-07 | cifs.upcall: fix up the includes | Jeff Layton | 1 | -4/+11 |
2010-02-07 | cifs.upcall: replace SMB_STRNDUP with strndup | Jeff Layton | 1 | -1/+1 |
2010-02-07 | cifs.upcall: replace cli_krb5_get_ticket | Jeff Layton | 1 | -3/+84 |
2010-02-07 | cifs.upcall: don't use smb_krb5_unparse_name | Jeff Layton | 1 | -4/+18 |
2010-02-07 | cifs.upcall: don't use smb_krb5_principal_get_realm | Jeff Layton | 1 | -1/+26 |
2010-02-07 | Initial import of files from samba master branch | Jeff Layton | 1 | -0/+653 |