summaryrefslogtreecommitdiffstats
path: root/lib/libkrb5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for builds with NOPROFILE set. PR3354, ok pval@.matthieu2003-07-181-1/+5
|
* more cleaningderaadt2003-07-153-6/+5
|
* put com_err.3 here until it exists elsewherederaadt2003-07-152-1/+98
|
* must install libcom_err.so tooderaadt2003-07-151-3/+3
|
* Fixes from deraadt.mho2003-07-141-4/+15
|
* Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...mho2003-07-141-1/+16
|
* Clean up. Still not enabled.mho2003-06-236-42/+38
|
* Do the symlink library trick with libcom_err as wellhin2003-06-031-2/+2
|
* Make com_err part of the "new" libkrb5hin2003-06-032-2/+13
|
* Use unique variable names in Makefile.*.inc.mho2003-05-173-11/+13
|
* Generated files. Removes dependency on asn1_compile, etc.mho2003-05-1770-0/+15884
|
* Directory for pre-generated files.mho2003-05-171-0/+8
|
* Added regen target to pregenerate files to get rid of dependency onmho2003-05-175-62/+62
| | | | | | up-to-date asn1_compile and compile_et. on hin@
* Support for 'make includes'; ok hin@, millert@mho2003-05-176-27/+71
|
* Make the hardlinks the right way. Found by mho@hin2003-05-171-3/+3
|
* bump major - highest major of old libraries was 12, must be one higher.mho2003-05-161-1/+1
| | | | ok hin@
* The version needs to be set to the highest of the merged libraries,hin2003-05-151-2/+2
| | | | which is 12.0
* Install symlinks for libkafs, libasn1 and libhdb so that 3rd partyhin2003-05-151-2/+12
| | | | | | applications that really insist on finding them won't break. ok millert@
* Deal with some common filenames.hin2003-05-153-6/+16
|
* Remove my test cruft accidentally commitedhin2003-05-151-2/+2
|
* New libkrb5, with a number of other krb5 related folded into one.hin2003-05-149-0/+583
Not yet activated in the tree, that will be done later. ok mho@