summaryrefslogtreecommitdiffstats
path: root/kerberos5/include
Commit message (Collapse)AuthorAgeFilesLines
* - Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfixstas2012-04-082-5/+5
| | | | release, which fixes a DoS issue in libkrb5.
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-224-75/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | several new kerberos related libraries and applications to FreeBSD: o kgetcred(1) allows one to manually get a ticket for a particular service. o kf(1) securily forwards ticket to another host through an authenticated and encrypted stream. o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1) and other user kerberos operations. klist and kswitch are just symlinks to kcc(1) now. o kswitch(1) allows you to easily switch between kerberos credentials if you're running KCM. o hxtool(1) is a certificate management tool to use with PKINIT. o string2key(1) maps a password into key. o kdigest(8) is a userland tool to access the KDC's digest interface. o kimpersonate(8) creates a "fake" ticket for a service. We also now install manpages for some lirbaries that were not installed before, libheimntlm and libhx509. - The new HEIMDAL version no longer supports Kerberos 4. All users are recommended to switch to Kerberos 5. - Weak ciphers are now disabled by default. To enable DES support (used by telnet(8)), use "allow_weak_crypto" option in krb5.conf. - libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings disabled due to the function they use (krb5_get_err_text(3)) being deprecated. I plan to work on this next. - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeBSD components will require it in the future we can rename it to libbsdsqlite and use for these components as well. - This is not a latest Heimdal version, the new one was released while I was working on the update. I will update it to 1.5.2 soon, as it fixes some important bugs and security issues.
* Now we have closefrom().delphij2009-06-151-1/+1
|
* Add strndup(3) prototype to string.h.kib2008-12-081-1/+1
| | | | | | | | | | | This change was erronously ommitted from the r185690, and attempt to simply add the prototype to string.h has revealed that several contributed programs defined local prototypes for strndup(), controlled by autoconfed config.h. So, manually change #undef HAVE_STRNDUP to #define HAVE_STRNDUP 1. Next import of the corresponding program would regenerate config.h, overriding the changes in this commit. No objections from: kan
* Update heimdal_version.dfr2008-05-081-2/+2
| | | | Pointed out by: antoine@
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-072-151/+232
| | | | all non-style changes made by heimdal to our own libgssapi.
* Update Heimdal 0.6.1 -> 0.6.3.nectar2005-02-242-5/+5
|
* Update version strings for Heimdal: 0.6 -> 0.6.1nectar2004-04-132-5/+5
|
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-311-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Dropped support for standalone builds, this was only partially supported anyway, and required so much magic in makefiles that made life dangerous (e.g., by using the custom yacc rules). - Got rid of .OBJDIR in makefiles -- makes building of individual files possible again. - Made the .x.c transformations -j safe. - Reprogrammed LDADD to fix static build of some utilities that was broken. - Fixed LDFLAGS and DPADD in the WITH_OPENLDAP case -- positively affects the contents of .depend files. - Removed redundant .h's from SRCS, only kept those that are generated. - libkrb5/ INCS were bogusly installed again with libgssapi/. - Made build-tools real tools with their own makefiles in separate directories. This allows us to properly track their dependencies, etc. - Faster build, 21% less of makefile code! Approved by: nectar Reviewed by: markm Silence on: arch
* No need for two copies of this file; there is already a distributionmarkm2003-11-171-70/+0
| | | | | | copy in src/crypto/heimdal/... Reported by: ru
* Update build infrastructure for Heimdal 0.6.nectar2003-10-094-17/+44
|
* Remove some KRB4 scraps, and allow NOSHARED make worlds tomarkm2003-05-111-9/+0
| | | | | | complete. OK'ed by: re(scottl)
* Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIVmarkm2003-03-091-2/+0
| | | | | compatiblity mode anymore. Rename the k5foo utils to kfoo (after repo-copy).
* Define OPENSSL_DES_LIBDES_COMPATIBILITY so that Heimdal will build withnectar2003-01-211-0/+1
| | | | OpenSSL 0.9.7 when it is imported. (This currently has no effect.)
* Update version numbers after import of Heimdal 0.5.1.nectar2002-11-242-4/+4
| | | | Approved by: re
* update version numbers to (consistenly):assar2002-10-231-4/+4
| | | | | krb4 1.0.5 fb1 (including the kadmind fix) heimdal 0.5 fb1 (including the kadmind fix)
* This is Heimdal 0.5.nectar2002-09-191-2/+2
|
* Update build infrastructure after import of Heimdal Kerberos 2002/09/16.nectar2002-09-162-20/+60
|
* Update build infrastructure after import of Heimdal Kerberos 2002/08/29.nectar2002-08-304-430/+474
|
* Bootstrapping aid for pre-getprogname(3) systems.ru2002-08-131-0/+8
| | | | | | Spotted by: Gareth Hopkins <gareth@za.uu.net> Approved by: nectar MFC after: 3 days
* Update Heimdal version string to 0.4e. This should have been done when thatnectar2002-04-291-2/+2
| | | | version was imported on 2002/02/19.
* Update build after import of Heimdal Kerberos 2002/02/17.nectar2002-02-191-62/+73
|
* update infrastructure for heimdal 0.3fassar2001-06-212-19/+28
|
* de-constify to make it compatible with (krb4) and make-print-versionassar2001-05-111-2/+2
| | | | Submitted by: Peter Pentchev <roam@orbitel.bg> (just inverted)
* remove definition of KRB4, this gets defined conditionally inassar2001-02-211-3/+0
| | | | | | kerberos5/Makefile and should not have a constant value here. Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
* update build infrastructure for heimdal 0.3eassar2001-02-134-638/+792
|
* Unbreak heimdal build: we can no longer #include <netinet6/in6.h>kris2000-07-061-1/+1
|
* KerberosIV is no longer compulsory. This should fix "make release".markm2000-03-011-1/+1
|
* Use libcrypto instead of libdes. Upgrade for Heimdal-0.2pmarkm2000-02-242-203/+2
|
* Userland build of Kerberos5 (AKA Heimdal). More to come.markm2000-01-156-0/+1436
This is not ready for primetime yet! Please hold off on the bug reports.
OpenPOWER on IntegriCloud