summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add ccache collection support to toolsGreg Hudson2011-09-051-1/+1
* Remove unneeded cccol behaviorsGreg Hudson2011-09-055-499/+146
* Add new cache collection APIsGreg Hudson2011-09-0511-0/+123
* Add the DIR ccache typeGreg Hudson2011-09-057-27/+755
* Eliminate the mechglue union cred auxinfo fieldGreg Hudson2011-09-058-242/+65
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-058-9/+10
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-0433-132/+125
* Skip redundant inclusion of iprop.hKen Raeburn2011-09-042-2/+18
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-0410-40/+0
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-0412-310/+310
* make dependKen Raeburn2011-09-041-1/+1
* Rename local variable "socket" to avoid the one shadowed-declarationKen Raeburn2011-09-041-3/+3
* declarations before codeKen Raeburn2011-09-041-1/+2
* Fix pointer type in net-server.c:make_event()Greg Hudson2011-09-041-1/+2
* Fix arg list for dummy version of setup_udp_pktinfo_portsKen Raeburn2011-09-041-1/+1
* Migrate net-server loop to use libvertoGreg Hudson2011-09-021-588/+589
* Add a loop_ prefix to net-server.c functionsGreg Hudson2011-09-021-11/+12
* Fix cross-realm traversal TGT requestsGreg Hudson2011-09-011-1/+1
* Fix connection termination bug in sendto_kdcGreg Hudson2011-09-011-4/+4
* Fix style issues in r25087Greg Hudson2011-08-2937-297/+289
* Remember and close the kadmin socket we openedGreg Hudson2011-08-262-1/+9
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-245-19/+20
* make-dependKen Raeburn2011-08-201-13/+110
* Remove setting a variable that is never usedEzra Peisach2011-08-191-14/+1
* Fix call to gss_inquire_cred from spnego_gss_acquire_cred_impersonate_nameGreg Hudson2011-08-111-13/+11
* Fix major status handling in gss_acquire_credGreg Hudson2011-08-111-0/+1
* Correctly dereference cred_handle when assigning to spcred inGreg Hudson2011-08-111-1/+1
* WhitespaceGreg Hudson2011-08-097-97/+6
* call gssint_mecherrmap_init() from gssint_mechglue_init()Sam Hartman2011-08-091-0/+1
* Fix rare duplicate time issue On systems with imprecise clocksSam Hartman2011-08-091-5/+18
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-0943-269/+365
* Added functions to export tables krb5_32:Sam Hartman2011-08-092-0/+4
* Add 'const' to fix mismatched parameter warningsSam Hartman2011-08-092-2/+2
* Compile fix for WIN32 implementation of k5_get_os_entropy: declare HCRYPTPROV...Sam Hartman2011-08-091-1/+1
* Updated OBJS and SRCS in lib/crypto/krb/Makefile.inSam Hartman2011-08-091-2/+17
* Fixed typo in des OBJS: des_keys.c. -> des_keysSam Hartman2011-08-091-1/+1
* Fix name of krb5_init_context_profile in krb5_32.defGreg Hudson2011-08-091-1/+1
* Use portable path functions when loading pluginsGreg Hudson2011-08-071-30/+2
* Legacy checksum APIs usually failGreg Hudson2011-07-261-9/+35
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-5/+0
* For GCC compiles, use an attribute to suppress the variable set butEzra Peisach2011-07-264-22/+34
* Remove t_vfyincreds on make cleanEzra Peisach2011-07-261-2/+3
* Remove declaration of static function that no longer existsEzra Peisach2011-07-251-3/+0
* PAC_CLIENT_INFO principal names do not contain a realm, so parse themGreg Hudson2011-07-251-1/+2
* In rare circumstances, such as checksum errors, some network stacksGreg Hudson2011-07-251-5/+4
* Fix build without KRB5_DNS_LOOKUPGreg Hudson2011-07-251-2/+2
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-245-14/+4
* Clean up the lock in gss_krb5int_import_credGreg Hudson2011-07-231-12/+15
* Rename "ivec" to "cipher_state" in encrypt/decryptGreg Hudson2011-07-222-8/+8