summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Debugged version of patch worked up with LukeKen Raeburn2007-07-273-15/+67
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-127-19/+31
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-215-16/+16
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-3/+2
* Revert previous change; krb5int_cm_call_select is used by the KDC, and shouldKen Raeburn2007-04-131-7/+8
* Produce a more informative error message for KDC_UNREACH with KDC not respondingKen Raeburn2007-04-131-2/+11
* If select returns EINTR, recompute the expiration time and call it againKen Raeburn2007-04-131-1/+5
* EAI_NODATA deprecated, not always definedKen Raeburn2007-04-092-2/+11
* service location plugin returning no addresses handled incorrectlyKen Raeburn2007-04-051-18/+18
* Initialize 'now' to avoid compiler warningKen Raeburn2007-03-251-0/+1
* MAX_FORMAT_BUFFER should be type size_t to reduce warningsKen Raeburn2007-03-251-1/+1
* krb5 library uses kdc.conf when it shouldn'tKen Raeburn2007-03-211-1/+1
* * sendto_kdc.c (default_debug_handler): If writing to a log file, keepKen Raeburn2007-03-141-8/+22
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-191-1/+1
* Conditionalize some ipv6 bitsKen Raeburn2007-02-161-1/+9
* hack to permit GetEnvironmentVariable usage without requiring getenv() conver...Jeffrey Altman2007-02-121-0/+9
* krb5_kt_default_name should take an unsized lengthEzra Peisach2007-02-051-5/+5
* Include fake-addrinfo.h before krb5.h to get proper structure declarationsEzra Peisach2007-01-221-3/+4
* In addition to setting the kpasswd port afterJeffrey Altman2007-01-181-1/+3
* sendto_kdc.c: use of a variable index into a dynamically Jeffrey Altman2007-01-181-2/+2
* Use __extension__ if initializing by field name and using GCC in pre-C99 modeKen Raeburn2006-12-191-0/+3
* Make clean in lib/krb5/os does not clean test objsEzra Peisach2006-12-031-1/+1
* include realm in "can't resolve KDC" error messageKen Raeburn2006-11-161-0/+4
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-0/+5
* make dependKen Raeburn2006-11-011-1/+1
* Unsigned/signed warning fixEzra Peisach2006-10-181-1/+1
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-2/+1
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-6/+6
* Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2006-10-132-2/+3
* Initialize buffer before calling res_ninitRuss Allbery2006-10-081-0/+1