krb5 - Simple Kerberos 5 client for R
RForge.net

krb5

About krb5
GIT access
Download/Files
Check results

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/krb5.git krb5
see also krb5 GitHub repository.

To install the latest development snapshot of this package, use

install.packages("krb5",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("krb5",,"http://rforge.net/")

Most recent GIT commits


4b4188c8| Simon Urbanek | Fri Jun 5 11:54:15 2020 +1200
silence false-positives in checks
 A       src/dummy.c

c50caad2| Simon Urbanek | Fri Jun 5 11:53:56 2020 +1200
list deps explicitly
 M       DESCRIPTION

fb467aee| Simon Urbanek | Thu Jun 4 11:06:26 2020 +1200
work around krb5_get_init_creds_opt_set_out_ccache missing on macOS
 M       src/k.c

d93191fb| Simon Urbanek | Wed Apr 12 10:26:06 2017 -0400
remove unused argument to C_kinit
 M       src/k.c

4baa412b| Simon Urbanek | Wed Mar 30 16:18:00 2016 -0400
add kinit
 M       NAMESPACE
 M       R/k.R
 A       man/kinit.Rd
 M       src/k.c