summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix prototype for krb5int_cc_default so that the K5 library will compile on ↵Jeffrey Altman2000-06-062-1/+6
| | | | | | Windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12356 dc483132-0cff-0310-8789-dd5450dbe970
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-0140-5/+123
| | | | | | (from Nathan Neulinger <nneul@umr.edu>) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12332 dc483132-0cff-0310-8789-dd5450dbe970
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-0194-188/+188
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12331 dc483132-0cff-0310-8789-dd5450dbe970
* Add bindir/sbindir changelog entryWilfredo Sanchez2000-05-311-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12329 dc483132-0cff-0310-8789-dd5450dbe970
* This time really: 2000-5-31 Alexandra Ellwood <lxs@mit.edu> ccdefault.c: ↵Alexandra Ellwood2000-05-311-1/+1
| | | | | | Changed kerberosPrincipal_V5 to kerberosVersion_V5 to reflect the new KLL constant name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12323 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-31 Alexandra Ellwood <lxs@mit.edu> ccdefault.c: Changed ↵Alexandra Ellwood2000-05-312-9/+5
| | | | | | kerberosPrincipal_V5 to kerberosVersion_V5 to reflect the new KLL constant name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12322 dc483132-0cff-0310-8789-dd5450dbe970
* Also use SBINDIR for kpropdWilfredo Sanchez2000-05-311-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12316 dc483132-0cff-0310-8789-dd5450dbe970
* Use bindir and sbindir variables provided by configure rather thanWilfredo Sanchez2000-05-312-2/+6
| | | | | | assuming a standard layout in osconf.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12315 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-192-1/+10
| | | | | | | | | | | * acquire_cred.c: Changed to use krb5int_cc_default. This function supports the Kerberos Login Library and pops up a dialog if the cache does not contain valid tickets. This is used to automatically get a tgt before obtaining service tickets. Note that this should be an internal function because callers don't expect krb5_cc_default to pop up a dialog! (We found this out the hard way :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12293 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-192-16/+45
| | | | | | | | | | | * ccdefault.c: Added krb5int_cc_default. This function supports the Kerberos Login Library and pops up a dialog if the cache does not contain valid tickets. This is used to automatically get a tgt before obtaining service tickets. Note that this should be an internal function because callers don't expect krb5_cc_default to pop up a dialog! (We found this out the hard way :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12292 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-193-2/+11
| | | | | | | | | | | * sendauth.c, fwd_tgt.c: Changed to use krb5int_cc_default. This function supports the Kerberos Login Library and pops up a dialog if the cache does not contain valid tickets. This is used to automatically get a tgt before obtaining service tickets. Note that this should be an internal function because callers don't expect krb5_cc_default to pop up a dialog! (We found this out the hard way :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12291 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-192-0/+11
| | | | | | | | | | | * krb5-int.h: Added krb5int_cc_default. This function supports the Kerberos Login Library and pops up a dialog if the cache does not contain valid tickets. This is used to automatically get a tgt before obtaining service tickets. Note that this should be an internal function because callers don't expect krb5_cc_default to pop up a dialog! (We found this out the hard way :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12290 dc483132-0cff-0310-8789-dd5450dbe970
* Added krb5int_cc_default to export list under private exports. GSSLib uses itAlexandra Ellwood2000-05-191-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12289 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-18 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-192-1/+5
| | | | | | * macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12288 dc483132-0cff-0310-8789-dd5450dbe970
* Remove unused variables. Reindent to krb5 coding style. Remove whitespaceDanilo Almeida2000-05-183-392/+396
| | | | | | at end of lines. Replace C++ comments with C comments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12284 dc483132-0cff-0310-8789-dd5450dbe970
* Do not define or try to load cc_lock_request, which isDanilo Almeida2000-05-182-0/+11
| | | | | | not actually used anywhere in the code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12283 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-05-15 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-05-163-0/+194
| | | | | | | | | | * Added new source file appdefault.c Implements new public functions krb5_appdefault_string krb5_appdefault_boolean git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12261 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-05-15 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-05-162-1/+10
| | | | | | | | | * Export new public functions krb5_appdefault_string krb5_appdefault_boolean git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12260 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-05-15 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-05-162-0/+26
| | | | | | | | | * krb5.hin -- Added new public function prototypes krb5_appdefault_string krb5_appdefault_boolean git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12259 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-05-15 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-152-6/+14
| | | | | | | | | * prof_get.c: prof_parse_boolean () was missing some curly brackets and was failing to check all the values in the list of possible strings. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12257 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-05-09 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-092-0/+7
| | | | | | | *localaddr.c: Fixed the local_addr_fallback_kludge so that it actually does something. Before that the error code it was handling was blowing it away in cleanup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12243 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-5-9 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-092-1/+7
| | | | | | | | * macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function in the Sockets Library, which does exactly what we want if the search domain is not specified. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12242 dc483132-0cff-0310-8789-dd5450dbe970
* Finish up Darwin linker flagsWilfredo Sanchez2000-05-052-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12231 dc483132-0cff-0310-8789-dd5450dbe970
* Use @includedir@Wilfredo Sanchez2000-05-052-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12230 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed MIT Kerberos for Macintosh so that it is the same as our future trademarkAlexandra Ellwood2000-05-051-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12229 dc483132-0cff-0310-8789-dd5450dbe970
* kadmin server binaries go into SERVER_BINDIRWilfredo Sanchez2000-05-041-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12228 dc483132-0cff-0310-8789-dd5450dbe970
* Put kadmin server binaries in SERVER_BINDIR, not ADMIN_BINDIR.Wilfredo Sanchez2000-05-042-3/+3
| | | | | | (The default for each is the same.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12227 dc483132-0cff-0310-8789-dd5450dbe970
* * stdcc_util.c (dupCCtoK5, dupK5toCC): Miro Jurisic2000-05-042-2/+12
| | | | | | | Conditionalized local/KDC time conversions for Mac-only until we figure out what to do about that git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12220 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up Rhapsody/Darwin compilation optionsWilfredo Sanchez2000-05-032-4/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12214 dc483132-0cff-0310-8789-dd5450dbe970
* Note config.guess changes for Rhapsody/Mac OS XWilfredo Sanchez2000-05-031-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12213 dc483132-0cff-0310-8789-dd5450dbe970
* Match on darwin string for Mac OS XWilfredo Sanchez2000-05-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12212 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up Rhapsody guessing. Use Power* (catches PowerBook).Wilfredo Sanchez2000-05-032-10/+6
| | | | | | | | | | In Mac OS X, uname will return Darwin, not Mac OS, as it did in DP3. Since DP3 is still the current available release, Mac OS is still understood. GNU string for OS X on Macs is powerpc-apple-darwin1.x. The above is consistant with what is being submitted to the autoconf sources. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12211 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-04-29 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-302-13/+5
| | | | | | | * hst_realm.c (krb5_get_host_realm) remove the searchlist and defaultrealm _kerberos queries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12209 dc483132-0cff-0310-8789-dd5450dbe970
* Updated for 3.0d7Miro Jurisic2000-04-291-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12207 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-04-28 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-282-0/+10
| | | | | | | * gic_pwd.c (krb5_init_creds_password) added code to return to login library if the password is expired (login library handles this error appropriately). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12201 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-26 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-262-2/+7
| | | | | | | * ccdefault.c: Added version number to internal Kerberos Login Library routine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12196 dc483132-0cff-0310-8789-dd5450dbe970
* Added krb5_get_time_offsets for use by WrappersLib (for storing tickets in ↵Alexandra Ellwood2000-04-251-0/+1
| | | | | | the cache with local times rather than kdc times) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12193 dc483132-0cff-0310-8789-dd5450dbe970
* Updated for 3.0d6Miro Jurisic2000-04-211-1/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12186 dc483132-0cff-0310-8789-dd5450dbe970
* Use getopt so that we can parse packed options (e.g., -an, -54, etc.)Danilo Almeida2000-04-193-8/+21
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12184 dc483132-0cff-0310-8789-dd5450dbe970
* * prompter.c (krb5int_set_prompt_types): Set to actual value intead of 0Danilo Almeida2000-04-182-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12179 dc483132-0cff-0310-8789-dd5450dbe970
* * winccld.h: Define CC_API_VER2 for all Windows code using ccapi.Danilo Almeida2000-04-184-1/+62
| | | | | | | | | | | | Update dynamic loading declarations to use CC_API_VER2. * stdcc.c: Define CC_API_VER2 if not defined rather than just if not Windows. * winccld.c (LoadFuncs): Get error on DLL load failure even though we do not use it in case we are doing source-level debugging. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12178 dc483132-0cff-0310-8789-dd5450dbe970
* cacheapi.h: Update to v2Danilo Almeida2000-04-182-217/+242
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12175 dc483132-0cff-0310-8789-dd5450dbe970
* Actually clean gss-sample on WindowsDanilo Almeida2000-04-182-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12173 dc483132-0cff-0310-8789-dd5450dbe970
* Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2000-04-151-1/+1
| | | | | | - typo "==" should have been "=" git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12172 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-0/+10
| | | | | | | | | | | | * ccdefault.c: Added Kerberos Login library support (with ifdefs to control whether or not it is on. Also added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. * ccdefname.c: Added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12170 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-132-8/+20
| | | | | | | | * init_os_ctx.c: Added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12169 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-0/+7
| | | | | | | | | * krb5-int.h: Added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. * win-mac.h: Set up the macintosh build to use KerberosLogin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12168 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-0/+7
| | | | | | | | * ccdefname.c: Added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12167 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-1/+62
| | | | | | | | | * ccdefault.c: Added Kerberos Login library support (with ifdefs to control whether or not it is on. Also added support to store a krb5_principal in the os_context along with the default ccache name (if known, this principal is the same as the last time we looked at the ccache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12166 dc483132-0cff-0310-8789-dd5450dbe970
* 2000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-04-131-0/+2
| | | | | | * win-mac.h: Set up the macintosh build to use KerberosLogin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12165 dc483132-0cff-0310-8789-dd5450dbe970