Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | Fix broken prologue content; found with mandocdb(8). | Ingo Schwarze | |
Also reported upstream. | |||
2013-11-30 | use HAVE_ARC4RANDOM and choose to call arc4random() instead of srand() | Theo de Raadt | |
and rand() and friends. being fed upstream by robert | |||
2013-11-26 | another 1 << 31 | Theo de Raadt | |
robert, please pass this and the previous commit back up into mainline kerberos | |||
2013-11-26 | cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan Adler | Theo de Raadt | |
ok markus for ssh, implies same change in kerberosV | |||
2013-11-03 | typo: s/master/slave | Antoine Jacoutot | |
2013-11-03 | Sync Kerberos man pages with reality: | Antoine Jacoutot | |
* remove useless MLINKS and create missing ones * don't install doxygen generated man pages * add missing ones ok miod@ robert@ | |||
2013-11-02 | Bring back spnego support into gssapi as we used to have it before | Antoine Jacoutot | |
the update to 1.5.2. ok miod@ | |||
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback | |
Eliminate unneeded casts. suggestions from & ok millert@ guenther@ | |||
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther | |
members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@ | |||
2013-08-10 | We can use ${LIBKAFS} now. | Antoine Jacoutot | |
intro.3 will be handled by jmc@ | |||
2013-08-10 | Rename libkafs5 back to libkafs; that is the real upstream library name | Antoine Jacoutot | |
ad there is no point to diverge and maintain local patches here. ok robert@ miod@ | |||
2013-08-09 | Useless CPPFLAGS are useless. | Antoine Jacoutot | |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat | |
2013-08-05 | Remove useless line in CPPFLAGS. | Antoine Jacoutot | |
ok robert@ | |||
2013-07-22 | Fix include path. | Antoine Jacoutot | |
ok robert@ | |||
2013-07-22 | Missed one CFLAGS -> CPPFLAGS | Antoine Jacoutot | |
ok robert@ | |||
2013-07-22 | Fix include path. | Antoine Jacoutot | |
ok robert@ | |||
2013-07-22 | Add missing -DBUILD_KRB5_LIB to libkrb5 CPPFLAGS. | Antoine Jacoutot | |
Move -DBUILD_ROKEN_LIB from CFLAGS to CPPFLAGS where it belongs. ok robert@ | |||
2013-07-12 | Make krb5-config --version report the correct version of heimdal; ok aja | Stefan Sperling | |
2013-07-12 | Remove exectuable bit from files in /usr/include/kerberosV; ok robert | Stefan Sperling | |
2013-07-10 | Remove clutter; we don't build these stuffs. | Antoine Jacoutot | |
ok robert@ | |||
2013-07-10 | No need to refer to LIBHX509 nor LIBHEIMNTLM since both are disabled. | Antoine Jacoutot | |
ok robert@ | |||
2013-07-10 | Remove unused LIBCRYPT variable. | Antoine Jacoutot | |
ok robert@ | |||
2013-07-10 | Move default Kerberos DB directory from /var/heimdal to /var/kerberosV. | Antoine Jacoutot | |
We want to refer to the protocol, not the implementation. req. by and ok deraadt@ ok dcoppa@ robert@ beck@ | |||
2013-07-09 | Make sure all files are removed at clean/cleandir target. | Antoine Jacoutot | |
2013-07-09 | Add vars.texi to SRCS so proper substitution is done in that part of the | Antoine Jacoutot | |
info(1) doc. | |||
2013-07-02 | Most CFLAGS should be CPPFLAGS, so fix that. | Antoine Jacoutot | |
Remove non existent LDAP* variables. ok robert@ | |||
2013-07-01 | Properly substitute paths in the info file like it was done with the man | Antoine Jacoutot | |
pages. ok espie@ | |||
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 | static-linked binaries'r'us | Miod Vallat | |
2013-06-21 | tidy up | Robert Nagy | |
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-21 | Sync with upstream, we don't need to patch this file since kcm is disabled. | Antoine Jacoutot | |
ok robert@ | |||
2013-06-21 | disable kcm and kswitch for now | Robert Nagy | |
discussed and okay ajacoutot@ | |||
2013-06-21 | digest.c is needed for some operations with the kdc(8). | Antoine Jacoutot | |
ok robert@ | |||
2013-06-21 | Missed these in previous. | Antoine Jacoutot | |
2013-06-21 | Remove some useless FreeBSD-specific variables. | Antoine Jacoutot | |
ok robert@ | |||
2013-06-21 | No need to look under spnego since support it gone. | Antoine Jacoutot | |
ok robert@ | |||
2013-06-20 | Bring back heimdal.info which was lost during the update and that | Antoine Jacoutot | |
actually contains usefull information. noticed by miod@ ok robert@ | |||
2013-06-20 | libheimntlm is gone. | Antoine Jacoutot | |
ok robert@ | |||
2013-06-20 | properly disable NTLM in KCM | Robert Nagy | |
2013-06-19 | fix spnego removal fallout | Robert Nagy | |
2013-06-19 | remove obsolete file | Robert Nagy | |
2013-06-19 | start un-bloating kerberos by removing support for hx509, pthreads, spnego, | Robert Nagy | |
ntlm, pkinit | |||
2013-06-19 | make compile_et.o depend on parse.h | Robert Nagy | |
2013-06-19 | Move admin utils to usr.sbin where they belong (and where they were | Antoine Jacoutot | |
installed before the update). Do not build nor ship ksu. ok robert@ | |||
2013-06-18 | Do not compile signal.c; signal() is in libc and not roken. | Miod Vallat | |
ok aja@ | |||
2013-06-18 | Fix HAVE___SYNC_ADD_AND_FETCH for sh and sparc(32) | Miod Vallat | |
2013-06-18 | Remove generated flex/bison files, to avoid risking mixing files from objdir and | Miod Vallat | |
srcdir. |