summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/serialize.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-261-8/+8
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* make mark-cstyleTom Yu2009-10-311-105/+106
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+2
* Use load/store_32/16_be/le functionsKen Raeburn2008-08-021-8/+2
* Adjust type of 'stable' in krb5_register_serializer to reduce warningsKen Raeburn2007-03-251-4/+4
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-131-1/+34
* protoizeKen Raeburn2002-09-031-46/+10
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-16/+16
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-7/+7
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Only copy over the old table when there's an old table to copy over.Theodore Tso1997-07-161-2/+3
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-23/+23
* * serialize.c (krb5_register_serializer): Do not free a NULL pointerEzra Peisach1996-11-051-1/+1
* Add serialization support for K5 data structuresPaul Park1995-08-291-0/+277