summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/ccdefname.c
Commit message (Expand)AuthorAgeFilesLines
* Support changing the built-in ccache/keytab namesGreg Hudson2012-07-241-4/+2
* Add default_ccache_name profile variableGreg Hudson2012-07-241-1/+10
* Rearrange ccdefname.c slightlyGreg Hudson2012-07-241-91/+53
* Replace // comment in ccdefname.cGreg Hudson2012-07-131-1/+1
* Add krb5int_cc_user_set_default_nameKevin Wasserman2012-07-111-4/+54
* Remove krb5int_cc_os_default_nameGreg Hudson2012-06-111-19/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* make mark-cstyleTom Yu2009-10-311-139/+140
* Remove an unnecessary cleanup in krb5_cc_set_default_nameGreg Hudson2009-04-101-2/+0
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-5/+1
* sprintf conversion to snprintf in r19703 introduced some signed/unsignedEzra Peisach2007-08-151-3/+3
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-3/+4
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-3/+3
* hack to permit GetEnvironmentVariable usage without requiring getenv() conver...Jeffrey Altman2007-02-121-0/+9
* cursor for iterating over ccachesTom Yu2006-10-051-0/+19
* ccdefname.c (krb5_cc_set_default_name, krb5_cc_default_name): Look up the def...Alexandra Ellwood2004-08-121-41/+57
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-151-7/+0
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-061-3/+3
* protoizeKen Raeburn2002-09-031-5/+2
* * c_ustime.c: Remove various things missed in 1-2-2-branch MacOSTom Yu2002-06-221-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-2/+2
* * t_an_to_ln.c: Include <stdio.h> for prototypesEzra Peisach2000-06-301-1/+1
* pullup from 1.2 branchKen Raeburn2000-06-271-1/+1
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-0/+7
* Replaced Kerberos5GlobalsLib calls with CCAPI v3 calls on MacOSMiro Jurisic1999-11-221-6/+29
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * ccdefname.c (get_from_registry_indirect, try_dir, get_from_os):Danilo Almeida1999-06-171-15/+24
* For profile name, enhance win32 heuristics to use environment variableDanilo Almeida1999-06-161-15/+88
* Fix window's get_from_os() call so that gets the default cache name ifTheodore Tso1999-03-231-1/+1
* Check to make sure the context is valid and return an error if itTheodore Tso1999-03-121-1/+9
* Fixed missing Mac#includeMiro Jurisic1999-02-261-0/+4
* * ccdefname.c (get_from_os): Add missing close-paren; also replaceTom Yu1999-02-201-2/+3
* Added get_from_os for MacOSMiro Jurisic1999-02-201-13/+12
* ccdefname.c (get_from_os): On the Windows platform, automaticallyTheodore Tso1999-02-091-3/+11
* ccdefname.c: Add a new function krb5_cc_set_default_name(), which isTheodore Tso1999-02-021-114/+109
* We shouldn't try to use the CCache API on Unix systems. (The maze ofTheodore Tso1998-09-261-2/+2
* ccdefname.c (krb5_cc_default_name): Changed the PC version to use theTheodore Tso1998-09-011-19/+8
* Changed Mac specific stuff to use CCache APIMiro Jurisic1998-08-211-9/+12
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-1/+1
* Changed all PBGetCatInfo to PBGetCatInfoSync for new UH'sMarshall Vale1998-01-131-1/+1
* * ccdefname.c (krb5_cc_default_name): Returns a const char *Ezra Peisach1997-09-151-1/+1
* If RegKRB5CCNAME is set in kerberos.ini, use that value to determine theRichard Basch1997-02-281-6/+49
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-1/+1
* net_read.c (krb5_net_read):Theodore Tso1996-06-121-1/+1
* Mac Beta 1 submissionKeith Vetter1995-09-111-1/+68
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* Changed syntax for windows on the stored ccache file nameKeith Vetter1995-04-071-7/+5
* * ccdefname.c: On Mac, default cred cache is "STDIO:krb5cc" for now.John Gilmore1995-03-291-0/+4
* Added functionality for windows to read default file locations fromKeith Vetter1995-03-291-3/+12