summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood2008-10-211-0/+2
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-206-25/+10
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-011-1/+1
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-5/+5
* makedependKen Raeburn2008-09-181-234/+268
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-274-8/+9
* lean client changesZhanna Tsitkov2008-08-201-2/+8
* If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2008-08-141-2/+9
* Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2008-08-131-45/+56
* malloc+memset(,0,) -> callocKen Raeburn2008-08-073-15/+6
* Use load/store_32/16_be/le functionsKen Raeburn2008-08-022-15/+7
* Use all local addresses except loopback addresses, even if a non-loopbackKen Raeburn2008-07-121-17/+26
* Changes to krb5_kt_default_name changed the krb5 ABI. RevertedAlexandra Ellwood2008-07-081-1/+2
* memcpy(NULL, ptr, 0) is invalid, so don't do itKen Raeburn2008-06-301-1/+2
* misc memory leaksKen Raeburn2008-06-271-2/+3
* Don't do FD_SETSIZE check on Windows.Ken Raeburn2008-06-271-1/+3
* Fix off-by-one error in range check on file descriptor numberKen Raeburn2008-06-271-1/+1
* This patch is derived from a patch originally submitted to RTJeffrey Altman2008-06-181-1/+6
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-304-7/+7
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-304-9/+9
* Make a NUL-terminated copy of realm name before passing to a pluginTom Yu2008-02-291-1/+16
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-224-2/+10
* Reject socket fds > FD_SETSIZEKen Raeburn2007-10-181-0/+6
* make dependKen Raeburn2007-08-161-234/+245
* sprintf conversion to snprintf in r19703 introduced some signed/unsignedEzra Peisach2007-08-152-4/+4
* missing commaJeffrey Altman2007-08-061-2/+3
* Add PKINIT supportKevin Coffman2007-08-011-0/+29