aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/alt_prof.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-26Make kadmin work over IPv6Greg Hudson1-5/+11
2010-05-18When parsing a KDC or admin server string, allow the name or addressGreg Hudson1-7/+32
2010-05-18Improve the error message from kadmin when hostname resolution failsGreg Hudson1-1/+5
2010-05-04Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson1-4/+0
2010-05-04Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson1-5/+1
2009-10-31make mark-cstyleTom Yu1-199/+197
2009-02-04Use macros for config parametersZhanna Tsitkov1-38/+38
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-3/+3
2009-01-31Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu1-1/+1
2009-01-30Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov1-3/+3
2009-01-29Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov1-24/+44
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-18/+18
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 Tsitkov1-1/+80
2008-12-29Signed/unsigned fixes and remove unused variableEzra Peisach1-2/+2
2008-11-24Use profile_free_list as appropriate. Fix memory leaksKen Raeburn1-20/+21
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-26/+12
2008-08-15a stash file is not a keytabWill Fiveash1-0/+5
2008-06-24Merge from branch sun-ipropKen Raeburn1-2/+61
2008-06-11Factor out repeated code for looking up string, port, or deltat config paramsKen Raeburn1-150/+144
2008-06-10Get rid of handling of set-but-unused kadm5_config_params.admin_dbnameKen Raeburn1-12/+2
2008-06-10Get rid of handling of set-but-unused kadm5_config_params.admin_lockfileKen Raeburn1-8/+3
2008-06-09Don't check for NULL before calling free or krb5_xfreeKen Raeburn1-43/+21
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn1-2/+2
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-12/+9
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-46/+61
2004-06-24 * alt_prof.c (kadm5_get_admin_service_name): Fix call toTom Yu1-3/+10
2004-06-16This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu1-0/+34
2003-06-03Drop default_kdc_enctypes and all related codeTom Yu1-21/+2
2003-05-31* alt_prof.c (kadm5_get_config_params): Change default max_life to one dayKen Raeburn1-1/+1
2003-05-13AES shouldn't be in KDC default enctype listKen Raeburn1-1/+1
2003-04-19* alt_prof.c (kadm5_get_config_params): Add aes256 to the default supportedKen Raeburn1-1/+1
2002-09-18Support reading a list of TCP port numbers from the KDC config file; defaultKen Raeburn1-1/+6
2001-11-05 * alt_prof.c (krb5_aprof_get_boolean): Return krb5_boolean *Ezra Peisach1-1/+1
2001-09-26better realm transit path checking for app serverKen Raeburn1-2/+67
2001-06-18 * alt_prof.c (krb5_read_realm_params): Cast argument to isspace()Ezra Peisach1-4/+4
2001-02-18 * server_internal.h: Add prototype forEzra Peisach1-25/+25
2000-06-29 * alt_prof.c (krb5_aprof_init): profile_init takes aEzra Peisach1-2/+2
2000-06-27pullup from 1.2 branchKen Raeburn1-2/+2
2000-02-21from Bear Giles:Ken Raeburn1-13/+16
1999-12-06* logger.c (klog_vsyslog): Convert pid_t to long for printingKen Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-2/+9
1998-03-05 * alt_prof.c (krb5_free_realm_params): Free realm_acl_file portionEzra Peisach1-0/+2
1998-01-21 * alt_prof.c (kadm5_get_config_params): Add support for Cygnus chpwTom Yu1-0/+17
1997-10-14Real fix this time - deals with the malloc(0) case..Ezra Peisach1-1/+0
1997-10-14Fix error when number of enctypes comming in is 0Ezra Peisach1-5/+12
1997-10-13 * alt_prof.c (kadm5_get_config_params): When KADM5_CONFIG_ENCTYPESEzra Peisach1-3/+28
1996-11-07alt_prof.c (krb5_aprof_init): If the user specifies the config fileTheodore Tso1-9/+16