summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/keytab/ktbase.c
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-141-7/+2
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-011-0/+10
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-7/+3
* Static function names should not have krb5_ prefixZhanna Tsitkov2011-03-291-12/+14
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+3
* make mark-cstyleTom Yu2009-10-311-55/+55
* In krb5_kt_resolve, ensure that the output parameter is set to NULL onGreg Hudson2009-04-301-5/+9
* Fix a memory leak in krb5_kt_resolve when we fail to lockGreg Hudson2009-02-051-6/+9
* handle stash file names with missing keytab type spec and colon in pathKen Raeburn2008-10-151-0/+5
* lean client changesZhanna Tsitkov2008-08-201-1/+5
* This commit adds a thread safe MEMORY keytab implementation Jeffrey Altman2007-01-301-10/+51
* windows ccache and keytab file paths without a prefix Jeffrey Altman2006-09-051-2/+2
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-1/+1
* Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach2004-05-281-0/+1
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-1/+18
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-131-4/+0
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-131-11/+17
* ktbase.c - restore the thread safety changes which were accidentlyJeffrey Altman2004-04-081-16/+40
* On Windows, a single letter followed by colon is used to identifyJeffrey Altman2004-04-081-36/+20
* For keytab, ccache, and rcache type registries, use const more, andKen Raeburn2004-03-061-8/+30
* Use more const data in the keytab type registryKen Raeburn2004-03-061-6/+6
* Register writable keytabs by defaultSam Hartman2003-05-191-1/+6
* * k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn2002-10-311-3/+3
* protoizeKen Raeburn2002-09-031-23/+6
* Use const instead of krb5_const.Ken Raeburn2002-02-231-1/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-3/+3
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-3/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-3/+3
* * ktbase.c (krb5_kt_resolve): Signed/unsigned intEzra Peisach2000-10-171-4/+5
* Change function prototypes to match the entries in krb5.hin - specificallyEzra Peisach2000-03-121-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Implement SRVTAB keytab type, which can read a krb4 srvtabGeoffrey King1999-06-131-7/+17
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-6/+6
* Add keytab serialization supportPaul Park1995-08-291-0/+86
* Windows global stuff:Keith Vetter1995-04-141-2/+2
* *.c: Avoid <krb5/...> includesJohn Gilmore1995-02-281-3/+1
* Converted krb/keytab to work on the PC. Mostly just adding the windowsKeith Vetter1995-02-221-2/+3
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-5/+7
* Added missing * to function pointer deferenceTheodore Tso1994-10-041-1/+1
* If the prefix "FILE:" is not given, assume the default operations listTheodore Tso1994-09-301-2/+3
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* remove XXXJohn Kohl1991-04-191-1/+1
* fix copyrightsJohn Kohl1991-03-141-1/+1
* name is now const John Kohl1990-11-271-3/+3
* fix ccache to keytabJohn Kohl1990-07-031-3/+3
* *** empty log message ***John Kohl1990-07-031-0/+95