summaryrefslogtreecommitdiff
path: root/cifs.upcall.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-03cifs.upcall: try and guess the domain name on unqualified namesJeff Layton1-5/+42
2011-12-03cifs.upcall: move to Andrew's suggested algorithm for picking a principalJeff Layton1-12/+28
2011-12-03cifs.upcall: always lowercase the hostnameJeff Layton1-0/+12
2011-12-03cifs.upcall: move to an on-stack princ bufferJeff Layton1-14/+11
2011-11-12cifs.upcall: silence unused parameter warningJeff Layton1-1/+1
2011-05-24cifs.upcall: don't syslog usage messageJeff Layton1-1/+0
2011-01-14cifs.upcall: add keytab support for unattended mountsJeff Layton1-0/+78
2011-01-14cifs.upcall: debug logging for the key description parserJeff Layton1-0/+8
2011-01-14cifs.upcall: save off username field from key descriptionJeff Layton1-0/+17
2011-01-14cifs.upcall: clean up key description decoding routineJeff Layton1-14/+16
2011-01-14cifs.upcall: consolidate find_krb5_cc callsJeff Layton1-15/+13
2011-01-05cifs.upcall: fix crash when trying to free uninitialized varJeff Layton1-2/+1
2011-01-05cifs.upcall: add 'l' to getopt_long stringJeff Layton1-1/+1
2010-12-28cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI checksum...Stefan Metzmacher1-0/+40
2010-12-28cifs.upcall: use krb5_auth_con_init() to create an explicit auth_contextStefan Metzmacher1-2/+12
2010-12-28cifs.upcall: fix memory and call krb5_auth_con_free()Stefan Metzmacher1-1/+3
2010-07-27cifs.upcall: swap c99 initializers for memset callsJeff Layton1-2/+6
2010-07-26cifs.upcall: require a uid= or creduid= parmJeff Layton1-0/+5
2010-07-23cifs.upcall: use "creduid=" parm by default when availableJeff Layton1-5/+27
2010-04-02cifs-utils: bump version to 4.2cifs-utils-4.2Jeff Layton1-3/+3
2010-04-01cifs.upcall: run it through LindentJeff Layton1-72/+66
2010-04-01cifs-upcall: krb5.h inclusion quick fixTorsten Kurbad1-0/+4
2010-04-01cifs-upcall: heimdal fixesTorsten Kurbad1-3/+13
2010-03-20cifs-utils: switch to using autoconf package versionJeff Layton1-2/+1
2010-02-26cifs.upcall: use non-legacy krb5.h locationJeff Layton1-1/+1
2010-02-20autoconf: make sure C files include config.hJeff Layton1-0/+4
2010-02-08cifs.upcall: include util.hJeff Layton1-0/+1
2010-02-08cifs.upcall: remove strncasecmp redefinitionJeff Layton1-9/+1
2010-02-07cifs.upcall: include arpa/inet.hJeff Layton1-0/+1
2010-02-07cifs.upcall: include netdb.hJeff Layton1-0/+1
2010-02-07cifs.upcall: replace SMB_XMALLOC_ARRAY with callocJeff Layton1-4/+4
2010-02-07cifs.upcall: include time.hJeff Layton1-0/+1
2010-02-07cifs.upcall: add a spnego.h fileJeff Layton1-0/+1
2010-02-07cifs.upcall: fix up the includesJeff Layton1-4/+11
2010-02-07cifs.upcall: replace SMB_STRNDUP with strndupJeff Layton1-1/+1
2010-02-07cifs.upcall: replace cli_krb5_get_ticketJeff Layton1-3/+84
2010-02-07cifs.upcall: don't use smb_krb5_unparse_nameJeff Layton1-4/+18
2010-02-07cifs.upcall: don't use smb_krb5_principal_get_realmJeff Layton1-1/+26
2010-02-07Initial import of files from samba master branchJeff Layton1-0/+653