summaryrefslogtreecommitdiffstats
path: root/lib/libkrb5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* these libraries are either obsolete or got moved to kerberosV/librobert2013-06-17102-20993/+0
|
* No longer create lib*_pic.a files. Nothing uses them anymore.deraadt2012-08-311-7/+1
| | | | | grep help from sthen; discussion with brad ok guenther pascal
* The afs stubs in here that used to call the nnpfspioctl() now all returnderaadt2012-08-231-9/+3
| | | | ENOSYS themselves. ok guenther
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
| | | | ok guenther@
* Regenerate files that were affected by changes to asn1_compile that wereguenther2010-08-0515-34/+30
| | | | | | made years ago. ok deraadt@
* Remove strndup and strnlen now that libc includes its own.millert2010-05-212-4/+2
| | | | | Bump the major version to avoid problems if someone updates libkrb5 without updating libc first. OK deraadt@
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-3/+5
|
* nnpfspioctl change in libc mandates a major crank here toderaadt2009-06-091-1/+1
|
* Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@jj2009-06-031-4/+4
|
* Add a few man pages, remove some old and fix MLINKSbiorn2006-04-293-54/+300
|
* fix for heimdal 0.7.2biorn2006-04-1494-794/+4521
|
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* Add some links to krb5_verify_user.3biorn2005-05-211-1/+8
| | | | ok beck@
* install some forgotten man pagesbiorn2005-04-211-1/+68
| | | | ok jmc@, beck@
* install more manpages: gssapi(3), gss_acquire_cred(3), kerberos(8),biorn2004-11-261-1/+31
| | | | | | krb5(3) and krb5_ccache(3) ok deraadt@
* major bump due to heimdal-0.6.3 import. ok beck@ pval@ deraadt@biorn2004-10-291-1/+1
|
* Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@biorn2004-10-294-2/+258
|
* for the library ln(1)'ing, only do _pic.a if it exists (mips lacks _pic.a)deraadt2004-08-071-3/+5
|
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-2/+2
| | | | | | | 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
* Add get_default_username(), used by libkadm5clnt.a, andbiorn2004-06-042-3/+6
| | | | | | | | k_getpw{nam,uid}(), used by get_default_username(). bump minor "looks reasonable" millert@, ok beck@
* Cut-n-pasto: three source files were listed twice. Caused problems onhin2004-02-031-4/+1
| | | | | | mips. Problem found by todd@ Ok todd@
* 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@