summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib
Commit message (Collapse)AuthorAgeFilesLines
* - Make heimdal buildable with WITH_OPENLDAP defined, again.ume2011-12-051-3/+3
| | | | - Our heimdal uses the deprecated OpenLDAP functions.
* - Add missing interdependencies to kerberos libraries. Some of thestas2011-09-2712-7/+33
| | | | | | | | | kerberos libraries were not linked properly (missing dependencies), which causes 3rd party applications linking to fail when --as-needed ld flag is used. I also added the --no-undefined ld(1) flag to make sure that there're no missing dependencies. MFC after: 3 days
* Link GSS mechanics modules against libgssapi so they will not fail duebland2009-10-122-4/+4
| | | | | | | | unresolved symbol errors when in turn libgssapi was loaded with RTLD_LOCAL flag set (which is the default). Reviewed by: dfr, jhb MFC after: 3 days
* Disconnect closefrom.c as we have it as a system call.delphij2009-06-161-1/+0
|
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-062-0/+60
| | | | | | | | is based on an old implementation from the University of Michigan with lots of changes and fixes by me and the addition of a Solaris-compatible API. Sponsored by: Isilon Systems Reviewed by: alfred
* Add the hx509 error table.dfr2008-05-151-0/+2
|
* Add manpage links to krb5_principal.3.dfr2008-05-111-0/+29
|
* Don't try to make links to manpages that no longer exist. Fixes installworlddfr2008-05-111-6/+0
| | | | Submitted by: phk
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-0719-93/+1722
| | | | all non-style changes made by heimdal to our own libgssapi.
* While checking over the libraries for 7.0-REL Kris found the followingkensmith2007-11-201-1/+1
| | | | | | | | | | | libraries had not had their versions bumped relative to 6.3-REL but had indeed been changed. We need to bump their version so they can be properly added to the compat6x port: libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8 libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2 MFC After: 1 day
* Bump library majro version for gethostbyaddr(3).ume2006-05-211-0/+1
|
* NO_MAN is not needed here.ru2006-03-161-1/+0
|
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-291-44/+6
| | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Update Heimdal 0.6.1 -> 0.6.3.nectar2005-02-241-0/+1
|
* Hookup `arcfour.c' to the build (missed during upgrade to heimdal 0.6.1).nectar2004-04-041-0/+1
|
* style.Makefile(5).ru2004-02-0510-660/+609
| | | | OK'ed by: nectar
* Take signal.c out of sources.ru2004-02-031-1/+0
| | | | Reviewed by: nectar
* Put generated headers into SRCS so that we pick them up even ifru2004-02-032-1/+3
| | | | "make depend" was not run.
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-3111-232/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Fixed "make clean".ru2004-01-151-0/+2
|
* The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated,nectar2003-10-102-3/+3
| | | | | | and must be installed from ${.OBJDIR}. Pointy hat: nectar
* Install Kerberos- and GSSAPI-related man pages.nectar2003-10-093-5/+240
|
* Install additional headers for Kerberos (libkafs, libkadm5*, andnectar2003-10-093-0/+16
| | | | libhdb).
* Update build infrastructure for Heimdal 0.6.nectar2003-10-094-3/+24
|
* Try a lot harder to get dependancies right. This involves some uglymarkm2003-07-271-10/+30
| | | | | | | | | looking ${.OBJDIR} work that has the up-side of actually working in upgrade and make -jN cases. This needs to be revisited further, and it is conceivable that the ${.OBJDIR} stuff can be simplified, but the sheer number of edge cases and other causes make this Hard(tm). For now, this works.
* Try a lot harder to get dependancies right. This involves some uglymarkm2003-07-271-4/+8
| | | | | | | | | looking ${.OBJDIR} work that has the up-side of actually working in upgrade and make -jN cases. This needs to be revisited further, and it is conceivable that the ${.OBJDIR} stuff can be simplified, but the sheer number of edge cases and other causes make this Hard(tm). For now, this works.
* Big fixup of the makefiles. Sort out the dependancies so that "make"markm2003-07-189-374/+409
| | | | | without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-162-35/+1
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* Add (optional, default off) support to kerberos5 for supporting openldap.mr2003-06-181-1/+2
| | | | | | | | | | Tests with openldap20 where successful whereas openldap21 didn't like the way hdb-ldap accessed openldap (doesn't like non-bind access). To activate the support put a USE_OPENLDAP=yes in your make.conf. The OPENLDAPBASE is also optional and points to /usr/local as default. Approved by: markm MFC after: 2 weeks
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-052-14/+2
| | | | | | | | | | | | | | | | | FreeBSD. This method attempts to centralize all the necessary hacks or work arounds in one of two places in the tree (src/Makefile.inc1 and src/tools/build). We build a small compatibility library (libbuild.a) as well as selectively installing necessary include files. We then include this directory when building host binaries. This removes all the past release compatibilty hacks from various places in the tree. We still build on tip of stable and current. I will work with those that want to support more, although I anticipate it will just work. Many thanks to ru@, obrien@ and jhb@ for providing valuable input at various stage of implementation, as well as for working together to positively effect a change for the better.
* Post KerberosIV de-orbit: Clean up Kerberos5. We dont need KerberosIVmarkm2003-03-094-27/+2
| | | | | compatiblity mode anymore. Rename the k5foo utils to kfoo (after repo-copy).
* Unbreak Kerberos 5 authentication in telnet.nectar2003-03-061-0/+1
| | | | | | (Credential forwarding is still broken.) PR: bin/45397
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-132-2/+6
|
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Update build infrastructure after import of Heimdal Kerberos 2002/08/29.nectar2002-08-302-1/+2
|
* Bootstrapping aid for pre-getprogname(3) systems.ru2002-08-132-0/+8
| | | | | | Spotted by: Gareth Hopkins <gareth@za.uu.net> Approved by: nectar MFC after: 3 days
* Make this -j safe.ru2002-05-142-0/+2
|
* MAN[1-9] -> MAN.ru2002-05-131-3/+3
|
* Removed now unused INTERNALSTATICLIB.ru2002-05-133-6/+0
| | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
* Added new bsd.incs.mk which handles installing of header filesru2002-05-125-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* Don't emulate INTERNALLIB.ru2002-05-081-4/+2
|
* Milestone #1 in cross-arch make releases.ru2002-04-262-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install games and profiled libraries to the ${CHROOTDIR} with the initial installworld. Eliminate the need in the second installworld. For that, make sure _everything_ is built in the "world" environment, using the right tool chain. Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the buildworld process into stages, and skip some stages when SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5 dists). Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running makewhatis(1) at the end of installworld (used when making crypto, krb4, and krb5 dists). In release/scripts/doFS.sh, ensure that the correct boot blocks are used. Moved the creation of the "crypto" dist from release.5 to release.2. In release.3 and doMFSKERN, build kernels in the "world" environment. KERNELS now means "additional" kernels, GENERIC is always built. Ensure we build crunched binaries in the "world" environment. Obfuscate release/Makefile some more (WMAKEENV) to achieve this. Inline createBOOTMFS target. Use already built GENERIC kernel modules to augment mfsfd's /stand/modules. GC doMODULES as such. Assorted fixes: Get rid of the "afterdistribute" target by moving the single use of it from sys/Makefile to etc/Makefile's "distribute". Makefile.inc1: apparently "etc" no longer needs to be last for "distribute" to succeed. gnu/usr.bin/perl/library/Makefile.inc: do not override the "install" and "distribute" targets, do it the "canonical" way. release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and catpages appear in the right dists. Note that because Perl does not respect the MANBUILDCAT (and NOMAN), this results in a loss of /usr/share/perl/man/cat* empty directories. This will be fixed soon. Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it means "make KerberosIV"), as documented in the make.conf(5) manpage. Most of the userland makefiles did not test it for "YES" anyway. XXX Should specialized kerberized libpam versions be included into the krb4 and krb5 dists? (libpam.a would be incorrect anyway if both krb4 and krb5 dists were choosen.) Make sure "games" dist is made before "catpages", otherwise games catpages settle in the wrong dist. Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>
* Replaced hacks in previous revision with the "standard" way ofru2002-04-251-8/+3
| | | | | building internal libraries. This also unbreaks this makefile after recent share/mk changes.
* Bump major library version of all Heimdal Kerberos librariesnectar2002-02-191-1/+1
| | | | after import from KTH repository circa 2002/02/17.
* Update build after import of Heimdal Kerberos 2002/02/17.nectar2002-02-195-6/+23
|
* Fixed -DMAKE_KERBEROS5 world breakage in kerberos5/lib/librokenru2002-02-112-1/+3
| | | | | | | | | | | | | | | (make-roken is a build tool). This bug was hiding itself after a just fixed bug in cross-linker (binutuils/ld/Makefile,v 1.20). The bug was fatal for cross builds; for example, an alpha binary (make-roken) was attempted to be run on i386. Added make-roken to the list of build-tools in libasn1. It only worked because another build tool needs make-roken implicitly: (build-tools: asn1_compile: print_version.o: roken.h: make-roken). Spotted by: nectar
* add krb4 librariesassar2001-12-171-0/+4
|
* Add the necessary paths to the kerberos libraries and includes.jhay2001-12-031-1/+1
| | | | | | This fix "make release". Reviewed by: markm
* Style clean-up, and diff-reduce WRT src/secure/*telnet*/Makefilemarkm2001-11-301-13/+13
| | | | | Lost in this commit - KerberosIV compatability. This will be re-added later.
OpenPOWER on IntegriCloud