| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Improve the mechanism used for addprinc -randkey. In the kadmin | Greg Hudson | 2009-09-21 | 2 | -13/+24 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 4 | -116/+109 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 4 | -109/+116 |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -3/+9 |
| * | use perror instead of error in kadm5 test suite | Tom Yu | 2009-08-28 | 2 | -39/+39 |
| * | Update a kadm5 testing library function which was calling | Greg Hudson | 2009-08-28 | 1 | -1/+2 |
| * | update dependencies | Ken Raeburn | 2009-08-21 | 1 | -10/+0 |
| * | Bump sonames of libkadm5 libraries, since r22527 changed their ABIs | Greg Hudson | 2009-08-17 | 2 | -2/+2 |
| * | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 9 | -54/+65 |
| * | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 3 | -38/+0 |
| * | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 41 | -9403/+261 |
| * | Convert all uses of strtok() in libraries to strtok_r() for thread | Greg Hudson | 2009-08-10 | 1 | -3/+4 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 3 | -0/+6 |
| * | Don't build the kadm5/unit-test test programs during "make all"; build | Greg Hudson | 2009-06-08 | 1 | -4/+0 |
| * | kadmind is parsing acls good deref NULL pointer on error | Ezra Peisach | 2009-06-06 | 1 | -13/+17 |
| * | kadm5int_acl_parse_restrictions could ref uninitialized variable | Ezra Peisach | 2009-06-06 | 1 | -1/+1 |
| * | Allow more than 10 past keys to be stored by a policy | Greg Hudson | 2009-05-07 | 3 | -75/+2 |
| * | Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadmin | Greg Hudson | 2009-04-27 | 1 | -0/+3 |
| * | make installed headers C++-safe | Ken Raeburn | 2009-04-25 | 1 | -0/+14 |
| * | Install kadmin and kdb headers | Greg Hudson | 2009-03-20 | 2 | -0/+16 |
| * | Do not assume sizeof(bool_t) == sizeof(krb5_boolean) | Ezra Peisach | 2009-02-06 | 1 | -3/+26 |
| * | include omitted system header string.h | Ken Raeburn | 2009-02-05 | 1 | -0/+1 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -38/+38 |
| * | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -1/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 8 | -38/+37 |
| * | address lib/kadm5 test suite slowness | Ken Raeburn | 2009-02-02 | 2 | -0/+2 |
| * | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 1 | -1/+1 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 4 | -26/+172 |
| * | Changed the name match_config_pattern to krb5_match_config_pattern. Check str... | Zhanna Tsitkov | 2009-01-30 | 2 | -4/+4 |
| * | Introduced match_config_pattern function to find a pattern in the config valu... | Zhanna Tsitkov | 2009-01-29 | 2 | -24/+45 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 2 | -19/+19 |
| * | "Coding practices" related fixes | Zhanna Tsitkov | 2009-01-27 | 1 | -534/+534 |
| * | Eliminate the need for the domain_realm mapping table on the client side by i... | Zhanna Tsitkov | 2009-01-23 | 3 | -1/+83 |
| * | Add some output parameter initializations n order to eliminate some | Greg Hudson | 2009-01-23 | 1 | -1/+2 |
| * | If USE_VALGRIND, check that source principal is defined before copying. | Ken Raeburn | 2009-01-22 | 1 | -0/+8 |
| * | delete trailing whitespace, including insanely long 'blank' lines | Ken Raeburn | 2009-01-20 | 1 | -64/+62 |
| * | Use valgrind in more cases if VALGRIND is set | Ken Raeburn | 2009-01-16 | 2 | -9/+52 |
| * | Force tickets acquired by the kadm5 client library via password | Russ Allbery | 2009-01-14 | 1 | -1/+5 |
| * | include string.h | Ken Raeburn | 2009-01-05 | 1 | -0/+1 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 8 | -432/+424 |
| * | Include strings.h for memset prototype | Ezra Peisach | 2009-01-05 | 2 | -0/+3 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 9 | -182/+188 |
| * | Signed/unsigned fixes and remove unused variable | Ezra Peisach | 2008-12-29 | 2 | -3/+3 |
| * | Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument | Ezra Peisach | 2008-12-16 | 2 | -1/+3 |
| * | Fix from Marcus Watts for glob-to-regexp conversion bug. | Ken Raeburn | 2008-12-04 | 1 | -1/+2 |
| * | Use profile_free_list as appropriate. Fix memory leaks | Ken Raeburn | 2008-11-24 | 1 | -20/+21 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 2 | -2/+2 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 4 | -54/+59 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 2 | -55/+25 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 3 | -6/+6 |