aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/copy_data.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-3/+4
2009-10-31make mark-cstyleTom Yu1-19/+20
2009-02-05Create and use (in several places) a variant ofKen Raeburn1-1/+20
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-1/+1
2006-12-28* copy_data.c (krb5_copy_data): Use krb5int_copy_data_contentsKen Raeburn1-10/+7
2006-11-28krb5int_copy_data_contents shouldn't free memory it didn't allocateTom Yu1-2/+0
2003-05-13Fix memory leaks and double frees in preauth2.cSam Hartman1-0/+22
2002-09-03protoizeKen Raeburn1-4/+1
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-2/+2
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-3/+3
1995-04-25 * parse.c (krb5_parse_name): Add magic number to new structureEzra Peisach1-0/+1
1995-04-14Windows global stuff:Keith Vetter1-1/+1
1995-02-28* *.c: Avoid <krb5/...> includes.John Gilmore1-3/+1
1995-02-27Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1-1/+1
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-3/+4
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-1/+1
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1993-02-26Fixed stupid typoTheodore Tso1-1/+1
1993-02-26Work around code where malloc(0) returns 0Theodore Tso1-6/+14
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-02-19update copyright noticesJohn Kohl1-3/+3
1990-11-08change bcopy to memcpy, memset to bzeroJohn Kohl1-1/+1
1990-05-25fix copyright/distribution referenceJohn Kohl1-1/+1
1990-05-23fix include filesJohn Kohl1-1/+0
1990-04-18add const to function signatures as appropriateJohn Kohl1-1/+2
1990-03-27*** empty log message ***John Kohl1-0/+43