summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/set_realm.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify principal access within libkrb5Greg Hudson2013-04-081-4/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* In krb5_set_realm():Greg Hudson2011-01-121-4/+5
* make mark-cstyleTom Yu2009-10-311-16/+15
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* protoizeKen Raeburn2002-09-031-4/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-1/+1
* 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
* * set_realm.c (krb5_set_principal_realm): Allocate extra byte for nul inEzra Peisach1997-10-061-1/+1
* Added set_realm.c, which implements krb5_set_principal_realm()Theodore Tso1997-02-191-0/+52