summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
Commit message (Collapse)AuthorAgeFilesLines
* If the mech_type argument to gss_display_status is null, use a defaultdfr2007-07-051-1/+10
| | | | | | mechanism. Approved by: re (kensmith)
* Merge fixes back from heimdal.dfr2007-06-305-63/+154
| | | | Approved by: re (kensmith)
* According to the documentation mech_type for gss_init_sec_context() mayharti2007-06-141-1/+9
| | | | | | | | | | be passed as GSS_C_NO_OID in which case a default mech should be used. This case was not handled and leads to core dumps when using nss_ldap. Now use the first mech in this case. When there is no mechanism available return an error (this part is taken from the PR). PR: 113266 Submitted by: Eirik Nygaard <eirikald@pvv.ntnu.no> (partly)
* Add include directives for string.h and stdlib.h to get proper functionkan2007-04-0411-0/+12
| | | | prototypess of memset, memcpy and malloc respectively.
* Include string.h to get proper memcpy prototype.kan2007-04-041-0/+1
|
* The function isspace does not take a string argument. I have no idea howdfr2006-02-041-3/+3
| | | | this compiled before; it only worked by accident.
* Move the Internet Society copyright message so that it appears in thedfr2006-01-2535-910/+910
| | | | formatted page as well as the source.
* Use the correct shared-library version number (the same as the one useddfr2006-01-011-1/+1
| | | | | by the standalone version of heimdal GSS-API). If any compat issues arise, I may increment the version number once more.
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-2985-0/+10704
similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
OpenPOWER on IntegriCloud