aboutsummaryrefslogtreecommitdiff
path: root/src/slave/kpropd.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-10Fix a variety of one-time leaksGreg Hudson1-0/+2
2016-06-13Fix kprop and kpropd realm handlingMatt Rogers1-41/+52
2015-04-13Document kpropd -t and fix it in iprop modeGreg Hudson1-2/+2
2015-04-13In kpropd, poll after finishing resyncGreg Hudson1-1/+5
2014-07-08Include autoconf.h before system headersGreg Hudson1-7/+4
2014-02-26Minimize race conditions in t_iprop.pyGreg Hudson1-4/+12
2014-02-20Implement kpropd -AGreg Hudson1-0/+8
2014-02-20Simplify ulog_mapGreg Hudson1-1/+1
2014-02-20Lock around more ulog operationsGreg Hudson1-8/+8
2014-02-05Modernize iprop codeGreg Hudson1-436/+312
2014-01-30Fix kpropd -xGreg Hudson1-0/+1
2013-01-24Quiet kpropd.c signed/unsigned comparison warningsNicolas Williams1-3/+3
2013-01-22Fix iprop log reinitializationGreg Hudson1-0/+2
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-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 Kaduk1-0/+1
2012-07-06Enable all localizations in main functionsBen Kaduk1-1/+1
2012-02-28Require IPv6 supportKen Raeburn1-3/+1
2011-07-01Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn1-0/+1
2011-06-23Separate license and non-license comment in kpropdGreg Hudson1-2/+3
2011-06-23Use AI_ADDRCONFIG unconditionally in kpropdGreg Hudson1-5/+1
2011-06-10Add setlocale() calls to main functionsGreg Hudson1-0/+1
2011-06-10Mark up strings for translationGreg Hudson1-63/+60
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-2/+1
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-10-23Fix adjustment of counterKen Raeburn1-1/+1
2010-07-01In kpropd, when getting a wildcard address to listen on, try IPv6Greg Hudson1-11/+32
2010-06-11Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson1-78/+52
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson1-2/+2
2009-12-31Use krb5_free_default_realm instead of free on the results ofEzra Peisach1-2/+2
2009-11-06Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu1-1348/+1330
2009-10-31make mark-cstyleTom Yu1-33/+33
2009-10-25Account lockoutGreg Hudson1-12/+40
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson1-2/+3
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-7/+7
2008-12-30Change kpropd_com_err_proc to prototype style, add format attributeKen Raeburn1-5/+14
2008-12-30If full resync fails, go into backoff modeKen Raeburn1-0/+1
2008-12-29Handle a number of warnings - including missing prototype,Ezra Peisach1-19/+8
2008-12-22Some cleanup from Shawn Emery: Use INITIAL_TIMER macros instead ofKen Raeburn1-1/+2
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-10/+8
2008-12-01Shawn's fix for some iprop bugs, with some tweaksKen Raeburn1-13/+100
2008-11-17Log more info if ulog_replay fails. Correctly use supplied keytab nameKen Raeburn1-5/+7
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-4/+1