summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-033-0/+6
* 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