summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libgssapi
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-58/+0
| | | | all non-style changes made by heimdal to our own libgssapi.
* 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)
* Hookup `arcfour.c' to the build (missed during upgrade to heimdal 0.6.1).nectar2004-04-041-0/+1
|
* style.Makefile(5).ru2004-02-051-96/+87
| | | | OK'ed by: nectar
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-311-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Install Kerberos- and GSSAPI-related man pages.nectar2003-10-091-0/+45
|
* Update build infrastructure for Heimdal 0.6.nectar2003-10-091-1/+7
|
* Big fixup of the makefiles. Sort out the dependancies so that "make"markm2003-07-181-48/+55
| | | | | without "make depend" works, "make -j N" works, and lists of source files are made vertical to reduce future diffs.
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-3/+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".
* Update build after import of Heimdal Kerberos 2002/02/17.nectar2002-02-191-2/+2
|
* Fix release. Just as in other kerberos5 libraries, we need to includejhb2001-02-231-2/+5
| | | | | ${.OBJDIR} in the includes list and generate a couple of headers from their .et sources for beforedepend and all.
* update build infrastructure for heimdal 0.3eassar2001-02-131-0/+56
OpenPOWER on IntegriCloud