summaryrefslogtreecommitdiff
path: root/kerberosV
AgeCommit message (Collapse)Author
2013-07-02Most CFLAGS should be CPPFLAGS, so fix that.Antoine Jacoutot
Remove non existent LDAP* variables. ok robert@
2013-07-01Properly substitute paths in the info file like it was done with the manAntoine Jacoutot
pages. ok espie@
2013-07-01Pass all Kerberos man pages to a sed substitution to fix paths so thatAntoine Jacoutot
they match hier(7). e.g. /etc/krb5.conf versus /etc/kerberosV/krb5.conf help from espie@ ok espie@ robert@
2013-06-21static-linked binaries'r'usMiod Vallat
2013-06-21tidy upRobert Nagy
2013-06-21Fix some dependencies and in the meantime indent all the loops in theRobert Nagy
Makefile.inc file to make it more readable. Also add missing files to CLEANFILES so that make clean removes all the generated files. with help from espie@, thanks!
2013-06-21Pass NO_NTLM to the compile line.Antoine Jacoutot
ok robert@
2013-06-21Sync with upstream, we don't need to patch this file since kcm is disabled.Antoine Jacoutot
ok robert@
2013-06-21disable kcm and kswitch for nowRobert Nagy
discussed and okay ajacoutot@
2013-06-21digest.c is needed for some operations with the kdc(8).Antoine Jacoutot
ok robert@
2013-06-21Missed these in previous.Antoine Jacoutot
2013-06-21Remove some useless FreeBSD-specific variables.Antoine Jacoutot
ok robert@
2013-06-21No need to look under spnego since support it gone.Antoine Jacoutot
ok robert@
2013-06-20Bring back heimdal.info which was lost during the update and thatAntoine Jacoutot
actually contains usefull information. noticed by miod@ ok robert@
2013-06-20libheimntlm is gone.Antoine Jacoutot
ok robert@
2013-06-20properly disable NTLM in KCMRobert Nagy
2013-06-19fix spnego removal falloutRobert Nagy
2013-06-19remove obsolete fileRobert Nagy
2013-06-19start un-bloating kerberos by removing support for hx509, pthreads, spnego,Robert Nagy
ntlm, pkinit
2013-06-19make compile_et.o depend on parse.hRobert Nagy
2013-06-19Move admin utils to usr.sbin where they belong (and where they wereAntoine Jacoutot
installed before the update). Do not build nor ship ksu. ok robert@
2013-06-18Do not compile signal.c; signal() is in libc and not roken.Miod Vallat
ok aja@
2013-06-18Fix HAVE___SYNC_ADD_AND_FETCH for sh and sparc(32)Miod Vallat
2013-06-18Remove generated flex/bison files, to avoid risking mixing files from objdir andMiod Vallat
srcdir.
2013-06-18create include directories if they are non-existentRobert Nagy
2013-06-18add a trailing / at the end of the directory when installing includesRobert Nagy
to avoid installing a bogus file
2013-06-18include <stddef.h> so that we have a size_tAntoine Jacoutot
from upstream Heimdal; this fixes some use of com_err
2013-06-18Fix the libs link order to please static archs (thanks miod@ for theAntoine Jacoutot
order). Link to libkafs5, not libkafs (nothing uses this but still...). ok robert@
2013-06-18don't create include directories in the include target, mtree is takingRobert Nagy
care of it
2013-06-17change bug reports email addressRobert Nagy
2013-06-17fix the generated files target to avoid rebuilding every timeRobert Nagy
2013-06-17ditch the beforedepend target and properly generate SRCS file list thatRobert Nagy
includes the symlinked src files as well
2013-06-17remove whitespaceRobert Nagy
2013-06-172nd part of:Robert Nagy
update kerberosV to Heimdal 1.5.2 using BSD Makefiles based on the ones from FreeBSD This is getting commited now so that we can patch it up fast in the tree. There are known regressions so please don't try to build this on your own now, please wait for the next available snapshot. If however you would still want to build it, make sure build and install everything in the tools directory first.
2013-06-17update kerberosV to Heimdal 1.5.2 using BSD Makefiles basedRobert Nagy
on the ones from FreeBSD This is getting commited now so that we can patch it up fast in the tree. There are known regressions so please don't try to build this on your own now, please wait for the next available snapshot. If however you would still want to build it, make sure build and install everything in the tools directory first. This is not the full commit yet because there are several subdirectories.
2006-04-14Import of heimdal-0.7.2Bjorn Sandell
2004-10-29Import of heimdal-0.6.3Bjorn Sandell
2003-05-11Import of heimdal-0.6rc1Hans Insulander
2003-05-11Import of heimdal-0.6rc1Hans Insulander
2002-02-06Import of heimdal-0.4eHans Insulander
2002-02-06Import of heimdal-0.4eHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-05-25Import of heimdal-0.3eHans Insulander
2001-05-25Import of heimdal-0.3eHans Insulander
2001-05-25Import of heimdal-0.3eHans Insulander
2013-06-02fix race similarly to the other directoryMarc Espie
(patch sent at least two weeks ago, nobody commented, and it's safe)
2013-05-04fix use after free in error pathsJonathan Gray
ok sthen@ fgsch@