summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/ser_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-1/+2
* Rename and add to etype utility functionsGreg Hudson2012-06-071-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+1
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-011-7/+3
* Deal with some open paren formatting issues, and reindent. MakeTom Yu2009-11-051-296/+305
* make mark-cstyleTom Yu2009-10-311-20/+20
* Use zero-terminated enctype lists in the context structure instead ofGreg Hudson2009-07-271-49/+66
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-2/+2
* lean client changesZhanna Tsitkov2008-08-201-1/+6
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-13/+7
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-6/+6
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-15/+12
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-261-12/+0
* * ser_ctx.c (krb5_context_internalize): Copy read-in OS context data intoKen Raeburn2003-05-171-6/+16
* protoizeKen Raeburn2002-09-031-30/+7
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-9/+9
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-1/+1
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-141-191/+312
* Serialize / de-serialize the context structure, which now includes bothRichard Basch1995-12-051-15/+49
* get_in_t.c: removed unused variable.Theodore Tso1995-09-231-1/+1
* Reintegrate Macintosh changesEzra Peisach1995-09-121-18/+18
* Mac Beta 1 submissionKeith Vetter1995-09-111-18/+18
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-061-4/+4
* * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1995-09-061-20/+20
* Serialize new time offset fields in the os_contextPaul Park1995-09-011-8/+32
* Add serialization support for K5 data structuresPaul Park1995-08-291-0/+468