summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pull in unicode stuff on windowsKen Raeburn2009-02-111-2/+2
* hide stat buf init on windowsKen Raeburn2009-02-111-1/+1
* make build on windows, in current makefile frameworkKen Raeburn2009-02-112-5/+3
* Windows version of 'copy a bunch of files around'Ken Raeburn2009-02-111-0/+11
* build strlcpy.c, printf.c, ipc_stream.c on windowsKen Raeburn2009-02-111-1/+17
* define SSIZE_MAX forWindowsKen Raeburn2009-02-111-0/+4
* unistd.h is posix onlyKen Raeburn2009-02-111-0/+2
* pull in dependency filesKen Raeburn2009-02-111-0/+5
* updateKen Raeburn2009-02-101-0/+11
* In krb5_ccache_internalize: fix resource leaks, fix several casesGreg Hudson2009-02-101-25/+46
* In the ccache serialization code, remove some unnecessary checks forGreg Hudson2009-02-101-4/+3
* Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store;Greg Hudson2009-02-101-5/+6
* Adjust the structure of krb5_decode.c functions to initialize outputGreg Hudson2009-02-101-375/+432
* Update t_k5buf.c for the renamed buffer type constantsGreg Hudson2009-02-101-10/+14
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-0928-528/+528
* Add variables for optionally building ipc_stream.c; currently emptyKen Raeburn2009-02-091-0/+5
* Adjust names to not conflict with Windows headersKen Raeburn2009-02-092-23/+23
* Include assert.hKen Raeburn2009-02-091-0/+1
* Use winsock2.h on Windows. Make initializer value staticKen Raeburn2009-02-091-1/+4
* Rename X11 resource file to avoid name conflict on Mac in in-place buildKen Raeburn2009-02-091-0/+0
* Make asn1buf_destroy return void, since it's a free function. InGreg Hudson2009-02-093-23/+23
* In asn1_k_encode.c, stop inconsistently destroying buf on some errors.Greg Hudson2009-02-091-23/+7
* Fix one more case of an explicit null check before calling a freeKen Raeburn2009-02-091-7/+2
* Check if mem allocation was successfulZhanna Tsitkov2009-02-091-127/+115
* Fix possible free of uninitialized value in walk_rtreeGreg Hudson2009-02-091-1/+1
* Change contract of krb5int_utf8_normalize and fix memory leaksGreg Hudson2009-02-093-44/+51
* 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-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