summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/unparse.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-1/+2
* Simplify principal access within libkrb5Greg Hudson2013-04-081-18/+9
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-241-5/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+4
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-2/+2
* make mark-cstyleTom Yu2009-10-311-149/+149
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-27/+106
* Pull out code to compute length of quoted name component and copy withKen Raeburn2008-08-021-78/+68
* fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu2005-07-121-0/+2
* krb5_unparse_name(), krb5_unparse_name_ext():Jeffrey Altman2005-01-171-14/+15
* * unparse.c (krb5_unparse_name_ext): Don't move buffer pointer backwards ifKen Raeburn2003-04-011-1/+2
* protoizeKen Raeburn2002-09-031-9/+2
* * unparse.c (krb5_unparse_name_ext): Error out if passed a NULLTom Yu2002-08-021-0/+3
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-2/+2
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach2000-10-171-2/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-4/+4
* get_in_tkt.c (make_preauth_list): Correctly null-terminate theTheodore Tso1996-09-261-6/+17
* Mac Beta 1 submissionKeith Vetter1995-09-111-1/+0
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-231-1/+1
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* A few small changes for 16 vs 32 bit, pulling in winsock for network byteKeith Vetter1995-03-021-3/+4
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-2/+1
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-2/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-17/+19
* Makefile.in: Build the new test driver (t_walk_rtree.c) forTheodore Tso1994-12-011-1/+1
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change code to produce \b, \n, and \tTheodore Tso1993-10-301-22/+42
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Principal type changesJohn Carr1992-08-211-14/+17
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* Document error return valuesJohn Carr1991-05-201-1/+5
* fix copyrightsJohn Kohl1991-03-141-1/+1
* Make it backquote tabs and backslashes in the realm nameTheodore Tso1990-12-031-0/+2
* Fixed coredumping bug if size was NULL.Theodore Tso1990-11-021-3/+5
* Rewritten to allow for principals with components that contain componentTheodore Tso1990-10-151-45/+108
* fix copyright/distribution referenceJohn Kohl1990-05-251-1/+1
* fix include filesJohn Kohl1990-05-231-3/+0
* principal is malformed if it doesn't have at least 2 componentsJohn Kohl1990-04-201-0/+2
* add const to function signatures as appropriateJohn Kohl1990-04-181-1/+1
* move libc declarations to separate include filJohn Kohl1990-01-291-6/+1
* use string.hJohn Kohl1990-01-231-1/+2
* *** empty log message ***John Kohl1990-01-221-0/+87