summaryrefslogtreecommitdiff
path: root/kerberosV
AgeCommit message (Collapse)Author
2003-01-21typos;Jason McIntyre
ok deraadt@
2003-01-12typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-06typo: s/prefered/preferredChad Loder
2002-12-30typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-30typos, but i left it as "credential cache"; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-06unkown; torh@bogus.netTheo de Raadt
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-10-21fix remote exploit in kadmind; from lha@stacken.kth.se. ok hin@Jakob Schlyter
2002-09-23Do not build kf and kfd because of security issues in them and heimdal 0.5Miod Vallat
will not be merged in 3.2. ok deraadt@
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-06-19correct size_t printingTheo de Raadt
2002-06-18gcc -Wall (pass this one up, hin)Theo de Raadt
2002-06-12err(3) newline cleanup, krb pieces; ok hin@Jason Peel
2002-06-11Actually, i think we should define these paths, but point them to the rightHans Insulander
place. Other packages may depend on these paths being defined.
2002-06-11Update my hin-is-lazy target for the moved libkafs.Hans Insulander
2002-06-11Oops, forgot to commit this...Hans Insulander
Look at the right path for CellServDB file.
2002-06-11Heimdal lacks a manpage for pagsh, so i stole the one from krb4.Hans Insulander
2002-06-11Heimdal lacks an afslog manpage. I created one based on the krb4 one.Hans Insulander
2002-06-11Move afslog from kerberosIV to the kerberosV tree.Hans Insulander
2002-06-10We're OpenBSD. We don't need paths for Debian and OpenAFS, and weHans Insulander
certainly don't need to look for config files there. I've put them if #if 0's to make merging easier in the future.
2002-06-10Move kafs library to krb5 tree.Hans Insulander
2002-06-09Correct path to config filesHans Insulander
2002-06-09Add two files that are needed to merge kerberosIV and kerberosV libroken.Hans Insulander
2002-06-08Update for krb4-1.1.1Hans Insulander
2002-06-07Remove an unused variable.Hans Insulander
Spotted by deraadt@, synced with the Heimdal people.
2002-06-07Use issetugid() instead of the wrapper called issuid() in libroken.Hans Insulander
2002-06-06-Wall -Werror sweep on i386.Hans Insulander
2002-06-05Remove all uses of setprogname() and getprogname() in kerberosV subtree.Hans Insulander
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-03volatile sig_atomic_tTheo de Raadt
2002-05-30First pass of get/setprogname() cleanup. Much more to come later.Hans Insulander
ok deraadt@, pval@
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-05-15basic change to make kerbV build with OpenSSL 0.9.7 -Bob Beck
since the newer OpenSSL's wish to depreciate the libdes api, and now do not have symbol conflicts with libdes, we change the build here so that we use the libdes <des.h> and use libdes rather than libcrypto (this is the same thing kerberosIV uses)
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-04-18Install both kerb directories with install -d (suggested by millert@)Marc Espie
2002-04-04Correct version number (should be 0.4e).Hans Insulander
Spotted by Love Hornquist-Astrand <lha@stacken.kth.se>. ok deraadt@
2002-03-04use -ldes moreTheo de Raadt
2002-02-21a little closer to reality.Hans Insulander
new section about testing added (mainly as a reminder to myself)
2002-02-11Put back local change that allowed things to build on static-libs-onlyMiod Vallat
arches, that was lost in last heimdal import. Found the hard way by deraadt@.
2002-02-06Fix misspellingHans Insulander
2002-02-06Misc. updates for heimdal-0.4eHans Insulander
2002-02-06Merge heimdal-0.4eHans Insulander
2002-02-06Bump majorHans Insulander
2002-02-06Merge heimdal-0.4eHans Insulander
2002-02-06Import of heimdal-0.4eHans Insulander
2002-01-14Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a differentTodd C. Miller
meaning now.