aboutsummaryrefslogtreecommitdiff
path: root/lib/libgssapi
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
* Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
* Sync from headSimon J. Gerraty2012-11-0436-114/+114
|\
| * mdoc: add missing -width argument to Bl -tag.Joel Dahl2012-06-0836-112/+112
| * Remove repeated words.Joel Dahl2012-06-052-2/+2
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
|/
* - Use __NO_TLS preprocessor value to make assumptions about TLS supportStanislav Sedov2012-04-081-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-293-4/+4
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-223-0/+12
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-073-5/+5
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-071-1/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-163-3/+3
* mdoc cleanupUlrich Spörlein2010-06-021-1/+1
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-1434-34/+34
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-122-1/+2
* Correct the HISTORY section of these man pages to show when the function,Gavin Atkinson2010-01-2636-72/+72
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-067-0/+99
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-0754-332/+1930
* When receiving delegated credentials, initialise our cred's linked list.Doug Rabson2008-04-301-1/+5
* Use global implementation of _gss_oid_equal.Doug Rabson2008-04-301-9/+1
* Allow null oids in _gss_oid_equal().Doug Rabson2008-04-301-0/+5
* Make sure GSS-API mechanisms are loaded if gss_acquire_cred is calledDoug Rabson2007-11-281-4/+3
* While checking over the libraries for 7.0-REL Kris found the followingKen Smith2007-11-201-1/+1
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidGiorgos Keramidas2007-10-301-3/+1
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidGiorgos Keramidas2007-10-301-4/+2
* Change a .PP request to a valid .Pp mdoc request, and remove an extraGiorgos Keramidas2007-10-302-6/+3
* Remove duplicate (but commented out) .Sh HISTORY section heading.Giorgos Keramidas2007-10-3028-56/+28
* Remove duplicate (but commented out) .Sh HISTORY section headingGiorgos Keramidas2007-10-302-4/+4
* If the mech_type argument to gss_display_status is null, use a defaultDoug Rabson2007-07-051-1/+10
* Merge fixes back from heimdal.Doug Rabson2007-06-305-63/+154
* According to the documentation mech_type for gss_init_sec_context() mayHartmut Brandt2007-06-141-1/+9
* Add include directives for string.h and stdlib.h to get proper functionAlexander Kabaev2007-04-0411-0/+12
* Include string.h to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
* The function isspace does not take a string argument. I have no idea howDoug Rabson2006-02-041-3/+3
* Move the Internet Society copyright message so that it appears in theDoug Rabson2006-01-2535-910/+910
* Use the correct shared-library version number (the same as the one usedDoug Rabson2006-01-011-1/+1
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-2985-0/+10704