summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't check for memmove, inet_ntoa, inet_aton, pthread.h, orKen Raeburn2011-09-181-3/+2
* Add invocations of AC_LANG_SOURCE to deal with autoconf 2.68 warningKen Raeburn2011-09-181-8/+8
* Fix a typo in r25026Greg Hudson2011-09-151-6/+6
* Fix terminate_workers() in the KDCGreg Hudson2011-09-141-3/+2
* Simplify terminate_workers() in the KDCGreg Hudson2011-09-141-8/+9
* Set up monitor signal handlers before forkingGreg Hudson2011-09-141-17/+20
* Split signal setup into loop_setup_signals()Greg Hudson2011-09-144-24/+56
* Reinitialize verto after creating worker childGreg Hudson2011-09-142-3/+11
* Update verto sources to 2011-09-14 versionsGreg Hudson2011-09-142-2/+3
* Fix verto-k5ev.h dependencies for system libvertoGreg Hudson2011-09-143-16/+20
* Update verto sources to 2011-09-10 versionsGreg Hudson2011-09-124-26/+98
* Wait before killing daemons in interactive k5testGreg Hudson2011-09-101-0/+5
* Fix verto.h dependencies for system libvertoGreg Hudson2011-09-097-103/+106
* Fall back to EV_USE_SELECTTom Yu2011-09-071-2/+2
* Fix some error-handling bugs in cc_dir.cGreg Hudson2011-09-071-4/+9
* Go back to symlinks for liblinksGreg Hudson2011-09-061-2/+2
* Change how bundled libverto is linkedGreg Hudson2011-09-068-21/+77
* Fix t_ccselect bugsGreg Hudson2011-09-062-4/+3
* Fix several bugs in gss-krb5 inq_credGreg Hudson2011-09-061-8/+9
* Newer GCCs optimizer catches a variable used without initializationEzra Peisach2011-09-062-463/+849
* Update kerberos man pageGreg Hudson2011-09-051-36/+56
* Use a .so redirect for .k5login.5Greg Hudson2011-09-052-1/+3
* Make gss-krb5 use cache collectionGreg Hudson2011-09-0510-91/+456
* Refactor gss-krb5 acquire_init_credGreg Hudson2011-09-051-224/+237
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-0517-3/+797
* Add ccache collection support to toolsGreg Hudson2011-09-0517-61/+598
* Remove unneeded cccol behaviorsGreg Hudson2011-09-055-499/+146
* Add new cache collection APIsGreg Hudson2011-09-0513-0/+193
* Add the DIR ccache typeGreg Hudson2011-09-057-27/+755
* Add fnmatch support to libkrb5supportGreg Hudson2011-09-055-3/+257
* Eliminate the mechglue union cred auxinfo fieldGreg Hudson2011-09-058-242/+65
* Initialize some more variablesKen Raeburn2011-09-052-2/+2
* Use hard links for LIBLINKSGreg Hudson2011-09-052-5/+7
* Enable -Werror=uninitialized if supportedKen Raeburn2011-09-051-1/+1
* Instead of passing a 0 to add_new_mkey for kvno and leavingKen Raeburn2011-09-051-1/+3
* Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn2011-09-056-9/+11
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-0511-12/+13
* Change output type of pkinit_init_kdc_req_context so as not to requireKen Raeburn2011-09-051-3/+3
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-0456-314/+309
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-117/+117
* 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-0416-64/+0
* Untabify some files mistakenly created with tabsGreg Hudson2011-09-0412-310/+310
* Exclude some new outside sources from mark-cstyleGreg Hudson2011-09-041-1/+6
* Prevent verto-k5ev from using clock_gettimeGreg Hudson2011-09-042-36/+2
* make dependKen Raeburn2011-09-043-108/+118
* 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