summaryrefslogtreecommitdiff
path: root/kerberosIV
AgeCommit message (Collapse)Author
2002-02-16please even more architectures. the various linkers we have are just weirdTheo de Raadt
2002-02-16remove some libraries, hides vax ld bug tooTheo de Raadt
2002-02-13the same resolv.c needs to be in both krb and krb5, for static arch like vaxTheo de Raadt
2002-01-14Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a differentTodd C. Miller
meaning now.
2002-01-05mark signal racesTheo de Raadt
2001-12-02Fix 2 more signal handlersTheo de Raadt
2001-12-02fix simple signal handlersTheo de Raadt
2001-11-18volatile sig_atomic_tTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-02plural agreement (singular)Hugh Graham
2001-07-28Reorder linking for the sake of static arches.Hugh Graham
2001-07-11Don't put krb5 stuff in libkafs, as this creates some very unwantedHans Insulander
library dependencies. kafs functions for krb5 is now in libkrb5 instead. Bump major versionnumber.
2001-07-09too bad you are wrong. these binaries must link on powerpc and alpha, and ↵Theo de Raadt
you just broke them again
2001-07-09Stuff in kerberosIV should _never_ link against kerberosV.Hans Insulander
While I'm here, cleanup linking stuff so this gets through a static build on i386. Other archs untested at this time.
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-08remove MIPS leftovers.Brad Smith
-- Ok'd by deraadt@
2001-07-06symetrical -> symmetricalHans Insulander
spotted by pvalchec@openbsd.org
2001-07-03use ${SUDO} for make includesMatthieu Herrb
2001-07-01full library lists, until this gets fixedTheo de Raadt
2001-06-28Compile kerberos4 with -WallHans Insulander
2001-06-28-Wall fixesHans Insulander
2001-06-27crack majornumber.Hans Insulander
2001-06-25Who cares about AIX bugs?Hans Insulander
2001-06-25kadmind, hin@ okAngelos D. Keromytis
2001-06-25oopsHans Insulander
2001-06-25Don't build conflicting programs when KERBEROS5 == "yes".Hans Insulander
2001-06-22Build with krb5 support, if KERBEROS5 is defined.Hans Insulander
2001-06-19update Wietse Venema's copyright to update copyright to ↵assar
ftp://ftp.porcupine.org/pub/security/logdaemon_license
2001-06-13va_start/end for every call to vfprintf and friends, from scp.cMarkus Friedl
2001-06-05Undo accidentally commited changes.Hans Insulander
2001-06-05Undo accidentally commited changes.Hans Insulander
2001-06-05Don't spawn unecessary subshell in the "make build" target, a.k.a hin-is-lazyHans Insulander
target. Fix sudo build while i'm here.
2001-05-25Correct include file copying shellcode.Hans Insulander
2001-05-25eol on last lineTheo de Raadt
2001-05-14Install krb.equiv.5 tooHans Insulander
2001-05-14Install manpage krb.extra.5Hans Insulander
2001-05-14Look for `krb.extra' in /etc/kerberosIV, as documented.Hans Insulander
I'm really amazed noone has reported this...
2001-05-14Merge krb4-1.0.8Hans Insulander
2001-05-14oopsHans Insulander
2001-05-14Marge krb4-1.0.8Hans Insulander
2001-05-14Import of krb4-1.0.8.Hans Insulander
(ok art)
2001-05-11Fix typo in a comment.Hans Insulander
2001-05-11Fix version stuff on alpha.Hans Insulander
Tested on alpha and i386, but should work on others...
2001-05-03Set kerberosIV version number at only _one_ place.Hans Insulander
2001-02-26spellingTodd T. Fries
2001-01-09Change the include directive for Makefile.inc to use double-quotesAngelos D. Keromytis
rather than <> (whatever these are called). This fixes building with the source/obj in non-standard locations. Closes PR 1556, fix provided by sysadmin@fafnir.astro.su.se.
2000-12-29Added a reminder to myself about version numbers...Hans Insulander
Also added a note about shared libraries.
2000-12-29Update version number string to match reality.Hans Insulander
(No functional change)
2000-12-10Merge krb4 1.0.4.Hans Insulander
2000-12-10Import kth-krb 1.0.4, with important bugfixes.Hans Insulander