]> eyrie.org Git - kerberos/heimdal-kadm5.git/log
kerberos/heimdal-kadm5.git
14 years agoImported Upstream version 0.08 upstream upstream/0.08
Russ Allbery [Sat, 3 Apr 2010 01:23:25 +0000 (18:23 -0700)]
Imported Upstream version 0.08

14 years agoRemove Debian packaging from the master branch release/0.08
Russ Allbery [Sat, 3 Apr 2010 00:49:31 +0000 (17:49 -0700)]
Remove Debian packaging from the master branch

Debian packaging will be maintained on a debian branch, merged with
an upstream branch created from the tarball releases.

14 years agoReplace README boilerplate with a brief module description
Russ Allbery [Thu, 11 Feb 2010 03:58:16 +0000 (19:58 -0800)]
Replace README boilerplate with a brief module description

Also note in DEPENDENCIES that this module requires Heimdal and uses
krb5-config, and will not work with MIT Kerberos.

14 years agoAdd changes and update version for 0.08
Russ Allbery [Thu, 11 Feb 2010 03:53:25 +0000 (19:53 -0800)]
Add changes and update version for 0.08

14 years agoImproved dump() attributes and added KRB5_KDB_PWCHANGE_SERVICE
Jon Robertson [Thu, 28 Jan 2010 17:49:10 +0000 (09:49 -0800)]
Improved dump() attributes and added KRB5_KDB_PWCHANGE_SERVICE

Added an interface to return the KRB5_KDB_PWCHANGE_SERVICE constant
value.  This was already listed in the exportable functions, but wasn't
defined.  Also improved the dump printing of all attributes to give an
output more similar to the kadmin get command by converting the constant
name to the text descriptio as seen in get.

14 years agoWIP - Unfinished change to add more ticket types
Jon C. Robertson [Tue, 19 Jan 2010 19:48:48 +0000 (11:48 -0800)]
WIP - Unfinished change to add more ticket types

Work in Progress -- Adding unfinished change to sync newest version up
for help in debugging.  This merely removes a commented out line that
was causing errors, to make sure that people are on the same page for
testing the cause.

14 years agoCleanup and added $principal->getAttributeNames
Jon Robertson [Tue, 12 Jan 2010 00:10:17 +0000 (16:10 -0800)]
Cleanup and added $principal->getAttributeNames

Cleaned up the code and perldocs for word wrapping.  Also added
getAttributeNames, which wraps getAttributes, translating the bitmask into
an array of attribute names and returning that bitmask..

14 years agoImproved dump() output for attributes and ticket lifetime
Jon Robertson [Wed, 6 Jan 2010 21:43:49 +0000 (13:43 -0800)]
Improved dump() output for attributes and ticket lifetime

dump() has been improved to print out the attribute constant names rather
than the attribute bitmask itself.  Also, the two ticket lifetime values
(lifetime and max lifetime) print out days and weeks rather than seconds.

14 years agoRemoved unneeded stderr message when setting realm
Jon Robertson [Wed, 6 Jan 2010 17:51:28 +0000 (09:51 -0800)]
Removed unneeded stderr message when setting realm

The realm was being printed out to stderr whenever a new connection was
created with the realm specifically set.  This was not done with any of the
other settings, and was cluttering up the script's error output.  That line
has now been commented out, and can be later removed.

14 years agoFixed deprecated autoload warning
Jon Robertson [Wed, 6 Jan 2010 17:45:19 +0000 (09:45 -0800)]
Fixed deprecated autoload warning

Fixed a warning on the use of KRB5_KDB_DISALLOW_ALL_TIX in the
Heimdal::Kadm5::Client section, where it was being loaded from the parent
class.  No change to functionality, only specifying the specific class
it came from to remove the warning.

14 years agoFixed bug with disable and enable leading to mask problems
Jon Robertson [Fri, 5 Feb 2010 22:01:18 +0000 (14:01 -0800)]
Fixed bug with disable and enable leading to mask problems

modifyPrincipal now sets the mask to 0 if it is not given a mask, rather
than passing along the undefined mask.  This directly affected the
disablePrincipal and enablePrincipal functions, which would call
modifyPrincipal without a given mask and led to problems on my system.

14 years agoChanging the dump command to more echo kadmin get
Jon Robertson [Tue, 8 Dec 2009 18:24:53 +0000 (10:24 -0800)]
Changing the dump command to more echo kadmin get

The format of the dump command was partially similar to the Heimdal kadmin
get command, but there were changes in formatting and extra fields not
present.  It now more accurately echos the get command, though does still
need work in parsing seconds to days/weeks on two outputs and in parsing
the attributes bitmask for values.

