summaryrefslogtreecommitdiff
path: root/kerberosV
AgeCommit message (Expand)Author
2014-01-20Fix broken prologue content; found with mandocdb(8).Ingo Schwarze
2013-11-30use HAVE_ARC4RANDOM and choose to call arc4random() instead of srand()Theo de Raadt
2013-11-26another 1 << 31Theo de Raadt
2013-11-26cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan AdlerTheo de Raadt
2013-11-03typo: s/master/slaveAntoine Jacoutot
2013-11-03Sync Kerberos man pages with reality:Antoine Jacoutot
2013-11-02Bring back spnego support into gssapi as we used to have it beforeAntoine Jacoutot
2013-09-12Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.Kenneth R Westerback
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-08-10We can use ${LIBKAFS} now.Antoine Jacoutot
2013-08-10Rename libkafs5 back to libkafs; that is the real upstream library nameAntoine Jacoutot
2013-08-09Useless CPPFLAGS are useless.Antoine Jacoutot
2013-08-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-05Remove useless line in CPPFLAGS.Antoine Jacoutot
2013-07-22Fix include path.Antoine Jacoutot
2013-07-22Missed one CFLAGS -> CPPFLAGSAntoine Jacoutot
2013-07-22Fix include path.Antoine Jacoutot
2013-07-22Add missing -DBUILD_KRB5_LIB to libkrb5 CPPFLAGS.Antoine Jacoutot
2013-07-12Make krb5-config --version report the correct version of heimdal; ok ajaStefan Sperling
2013-07-12Remove exectuable bit from files in /usr/include/kerberosV; ok robertStefan Sperling
2013-07-10Remove clutter; we don't build these stuffs.Antoine Jacoutot
2013-07-10No need to refer to LIBHX509 nor LIBHEIMNTLM since both are disabled.Antoine Jacoutot
2013-07-10Remove unused LIBCRYPT variable.Antoine Jacoutot
2013-07-10Move default Kerberos DB directory from /var/heimdal to /var/kerberosV.Antoine Jacoutot
2013-07-09Make sure all files are removed at clean/cleandir target.Antoine Jacoutot
2013-07-09Add vars.texi to SRCS so proper substitution is done in that part of theAntoine Jacoutot
2013-07-02Most CFLAGS should be CPPFLAGS, so fix that.Antoine Jacoutot
2013-07-01Properly substitute paths in the info file like it was done with the manAntoine Jacoutot
2013-07-01Pass all Kerberos man pages to a sed substitution to fix paths so thatAntoine Jacoutot
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
2013-06-21Pass NO_NTLM to the compile line.Antoine Jacoutot
2013-06-21Sync with upstream, we don't need to patch this file since kcm is disabled.Antoine Jacoutot
2013-06-21disable kcm and kswitch for nowRobert Nagy
2013-06-21digest.c is needed for some operations with the kdc(8).Antoine Jacoutot
2013-06-21Missed these in previous.Antoine Jacoutot
2013-06-21Remove some useless FreeBSD-specific variables.Antoine Jacoutot
2013-06-21No need to look under spnego since support it gone.Antoine Jacoutot
2013-06-20Bring back heimdal.info which was lost during the update and thatAntoine Jacoutot
2013-06-20libheimntlm is gone.Antoine Jacoutot
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
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
2013-06-18Do not compile signal.c; signal() is in libc and not roken.Miod Vallat
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