aboutsummaryrefslogtreecommitdiff
path: root/src/slave
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Suppress some gcc uninitialized variable warningsGreg Hudson1-2/+3
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
2009-11-06make mark-cstyle; make reindentTom Yu3-295/+298
2009-10-31make mark-cstyleTom Yu3-70/+70
2009-10-25Account lockoutGreg Hudson2-13/+41
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-9/+11
2009-09-13Implement s4u extensionsGreg Hudson1-18/+26
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson1-2/+3
2009-06-08libkdb5 now depends on libgssrpc. So when linking kpropd, specifyGreg Hudson1-2/+2
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn4-18/+18
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-61/+59
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-22Improvements from Shawn Emery: an extra-verbose modeKen Raeburn1-12/+275
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson2-16/+14
2008-12-01Shawn's fix for some iprop bugs, with some tweaksKen Raeburn1-13/+100
2008-11-24fix tiny overrunKen Raeburn1-1/+1
2008-11-17Log more info if ulog_replay fails. Correctly use supplied keytab nameKen Raeburn1-5/+7
2008-11-17Use correct update log file name in messagesKen Raeburn1-6/+6
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-23/+24
2008-10-27Remove kproplog on make cleanEzra Peisach1-2/+2
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2-15/+4
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson2-4/+2