summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/krb5-config
Commit message (Collapse)AuthorAgeFilesLines
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update magic sed script for heimdal-1.1dfr2008-05-091-4/+7
|
* Update Heimdal 0.6.1 -> 0.6.3.nectar2005-02-241-1/+1
|
* Update version strings for Heimdal: 0.6 -> 0.6.1nectar2004-04-131-1/+1
|
* style.Makefile(5).ru2004-02-051-15/+14
| | | | OK'ed by: nectar
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-311-1/+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
* Update build infrastructure for Heimdal 0.6.nectar2003-10-091-1/+1
|
* Big fixup of the makefiles. Sort out the dependancies so that "make"markm2003-07-181-13/+15
| | | | | without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
* Update version numbers after import of Heimdal 0.5.1.nectar2002-11-241-1/+1
| | | | Approved by: re
* Repair buglet introduced with the last import of Heimdal:nectar2002-11-161-0/+1
| | | | | | | `krb5-config --cflags' spewed an erroneous argument. Reported by: Gabor@Zahemszky.HU Approved by: re (jhb)
* This is Heimdal 0.5.nectar2002-09-191-1/+1
|
* = The prefix should be `/usr', not `/'.nectar2002-09-011-3/+3
| | | | = Correct the Heimdal version number hiding in here.
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* = We need `-lcrypt' and `-lcom_err' to when building Kerberosnectar2002-05-091-3/+3
| | | | | applications. = The Heimdal version number is hiding here also. Correct it.
* Install script via SCRIPTS.ru2001-12-171-6/+1
|
* style fixes (by the way of bde)assar2001-08-271-11/+8
|
* add krb5-configassar2001-08-271-0/+31
OpenPOWER on IntegriCloud