summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-12-22 01:26:59 +0000
committerKen Raeburn <raeburn@mit.edu>2006-12-22 01:26:59 +0000
commitab418878a411f17be489dab8c4bb30652f8a1519 (patch)
treea460eb6bddf4dba705fa2438462f0cd3497b0af3 /src/include
parentf34e68770ae0e1ae75a990fb220b748110c91f84 (diff)
downloadkrb5-ab418878a411f17be489dab8c4bb30652f8a1519.tar.gz
krb5-ab418878a411f17be489dab8c4bb30652f8a1519.tar.xz
krb5-ab418878a411f17be489dab8c4bb30652f8a1519.zip
Some related changes were already in, and I found a couple more to make:
* ldap_realm.c (ldap_filter_correct): Change string argument to char *. Delete length argument, which was always strlen of the string argument, and compute it locally, using size_t instead of (unsigned) int for length-related values. Update all calls. * ldap_realm.h (ldap_filter_correct): Updated declaration. * ldap_misc.c (remove_overlapping_subtrees): Add forward declaration. Make static. (is_principal_in_realm): Change local variable defrealmlen to size_t. (store_tl_data): Change local variable curr to point to unsigned char, since that's what the tl_data_contents array is declared as, and what the STORE16_INT macro is happier with. (krb5_ldap_get_reference_count): Make local variable i unsigned. ticket: 4453 target_version: 1.6 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19009 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
0 files changed, 0 insertions, 0 deletions