summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-282-0/+8
* allow testing when offlineKen Raeburn2009-12-281-1/+5
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-282-2/+0
* Code modularity related updatesZhanna Tsitkov2009-12-233-80/+74
* Formatining enhancementZhanna Tsitkov2009-12-151-7/+8
* Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2009-12-091-0/+15
* Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov2009-12-021-30/+42
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-291-1/+0
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-281-3/+2
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-332/+337
* Minor reindent fixZhanna Tsitkov2009-11-181-24/+20
* Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach2009-11-151-0/+2
* Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach2009-11-151-0/+11
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-026-27/+32
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-3112-36/+70
* make mark-cstyleTom Yu2009-10-3149-4133/+4175
* Quote realm name in error message.Ken Raeburn2009-10-301-1/+7
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-11/+7
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-1/+1