summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
Commit message (Expand)AuthorAgeFilesLines
* Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson2010-06-251-149/+95
* Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson2010-06-251-25/+19
* make dependGreg Hudson2010-06-074-44/+45
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-181-7/+32
* Improve the error message from kadmin when hostname resolution failsGreg Hudson2010-05-183-4/+7
* Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson2010-05-044-10/+2
* Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2010-05-042-6/+1
* Lazy history key creationGreg Hudson2010-03-112-60/+37
* Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2010-03-101-3/+3
* Remove some more test suite cruft:Greg Hudson2010-02-281-7/+2
* Two problems in kadm5_get_principal mask handlingGreg Hudson2010-02-241-6/+8
* Minimal support for updating history keyGreg Hudson2010-02-115-131/+113
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-1/+2
* Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson2010-01-194-2/+12
* Make history key exempt from permitted_enctypesGreg Hudson2010-01-141-7/+7
* Restore interoperability with 1.6 addprinc -randkeyGreg Hudson2010-01-081-0/+28
* When retrieving the kadmin/history key, accept any enctype, as theGreg Hudson2010-01-071-2/+2
* MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2009-12-291-0/+3
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-2/+3
* Anonymous support for KerberosSam Hartman2009-12-285-22/+60
* Check return value of gethostname in krb5_klog_initGreg Hudson2009-11-231-2/+5
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-228-273/+271
* In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach2009-11-221-0/+8
* Clean up some memory leaks by releasing contextEzra Peisach2009-11-222-1/+5
* Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach2009-11-211-0/+2
* Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach2009-11-201-2/+6
* The size of kadm5_server_handle_rec differs between the client andEzra Peisach2009-11-202-4/+11
* minor reindentZhanna Tsitkov2009-11-181-24/+16
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-045-256/+259
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-2/+2
* make mark-cstyleTom Yu2009-10-3137-5953/+5972
* Rename api.3 to api.current in the libkadm5 unit tests. This way theGreg Hudson2009-10-2917-0/+0
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-1/+3
* Remove the libkadm5 api.2 unit tests which don't pertain to the cpol,Greg Hudson2009-10-2614-6600/+0
* Account lockoutGreg Hudson2009-10-2535-36/+8672
* Remove adb.h as it is not used in the source treeEzra Peisach2009-10-181-134/+0
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-104-29/+38
* Fix kadm5 unit test modified in r22782Greg Hudson2009-09-241-1/+1
* Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2009-09-212-13/+24
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-164-116/+109
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-164-109/+116
* Implement s4u extensionsGreg Hudson2009-09-131-3/+9
* use perror instead of error in kadm5 test suiteTom Yu2009-08-282-39/+39
* Update a kadm5 testing library function which was callingGreg Hudson2009-08-281-1/+2
* update dependenciesKen Raeburn2009-08-211-10/+0
* Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2009-08-172-2/+2
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-179-54/+65
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-173-38/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-1341-9403/+261
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-101-3/+4