summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an error-handling block in sendto_kdc.c's setup_connection() whichGreg Hudson2009-04-231-2/+0
* In krb5int_dns_init, fix a malloc-returning-null check which could letGreg Hudson2009-04-131-1/+1
* Remove an unnecessary cleanup in krb5_cc_set_default_nameGreg Hudson2009-04-101-2/+0
* Adjust the logic in rule_an_to_ln to avoid a "can't happen" case ofGreg Hudson2009-04-031-5/+7
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-0/+7
* Revert the fopen part of the previous krb5_kuserok change, but keepGreg Hudson2009-02-171-5/+4
* In krb5_kuserok, just try opening .k5login; don't check ahead of timeGreg Hudson2009-02-171-9/+11
* Check if mem allocation was successfulZhanna Tsitkov2009-02-091-127/+115
* Provide omitted return value in last changeKen Raeburn2009-02-091-1/+1
* Remove unused fileKen Raeburn2009-02-091-161/+0
* make krb5_free_* functions ignore NULLKen Raeburn2009-02-092-0/+4
* Coverity was nervous that hst_realm.c's domain_heuristic() wasn'tGreg Hudson2009-02-051-10/+10
* Use macros for config parametersZhanna Tsitkov2009-02-0410-33/+33
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-024-15/+15
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-287-14/+14
* "Coding practices" related fixesZhanna Tsitkov2009-01-271-60/+48
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-261-3/+3