aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5
AgeCommit message (Expand)AuthorFilesLines
2009-11-22In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach1-0/+8
2009-11-22Clean up some memory leaks by releasing contextEzra Peisach2-1/+5
2009-11-21Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach1-0/+2
2009-11-20Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach1-2/+6
2009-11-20The size of kadm5_server_handle_rec differs between the client andEzra Peisach2-4/+11
2009-11-18minor reindentZhanna Tsitkov1-24/+16
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu5-256/+259
2009-11-03Reindent after making fixes for emacs-23Tom Yu1-2/+2
2009-10-31make mark-cstyleTom Yu37-5953/+5972
2009-10-29Rename api.3 to api.current in the libkadm5 unit tests. This way theGreg Hudson17-0/+0
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-1/+3
2009-10-26Remove the libkadm5 api.2 unit tests which don't pertain to the cpol,Greg Hudson14-6600/+0
2009-10-25Account lockoutGreg Hudson35-36/+8672
2009-10-18Remove adb.h as it is not used in the source treeEzra Peisach1-134/+0
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu4-29/+38
2009-09-24Fix kadm5 unit test modified in r22782Greg Hudson1-1/+1
2009-09-21Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2-13/+24
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson4-116/+109
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov4-109/+116
2009-09-13Implement s4u extensionsGreg Hudson1-3/+9
2009-08-28use perror instead of error in kadm5 test suiteTom Yu2-39/+39
2009-08-28Update a kadm5 testing library function which was callingGreg Hudson1-1/+2
2009-08-21update dependenciesKen Raeburn1-10/+0
2009-08-17Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2-2/+2
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson9-54/+65
2009-08-17Remove unused variables resulting from r22521, and also remove theGreg Hudson3-38/+0
2009-08-13Remove kadmin v1 API supportGreg Hudson41-9403/+261
2009-08-10Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson1-3/+4
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson3-0/+6
2009-06-08Don't build the kadm5/unit-test test programs during "make all"; buildGreg Hudson1-4/+0
2009-06-06kadmind is parsing acls good deref NULL pointer on errorEzra Peisach1-13/+17
2009-06-06kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach1-1/+1
2009-05-07Allow more than 10 past keys to be stored by a policyGreg Hudson3-75/+2
2009-04-27Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson1-0/+3
2009-04-25make installed headers C++-safeKen Raeburn1-0/+14
2009-03-20Install kadmin and kdb headersGreg Hudson2-0/+16
2009-02-06Do not assume sizeof(bool_t) == sizeof(krb5_boolean)Ezra Peisach1-3/+26
2009-02-05include omitted system header string.hKen Raeburn1-0/+1
2009-02-04Use macros for config parametersZhanna Tsitkov1-38/+38
2009-02-03prefer structure assignment to memcpyKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn8-38/+37
2009-02-02address lib/kadm5 test suite slownessKen Raeburn2-0/+2
2009-01-31Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu1-1/+1
2009-01-30Master Key Migration ProjectWill Fiveash4-26/+172
2009-01-30Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2-4/+4
2009-01-29Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2-24/+45
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2-19/+19
2009-01-27"Coding practices" related fixesZhanna Tsitkov1-534/+534
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov3-1/+83
2009-01-23Add some output parameter initializations n order to eliminate someGreg Hudson1-1/+2