[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freetds
Subject:    Re: [freetds] freeTDS sybase password encryption problem
From:       "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio () vodafone ! com>
Date:       2007-07-25 8:46:29
Message-ID: F7F148C986A2A84F930FEB8C3B169EA002FBCE8D () OPDMEXO01 ! omnitel ! it
[Download RAW message or body]

> 
> Thank you for your research.  Its good to know that it wasn't 
> something I was missing during the compiling phase.  
> 
>  
> 
> 
> Thomas P. Parker
> 

Could you please post some snippet code and possibly a network trace
using a test account. I never analyzed a encrypted connection using
Sybase server...

freddy77

> 
> 
> -----Original Message-----
> From: freetds-bounces@lists.ibiblio.org 
> [mailto:freetds-bounces@lists.ibiblio.org] On Behalf Of James 
> K. Lowden
> Sent: Wednesday, July 18, 2007 10:27 AM
> To: FreeTDS Development Group
> Subject: Re: [freetds] freeTDS sybase password encryption problem
> 
> Parker, Thomas P wrote:
> > 
> > i did find out that the program uses the following sybase call
> >  
> > DBSETLENCRYPT()
> > 
> > does freetds support a call like this?  
> 
> USTL, Thomas!  The (disappointing) answer to your query can 
> be found in doc/api_status.txt and in src/dblib/dblib.c:
> 
> RETCODE
> dbsetlbool(LOGINREC * login, int value, int which) {
> 	tdsdump_log(TDS_DBG_FUNC, "dbsetlbool(%p, %d, %d)\n", 
> login, value, which);
> 
> 	switch (which) {
> 	case DBSETBCP:
> 		tds_set_bulk(login->tds_login, (TDS_TINYINT) value);
> 		return SUCCEED;
> 		break;
> 	case DBSETNOSHORT:
> 	case DBSETENCRYPT:
> 	case DBSETLABELED:
> 	default:
> 		tdsdump_log(TDS_DBG_FUNC, "UNIMPLEMENTED 
> dbsetlbool() which = %d\n", which);
> 		return FAIL;
> 		break;
> 	}
> }
> 
> HTH.  
> 
> --jkl


_______________________________________________
FreeTDS mailing list
FreeTDS@lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic