summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/alt_prof.c
Commit message (Expand)AuthorAgeFilesLines
* Make salt defaulting work for keysaltsTom Yu2014-01-061-2/+2
* Modernize k5bufGreg Hudson2013-02-141-6/+6
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-161-143/+0
* Remove unused krb5_realm_params fieldsGreg Hudson2013-01-151-59/+1
* Clean up style of alt_prof.cGreg Hudson2013-01-121-417/+354
* Simplify KDC host referral codeGreg Hudson2013-01-111-46/+11
* Remove MAX_ULOGENTRIESNicolas Williams2012-10-051-3/+1
* Improve kpropd behavior in iprop modeNicolas Williams2012-10-051-0/+4
* Add control over session key enctype negotiationNicolas Williams2012-06-061-0/+6
* Remove admin_keytab references in code and docsGreg Hudson2012-03-041-12/+0
* isspace should only get unsigned-char values or EOFKen Raeburn2011-07-011-2/+4
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-1/+1
* Mark up strings for translationGreg Hudson2011-06-101-3/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+2
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-011-0/+6
* Make kadmin work over IPv6Greg Hudson2010-06-261-5/+11
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-181-7/+32
* Improve the error message from kadmin when hostname resolution failsGreg Hudson2010-05-181-1/+5
* Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson2010-05-041-4/+0
* Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2010-05-041-5/+1
* make mark-cstyleTom Yu2009-10-311-199/+197
* Use macros for config parametersZhanna Tsitkov2009-02-041-38/+38
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-3/+3
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-1/+1
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-301-3/+3
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-291-24/+44
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-18/+18
* "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-231-1/+80
* Signed/unsigned fixes and remove unused variableEzra Peisach2008-12-291-2/+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-051-1/+1
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-26/+12
* a stash file is not a keytabWill Fiveash2008-08-151-0/+5
* Merge from branch sun-ipropKen Raeburn2008-06-241-2/+61
* Factor out repeated code for looking up string, port, or deltat config paramsKen Raeburn2008-06-111-150/+144
* Get rid of handling of set-but-unused kadm5_config_params.admin_dbnameKen Raeburn2008-06-101-12/+2
* Get rid of handling of set-but-unused kadm5_config_params.admin_lockfileKen Raeburn2008-06-101-8/+3
* Don't check for NULL before calling free or krb5_xfreeKen Raeburn2008-06-091-43/+21
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-12/+9
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-46/+61
* * alt_prof.c (kadm5_get_admin_service_name): Fix call toTom Yu2004-06-241-3/+10
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-0/+34
* Drop default_kdc_enctypes and all related codeTom Yu2003-06-031-21/+2
* * alt_prof.c (kadm5_get_config_params): Change default max_life to one dayKen Raeburn2003-05-311-1/+1
* AES shouldn't be in KDC default enctype listKen Raeburn2003-05-131-1/+1
* * alt_prof.c (kadm5_get_config_params): Add aes256 to the default supportedKen Raeburn2003-04-191-1/+1
* Support reading a list of TCP port numbers from the KDC config file; defaultKen Raeburn2002-09-181-1/+6
* * alt_prof.c (krb5_aprof_get_boolean): Return krb5_boolean *Ezra Peisach2001-11-051-1/+1