Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
wallet
Commits
22f5cf99
Commit
22f5cf99
authored
Jan 17, 2016
by
Russ Allbery
Browse files
Release 1.3
parent
8a7d3b76
Changes
4
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
22f5cf99
...
...
@@ -10,23 +10,25 @@ Copyright: 2006-2010, 2012-2013
License: Expat
Files: *
Copyright: 2000-2002, 2004-2014 Russ Allbery <eagle@eyrie.org>
2001-2014 The Board of Trustees of the Leland Stanford Junior University
Copyright: 2000-2002, 2004-2016 Russ Allbery <eagle@eyrie.org>
2001-2015 The Board of Trustees of the Leland Stanford Junior University
2015 Dropbox, Inc.
License: Expat
Files: Makefile.in
Copyright: 1994-201
3
Free Software Foundation, Inc.
Copyright: 1994-201
4
Free Software Foundation, Inc.
2006-2008, 2010, 2013-2014
The Board of Trustees of the Leland Stanford Junior University
2016 Russ Allbery <eagle@eyrie.org>
License: FSF-unlimited and Expat
Files: aclocal.m4
Copyright: 1996-201
3
Free Software Foundation, Inc.
Copyright: 1996-201
5
Free Software Foundation, Inc.
License: FSF-unlimited
Files: build-aux/ar-lib build-aux/compile build-aux/depcomp
build-aux/missing
Copyright: 1996-201
3
Free Software Foundation, Inc.
Copyright: 1996-201
4
Free Software Foundation, Inc.
License: GPL-2+ with Autoconf exception or Expat
Files: build-aux/install-sh
...
...
@@ -62,7 +64,7 @@ Files: client/wallet-rekey.1 client/wallet-rekey.pod client/wallet.1
docs/stanford-naming perl/t/data/README tests/HOWTO tests/config/README
Copyright: 2006-2014
The Board of Trustees of the Leland Stanford Junior University
2010 Russ Allbery <eagle@eyrie.org>
2010
, 2016
Russ Allbery <eagle@eyrie.org>
License: all-permissive
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
...
...
@@ -75,10 +77,12 @@ License: FSF-configure
This script is free software; the Free Software Foundation gives unlimited
permission to copy, distribute and modify it.
Files: m4/gssapi.m4 m4/krb5-config.m4 m4/krb5.m4 m4/lib-depends.m4
m4/lib-pathname.m4 m4/remctl.m4 m4/snprintf.m4 m4/vamacros.m4
Files: m4/clang.m4 m4/gssapi.m4 m4/krb5-config.m4 m4/krb5.m4
m4/lib-depends.m4 m4/lib-pathname.m4 m4/remctl.m4 m4/snprintf.m4
m4/vamacros.m4
Copyright: 2005-2014
The Board of Trustees of the Leland Stanford Junior University
2015 Russ Allbery <eagle@eyrie.org>
License: unlimited
This file is free software; the authors give unlimited permission to copy
and/or distribute it, with or without modifications, as long as this
...
...
@@ -87,10 +91,8 @@ License: unlimited
Files: portable/asprintf.c portable/dummy.c portable/krb5-extra.c
portable/krb5.h portable/macros.h portable/mkstemp.c
portable/reallocarray.c portable/setenv.c portable/stdbool.h
portable/strlcat.c portable/strlcpy.c portable/system.h portable/uio.h
tests/portable/asprintf-t.c tests/portable/mkstemp-t.c
tests/portable/setenv-t.c tests/portable/strlcat-t.c
tests/portable/strlcpy-t.c util/macros.h
portable/system.h portable/uio.h tests/portable/asprintf-t.c
tests/portable/mkstemp-t.c tests/portable/setenv-t.c util/macros.h
Copyright: no copyright notice, see License
License: rra-public-domain
The authors hereby relinquish any claim to any copyright that they may
...
...
@@ -116,6 +118,7 @@ Copyright: 1991, 1994-2003 The Internet Software Consortium and Rich Salz
2004-2006 Internet Systems Consortium, Inc.
2008-2010, 2012-2014
The Board of Trustees of the Leland Stanford Junior University
2015 Russ Allbery <eagle@eyrie.org>
License: ISC
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
...
...
NEWS
View file @
22f5cf99
User
-
Visible
wallet
Changes
wallet
1.3
(
unreleased
)
wallet
1.3
(
2016
-
01
-
17
)
This
release
adds
initial
,
experimental
support
for
using
Active
Directory
as
the
KDC
for
keytab
creation
.
The
interface
to
Active
...
...
README
View file @
22f5cf99
wallet
release
1.
2
wallet
release
1.
3
(
secure
data
management
system
)
Written
by
Russ
Allbery
<
eagle
@
eyrie
.
org
>
Copyright
2006
,
2007
,
2008
,
2009
,
2010
,
2012
,
2013
,
2014
The
Board
of
Trustees
of
the
Leland
Stanford
Junior
University
.
This
software
is
distributed
under
a
BSD
-
style
license
.
Please
see
the
section
LICENSE
below
for
more
information
.
Copyright
2014
,
2016
Russ
Allbery
<
eagle
@
eyrie
.
org
>.
Copyright
2006
,
2007
,
2008
,
2009
,
2010
,
2012
,
2013
,
2014
The
Board
of
Trustees
of
the
Leland
Stanford
Junior
University
.
This
software
is
distributed
under
a
BSD
-
style
license
.
Please
see
the
section
LICENSE
below
for
more
information
.
BLURB
...
...
@@ -354,6 +355,7 @@ LICENSE
The wallet distribution as a whole is covered by the following copyright
statement and license:
Copyright 2014, 2016 Russ Allbery <eagle@eyrie.org>
Copyright 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014
The Board of Trustees of the Leland Stanford Junior University
...
...
configure.ac
View file @
22f5cf99
dnl Autoconf configuration for wallet.
dnl
dnl Written by Russ Allbery <eagle@eyrie.org>
dnl Copyright 2014, 2016 Russ Allbery <eagle@eyrie.org>
dnl Copyright 2006, 2007, 2008, 2010, 2013, 2014
dnl The Board of Trustees of the Leland Stanford Junior University
dnl
dnl See LICENSE for licensing terms.
AC_PREREQ([2.64])
AC_INIT([wallet], [1.
2
], [eagle@eyrie.org])
AC_INIT([wallet], [1.
3
], [eagle@eyrie.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_LIBOBJ_DIR([portable])
AC_CONFIG_MACRO_DIR([m4])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment