summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
Commit message (Expand)AuthorAgeFilesLines
* Don't build the kadm5/unit-test test programs during "make all"; buildGreg Hudson2009-06-081-4/+0
* kadmind is parsing acls good deref NULL pointer on errorEzra Peisach2009-06-061-13/+17
* kadm5int_acl_parse_restrictions could ref uninitialized variableEzra Peisach2009-06-061-1/+1
* Allow more than 10 past keys to be stored by a policyGreg Hudson2009-05-073-75/+2
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-271-0/+3
* make installed headers C++-safeKen Raeburn2009-04-251-0/+14
* Install kadmin and kdb headersGreg Hudson2009-03-202-0/+16
* Do not assume sizeof(bool_t) == sizeof(krb5_boolean)Ezra Peisach2009-02-061-3/+26
* include omitted system header string.hKen Raeburn2009-02-051-0/+1
* Use macros for config parametersZhanna Tsitkov2009-02-041-38/+38
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-028-38/+37
* address lib/kadm5 test suite slownessKen Raeburn2009-02-022-0/+2
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-1/+1
* Master Key Migration ProjectWill Fiveash2009-01-304-26/+172
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-302-4/+4
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-292-24/+45
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-282-19/+19
* "Coding practices" related fixesZhanna Tsitkov2009-01-271-534/+534
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-233-1/+83
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-1/+2
* If USE_VALGRIND, check that source principal is defined before copying.Ken Raeburn2009-01-221-0/+8
* delete trailing whitespace, including insanely long 'blank' linesKen Raeburn2009-01-201-64/+62
* Use valgrind in more cases if VALGRIND is setKen Raeburn2009-01-162-9/+52
* Force tickets acquired by the kadm5 client library via passwordRuss Allbery2009-01-141-1/+5
* include string.hKen Raeburn2009-01-051-0/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-058-432/+424
* Include strings.h for memset prototypeEzra Peisach2009-01-052-0/+3
* Merge mskrb-integ onto trunkSam Hartman2009-01-039-182/+188
* Signed/unsigned fixes and remove unused variableEzra Peisach2008-12-292-3/+3
* Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2008-12-162-1/+3
* Fix from Marcus Watts for glob-to-regexp conversion bug.Ken Raeburn2008-12-041-1/+2
* Use profile_free_list as appropriate. Fix memory leaksKen Raeburn2008-11-241-20/+21
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-052-2/+2
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-044-54/+59
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-302-55/+25
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-243-6/+6
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-204-10/+4
* Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson2008-10-021-1/+1
* makedependKen Raeburn2008-09-184-46/+50
* fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn2008-08-281-34/+27
* whitespaceTom Yu2008-08-261-1/+1
* a stash file is not a keytabWill Fiveash2008-08-154-3/+10
* Open log file for appending only, not also readingAlexandra Ellwood2008-08-131-1/+1
* Fully initialize handle data on allocationKen Raeburn2008-08-061-0/+2
* Don't coerce fgetc value to char before EOF checkKen Raeburn2008-08-061-2/+4
* Delete decls for nonexistent functions, and an unused typedefKen Raeburn2008-07-301-15/+0
* fix possible uninit variable use in error pathKen Raeburn2008-07-251-0/+1
* kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman2008-07-211-1/+2
* krb5_string_to_keysalts()Jeffrey Altman2008-07-211-1/+1