- Dec 18, 2017
-
-
Russ Allbery authored
* Update standards version to 4.1.2. - Change priority to optional.
-
Russ Allbery authored
* Contribute the package to the Debian Perl Group. - Change Maintainer to the group. - Add myself to Uploaders. - Change Homepage to the metacpan.org URL. - Change Vcs-Git and Vcs-Browser to point to the pkg-perl repository. - Change debian/watch to use the metacpan.org URL.
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
- Aug 30, 2012
-
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
The kadm5_c_* functions are an internal API. The public functions are the ones without the _c, which dispatch to the internal functions depending on whether one links with the client library or the server library. By calling the _c functions, we don't get the benefit of prototype checking and fail if the internal function signature ever changes. The latter has now happened with Heimdal 1.6 currently used in Debian, and as a result the create_principal and chpass_principal functions here have stopped working because they provide the wrong number of arguments and the Heimdal library sees random stack garbage as the additional function arguments. Replace all C calls to use the versions without _c, since this module doesn't attempt to support the _s and _c interfaces simultaneously anyway and therefore no benefit accrues from calling the _c functions. This also fixes the backward-compatibility problem, since the public API did not change, only the internal function API.
-
- Apr 03, 2010
-
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
-
Russ Allbery authored
* Update debhelper compatibility level to V7. - Use debhelper rule minimization. * Drop specific version from Perl build dependency, since it was older than the version in stable. * Lower the priority to extra to match Heimdal. * Set myself as maintainer since I'll be doing the Debian uploads. * Add Vcs-Git, Vcs-Browser, and Homepage control fields. * Reformatting and improvements of binary package description. * Update standards version to 3.8.4.
-
Russ Allbery authored
Preserve history from the Stanford package since it's a bit more convenient for internal upgrades and shouldn't matter to anyone else. Add the bug closer for the ITP bug.
-
Russ Allbery authored
-
Russ Allbery authored
Debian packaging will be maintained on a debian branch, merged with an upstream branch created from the tarball releases.
-
- Feb 11, 2010
-
-
Russ Allbery authored
Also note in DEPENDENCIES that this module requires Heimdal and uses krb5-config, and will not work with MIT Kerberos.
-
Russ Allbery authored
-
- Feb 05, 2010
-
-
Jon Robertson authored
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.
-
Jon C. Robertson authored
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.
-
Jon Robertson authored
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..
-
Jon Robertson authored
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.
-
Jon Robertson authored
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.
-
Jon Robertson authored
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.
-
Jon Robertson authored
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.
-
Jon Robertson authored
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.
-
Jon Robertson authored
Added patch from Alf Wachsmann to add a command allowing the deletion of enctypes from an existing keytab.
-
- Aug 24, 2009
-
-
ft authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@28 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
ft authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@27 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
ft authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@26 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
ft authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@25 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
ft authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@24 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
- Jan 28, 2007
-
-
leifj authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@23 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
- Oct 18, 2006
-
-
leifj authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@22 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
leifj authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@21 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
- Oct 04, 2006
-
-
leifj authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@20 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-
- Sep 28, 2006
-
-
leifj authored
git-svn-id: svn://svn.it.su.se/Heimdal-Kadm5/trunk@19 453aeaa5-fa1e-0410-b91d-a05dbf4e1782
-