summaryrefslogtreecommitdiff
path: root/cifs.upcall.c
AgeCommit message (Expand)AuthorFilesLines
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