| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove ancient Purify support in kadmind | Greg Hudson | 2011-09-02 | 1 | -67/+0 |
| * | Don't bother logging SIGPIPE in kadmind | Greg Hudson | 2011-09-02 | 1 | -19/+2 |
| * | Add a loop_ prefix to net-server.c functions | Greg Hudson | 2011-09-02 | 1 | -7/+7 |
| * | make depend | Ezra Peisach | 2011-07-01 | 1 | -1/+3 |
| * | Add setlocale() calls to main functions | Greg Hudson | 2011-06-10 | 1 | -0/+1 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 5 | -148/+122 |
| * | Missed in r24888: remove the process_chpw_request() prototype from | Greg Hudson | 2011-04-19 | 1 | -8/+0 |
| * | Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpers | Greg Hudson | 2011-04-19 | 1 | -79/+44 |
| * | Revert r24886; it was incorrect | Greg Hudson | 2011-04-19 | 1 | -4/+0 |
| * | Fix memory leak in kpasswd server UDP error path | Greg Hudson | 2011-04-19 | 1 | -0/+4 |
| * | Fix the sole case in process_chpw_request() where a return could occur | Tom Yu | 2011-04-13 | 1 | -2/+12 |
| * | In r21175 (on the mskrb branch, merged in r21690) the result codes for | Greg Hudson | 2011-03-29 | 1 | -2/+3 |
| * | Make depend | Greg Hudson | 2011-02-25 | 1 | -12/+11 |
| * | Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code which | Greg Hudson | 2011-02-09 | 1 | -0/+2 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | Add a kadm5 RPC for purging old keys from the KDB (e.g., from | Tom Yu | 2010-10-08 | 3 | -1/+65 |
| * | KDC worker processes feature | Greg Hudson | 2010-09-17 | 1 | -1/+1 |
| * | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 1 | -6/+0 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -14/+17 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 1 | -7/+1 |
| * | make depend | Greg Hudson | 2010-06-07 | 1 | -16/+18 |
| * | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 7 | -2147/+146 |
| * | Unsigned/signed cleanup | Ezra Peisach | 2010-01-01 | 1 | -1/+1 |
| * | Add a new -P option to krb5kdc and kadmind which, if given, specifies | Russ Allbery | 2010-01-01 | 2 | -0/+59 |
| * | Reformat new comments | Ken Raeburn | 2009-12-03 | 1 | -14/+20 |
| * | fix slow behavior on Mac OS X with link-local addresses | Ken Raeburn | 2009-12-03 | 1 | -10/+48 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -90/+90 |
| * | Use "unsigned short" instead of "u_short" in argument to SET macro; | Ken Raeburn | 2009-11-04 | 1 | -8/+13 |
| * | Reindent and manually restore some BSD-style files that were | Tom Yu | 2009-11-04 | 2 | -1/+3 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 7 | -2772/+2777 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 3 | -7/+36 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -14/+17 |
| * | update dependencies | Ken Raeburn | 2009-08-21 | 1 | -10/+0 |
| * | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 1 | -1/+1 |
| * | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 1 | -1/+0 |
| * | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 5 | -117/+17 |
| * | Add a new '-W' option to kadmind and kdb5_util create to allow reading | Tom Yu | 2009-07-10 | 1 | -1/+4 |
| * | include omitted system header string.h | Ken Raeburn | 2009-02-05 | 1 | -0/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 3 | -3/+3 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -0/+6 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -5/+5 |
| * | Adapted patch from Apple: in kadmind's process_chpw_request, make sure | Greg Hudson | 2009-01-22 | 1 | -2/+7 |
| * | If we have a local UDP socket without the PKTINFO option set, it's | Ken Raeburn | 2009-01-14 | 1 | -0/+11 |
| * | If recv_from_to is passed a buffer for the local endpoint address, | Ken Raeburn | 2009-01-14 | 1 | -1/+10 |
| * | Merge some very simple points of divergence in the two copies of network.c --... | Ken Raeburn | 2009-01-14 | 1 | -9/+8 |
| * | remove unused file | Ken Raeburn | 2009-01-06 | 1 | -190/+0 |
| * | Clean up many error-condition leaks of the server handle in the | Greg Hudson | 2009-01-06 | 1 | -83/+46 |
| * | In kadmin, remove a bunch of checks for handle being NULL (some old, | Greg Hudson | 2009-01-06 | 1 | -41/+41 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -145/+143 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 6 | -568/+2338 |