cifscreds: fix up some whitespace, typos and build warnings in pam_cifscreds.c
[jlayton/cifs-utils.git] / cifs.upcall.c
2013-09-17 Jeff Laytoncifs.upcall: try to use default credcache if we didn...
2013-07-18 Jeff Laytoncifs-utils: fix some sparse warnings
2013-05-29 Jeff Laytoncifs.upcall: allow users to specify dedicated keytab...
2013-05-23 Peng Haitaocifs.upcall: the exit code should be 0 when print version
2012-08-23 Jeff Laytoncifs.upcall: use strncmp in scandir filter function
2012-08-23 Nalin Dahyabhaicifs.upcall: scan /run/user/${UID} for ccaches, too
2012-08-23 Nalin Dahyabhaicifs.upcall: also consider DIR:-type ccaches
2012-06-14 Jeff Laytoncifs.upcall: more debug logging for krb5 upcalls
2012-04-20 Lars Muellercifs.upcall: missing prototype for krb5_auth_con_set_re...
2012-03-29 Jeff Laytoncifs.upcall: use krb5_sname_to_principal to construct...
2012-01-16 Jeff Laytoncifs.upcall: allow admins to specify an alternate krb5...
2011-12-03 Jeff Laytoncifs.upcall: try and guess the domain name on unqualifi...
2011-12-03 Jeff Laytoncifs.upcall: move to Andrew's suggested algorithm for...
2011-12-03 Jeff Laytoncifs.upcall: always lowercase the hostname
2011-12-03 Jeff Laytoncifs.upcall: move to an on-stack princ buffer
2011-11-12 Jeff Laytoncifs.upcall: silence unused parameter warning
2011-05-24 Jeff Laytoncifs.upcall: don't syslog usage message
2011-01-14 Jeff Laytoncifs.upcall: add keytab support for unattended mounts
2011-01-14 Jeff Laytoncifs.upcall: debug logging for the key description...
2011-01-14 Jeff Laytoncifs.upcall: save off username field from key description
2011-01-14 Jeff Laytoncifs.upcall: clean up key description decoding routine
2011-01-14 Jeff Laytoncifs.upcall: consolidate find_krb5_cc calls
2011-01-05 Jeff Laytoncifs.upcall: fix crash when trying to free uninitialize...
2011-01-05 Jeff Laytoncifs.upcall: add 'l' to getopt_long string
2010-12-28 Stefan Metzmachercifs.upcall: use krb5_auth_con_set_req_cksumtype()...
2010-12-28 Stefan Metzmachercifs.upcall: use krb5_auth_con_init() to create an...
2010-12-28 Stefan Metzmachercifs.upcall: fix memory and call krb5_auth_con_free()
2010-07-27 Jeff Laytoncifs.upcall: swap c99 initializers for memset calls
2010-07-26 Jeff Laytoncifs.upcall: require a uid= or creduid= parm
2010-07-23 Jeff Laytoncifs.upcall: use "creduid=" parm by default when available
2010-04-02 Jeff Laytoncifs-utils: bump version to 4.2 cifs-utils-4.2
2010-04-02 Jeff Laytoncifs.upcall: run it through Lindent
2010-04-02 Torsten Kurbadcifs-upcall: krb5.h inclusion quick fix
2010-04-02 Torsten Kurbadcifs-upcall: heimdal fixes
2010-03-20 Jeff Laytoncifs-utils: switch to using autoconf package version
2010-02-27 Jeff Laytoncifs.upcall: use non-legacy krb5.h location
2010-02-20 Jeff Laytonautoconf: make sure C files include config.h
2010-02-08 Jeff Laytoncifs.upcall: include util.h
2010-02-08 Jeff Laytoncifs.upcall: remove strncasecmp redefinition
2010-02-07 Jeff Laytoncifs.upcall: include arpa/inet.h
2010-02-07 Jeff Laytoncifs.upcall: include netdb.h
2010-02-07 Jeff Laytoncifs.upcall: replace SMB_XMALLOC_ARRAY with calloc
2010-02-07 Jeff Laytoncifs.upcall: include time.h
2010-02-07 Jeff Laytoncifs.upcall: add a spnego.h file
2010-02-07 Jeff Laytoncifs.upcall: fix up the includes
2010-02-07 Jeff Laytoncifs.upcall: replace SMB_STRNDUP with strndup
2010-02-07 Jeff Laytoncifs.upcall: replace cli_krb5_get_ticket
2010-02-07 Jeff Laytoncifs.upcall: don't use smb_krb5_unparse_name
2010-02-07 Jeff Laytoncifs.upcall: don't use smb_krb5_principal_get_realm
2010-02-07 Jeff LaytonInitial import of files from samba master branch