summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation to be more specific about TLS impactAlexandra Ellwood2008-08-221-5/+8
* Add support to send CFNotifications on ccache and cache collection changesAlexandra Ellwood2008-08-201-0/+10
* Modified hints APIs to be a single API that takes string keys.Alexandra Ellwood2008-08-1910-344/+246
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-161-20/+0
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-2/+0
* a stash file is not a keytabWill Fiveash2008-08-152-5/+15
* If krb5int_pthread_loaded is a function and we're using gcc, give it 'const' ...Ken Raeburn2008-08-081-1/+6
* turn off thread-support debugging codeKen Raeburn2008-08-061-2/+2
* If CONFIG_SMALL is defined, always use function calls for k5_mutex_lockKen Raeburn2008-08-061-1/+1
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-0/+2
* Additional implementation of the KerberosAgentAlexandra Ellwood2008-07-302-8/+25
* Remove unused fileKen Raeburn2008-07-301-209/+0
* Return extended krb5 error stringsAlexandra Ellwood2008-07-241-57/+57
* In the gss rpc package, replace the type used for a Jeffrey Altman2008-07-231-0/+4
* A step towards ensuring we check mutex lock attempt results..Ken Raeburn2008-07-221-15/+12
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Removed _t suffix from KIM typesAlexandra Ellwood2008-07-179-762/+762
* Add comment and <TargetConditionals.h> to previousTom Yu2008-07-101-0/+11
* Use #pragma pop on the Mac to ensure that the krb5_gic_opt_extTom Yu2008-07-101-0/+8
* Add macro so we don't print deprecated warnings while building KfMAlexandra Ellwood2008-07-092-3/+3
* Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood2008-07-081-1/+1
* Apple PKINIT LKDC supportAlexandra Ellwood2008-06-261-1/+10
* Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r...Ken Raeburn2008-06-252-0/+4
* Merge from branch sun-ipropKen Raeburn2008-06-246-3/+446
* Remove unused fileKen Raeburn2008-06-201-86/+0
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-102/+0
* Annotate that 'protocol' in svc_register means an IPPROTO_ valueKen Raeburn2008-06-061-1/+1
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-2/+4
* Apple PKINIT patch commitAlexandra Ellwood2008-05-307-0/+760
* Move KIM implementation to the krb5 repositoryAlexandra Ellwood2008-05-0710-0/+3581
* Remove sched_yield usesKen Raeburn2008-04-241-56/+10
* Make windows debug message line endings match the Mac endings.Kevin Koch2008-01-221-0/+5
* Implement SWAP16 for Mac without compiler warningKen Raeburn2007-12-221-1/+9
* On Windows, UINT64_MAX isn't defined; define itKevin Koch2007-11-151-0/+4
* On Mac, include TargetConditionals.h and architecture/byte_order.h,Ken Raeburn2007-10-291-0/+28
* CredentialsCache.h needs uint32_t and other definitions which aren't in Windo...Kevin Koch2007-10-291-0/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+50
* Run the script to verify all Windows-exported krb5 functions have theKen Raeburn2007-10-101-1/+5
* Add documentation for error codes used for flow controlAlexandra Ellwood2007-10-031-12/+22
* Make config.status itself update the timestamp file associated withKen Raeburn2007-09-171-1/+1
* Fixed macro for cc_ccache_unlock and updated documentationAlexandra Ellwood2007-09-101-2/+2
* bump accessor version numberTom Yu2007-09-041-1/+1
* Implement KRB5_ATTR_DEPRECATED for WindowsKen Raeburn2007-08-281-0/+2
* Remove macros and associated comments that appear to be forKen Raeburn2007-08-281-65/+0
* For gcc 4.x, add sentinel attribute to krb5_build_principalKen Raeburn2007-08-271-1/+5
* Define KRB5_ATTR_DEPRECATED (and undef at end of file) and attach itKen Raeburn2007-08-271-7/+15
* Add documentation for CCAPIAlexandra Ellwood2007-08-231-128/+1161
* In krb5_preauth_context ftable should be Jeffrey Altman2007-08-081-1/+1
* KRB5_CALLCONV must be specified inside parens Jeffrey Altman2007-08-061-1/+1
* Add PKINIT supportKevin Coffman2007-08-014-172/+645