summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard2009-10-231-1/+1
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-1/+1
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-135/+167
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-286/+254
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-254/+286
* Implement s4u extensionsGreg Hudson2009-09-131-1/+1
* Use load_32_be processing length in TCP replyKen Raeburn2009-08-211-5/+1
* make prompt string vars point to constKen Raeburn2009-05-221-2/+2
* remove some old code for debugging the debugging codeKen Raeburn2009-05-141-7/+0
* Refactor rule_an_to_ln, creating a new helper function to handle theGreg Hudson2009-05-112-125/+104
* Fix a couple of memory leaks in krb5int_sendto, reworking the errorGreg Hudson2009-04-281-32/+23
* Fix a memory leak in aname_replacer using the recommended flow controlGreg Hudson2009-04-281-87/+92
* Fix a memory leak in module_locate_serverGreg Hudson2009-04-281-1/+3