summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
...
* make dependEzra Peisach2011-07-012-1/+4
* Fix a minor memory leak in kadminGreg Hudson2011-06-231-10/+11
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-1/+1
* Handle invalid intervals in lockout-related kadmin parametersGreg Hudson2011-06-101-8/+18
* Set LC_MESSAGES to "C" in tests which run commandsGreg Hudson2011-06-101-0/+3
* Add setlocale() calls to main functionsGreg Hudson2011-06-104-0/+4
* Mark up strings for translationGreg Hudson2011-06-1017-684/+737
* Document the lockout-related options in kadmin (modprinc -unlock andGreg Hudson2011-05-161-0/+21
* In kadmin, try using get_date() for lockout-related duration inputs toGreg Hudson2011-05-161-6/+17
* Missed in r24888: remove the process_chpw_request() prototype fromGreg Hudson2011-04-191-8/+0
* Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpersGreg Hudson2011-04-191-79/+44
* Revert r24886; it was incorrectGreg Hudson2011-04-191-4/+0
* Fix memory leak in kpasswd server UDP error pathGreg Hudson2011-04-191-0/+4
* Fix the sole case in process_chpw_request() where a return could occurTom Yu2011-04-131-2/+12
* In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson2011-03-291-2/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0912-57/+23
* Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2011-02-272-8/+11
* Make dependGreg Hudson2011-02-254-54/+49
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson2011-02-011-1/+2
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-253-0/+67
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-287-7/+7
* Correct typo in r24526Greg Hudson2010-11-221-1/+1
* getdate.y: declare yyparseSam Hartman2010-11-221-0/+1
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-061-22/+10
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-24/+4
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-9/+0
* Declare kadmin_purgekeysKen Raeburn2010-10-231-0/+1
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-086-9/+128
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-26/+52
* KDC worker processes featureGreg Hudson2010-09-171-1/+1
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-6/+0
* Make dependGreg Hudson2010-09-084-49/+56
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-065-253/+158
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-022-14/+5
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-023-31/+22
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-022-8/+2
* Make kadmin work over IPv6Greg Hudson2010-06-261-0/+2
* Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson2010-06-221-9/+0
* Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson2010-06-211-41/+3
* kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson2010-06-211-1/+1
* kadmin ktadd may display wrong name of default keytabGreg Hudson2010-06-082-4/+7
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-085-8/+9
* make dependGreg Hudson2010-06-074-77/+87
* Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson2010-05-211-2/+0
* Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson2010-05-211-0/+1
* Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson2010-05-211-5/+3
* In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson2010-05-211-2/+0
* Use ANSI-style function definitions in our copy of getdate.yGreg Hudson2010-05-211-37/+11
* Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson2010-05-041-32/+1