summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* make krb5_free_* functions ignore NULLKen Raeburn2009-02-096-230/+191
* Check C++ compatibility for some internal headers that may (now or inKen Raeburn2009-02-092-1/+24
* More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn2009-02-093-7/+7
* C++ compatibility fix -- g++ says "types may not be defined in casts",Ken Raeburn2009-02-091-24/+24
* For Sun CC, also make implicit function declarations into errorsKen Raeburn2009-02-091-1/+1
* Supply missing fn declarationsKen Raeburn2009-02-093-1/+9
* use unsigned value for shifting, avoiding undefined behaviorKen Raeburn2009-02-091-1/+1
* For Sun CC, create one errwarn arg with commas instead of multipleKen Raeburn2009-02-091-1/+1
* Memory handling fixes in walk_rtreeGreg Hudson2009-02-061-13/+35
* Fix whitespace on previous commit to ure.c. Correct two other casesGreg Hudson2009-02-061-4/+6
* Pass the correct width argument to fprintf for URE_CHAR inGreg Hudson2009-02-061-1/+2
* Fix error handling in krb5_walk_realm_treeGreg Hudson2009-02-061-1/+1
* Unsigned/signed fixesEzra Peisach2009-02-064-5/+6
* Change variable accepting return from strftime to time_t. ThisEzra Peisach2009-02-061-1/+1
* Do not assume sizeof(bool_t) == sizeof(krb5_boolean)Ezra Peisach2009-02-061-3/+26
* Unsigned/signed warnings cleanupEzra Peisach2009-02-061-3/+4
* Cleanup some warnings due to getsockname's third argument is sometimesEzra Peisach2009-02-063-4/+15
* remove some redundant or useless qualifiersKen Raeburn2009-02-061-24/+24
* use casts, for c++ compilation on windowsKen Raeburn2009-02-051-12/+14
* Fix memory handling bug in mk_req_extGreg Hudson2009-02-051-2/+1
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-053-102/+118
* In gc_frm_kdc.c's do_traversal(), fix an assert which was doing anGreg Hudson2009-02-051-1/+1
* In krb5_rc_io_store, check the return value of krb5int_buf_len as wellGreg Hudson2009-02-051-4/+6
* In recvauth_common, initialize ap_option. It can't be usedGreg Hudson2009-02-051-1/+1
* Change krb5_rc_resolve_type (not a public API) to allocate the rcacheGreg Hudson2009-02-052-37/+38
* Detect failure to register with rpcbind/portmap due to securityEzra Peisach2009-02-054-3/+28
* Add a missing break in the switch statement ofGreg Hudson2009-02-051-0/+1
* Create and use (in several places) a variant ofKen Raeburn2009-02-056-68/+58
* In krb5_ktfileint_find_slot, check for an error return from ftell.Greg Hudson2009-02-051-0/+3
* Coverity was nervous that hst_realm.c's domain_heuristic() wasn'tGreg Hudson2009-02-051-10/+10
* Fix a memory leak in krb5_kt_resolve when we fail to lockGreg Hudson2009-02-051-6/+9
* include omitted system header string.hKen Raeburn2009-02-053-0/+3
* declare replacement [v]asprintf functionsKen Raeburn2009-02-051-5/+9
* int/ptr bug in gssapi codeKen Raeburn2009-02-052-2/+2
* don't do arithmetic on void pointersKen Raeburn2009-02-042-3/+3
* regenerateKen Raeburn2009-02-043-4/+26
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-042-64/+83
* Remove xfread/xfwrite macros. Casting the first argument to char * isGreg Hudson2009-02-041-36/+33
* In tcl_ovsec_kadm_get_policy, initialize ent since (at least inGreg Hudson2009-02-041-1/+1
* In krb5int_utf8s_to_ucs2les, free the correct value on error, insteadGreg Hudson2009-02-041-1/+1
* Include k5-int.h in several pkinit source files, in order to defineGreg Hudson2009-02-043-1/+3
* Use macros for config parametersZhanna Tsitkov2009-02-0424-169/+186
* remove some krb4 testing hooksKen Raeburn2009-02-049-449/+3
* don't create or delete krb.conf, krb.realmsKen Raeburn2009-02-041-17/+0
* prefer structure assignment to memcpyKen Raeburn2009-02-036-12/+11
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0298-230/+221
* TWRITE_STR casts second argument; don't add redundant castingKen Raeburn2009-02-021-3/+3
* Fix a whitespace error introduced when fixing a typo in the definesGreg Hudson2009-02-021-1/+1
* Fix a typo in the defines added to k5-int.hGreg Hudson2009-02-021-1/+1
* Introduces macros for config parametersZhanna Tsitkov2009-02-021-0/+77