aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/lib/libhdb
Commit message (Collapse)AuthorAgeFilesLines
...
* Add (optional, default off) support to kerberos5 for supporting openldap.Michael Reifenberger2003-06-181-1/+2
| | | | | | | | | | | | | Tests with openldap20 where successful whereas openldap21 didn't like the way hdb-ldap accessed openldap (doesn't like non-bind access). To activate the support put a USE_OPENLDAP=yes in your make.conf. The OPENLDAPBASE is also optional and points to /usr/local as default. Approved by: markm MFC after: 2 weeks Notes: svn path=/head/; revision=116517
* Migrate to a new way of dealing with building from old revisions ofWarner Losh2003-04-051-7/+1
| | | | | | | | | | | | | | | | | | | | FreeBSD. This method attempts to centralize all the necessary hacks or work arounds in one of two places in the tree (src/Makefile.inc1 and src/tools/build). We build a small compatibility library (libbuild.a) as well as selectively installing necessary include files. We then include this directory when building host binaries. This removes all the past release compatibilty hacks from various places in the tree. We still build on tip of stable and current. I will work with those that want to support more, although I anticipate it will just work. Many thanks to ru@, obrien@ and jhb@ for providing valuable input at various stage of implementation, as well as for working together to positively effect a change for the better. Notes: svn path=/head/; revision=113136
* Take __FreeBSD_version into account when BOOTSTRAPPING.Ruslan Ermilov2002-11-131-1/+3
| | | | Notes: svn path=/head/; revision=106852
* Bootstrapping aid for pre-getprogname(3) systems.Ruslan Ermilov2002-08-131-0/+4
| | | | | | | | | Spotted by: Gareth Hopkins <gareth@za.uu.net> Approved by: nectar MFC after: 3 days Notes: svn path=/head/; revision=101834
* Make this -j safe.Ruslan Ermilov2002-05-141-0/+1
| | | | Notes: svn path=/head/; revision=96591
* Update build after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-191-1/+3
| | | | Notes: svn path=/head/; revision=90931
* use cp instead of mv to get the right name of the yacc-generatedAssar Westerlund2001-11-061-4/+4
| | | | | | | | | files, mv fails badly with parallel makes Submitted by: Vincent Poy <vince@oahu.WURLDLINK.NET> Notes: svn path=/head/; revision=86126
* update infrastructure for heimdal 0.3fAssar Westerlund2001-06-211-1/+1
| | | | Notes: svn path=/head/; revision=78550
* use print_version from lib/vers instead of lib/rokenAssar Westerlund2001-05-141-1/+2
| | | | Notes: svn path=/head/; revision=76574
* update build infrastructure for heimdal 0.3eAssar Westerlund2001-02-131-3/+24
| | | | Notes: svn path=/head/; revision=72450
* Remove largescale evidence of crack-smoking.Mark Murray2000-02-281-1/+3
| | | | | | | | | | Where a k4 applet has a k5 namesake, rename the k5 version from k<app> to k5<app>. (Repo copy done). Do some repairs to dependancies to support make world properly. Notes: svn path=/head/; revision=57566
* Userland build of Kerberos5 (AKA Heimdal). More to come.Mark Murray2000-01-151-0/+58
This is not ready for primetime yet! Please hold off on the bug reports. Notes: svn path=/cvs2svn/branches/MARKM/; revision=56067