summaryrefslogtreecommitdiff
path: root/kerberosV/lib
AgeCommit message (Collapse)Author
2004-10-29major bump due to heimdal-0.6.3 import. ok beck@ pval@ deraadt@Bjorn Sandell
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Remove lib45.Magnus Holmberg
2003-05-14Disable krb4 support in krb5Hans Insulander
2003-05-14Move libkafs into libkrb5, making libkafs an empty dummy libraryHans Insulander
2003-05-13Don't clean files that are in the repo.Hans Insulander
Noticed by mho@ and drahn@
2003-05-12use ${.CURDIR}Hans Insulander
2003-05-11Pregenerate these files as well, to remove asn1_compile bootstrappingHans Insulander
problem
2003-05-11Remove some wierd magic that is no longer required, giving thisHans Insulander
a better chance to do the right thing.
2003-05-11-DROKEN_RENAME not needed for these.Magnus Holmberg
ok hin@
2003-05-11Put the generated asn1 files in the tree, so that the asn1_compileHans Insulander
dependency no longer bites. Idea by art@ ok deraadt@
2003-05-11Crank minorHans Insulander
2003-05-11Small changes needed for heimdal-0.6rc1Hans Insulander
2003-04-07Include the file client_glue.c - will make ktutil work properlyHans Insulander
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
2002-06-10Move kafs library to krb5 tree.Hans Insulander
2002-06-09Add two files that are needed to merge kerberosIV and kerberosV libroken.Hans Insulander
2002-05-18undo the recent setprogname/getprogname changes, but LEAVE the major ↵Theo de Raadt
cranked. VERY LOW QUALITY CONTROL was used with this change
2002-05-17crank majorHans Insulander
2002-05-17getprogname and setprogname moved to libroken, as it's needed by theHans Insulander
soon to come arla update.
2002-05-17Add setprogname and getprogname; needed by the upcoming arla update.Hans Insulander
2002-04-18Install both kerb directories with install -d (suggested by millert@)Marc Espie
2002-02-06Misc. updates for heimdal-0.4eHans Insulander
2002-02-06Bump majorHans Insulander
2001-07-31missing MLINKTheo de Raadt
2001-07-31install krb5.conf(5)Jakob Schlyter
2001-07-13bswap16 and bswap32 were removed from the library, api change, must rev major.Dale Rahn
2001-07-11"ln -s" -> "ln -sf"; ok hinPeter Valchev
2001-07-11Remove the need for simple_exec.cHans Insulander
2001-07-11Use our swap16 and swap32 instead of the ones in libroken.Hans Insulander
2001-07-11Put libkafs stuff for krb5 in libkrb5, to resolve linking issues.Hans Insulander
Bump minornumber.
2001-07-03Somehow a space got the eighth bit setNiklas Hallqvist
2001-07-01fix build by including two pieces of libroken directly into libkrb5.Dale Rahn
If this actually worked correctly before, the minor would have been incremented.
2001-06-27tree broke because of page not buildTheo de Raadt
2001-06-24Build krb5_verify_user(3)Hans Insulander
2001-06-24MLINK _all_ of the krb5 library manpages.Hans Insulander
(This was incredibly boring...)
2001-06-24MLINK some manpages.Hans Insulander
2001-06-24Pull in some more stuff from libroken that is needed for the bsd_auth stuff i'mHans Insulander
working on.
2001-06-23More files from libroken needed by telnetd.Hans Insulander
2001-06-23Crank version numbers.Hans Insulander
2001-06-23Clean kadm5_err.[ch]Hans Insulander
2001-06-23Updates for heimdal-0.3fHans Insulander
2001-06-22asn1.h -> krb5_asn1.hHans Insulander
2001-06-22Build getaddrinfo_hostspec.c in libroken.Hans Insulander
2001-06-22Use libkafs from krb4 tree instead.Hans Insulander
2001-06-22- Don't link against other libraries.Hans Insulander
- Pull in some stuff from libroken into libkrb5 to make libkrb5 linkable without libroken.
2001-06-21Build esetenv.c into libroken, needed by krb5 pagshHans Insulander
2001-06-05Back out the make bug workaround that ho@ did.Hans Insulander