14 years agoAdded ability to delete enctypes from a keytab.
Jon Robertson [Fri, 4 Dec 2009 19:25:40 +0000 (11:25 -0800)]
Added ability to delete enctypes from a keytab.

Added patch from Alf Wachsmann to add a command allowing the deletion of
enctypes from an existing keytab.

14 years agoremove .svn READMEs
ft [Mon, 24 Aug 2009 15:37:25 +0000 (15:37 +0000)]
remove .svn READMEs

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@28 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

14 years agomore or less disable another test case that does no good
ft [Mon, 24 Aug 2009 15:37:15 +0000 (15:37 +0000)]
more or less disable another test case that does no good

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@27 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

14 years agospeling
ft [Mon, 24 Aug 2009 15:36:49 +0000 (15:36 +0000)]
speling

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@26 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

14 years agoremove broken test case that I don't know how to fix
ft [Mon, 24 Aug 2009 10:42:34 +0000 (10:42 +0000)]
remove broken test case that I don't know how to fix

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@25 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

14 years agoinit
ft [Mon, 24 Aug 2009 10:20:27 +0000 (10:20 +0000)]
init

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@24 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

17 years agofisheye
leifj [Sun, 28 Jan 2007 08:46:37 +0000 (08:46 +0000)]
fisheye

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@23 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

17 years agocut 0.06
leifj [Wed, 18 Oct 2006 13:52:42 +0000 (13:52 +0000)]
cut 0.06

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@22 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

17 years agoinclude sys/un.h - patch from Ulf Hermann
leifj [Wed, 18 Oct 2006 13:50:41 +0000 (13:50 +0000)]
include sys/un.h - patch from Ulf Hermann

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@21 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

17 years ago*** empty log message ***
leifj [Wed, 4 Oct 2006 11:37:49 +0000 (11:37 +0000)]
*** empty log message ***

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@20 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

17 years agospell
leifj [Thu, 28 Sep 2006 16:47:46 +0000 (16:47 +0000)]
spell

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@19 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

18 years agoPassword support from lha@it.su.se
leifj [Mon, 5 Sep 2005 06:58:16 +0000 (06:58 +0000)]
Password support from lha@it.su.se

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@18 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

20 years agofixed plural
leifj [Thu, 20 Nov 2003 08:35:25 +0000 (08:35 +0000)]
fixed plural

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@17 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

20 years agoversion bump
leifj [Wed, 19 Nov 2003 22:44:36 +0000 (22:44 +0000)]
version bump

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@16 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

20 years agocontributed patches from Alf Wachsmann <alfw@slac.stanford.edu>
leifj [Wed, 19 Nov 2003 22:41:18 +0000 (22:41 +0000)]
contributed patches from Alf Wachsmann <alfw@slac.stanford.edu>

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@15 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

20 years agoKadm5.pm
leifj [Sun, 16 Nov 2003 18:51:16 +0000 (18:51 +0000)]
Kadm5.pm

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@14 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

20 years agosmall fixes
leifj [Sun, 16 Nov 2003 18:49:13 +0000 (18:49 +0000)]
small fixes

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@13 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agoadd files
lha [Wed, 23 Apr 2003 13:47:13 +0000 (13:47 +0000)]
add files

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@11 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years ago0.02
lha [Wed, 23 Apr 2003 13:46:17 +0000 (13:46 +0000)]
0.02

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@10 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agoadd lisence + copyright
lha [Wed, 23 Apr 2003 13:45:48 +0000 (13:45 +0000)]
add lisence + copyright

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@9 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agoadd license and copyright
lha [Wed, 23 Apr 2003 13:43:19 +0000 (13:43 +0000)]
add license and copyright

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@8 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agofix id tag
lha [Wed, 23 Apr 2003 12:07:17 +0000 (12:07 +0000)]
fix id tag

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@7 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agouse krb5-config
lha [Wed, 23 Apr 2003 12:03:30 +0000 (12:03 +0000)]
use krb5-config

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@6 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agoInitial revision
leifj [Wed, 23 Apr 2003 11:02:26 +0000 (11:02 +0000)]
Initial revision

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@2 453aeaa5-fa1e-0410-b91d-a05dbf4e1782

21 years agoNew repository initialized by cvs2svn.
(no author) [Wed, 23 Apr 2003 11:02:26 +0000 (11:02 +0000)]
New repository initialized by cvs2svn.

git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@1 453aeaa5-fa1e-0410-b91d-a05dbf4e1782