summaryrefslogtreecommitdiff
path: root/lib/libgssapi
Commit message (Collapse)AuthorAgeFilesLines
* Merge r203027 from head:Gavin Atkinson2010-04-2136-72/+72
| | | | | | | | Correct the HISTORY section of these man pages to show when the function, not the "manual page example" was introduced. Notes: svn path=/stable/7/; revision=206999
* MFC 173194Giorgos Keramidas2010-04-191-3/+1
| | | | | | | | | Remove an extra (commented out) .Sh HISTORY section heading, to avoid the risk of "shadowing" the following .El request, and delete an empty line to fix mdoc warnings. Notes: svn path=/stable/7/; revision=206872
* MFC 173190Giorgos Keramidas2010-04-191-4/+2
| | | | | | | | | Remove an extra (commented out) .Sh HISTORY section heading, to avoid the risk of "shadowing" the following .El request, strip eol spaces and delete an empty line to fix mdoc warnings. Notes: svn path=/stable/7/; revision=206867
* MFC 173189Giorgos Keramidas2010-04-192-6/+3
| | | | | | | | Change a .PP request to a valid .Pp mdoc request, and remove an extra (but commented out) .Sh HISTORY section heading. Notes: svn path=/stable/7/; revision=206864
* MFC 173188Giorgos Keramidas2010-04-1928-56/+28
| | | | | | | | | Remove duplicate (but commented out) .Sh HISTORY section heading. It almost "shadows" the ending .El request of a list, which seems to have caused mdoc buglets in some gss_*.3 manpages. Notes: svn path=/stable/7/; revision=206863
* MFC 173187Giorgos Keramidas2010-04-192-4/+4
| | | | | | | | Remove duplicate (but commented out) .Sh HISTORY section heading and add a missing .El request. Notes: svn path=/stable/7/; revision=206862
* MFC: r178692 - make sure we initialise delegated creds properly.Doug Rabson2008-09-191-1/+5
| | | | | | | | | This fixes a crash in sshd when a user authenticates using GSS-API. Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=183177
* MFC: Make sure GSS-API mechanisms are loaded if gss_acquire_cred is calledDoug Rabson2007-12-021-4/+3
| | | | | | | | | with a null mechanism list.` Approved by: re (hrs) Notes: svn path=/stable/7/; revision=174166
* MFC of library version bump. From original commit:Ken Smith2007-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | > While checking over the libraries for 7.0-REL Kris found the following > libraries had not had their versions bumped relative to 6.3-REL but > had indeed been changed. We need to bump their version so they can be > properly added to the compat6x port: > > libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8 > libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2 Versions being MFCed: gnu/lib/libobjc/Makefile: 1.33 kerberos5/lib/Makefile.inc: 1.8 lib/libgssapi/Makefile: 1.3 Approved by: re (bmah) Notes: svn path=/stable/7/; revision=173786
* If the mech_type argument to gss_display_status is null, use a defaultDoug Rabson2007-07-051-1/+10
| | | | | | | | | mechanism. Approved by: re (kensmith) Notes: svn path=/head/; revision=171254
* Merge fixes back from heimdal.Doug Rabson2007-06-305-63/+154
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171112
* According to the documentation mech_type for gss_init_sec_context() mayHartmut Brandt2007-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) Notes: svn path=/head/; revision=170734
* Add include directives for string.h and stdlib.h to get proper functionAlexander Kabaev2007-04-0411-0/+12
| | | | | | | prototypess of memset, memcpy and malloc respectively. Notes: svn path=/head/; revision=168340
* Include string.h to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
| | | | Notes: svn path=/head/; revision=168338
* The function isspace does not take a string argument. I have no idea howDoug Rabson2006-02-041-3/+3
| | | | | | | this compiled before; it only worked by accident. Notes: svn path=/head/; revision=155287
* Move the Internet Society copyright message so that it appears in theDoug Rabson2006-01-2535-910/+910
| | | | | | | formatted page as well as the source. Notes: svn path=/head/; revision=154811
* Use the correct shared-library version number (the same as the one usedDoug Rabson2006-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. Notes: svn path=/head/; revision=153950
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-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) Notes: svn path=/head/; revision=153838