| Commit message (Expand) | Author | Age | Files | Lines |
| * | Quiet kpropd.c signed/unsigned comparison warnings | Nicolas Williams | 2013-01-24 | 1 | -3/+3 |
| * | Fix iprop log reinitialization | Greg Hudson | 2013-01-22 | 1 | -0/+2 |
| * | Make t_iprop.py faster and more robust | Greg Hudson | 2012-10-12 | 1 | -3/+11 |
| * | Fix slow kprop dejagnu test | Greg Hudson | 2012-10-10 | 1 | -1/+1 |
| * | Remove an old, incorrect comment in kpropd.c | Nicolas Williams | 2012-10-08 | 1 | -9/+0 |
| * | Send kpropd debug msgs to stderr | Nicolas Williams | 2012-10-08 | 1 | -4/+5 |
| * | Deprecate kpropd -S option | Nicolas Williams | 2012-10-05 | 1 | -1/+12 |
| * | Improve kpropd debug and syslog output | Nicolas Williams | 2012-10-05 | 1 | -39/+123 |
| * | Improve kpropd behavior in iprop mode | Nicolas Williams | 2012-10-05 | 1 | -222/+174 |
| * | Policy extensions + new policy: allowed ks types | Nicolas Williams | 2012-07-30 | 1 | -1/+1 |
| * | Allow using locales when gettext is absent | Ben Kaduk | 2012-07-06 | 1 | -0/+1 |
| * | Enable all localizations in main functions | Ben Kaduk | 2012-07-06 | 1 | -1/+1 |
| * | Require IPv6 support | Ken Raeburn | 2012-02-28 | 1 | -3/+1 |
| * | Always include fake-addrinfo.h when using getaddrinfo and friends | Ken Raeburn | 2011-07-01 | 1 | -0/+1 |
| * | Separate license and non-license comment in kpropd | Greg Hudson | 2011-06-23 | 1 | -2/+3 |
| * | Use AI_ADDRCONFIG unconditionally in kpropd | Greg Hudson | 2011-06-23 | 1 | -5/+1 |
| * | Add setlocale() calls to main functions | Greg Hudson | 2011-06-10 | 1 | -0/+1 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -63/+60 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -2/+1 |
| * | kpropd denial of service [MITKRB5-SA-2011-001 CVE-2010-4022] | Tom Yu | 2011-02-09 | 1 | -4/+4 |
| * | Read KDC profile settings in kpropd | Greg Hudson | 2010-11-16 | 1 | -1/+3 |
| * | Fix adjustment of counter | Ken Raeburn | 2010-10-23 | 1 | -1/+1 |
| * | In kpropd, when getting a wildcard address to listen on, try IPv6 | Greg Hudson | 2010-07-01 | 1 | -11/+32 |
| * | Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addresses | Greg Hudson | 2010-06-11 | 1 | -78/+52 |
| * | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 1 | -2/+2 |
| * | Use krb5_free_default_realm instead of free on the results of | Ezra Peisach | 2009-12-31 | 1 | -2/+2 |
| * | Reformat some open-paren issues. Remove kprop.c and kpropd.c from | Tom Yu | 2009-11-06 | 1 | -1348/+1330 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -33/+33 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 1 | -12/+40 |
| * | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 1 | -2/+3 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -7/+7 |
| * | Change kpropd_com_err_proc to prototype style, add format attribute | Ken Raeburn | 2008-12-30 | 1 | -5/+14 |
| * | If full resync fails, go into backoff mode | Ken Raeburn | 2008-12-30 | 1 | -0/+1 |
| * | Handle a number of warnings - including missing prototype, | Ezra Peisach | 2008-12-29 | 1 | -19/+8 |
| * | Some cleanup from Shawn Emery: Use INITIAL_TIMER macros instead of | Ken Raeburn | 2008-12-22 | 1 | -1/+2 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -10/+8 |
| * | Shawn's fix for some iprop bugs, with some tweaks | Ken Raeburn | 2008-12-01 | 1 | -13/+100 |
| * | Log more info if ulog_replay fails. Correctly use supplied keytab name | Ken Raeburn | 2008-11-17 | 1 | -5/+7 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -4/+1 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | Merge from branch sun-iprop | Ken Raeburn | 2008-06-24 | 1 | -15/+615 |
| * | provide more useful error message when running kpropd on command line | Ken Raeburn | 2007-07-20 | 1 | -3/+12 |
| * | Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat... | Ken Raeburn | 2007-07-12 | 1 | -1/+1 |
| * | whitespace | Ken Raeburn | 2006-06-20 | 1 | -1/+1 |
| * | Change kprop and kpropd to fall back on port 754 if krb5_prop isn't | Russ Allbery | 2006-06-13 | 1 | -2/+2 |
| * | * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGS | Ezra Peisach | 2001-12-06 | 1 | -3/+10 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -15/+15 |
| * | * configure.in: Check for daemon() prototype | Ezra Peisach | 2001-06-21 | 1 | -0/+4 |
| * | * kpropd.c (authorized_principal): Cast argument to ispace() to int | Ezra Peisach | 2001-06-18 | 1 | -2/+2 |
| * | * kpropd.c (load_database): Initialize save_stderr variable | Ken Raeburn | 2001-01-30 | 1 | -1/+1 |