pull up r24055 from trunk
[krb5.git] / src / lib / kadm5 / alt_prof.c
2010-05-20 Tom Yupull up r24055 from trunk
2009-10-31 Tom Yumake mark-cstyle
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-01-31 Tom YuDefault allow_weak_crypto=true for now. Default suppor...
2009-01-30 Zhanna TsitkovChanged the name match_config_pattern to krb5_match_con...
2009-01-29 Zhanna TsitkovIntroduced match_config_pattern function to find a...
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2009-01-27 Zhanna Tsitkov"Coding practices" related fixes
2009-01-23 Zhanna TsitkovEliminate the need for the domain_realm mapping table...
2008-12-29 Ezra PeisachSigned/unsigned fixes and remove unused variable
2008-11-24 Ken RaeburnUse profile_free_list as appropriate. Fix memory leaks
2008-11-05 Greg HudsonRename krb5int_buf_cstr to krb5int_buf_data, since...
2008-10-30 Greg HudsonUse the k5buf module instead of strcpy/strcat in severa...
2008-08-15 Will Fiveasha stash file is not a keytab
2008-06-24 Ken RaeburnMerge from branch sun-iprop
2008-06-11 Ken RaeburnFactor out repeated code for looking up string, port...
2008-06-10 Ken RaeburnGet rid of handling of set-but-unused kadm5_config_para...
2008-06-10 Ken RaeburnGet rid of handling of set-but-unused kadm5_config_para...
2008-06-09 Ken RaeburnDon't check for NULL before calling free or krb5_xfree
2008-04-30 Ken RaeburnAfter malloc/realloc/calloc failures, return ENOMEM...
2007-07-12 Ken RaeburnAvoid use of unchecked sprintf in libraries. Use aspri...
2006-05-16 Ken Raeburn* lib/kadm5/alt_prof.c (kadm5_get_config_params): Repla...
2004-06-24 Tom Yu * alt_prof.c (kadm5_get_admin_service_name): Fix call to
2004-06-16 Tom YuThis commit merges the RPCSEC_GSS integration branch...
2003-06-03 Tom YuDrop default_kdc_enctypes and all related code
2003-05-31 Ken Raeburn* alt_prof.c (kadm5_get_config_params): Change default...
2003-05-13 Ken RaeburnAES shouldn't be in KDC default enctype list
2003-04-19 Ken Raeburn* alt_prof.c (kadm5_get_config_params): Add aes256...
2002-09-18 Ken RaeburnSupport reading a list of TCP port numbers from the...
2001-11-05 Ezra Peisach * alt_prof.c (krb5_aprof_get_boolean): Return krb5_boo...
2001-09-26 Ken Raeburnbetter realm transit path checking for app server
2001-06-18 Ezra Peisach * alt_prof.c (krb5_read_realm_params): Cast argument...
2001-02-18 Ezra Peisach * server_internal.h: Add prototype for
2000-06-29 Ezra Peisach * alt_prof.c (krb5_aprof_init): profile_init...
2000-06-27 Ken Raeburnpullup from 1.2 branch
2000-02-21 Ken Raeburnfrom Bear Giles:
1999-12-06 Ken Raeburn* logger.c (klog_vsyslog): Convert pid_t to long for...
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-03-05 Ezra Peisach * alt_prof.c (krb5_free_realm_params): Free realm_acl_...
1998-01-21 Tom Yu * alt_prof.c (kadm5_get_config_params): Add support...
1997-10-14 Ezra PeisachReal fix this time - deals with the malloc(0) case..
1997-10-14 Ezra PeisachFix error when number of enctypes comming in is 0
1997-10-13 Ezra Peisach * alt_prof.c (kadm5_get_config_params): When KADM5_CON...
1996-11-07 Theodore Tsoalt_prof.c (krb5_aprof_init): If the user specifies...
1996-09-26 Barry Jaspan * api.0/init.exp, api.1/lock.exp, api.2/init.exp:...
1996-09-18 Barry Jaspan * alt_prof.c (kadm5_get_config_params): set max_life...
1996-09-11 Mark Eichin * alt_prof.c (krb5_aprof_init): use profile_init_path...
1996-08-28 Barry Jaspan * alt_prof.c (kadm5_get_config_params): fix default...
1996-08-02 Barry Jaspan * alt_prof.c (kadm5_get_config_params): alloc enough...
1996-07-22 Marc Horowitzthis commit includes all the changes on the OV_9510_INT...