Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | We're OpenBSD. We don't need paths for Debian and OpenAFS, and we | Hans 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-10 | Move kafs library to krb5 tree. | Hans Insulander | |
2002-06-09 | Correct path to config files | Hans Insulander | |
2002-06-09 | Add two files that are needed to merge kerberosIV and kerberosV libroken. | Hans Insulander | |
2002-06-08 | Update for krb4-1.1.1 | Hans Insulander | |
2002-06-07 | Remove an unused variable. | Hans Insulander | |
Spotted by deraadt@, synced with the Heimdal people. | |||
2002-06-07 | Use issetugid() instead of the wrapper called issuid() in libroken. | Hans Insulander | |
2002-06-06 | -Wall -Werror sweep on i386. | Hans Insulander | |
2002-06-05 | Remove all uses of setprogname() and getprogname() in kerberosV subtree. | Hans Insulander | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | volatile sig_atomic_t | Theo de Raadt | |
2002-05-30 | First pass of get/setprogname() cleanup. Much more to come later. | Hans Insulander | |
ok deraadt@, pval@ | |||
2002-05-18 | undo the recent setprogname/getprogname changes, but LEAVE the major ↵ | Theo de Raadt | |
cranked. VERY LOW QUALITY CONTROL was used with this change | |||
2002-05-17 | crank major | Hans Insulander | |
2002-05-17 | getprogname and setprogname moved to libroken, as it's needed by the | Hans Insulander | |
soon to come arla update. | |||
2002-05-17 | Add setprogname and getprogname; needed by the upcoming arla update. | Hans Insulander | |
2002-05-15 | basic 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-11 | Add 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-18 | Install both kerb directories with install -d (suggested by millert@) | Marc Espie | |
2002-04-04 | Correct version number (should be 0.4e). | Hans Insulander | |
Spotted by Love Hornquist-Astrand <lha@stacken.kth.se>. ok deraadt@ | |||
2002-03-04 | use -ldes more | Theo de Raadt | |
2002-02-21 | a little closer to reality. | Hans Insulander | |
new section about testing added (mainly as a reminder to myself) | |||
2002-02-11 | Put back local change that allowed things to build on static-libs-only | Miod Vallat | |
arches, that was lost in last heimdal import. Found the hard way by deraadt@. | |||
2002-02-06 | Fix misspelling | Hans Insulander | |
2002-02-06 | Misc. updates for heimdal-0.4e | Hans Insulander | |
2002-02-06 | Merge heimdal-0.4e | Hans Insulander | |
2002-02-06 | Bump major | Hans Insulander | |
2002-02-06 | Merge heimdal-0.4e | Hans Insulander | |
2002-02-06 | Import of heimdal-0.4e | Hans Insulander | |
2002-01-14 | Use SIG_DFL to reset SIGCHLD handlers, not SIG_IGN which has a different | Todd C. Miller | |
meaning now. | |||
2001-12-05 | use strlcpy instead | Theo de Raadt | |
2001-12-02 | fix simple signal handlers | Theo de Raadt | |
2001-11-22 | Bad .IMPSRC. | Marc Espie | |
2001-11-20 | no libdl here, too | Peter Valchev | |
2001-11-20 | libdl is gone | Peter Valchev | |
2001-11-18 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-13 | fix Xr | Theo de Raadt | |
2001-11-13 | no kpasswd(1) | Theo de Raadt | |
2001-11-12 | correct path | Theo de Raadt | |
2001-10-24 | syslog_r() implementation. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-10-02 | Fix this obvious double free() that's been found and fixed my numerous | Hans Insulander | |
people. I'd really have liked to import a new heimdal release, but i do not have the time to test it enough before 3.0. Post-release, a newer heimdal with _lots_ of bugfixes will be imported. This is a very unfortunate situation, i truly regret it and wish i had more time to spend on this. | |||
2001-09-29 | we now have pidfile(3) in libutil | Jakob Schlyter | |
2001-09-27 | We have a libdl now. | Artur Grabowski | |
2001-09-27 | We have a libdl on sparc64 now. | Artur Grabowski | |
2001-09-27 | sparc64 has a libdl now | Artur Grabowski | |
2001-09-12 | no -ldl on sparc64 (yet) | Jason Wright | |
2001-09-12 | move krb4 to after krb5, and don't link with -ldl on sparc64 (yet) | Jason Wright | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-08-30 | MLINK kauth(1) to kinit(1);, better than no manpage at all for kauth. | Hans Insulander | |
2001-08-07 | Make kerberosV compile entirely on platforms lacking shared libraries, | Miod Vallat | |
i.e. hppa, mvme88k and vax. Discussed a lot with hugh@ and (less) with hin@, probably the least ugly patch we could make. |