summaryrefslogtreecommitdiffstats
path: root/kerberosV (follow)
Commit message (Expand)AuthorAgeFilesLines
* Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.krw2013-09-123-14/+14
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-1313-13/+13
* We can use ${LIBKAFS} now.ajacoutot2013-08-105-10/+10
* Rename libkafs5 back to libkafs; that is the real upstream library nameajacoutot2013-08-1010-24/+17
* Useless CPPFLAGS are useless.ajacoutot2013-08-092-3/+2
* Switch vax to gcc 3.3.6.miod2013-08-061-1/+4
* Remove useless line in CPPFLAGS.ajacoutot2013-08-051-3/+2
* Fix include path.ajacoutot2013-07-221-2/+2
* Missed one CFLAGS -> CPPFLAGSajacoutot2013-07-221-2/+3
* Fix include path.ajacoutot2013-07-221-2/+2
* Add missing -DBUILD_KRB5_LIB to libkrb5 CPPFLAGS.ajacoutot2013-07-222-3/+5
* Make krb5-config --version report the correct version of heimdal; ok ajastsp2013-07-121-3/+3
* Remove exectuable bit from files in /usr/include/kerberosV; ok robertstsp2013-07-121-2/+2
* Remove clutter; we don't build these stuffs.ajacoutot2013-07-108-438/+0
* No need to refer to LIBHX509 nor LIBHEIMNTLM since both are disabled.ajacoutot2013-07-1014-28/+28
* Remove unused LIBCRYPT variable.ajacoutot2013-07-1025-50/+49
* Move default Kerberos DB directory from /var/heimdal to /var/kerberosV.ajacoutot2013-07-103-3/+4
* Make sure all files are removed at clean/cleandir target.ajacoutot2013-07-091-2/+2
* Add vars.texi to SRCS so proper substitution is done in that part of theajacoutot2013-07-091-2/+2
* Most CFLAGS should be CPPFLAGS, so fix that.ajacoutot2013-07-0245-129/+129
* Properly substitute paths in the info file like it was done with the manajacoutot2013-07-011-2/+6
* Pass all Kerberos man pages to a sed substitution to fix paths so thatajacoutot2013-07-0129-72/+127
* static-linked binaries'r'usmiod2013-06-211-4/+4
* tidy uprobert2013-06-212-10/+10
* Fix some dependencies and in the meantime indent all the loops in therobert2013-06-215-59/+57
* Pass NO_NTLM to the compile line.ajacoutot2013-06-212-4/+2
* Sync with upstream, we don't need to patch this file since kcm is disabled.ajacoutot2013-06-211-6/+0
* disable kcm and kswitch for nowrobert2013-06-212-6/+5
* digest.c is needed for some operations with the kdc(8).ajacoutot2013-06-214-5/+15
* Missed these in previous.ajacoutot2013-06-212-5/+2
* Remove some useless FreeBSD-specific variables.ajacoutot2013-06-2111-24/+14
* No need to look under spnego since support it gone.ajacoutot2013-06-211-3/+2
* Bring back heimdal.info which was lost during the update and thatajacoutot2013-06-202-2/+34
* libheimntlm is gone.ajacoutot2013-06-201-1/+2
* properly disable NTLM in KCMrobert2013-06-203-4/+10
* fix spnego removal falloutrobert2013-06-192-1/+2
* remove obsolete filerobert2013-06-191-186/+0
* start un-bloating kerberos by removing support for hx509, pthreads, spnego,robert2013-06-1946-226/+141
* make compile_et.o depend on parse.hrobert2013-06-191-1/+3
* Move admin utils to usr.sbin where they belong (and where they wereajacoutot2013-06-197-24/+9
* Do not compile signal.c; signal() is in libc and not roken.miod2013-06-181-2/+1
* Fix HAVE___SYNC_ADD_AND_FETCH for sh and sparc(32)miod2013-06-181-1/+1
* Remove generated flex/bison files, to avoid risking mixing files from objdir andmiod2013-06-187-10002/+0
* create include directories if they are non-existentrobert2013-06-181-4/+9
* add a trailing / at the end of the directory when installing includesrobert2013-06-181-2/+2
* include <stddef.h> so that we have a size_tajacoutot2013-06-181-1/+2
* Fix the libs link order to please static archs (thanks miod@ for theajacoutot2013-06-181-4/+4
* don't create include directories in the include target, mtree is takingrobert2013-06-181-10/+1
* change bug reports email addressrobert2013-06-171-1/+1
* fix the generated files target to avoid rebuilding every timerobert2013-06-171-6/+12