summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-231-1/+71
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-1/+4
* If buffer length is 0, force pointer to NULL, to keep valgrind happier when c...Ken Raeburn2009-01-171-2/+4
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-151-9/+35
* Add new routine krb5int_net_writev using scatter-gather source.Ken Raeburn2009-01-154-24/+49
* Patch from Luke Howard to:Sam Hartman2009-01-131-0/+1
* Check the return code from krb5int_clean_hostname as the sanity verification...Zhanna Tsitkov2009-01-121-3/+7
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-465/+463
* Merge mskrb-integ onto trunkSam Hartman2009-01-034-4/+9
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-3/+12
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-12/+3
* Add a new fallback host-to-realm heuristic to try the components of theGreg Hudson2008-12-241-56/+127
* Remove krb4 code in libkrb5Greg Hudson2008-12-153-129/+3
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-021-0/+1
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-012-2/+2
* Only look for IPv4 addresses for the kpasswd server. This is just aKen Raeburn2008-11-051-2/+3
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-053-4/+4
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-052-26/+23
* Check in Nalin's patch, and a test case for changing passwords via kinitKen Raeburn2008-11-042-1/+10
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-259/+270
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-10/+12
* More regression tests for ASN.1 encodersKen Raeburn2008-10-251-0/+3
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-244-18/+10