| Commit message (Expand) | Author | Age | Files | Lines |
* | make-depend | Ken Raeburn | 2011-08-20 | 1 | -25/+25 |
* | Always include fake-addrinfo.h when using getaddrinfo and friends | Ken Raeburn | 2011-07-01 | 2 | -0/+2 |
* | Separate license and non-license comment in kpropd | Greg Hudson | 2011-06-23 | 1 | -2/+3 |
* | Use AI_ADDRCONFIG for more efficient getaddrinfo | Greg Hudson | 2011-06-23 | 1 | -0/+1 |
* | 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 | 3 | -1/+3 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 2 | -126/+120 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 5 | -16/+11 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -12/+12 |
* | 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 |
* | Handle referral realm in kprop client principal | Greg Hudson | 2010-11-16 | 1 | -3/+17 |
* | Fix adjustment of counter | Ken Raeburn | 2010-10-23 | 1 | -1/+1 |
* | Make depend | Greg Hudson | 2010-09-08 | 1 | -9/+20 |
* | In kpropd, when getting a wildcard address to listen on, try IPv6 | Greg Hudson | 2010-07-01 | 1 | -11/+32 |
* | In kprop's sockaddr2krbaddr(), fill in addr.magic to avoid copying | Greg Hudson | 2010-06-22 | 1 | -0/+1 |
* | Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addresses | Greg Hudson | 2010-06-11 | 5 | -162/+191 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -14/+17 |
* | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 2 | -3/+3 |
* | Adapted patch from Jason Rogers. It wasn't complete, so this commit | Tom Yu | 2010-04-23 | 1 | -9/+28 |
* | Use krb5_free_default_realm instead of free on the results of | Ezra Peisach | 2009-12-31 | 1 | -2/+2 |
* | Fix spelling and hyphen errors in man pages | Russ Allbery | 2009-12-31 | 1 | -1/+1 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -46/+44 |
* | Reformat some open-paren issues. Remove kprop.c and kpropd.c from | Tom Yu | 2009-11-06 | 2 | -1933/+1906 |
* | make mark-cstyle; make reindent | Tom Yu | 2009-11-06 | 3 | -295/+298 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 3 | -70/+70 |
* | Account lockout | Greg Hudson | 2009-10-25 | 2 | -13/+41 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -9/+11 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -18/+26 |
* | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 1 | -2/+3 |
* | libkdb5 now depends on libgssrpc. So when linking kpropd, specify | Greg Hudson | 2009-06-08 | 1 | -2/+2 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 4 | -18/+18 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -61/+59 |
* | 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 |
* | Improvements from Shawn Emery: an extra-verbose mode | Ken Raeburn | 2008-12-22 | 1 | -12/+275 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 2 | -16/+14 |
* | Shawn's fix for some iprop bugs, with some tweaks | Ken Raeburn | 2008-12-01 | 1 | -13/+100 |
* | fix tiny overrun | Ken Raeburn | 2008-11-24 | 1 | -1/+1 |
* | Log more info if ulog_replay fails. Correctly use supplied keytab name | Ken Raeburn | 2008-11-17 | 1 | -5/+7 |
* | Use correct update log file name in messages | Ken Raeburn | 2008-11-17 | 1 | -6/+6 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -23/+24 |
* | Remove kproplog on make clean | Ezra Peisach | 2008-10-27 | 1 | -2/+2 |
* | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 2 | -15/+4 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -4/+2 |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -20/+22 |
* | bad free in kprop | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
* | use-after-free bugs | Ken Raeburn | 2008-06-27 | 1 | -2/+2 |