summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-042-3/+3
* Fix connection termination bug in sendto_kdcGreg Hudson2011-09-011-4/+4
* Fix rare duplicate time issue On systems with imprecise clocksSam Hartman2011-08-091-5/+18
* In rare circumstances, such as checksum errors, some network stacksGreg Hudson2011-07-251-5/+4
* Fix build without KRB5_DNS_LOOKUPGreg Hudson2011-07-251-2/+2
* Add krb5_init_context_profile APIGreg Hudson2011-07-201-2/+6
* Add support for loadable profile modulesGreg Hudson2011-07-201-3/+4
* make dependEzra Peisach2011-07-011-9/+21
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-233-3/+4
* Work around glibc getaddrinfo PTR lookupsGreg Hudson2011-06-231-8/+1
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-2/+0
* Mark up strings for translationGreg Hudson2011-06-102-4/+4
* Eliminate a redundant initialization in cm_init_selstate() inGreg Hudson2011-05-031-1/+0
* Add poll support to sendto_kdc.c so that it can work in processes withGreg Hudson2011-05-024-131/+262
* Make krb5_os_init_context compile again after r24901Greg Hudson2011-04-271-11/+9
* Remove worthless call to krb5_cc_set_default_name in krb5_os_init_contextZhanna Tsitkov2011-04-271-3/+0
* Refactor krb5int_rd_chpw_rep() and make it properly handle both framedGreg Hudson2011-04-251-21/+9
* Resolve a few miscellaneous warningsGreg Hudson2011-03-142-4/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0944-224/+107
* Make dependGreg Hudson2011-02-251-96/+76
* Remember to free the result of getaddrinfo() in the new sendto_kdcGreg Hudson2011-02-231-0/+1
* Untabify trace.c (tabs crept in when the file was created)Greg Hudson2011-02-131-14/+14
* Defer hostname lookups in krb5_sendto_kdcGreg Hudson2011-02-139-765/+586
* Trace logging file descriptor leakGreg Hudson2011-02-131-0/+1
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* memory leak in changepw.cTom Yu2010-12-141-0/+1
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-251-1/+1
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-2/+1
* In the krb5_kuserok implementation, fix an unintentional type changeGreg Hudson2010-10-021-2/+2
* Implement k5login_directory and k5login_authoritative optionsGreg Hudson2010-10-011-85/+118
* Add a simple test harness for kuserok. Build it during make check butGreg Hudson2010-10-012-2/+66
* In krb5_sname_to_principal, correctly handle failures fromGreg Hudson2010-09-151-2/+2
* Make dependGreg Hudson2010-09-081-99/+136
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9
* only test t_locate_kdc if known-good DNS name is presentTom Yu2010-06-181-6/+20
* Fix a couple of minor defects in trace.cGreg Hudson2010-06-101-3/+2
* make dependGreg Hudson2010-06-071-174/+191
* Trace loggingGreg Hudson2010-06-073-29/+414
* Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2010-05-272-63/+11
* When parsing a KDC or admin server string, allow the name or addressGreg Hudson2010-05-181-33/+23
* In kpasswd_sendto_msg_callback(), properly compare against theGreg Hudson2010-04-221-1/+2
* Add IPv6 support to changepw.c (reverting r21004 since it is no longerGreg Hudson2010-03-051-7/+26
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-271-11/+0
* Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr...Zhanna Tsitkov2010-01-081-1/+1
* Move kdc related functionality from pac.c into pac_sign.cZhanna Tsitkov2010-01-081-6/+6
* For the better code modularity keep some "free" routines closer to the resour...Zhanna Tsitkov2010-01-043-52/+22
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-301-59/+0