Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat | |
2013-07-22 | Missed one CFLAGS -> CPPFLAGS | Antoine Jacoutot | |
ok robert@ | |||
2013-07-12 | Remove exectuable bit from files in /usr/include/kerberosV; ok robert | Stefan Sperling | |
2013-07-01 | Pass all Kerberos man pages to a sed substitution to fix paths so that | Antoine Jacoutot | |
they match hier(7). e.g. /etc/krb5.conf versus /etc/kerberosV/krb5.conf help from espie@ ok espie@ robert@ | |||
2013-06-21 | Fix some dependencies and in the meantime indent all the loops in the | Robert 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-21 | Pass NO_NTLM to the compile line. | Antoine Jacoutot | |
ok robert@ | |||
2013-06-19 | start un-bloating kerberos by removing support for hx509, pthreads, spnego, | Robert Nagy | |
ntlm, pkinit | |||
2013-06-18 | create include directories if they are non-existent | Robert Nagy | |
2013-06-18 | add a trailing / at the end of the directory when installing includes | Robert Nagy | |
to avoid installing a bogus file | |||
2013-06-18 | don't create include directories in the include target, mtree is taking | Robert Nagy | |
care of it | |||
2013-06-17 | update kerberosV to Heimdal 1.5.2 using BSD Makefiles based | Robert 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-14 | fixes for heimdal 0.7.2 | Bjorn Sandell | |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵ | Magnus Holmberg | |
David Krause, ... | |||
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-11 | define SYSCONFDIR | Hans Insulander | |
2001-08-07 | Make kerberosV compile entirely on platforms lacking shared libraries, | Miod Vallat | |
i.e. hppa, mvme88k and vax. Discussed a lot with hugh@ and (less) with hin@, probably the least ugly patch we could make. | |||
2001-07-08 | remove MIPS leftovers. | Brad Smith | |
-- Ok'd by deraadt@ | |||
2001-06-27 | er, don't compile and link kerberosV with -g | Hans Insulander | |
2001-06-27 | -Wall | Hans Insulander | |
2001-05-25 | Remove bogus and incorrect version string. | Hans Insulander | |
2001-05-25 | krb5 main Makefile. | Hans Insulander | |
Set 'KERBEROS5=Yes' in /etc/mk.conf to enable the experimental kerberos5 support. |