| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- order prologue by Dd/Dt/Os
- fix prologue
- remove empty lines and other garbage
- uppercase document title
Notes:
svn path=/stable/8/; revision=211872
|
|
|
|
|
|
|
|
|
|
| |
Correct the HISTORY section of these man pages to show when the function,
not the "manual page example" was introduced.
Approved by: ed (mentor, implicit)
Notes:
svn path=/stable/8/; revision=203396
|
|
|
|
|
|
|
|
|
|
|
|
| |
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
Fix some wrong usages.
Note: this does not affect generated binaries as this argument is not used.
PR: 137213
Submitted by: Eygene Ryabinkin (initial version)
Notes:
svn path=/stable/8/; revision=203184
|
|
|
|
|
|
|
|
|
|
|
| |
is based on an old implementation from the University of Michigan with lots of
changes and fixes by me and the addition of a Solaris-compatible API.
Sponsored by: Isilon Systems
Reviewed by: alfred
Notes:
svn path=/head/; revision=181344
|
|
|
|
|
|
|
| |
all non-style changes made by heimdal to our own libgssapi.
Notes:
svn path=/head/; revision=178828
|
|
|
|
|
|
|
|
|
|
| |
Add a bit more sanity checking for GSS-API mechanisms that claim to have
delegated creds but don't actually return a cred handle.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=178692
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=178691
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=178689
|
|
|
|
|
|
|
|
|
|
| |
with a null mechanism list.
PR: misc/117349
Submitted by: Sean McNeil <sean at mcneil dot com>
Notes:
svn path=/head/; revision=174013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
MFC After: 1 day
Notes:
svn path=/head/; revision=173767
|
|
|
|
|
|
|
|
|
|
| |
the risk of "shadowing" the following .El request, and delete an empty
line to fix mdoc warnings.
MFC after: 3 days
Notes:
svn path=/head/; revision=173194
|
|
|
|
|
|
|
|
|
|
| |
the risk of "shadowing" the following .El request, strip eol spaces
and delete an empty line to fix mdoc warnings.
MFC after: 3 days
Notes:
svn path=/head/; revision=173190
|
|
|
|
|
|
|
|
|
| |
(but commented out) .Sh HISTORY section heading.
MFC after: 3 days
Notes:
svn path=/head/; revision=173189
|
|
|
|
|
|
|
|
|
|
| |
It almost "shadows" the ending .El request of a list, which seems
to have caused mdoc buglets in some gss_*.3 manpages.
MFC after: 3 days
Notes:
svn path=/head/; revision=173188
|
|
|
|
|
|
|
|
|
| |
and add a missing .El request.
MFC after: 3 days
Notes:
svn path=/head/; revision=173187
|
|
|
|
|
|
|
|
|
| |
mechanism.
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171254
|
|
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171112
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
prototypess of memset, memcpy and malloc respectively.
Notes:
svn path=/head/; revision=168340
|
|
|
|
| |
Notes:
svn path=/head/; revision=168338
|
|
|
|
|
|
|
| |
this compiled before; it only worked by accident.
Notes:
svn path=/head/; revision=155287
|
|
|
|
|
|
|
| |
formatted page as well as the source.
Notes:
svn path=/head/; revision=154811
|
|
|
|
|
|
|
|
| |
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
|
|
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
|