| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make depend | Ezra Peisach | 2011-07-01 | 2 | -1/+4 |
* | Fix a minor memory leak in kadmin | Greg Hudson | 2011-06-23 | 1 | -10/+11 |
* | Use AI_ADDRCONFIG for more efficient getaddrinfo | Greg Hudson | 2011-06-23 | 1 | -1/+1 |
* | Handle invalid intervals in lockout-related kadmin parameters | Greg Hudson | 2011-06-10 | 1 | -8/+18 |
* | Set LC_MESSAGES to "C" in tests which run commands | Greg Hudson | 2011-06-10 | 1 | -0/+3 |
* | Add setlocale() calls to main functions | Greg Hudson | 2011-06-10 | 4 | -0/+4 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 17 | -684/+737 |
* | Document the lockout-related options in kadmin (modprinc -unlock and | Greg Hudson | 2011-05-16 | 1 | -0/+21 |
* | In kadmin, try using get_date() for lockout-related duration inputs to | Greg Hudson | 2011-05-16 | 1 | -6/+17 |
* | 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 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 12 | -57/+23 |
* | Make sure ulog_map() is invoked whenever we open the database in | Greg Hudson | 2011-02-27 | 2 | -8/+11 |
* | Make depend | Greg Hudson | 2011-02-25 | 4 | -54/+49 |
* | Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code which | Greg Hudson | 2011-02-09 | 1 | -0/+2 |
* | kadmin's ktremove can remove wrong entries when removing kvno 0 | Greg Hudson | 2011-02-01 | 1 | -1/+2 |
* | Make principal renaming work in libkadm5srv by converting to explicit | Greg Hudson | 2011-01-25 | 3 | -0/+67 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 7 | -7/+7 |
* | Correct typo in r24526 | Greg Hudson | 2010-11-22 | 1 | -1/+1 |
* | getdate.y: declare yyparse | Sam Hartman | 2010-11-22 | 1 | -0/+1 |
* | After a failed kdb5_util load, make a subsequent load operation work | Greg Hudson | 2010-11-06 | 1 | -22/+10 |
* | krb5_get_error_message cannot return NULL, and returns "Success" on | Greg Hudson | 2010-11-01 | 1 | -24/+4 |
* | FILE keytabs have been able to handle write operations since krb5 1.7, | Greg Hudson | 2010-10-26 | 1 | -9/+0 |
* | Declare kadmin_purgekeys | Ken Raeburn | 2010-10-23 | 1 | -0/+1 |
* | Add a kadm5 RPC for purging old keys from the KDB (e.g., from | Tom Yu | 2010-10-08 | 6 | -9/+128 |
* | Propagate modprinc -unlock from master to slave KDCs | Greg Hudson | 2010-10-05 | 1 | -26/+52 |
* | 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 | 4 | -49/+56 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 5 | -253/+158 |
* | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 2 | -14/+5 |
* | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 3 | -31/+22 |
* | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 2 | -8/+2 |
* | Make kadmin work over IPv6 | Greg Hudson | 2010-06-26 | 1 | -0/+2 |
* | Remove some dead code in kdb5_stash() left behind by r24142 | Greg Hudson | 2010-06-22 | 1 | -9/+0 |
* | Eliminate a bunch of duplicated code in kdb5_stash() by using | Greg Hudson | 2010-06-21 | 1 | -41/+3 |
* | kdb5_stash() contains its own kdb5_db_open() call (because it doesn't | Greg Hudson | 2010-06-21 | 1 | -1/+1 |
* | kadmin ktadd may display wrong name of default keytab | Greg Hudson | 2010-06-08 | 2 | -4/+7 |
* | When we display enctypes, display the input name rather than the | Greg Hudson | 2010-06-08 | 5 | -8/+9 |
* | make depend | Greg Hudson | 2010-06-07 | 4 | -77/+87 |
* | Remove a non-functional and unnecessary check in kdb5_util's | Greg Hudson | 2010-05-21 | 1 | -2/+0 |
* | Fix an error case in kdb_util's dump.c where the dump file handle was | Greg Hudson | 2010-05-21 | 1 | -0/+1 |
* | Remove an unneeded conditional in the cleanup for kadmin's keytab | Greg Hudson | 2010-05-21 | 1 | -5/+3 |
* | In getdate.y, remove an error check from r19656 which couldn't ever | Greg Hudson | 2010-05-21 | 1 | -2/+0 |
* | Use ANSI-style function definitions in our copy of getdate.y | Greg Hudson | 2010-05-21 | 1 | -37/+11 |
* | Get rid of some kdb5_util load code which is no longer useful after | Greg Hudson | 2010-05-04 | 1 | -32/+1 |