aboutsummaryrefslogtreecommitdiff
path: root/src/slave
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Fix various warningsGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-3/+0
2013-03-24make dependGreg Hudson1-12/+10
2013-01-25Make kproplog handle underfull iprop logsGreg Hudson1-3/+4
2013-01-24Quiet kpropd.c signed/unsigned comparison warningsNicolas Williams1-3/+3
2013-01-22Fix iprop log reinitializationGreg Hudson2-11/+3
2013-01-10make dependGreg Hudson1-1/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-6/+6
2012-10-17Remove install-oldmanBen Kaduk1-6/+0
2012-10-16Remove nroff man pagesBen Kaduk3-325/+0
2012-10-12Make t_iprop.py faster and more robustGreg Hudson1-3/+11
2012-10-10Fix slow kprop dejagnu testGreg Hudson1-1/+1
2012-10-08Remove an old, incorrect comment in kpropd.cNicolas Williams1-9/+0
2012-10-08Send kpropd debug msgs to stderrNicolas Williams1-4/+5
2012-10-05Add -R option to kproplog to force full resyncsNicolas Williams1-4/+25
2012-10-05Deprecate kpropd -S optionNicolas Williams1-1/+12
2012-10-05Improve kpropd debug and syslog outputNicolas Williams1-39/+123
2012-10-05Improve kpropd behavior in iprop modeNicolas Williams1-222/+174
2012-07-30Policy extensions + new policy: allowed ks typesNicolas Williams1-1/+1
2012-07-06Allow using locales when gettext is absentBen Kaduk3-0/+3
2012-07-06Enable all localizations in main functionsBen Kaduk3-3/+3
2012-03-22Suppress some gcc uninitialized variable warningsGreg Hudson1-2/+3
2012-02-28Require IPv6 supportKen Raeburn1-3/+1
2012-01-09install sphinx-generated manpagesTom Yu1-1/+4
2011-10-02Man page spelling corrections from ville.skytta@iki.fiGreg Hudson1-1/+1
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-11/+11
2011-08-20make-dependKen Raeburn1-25/+25
2011-07-01Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn2-0/+2
2011-06-23Separate license and non-license comment in kpropdGreg Hudson1-2/+3
2011-06-23Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson1-0/+1
2011-06-23Use AI_ADDRCONFIG unconditionally in kpropdGreg Hudson1-5/+1
2011-06-10Add setlocale() calls to main functionsGreg Hudson3-1/+3
2011-06-10Mark up strings for translationGreg Hudson2-126/+120
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson5-16/+11
2011-02-25Make dependGreg Hudson1-12/+12
2011-02-09kpropd denial of service [MITKRB5-SA-2011-001 CVE-2010-4022]Tom Yu1-4/+4
2010-11-16Read KDC profile settings in kpropdGreg Hudson1-1/+3
2010-11-16Handle referral realm in kprop client principalGreg Hudson1-3/+17
2010-10-23Fix adjustment of counterKen Raeburn1-1/+1
2010-09-08Make dependGreg Hudson1-9/+20
2010-07-01In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson1-11/+32
2010-06-22In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copyingGreg Hudson1-0/+1
2010-06-11Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson5-162/+191
2010-06-07make dependGreg Hudson1-14/+17
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2-3/+3
2010-04-23Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu1-9/+28
2009-12-31Use krb5_free_default_realm instead of free on the results ofEzra Peisach1-2/+2
2009-12-31Fix spelling and hyphen errors in man pagesRuss Allbery1-1/+1
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-46/+44
2009-11-06Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu2-1933/+1906