3fe55728404c602884f16126e9cc60fc5a3d8f20

Windows applications become very unhappy when memory is allocated in one module (exe or dll) and deallocated in another. This is because each of the C run time library instances uses its own heap. Mixing allocating in one heap and deallocating in another will lead to memory leaks and heap corruption. For modules that build against roken avoid this problem by sharing roken's allocator with the module that uses it. Change-Id: I31e35c600a78350b168a281811160696dc327544
Heimdal is a Kerberos 5 implementation. For information how to install see <http://www.h5l.org/compile.html>. There are briefer man pages for most of the commands. Bug reports and bugs are appreciated, see more under Bug reports in the manual on how we prefer them: <heimdal-bugs@h5l.org>. For more information see the web-page at <http://www.h5l.org/> or the mailing lists: heimdal-announce@sics.se low-volume announcement heimdal-discuss@sics.se high-volume discussion send a mail to heimdal-announce-request@sics.se and heimdal-discuss-request@sics.se respectively to subscribe.
Description
Languages
C
92.1%
Roff
2.8%
Shell
2.3%
Makefile
0.7%
M4
0.5%
Other
1.4%