Re: CF functions list.....

2000-11-27 Thread John Quarto-vonTivadar



  So, I ask again .. is there some place where I could get a
  list off all of
  these undocumented tags and their attributes?  Besides, regardless of
  practical use, I still want to know all I can :)

you might be able to get a list at Mike Dinowitz's site,
www.houseoffusion.com, where he does some great work in documenting the
un-documented pieces of CF

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF functions list.....

2000-11-27 Thread Simon Horwith

you can use the CF Function:  GetFunctionList() to get a list of all
functions currently available in CF.

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 27, 2000 9:54 AM
To: CF-Talk
Subject: Re: CF functions list.




  So, I ask again .. is there some place where I could get a
  list off all of
  these undocumented tags and their attributes?  Besides, regardless of
  practical use, I still want to know all I can :)

you might be able to get a list at Mike Dinowitz's site,
www.houseoffusion.com, where he does some great work in documenting the
un-documented pieces of CF

~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-27 Thread Michael Dinowitz

http://cfusion.coreactive.com/functions.htm
I'll have it updated with the SP2 functions today as soon as I install it.
:)




   So, I ask again .. is there some place where I could get a
   list off all of
   these undocumented tags and their attributes?  Besides, regardless of
   practical use, I still want to know all I can :)

 you might be able to get a list at Mike Dinowitz's site,
 www.houseoffusion.com, where he does some great work in documenting the
 un-documented pieces of CF

 ~~
 Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF functions list.....

2000-11-21 Thread Aidan Whitehall

 So, I ask again .. is there some place where I could get a 
 list off all of
 these undocumented tags and their attributes?  Besides, regardless of
 practical use, I still want to know all I can :)

Don't know where you can get a list of all of them, but start by decrypting
the templates in the ColdFusion Administrator. You'll find a few
undocumented tags there.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF functions list.....

2000-11-19 Thread Michael Thomas

Has anyone ever used the GetFunctionList() function to display all of the 
functions available that the CF Server supports???

I did  it came back with some functions that Ive never seen before. I have 
a list of those functions below:

CF_GETDATASOURCEUSERNAME
CF_ISCOLDFUSIONDATASOURCE
CF_SETDATASOURCEPASSWORD
CF_SETDATASOURCEUSERNAME
CFUSION_DBCONNECTIONS_FLUSH
CFUSION_DECRYPT
CFUSION_DISABLE_DBCONNECTIONS
CFUSION_ENCRYPT
CFUSION_GETODBCDSN
CFUSION_GETODBCINI
CFUSION_SETODBCINI
CFUSION_SETTINGS_REFRESH
CFUSION_VERIFYMAIL

These were all grouped together, as the list is returned in alphabetical 
order. These may not be the only ones that were new to my knowledge. Do 
these work??? hehe

BTW All of the other functions listed were listed the exact same way. All 
uppercase  missing the parenthesis like those above.

Sincerely,
Mike

P.S. After quick glance I found another one below:
JAVACAST

From: "Michael Thomas" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: OT: CF Web Dev.
Date: Sun, 19 Nov 2000 12:38:41 GMT

Sorry for the off topic post. I hope I dont get flamed beyond recognition
over this but I have a web development site that Ive been working on the
last 6/7 months that is about to launch January 1st. One of the sections
covers the Cold Fusion language. I have about 18 CF related
articles/tutorials all ranging from Beginner to Advanced Levels (Mostly
beginner, Im working my up the ladder with content).

I wuz wondering if anyone would like to contribute anything to this 
project,
doesnt matter how big or small (Everything counts ^_^). I do however have 
to
admit before hand that I cannot pay anything for any contributions made. I
do this project in my free time to contribute something back to the
community that has given so much to me, just as evryone here does everyday
in this list. Even though I cant pay anything it doesnt mean that this
doesnt come without benefits.

If anyone is interested in this opportunity you can contact me directly at
[EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in
advance for all your time.

Sincerely,
Mike
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Dinowitz

The function shows ALL functions, including the hidden ones. I've got notes
on them all and will put them up. I know I've said I would do this is the
past and have only slowly, but that's changing. I'm in final release of my
annotated docs (docs you can comment on) and they'll be released with the
functions.
You can look at what's there and comment at www.fusionauthority.com/docs


 Has anyone ever used the GetFunctionList() function to display all of the
 functions available that the CF Server supports???

 I did  it came back with some functions that Ive never seen before. I
have
 a list of those functions below:

 CF_GETDATASOURCEUSERNAME
 CF_ISCOLDFUSIONDATASOURCE
 CF_SETDATASOURCEPASSWORD
 CF_SETDATASOURCEUSERNAME
 CFUSION_DBCONNECTIONS_FLUSH
 CFUSION_DECRYPT
 CFUSION_DISABLE_DBCONNECTIONS
 CFUSION_ENCRYPT
 CFUSION_GETODBCDSN
 CFUSION_GETODBCINI
 CFUSION_SETODBCINI
 CFUSION_SETTINGS_REFRESH
 CFUSION_VERIFYMAIL

 These were all grouped together, as the list is returned in alphabetical
 order. These may not be the only ones that were new to my knowledge. Do
 these work??? hehe

 BTW All of the other functions listed were listed the exact same way. All
 uppercase  missing the parenthesis like those above.

 Sincerely,
 Mike

 P.S. After quick glance I found another one below:
 JAVACAST

 From: "Michael Thomas" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: OT: CF Web Dev.
 Date: Sun, 19 Nov 2000 12:38:41 GMT
 
 Sorry for the off topic post. I hope I dont get flamed beyond recognition
 over this but I have a web development site that Ive been working on the
 last 6/7 months that is about to launch January 1st. One of the sections
 covers the Cold Fusion language. I have about 18 CF related
 articles/tutorials all ranging from Beginner to Advanced Levels (Mostly
 beginner, Im working my up the ladder with content).
 
 I wuz wondering if anyone would like to contribute anything to this
 project,
 doesnt matter how big or small (Everything counts ^_^). I do however have
 to
 admit before hand that I cannot pay anything for any contributions made.
I
 do this project in my free time to contribute something back to the
 community that has given so much to me, just as evryone here does
everyday
 in this list. Even though I cant pay anything it doesnt mean that this
 doesnt come without benefits.
 
 If anyone is interested in this opportunity you can contact me directly
at
 [EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in
 advance for all your time.
 
 Sincerely,
 Mike
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
 Share information about yourself, create your own public profile at
 http://profiles.msn.com.
 
 ~~
 Structure your ColdFusion code with Fusebox. Get the official book at
 http://www.fusionauthority.com/bkinfo.cfm
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

 Share information about yourself, create your own public profile at
 http://profiles.msn.com.

 ~~
 Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

Not only are there many hidden cf functions even besides the ones shown 
below  that will be returned by the GetFunctiosnList() but there are tags 
too. As I have found some of these are potentially dangerous.


From: [EMAIL PROTECTED] (Michael Dinowitz)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Sun, 19 Nov 2000 17:41:48 -0500

The function shows ALL functions, including the hidden ones. I've got notes
on them all and will put them up. I know I've said I would do this is the
past and have only slowly, but that's changing. I'm in final release of my
annotated docs (docs you can comment on) and they'll be released with the
functions.
You can look at what's there and comment at www.fusionauthority.com/docs


  Has anyone ever used the GetFunctionList() function to display all of 
the
  functions available that the CF Server supports???
 
  I did  it came back with some functions that Ive never seen before. I
have
  a list of those functions below:
 
  CF_GETDATASOURCEUSERNAME
  CF_ISCOLDFUSIONDATASOURCE
  CF_SETDATASOURCEPASSWORD
  CF_SETDATASOURCEUSERNAME
  CFUSION_DBCONNECTIONS_FLUSH
  CFUSION_DECRYPT
  CFUSION_DISABLE_DBCONNECTIONS
  CFUSION_ENCRYPT
  CFUSION_GETODBCDSN
  CFUSION_GETODBCINI
  CFUSION_SETODBCINI
  CFUSION_SETTINGS_REFRESH
  CFUSION_VERIFYMAIL
 
  These were all grouped together, as the list is returned in alphabetical
  order. These may not be the only ones that were new to my knowledge. Do
  these work??? hehe
 
  BTW All of the other functions listed were listed the exact same way. 
All
  uppercase  missing the parenthesis like those above.
 
  Sincerely,
  Mike
 
  P.S. After quick glance I found another one below:
  JAVACAST
 
  From: "Michael Thomas" [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: OT: CF Web Dev.
  Date: Sun, 19 Nov 2000 12:38:41 GMT
  
  Sorry for the off topic post. I hope I dont get flamed beyond 
recognition
  over this but I have a web development site that Ive been working on 
the
  last 6/7 months that is about to launch January 1st. One of the 
sections
  covers the Cold Fusion language. I have about 18 CF related
  articles/tutorials all ranging from Beginner to Advanced Levels (Mostly
  beginner, Im working my up the ladder with content).
  
  I wuz wondering if anyone would like to contribute anything to this
  project,
  doesnt matter how big or small (Everything counts ^_^). I do however 
have
  to
  admit before hand that I cannot pay anything for any contributions 
made.
I
  do this project in my free time to contribute something back to the
  community that has given so much to me, just as evryone here does
everyday
  in this list. Even though I cant pay anything it doesnt mean that this
  doesnt come without benefits.
  
  If anyone is interested in this opportunity you can contact me directly
at
  [EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in
  advance for all your time.
  
  Sincerely,
  Mike
  
 _
  Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com.
  
  Share information about yourself, create your own public profile at
  http://profiles.msn.com.
  
  ~~
  Structure your ColdFusion code with Fusebox. Get the official book at
  http://www.fusionauthority.com/bkinfo.cfm
  
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 
  
_
  Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com.
 
  Share information about yourself, create your own public profile at
  http://profiles.msn.com.
 
  ~~
  Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
 
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.c

Re: CF functions list.....

2000-11-19 Thread John Foulds

http://www.securiteam.com/exploits/Patch_Available_for_the_Undocumented_CFML
_Tags_vulnerability.html


- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:54 PM
Subject: Re: CF functions list.


 Not only are there many hidden cf functions even besides the ones
shown
 below  that will be returned by the GetFunctiosnList() but there are tags
 too. As I have found some of these are potentially dangerous.


 From: [EMAIL PROTECTED] (Michael Dinowitz)
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Re: CF functions list.
 Date: Sun, 19 Nov 2000 17:41:48 -0500
 
 The function shows ALL functions, including the hidden ones. I've got
notes
 on them all and will put them up. I know I've said I would do this is the
 past and have only slowly, but that's changing. I'm in final release of
my
 annotated docs (docs you can comment on) and they'll be released with the
 functions.
 You can look at what's there and comment at www.fusionauthority.com/docs
 
 
   Has anyone ever used the GetFunctionList() function to display all of
 the
   functions available that the CF Server supports???
  
   I did  it came back with some functions that Ive never seen before. I
 have
   a list of those functions below:
  
   CF_GETDATASOURCEUSERNAME
   CF_ISCOLDFUSIONDATASOURCE
   CF_SETDATASOURCEPASSWORD
   CF_SETDATASOURCEUSERNAME
   CFUSION_DBCONNECTIONS_FLUSH
   CFUSION_DECRYPT
   CFUSION_DISABLE_DBCONNECTIONS
   CFUSION_ENCRYPT
   CFUSION_GETODBCDSN
   CFUSION_GETODBCINI
   CFUSION_SETODBCINI
   CFUSION_SETTINGS_REFRESH
   CFUSION_VERIFYMAIL
  
   These were all grouped together, as the list is returned in
alphabetical
   order. These may not be the only ones that were new to my knowledge.
Do
   these work??? hehe
  
   BTW All of the other functions listed were listed the exact same way.
 All
   uppercase  missing the parenthesis like those above.
  
   Sincerely,
   Mike
  
   P.S. After quick glance I found another one below:
   JAVACAST
  
   From: "Michael Thomas" [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Subject: OT: CF Web Dev.
   Date: Sun, 19 Nov 2000 12:38:41 GMT
   
   Sorry for the off topic post. I hope I dont get flamed beyond
 recognition
   over this but I have a web development site that Ive been working on
 the
   last 6/7 months that is about to launch January 1st. One of the
 sections
   covers the Cold Fusion language. I have about 18 CF related
   articles/tutorials all ranging from Beginner to Advanced Levels
(Mostly
   beginner, Im working my up the ladder with content).
   
   I wuz wondering if anyone would like to contribute anything to this
   project,
   doesnt matter how big or small (Everything counts ^_^). I do however
 have
   to
   admit before hand that I cannot pay anything for any contributions
 made.
 I
   do this project in my free time to contribute something back to the
   community that has given so much to me, just as evryone here does
 everyday
   in this list. Even though I cant pay anything it doesnt mean that
this
   doesnt come without benefits.
   
   If anyone is interested in this opportunity you can contact me
directly
 at
   [EMAIL PROTECTED] Once again sorry for the off topic post. Thanx in
   advance for all your time.
   
   Sincerely,
   Mike
  
 
_
   Get Your Private, Free E-mail from MSN Hotmail at
 http://www.hotmail.com.
   
   Share information about yourself, create your own public profile at
   http://profiles.msn.com.
   
   ~~
   Structure your ColdFusion code with Fusebox. Get the official book at
   http://www.fusionauthority.com/bkinfo.cfm
   
   Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
   Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
  
  
 _
   Get Your Private, Free E-mail from MSN Hotmail at
 http://www.hotmail.com.
  
   Share information about yourself, create your own public profile at
   http://profiles.msn.com.
  
   ~~
   Structure your ColdFusion code with Fusebox. Get the official book at
 http://www.fusionauthority.com/bkinfo.cfm
  
   Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
   Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
  
 
 ~~
 Structure your ColdFusion code with Fusebox. Get the official book at
 http://www.fusionauthority.com/bkinfo.cfm
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

 _
 Get Your Private, Free E

Re: CF functions list.....

2000-11-19 Thread Michael Dinowitz

True there are hidden tags, but there's no easy way of knowing them all like
there is for functions.

 Not only are there many hidden cf functions even besides the ones
shown
 below  that will be returned by the GetFunctiosnList() but there are tags
 too. As I have found some of these are potentially dangerous.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

One I found is cfobjectcache it takes a property of "action". This can be 
used to force or delete the caching of a query. Dont know if anyone else has 
seen thisor not =)


From: [EMAIL PROTECTED] (Michael Dinowitz)
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Sun, 19 Nov 2000 18:09:56 -0500

True there are hidden tags, but there's no easy way of knowing them all 
like
there is for functions.

  Not only are there many hidden cf functions even besides the ones
shown
  below  that will be returned by the GetFunctiosnList() but there are 
tags
  too. As I have found some of these are potentially dangerous.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

This link covers alot but not all... Ive found a surplus of ones other than 
that already.


From: "John Foulds" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Thu, 7 Sep 2000 18:04:18 -0400

http://www.securiteam.com/exploits/Patch_Available_for_the_Undocumented_CFML
_Tags_vulnerability.html


- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:54 PM
Subject: Re: CF functions list.


  Not only are there many hidden cf functions even besides the ones
shown
  below  that will be returned by the GetFunctiosnList() but there are 
tags
  too. As I have found some of these are potentially dangerous.
 
 
  From: [EMAIL PROTECTED] (Michael Dinowitz)
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: Re: CF functions list.
  Date: Sun, 19 Nov 2000 17:41:48 -0500
  
  The function shows ALL functions, including the hidden ones. I've got
notes
  on them all and will put them up. I know I've said I would do this is 
the
  past and have only slowly, but that's changing. I'm in final release of
my
  annotated docs (docs you can comment on) and they'll be released with 
the
  functions.
  You can look at what's there and comment at 
www.fusionauthority.com/docs
  
  
Has anyone ever used the GetFunctionList() function to display all 
of
  the
functions available that the CF Server supports???
   
I did  it came back with some functions that Ive never seen before. 
I
  have
a list of those functions below:
   
CF_GETDATASOURCEUSERNAME
CF_ISCOLDFUSIONDATASOURCE
CF_SETDATASOURCEPASSWORD
CF_SETDATASOURCEUSERNAME
CFUSION_DBCONNECTIONS_FLUSH
CFUSION_DECRYPT
CFUSION_DISABLE_DBCONNECTIONS
CFUSION_ENCRYPT
CFUSION_GETODBCDSN
CFUSION_GETODBCINI
CFUSION_SETODBCINI
CFUSION_SETTINGS_REFRESH
CFUSION_VERIFYMAIL
   
These were all grouped together, as the list is returned in
alphabetical
order. These may not be the only ones that were new to my knowledge.
Do
these work??? hehe
   
BTW All of the other functions listed were listed the exact same 
way.
  All
uppercase  missing the parenthesis like those above.
   
Sincerely,
Mike
   
P.S. After quick glance I found another one below:
JAVACAST
   
From: "Michael Thomas" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: OT: CF Web Dev.
Date: Sun, 19 Nov 2000 12:38:41 GMT

Sorry for the off topic post. I hope I dont get flamed beyond
  recognition
over this but I have a web development site that Ive been working 
on
  the
last 6/7 months that is about to launch January 1st. One of the
  sections
covers the Cold Fusion language. I have about 18 CF related
articles/tutorials all ranging from Beginner to Advanced Levels
(Mostly
beginner, Im working my up the ladder with content).

I wuz wondering if anyone would like to contribute anything to this
project,
doesnt matter how big or small (Everything counts ^_^). I do 
however
  have
to
admit before hand that I cannot pay anything for any contributions
  made.
  I
do this project in my free time to contribute something back to the
community that has given so much to me, just as evryone here does
  everyday
in this list. Even though I cant pay anything it doesnt mean that
this
doesnt come without benefits.

If anyone is interested in this opportunity you can contact me
directly
  at
[EMAIL PROTECTED] Once again sorry for the off topic post. Thanx 
in
advance for all your time.

Sincerely,
Mike
   
  
 _
Get Your Private, Free E-mail from MSN Hotmail at
  http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book 
at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
   
   
  
 _
Get Your Private, Free E-mail from MSN Hotmail at
  http://www.hotmail.com.
   
Share information about yourself, create your own public profile at
http://profiles.msn.com.
   
~~
Structure your ColdFusion code with Fusebox. Get the official book 
at
  http://www.fusionauthority.com/bkinfo.cfm
   
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.h

Re: CF functions list.....

2000-11-19 Thread Todd Ashworth

OK .. there's no easy way, but there *is* a way, right?  Are these
undocumented tags documented anywhere at all?  I would like to see them  Why
are they undocumented?  This sounds rather dangerous to me.

Todd Ashworth


- Original Message -
From: "Michael Dinowitz" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:09 PM
Subject: Re: CF functions list.


 True there are hidden tags, but there's no easy way of knowing them all
like
 there is for functions.

  Not only are there many hidden cf functions even besides the ones
 shown
  below  that will be returned by the GetFunctiosnList() but there are
tags
  too. As I have found some of these are potentially dangerous.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

The reason they are undocumented is that they are CFServer related used by 
allaire in perfomring administrational tasks  duties. They are not really 
potentially dangerous unless the CFREGISTRY tag is enabled  you have access 
to the host computer in question.

Mike


From: "Todd Ashworth" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Sun, 19 Nov 2000 18:35:40 -0500

OK .. there's no easy way, but there *is* a way, right?  Are these
undocumented tags documented anywhere at all?  I would like to see them  
Why
are they undocumented?  This sounds rather dangerous to me.

Todd Ashworth


- Original Message -
From: "Michael Dinowitz" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:09 PM
Subject: Re: CF functions list.


  True there are hidden tags, but there's no easy way of knowing them all
like
  there is for functions.
 
   Not only are there many hidden cf functions even besides the ones
  shown
   below  that will be returned by the GetFunctiosnList() but there are
tags
   too. As I have found some of these are potentially dangerous.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread John Foulds

In anything provides more depth, pls. post the urls.
Thx
J.

- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 7:22 PM
Subject: Re: CF functions list.


 This link covers alot but not all... Ive found a surplus of ones other
than
 that already.


 From: "John Foulds" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Re: CF functions list.
 Date: Thu, 7 Sep 2000 18:04:18 -0400
 

http://www.securiteam.com/exploits/Patch_Available_for_the_Undocumented_CFM
L
 _Tags_vulnerability.html
 
 
 - Original Message -
 From: "Michael Thomas" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Sunday, November 19, 2000 6:54 PM
 Subject: Re: CF functions list.
 
 
   Not only are there many hidden cf functions even besides the ones
 shown
   below  that will be returned by the GetFunctiosnList() but there are
 tags
   too. As I have found some of these are potentially dangerous.
  
  
   From: [EMAIL PROTECTED] (Michael Dinowitz)
   Reply-To: [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Subject: Re: CF functions list.
   Date: Sun, 19 Nov 2000 17:41:48 -0500
   
   The function shows ALL functions, including the hidden ones. I've got
 notes
   on them all and will put them up. I know I've said I would do this is
 the
   past and have only slowly, but that's changing. I'm in final release
of
 my
   annotated docs (docs you can comment on) and they'll be released with
 the
   functions.
   You can look at what's there and comment at
 www.fusionauthority.com/docs
   
   
 Has anyone ever used the GetFunctionList() function to display all
 of
   the
 functions available that the CF Server supports???

 I did  it came back with some functions that Ive never seen
before.
 I
   have
 a list of those functions below:

 CF_GETDATASOURCEUSERNAME
 CF_ISCOLDFUSIONDATASOURCE
 CF_SETDATASOURCEPASSWORD
 CF_SETDATASOURCEUSERNAME
 CFUSION_DBCONNECTIONS_FLUSH
 CFUSION_DECRYPT
 CFUSION_DISABLE_DBCONNECTIONS
 CFUSION_ENCRYPT
 CFUSION_GETODBCDSN
 CFUSION_GETODBCINI
 CFUSION_SETODBCINI
 CFUSION_SETTINGS_REFRESH
 CFUSION_VERIFYMAIL

 These were all grouped together, as the list is returned in
 alphabetical
 order. These may not be the only ones that were new to my
knowledge.
 Do
 these work??? hehe

 BTW All of the other functions listed were listed the exact same
 way.
   All
 uppercase  missing the parenthesis like those above.

 Sincerely,
 Mike

 P.S. After quick glance I found another one below:
 JAVACAST

 From: "Michael Thomas" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: OT: CF Web Dev.
 Date: Sun, 19 Nov 2000 12:38:41 GMT
 
 Sorry for the off topic post. I hope I dont get flamed beyond
   recognition
 over this but I have a web development site that Ive been working
 on
   the
 last 6/7 months that is about to launch January 1st. One of the
   sections
 covers the Cold Fusion language. I have about 18 CF related
 articles/tutorials all ranging from Beginner to Advanced Levels
 (Mostly
 beginner, Im working my up the ladder with content).
 
 I wuz wondering if anyone would like to contribute anything to
this
 project,
 doesnt matter how big or small (Everything counts ^_^). I do
 however
   have
 to
 admit before hand that I cannot pay anything for any
contributions
   made.
   I
 do this project in my free time to contribute something back to
the
 community that has given so much to me, just as evryone here does
   everyday
 in this list. Even though I cant pay anything it doesnt mean that
 this
 doesnt come without benefits.
 
 If anyone is interested in this opportunity you can contact me
 directly
   at
 [EMAIL PROTECTED] Once again sorry for the off topic post.
Thanx
 in
 advance for all your time.
 
 Sincerely,
 Mike

   
 
_
 Get Your Private, Free E-mail from MSN Hotmail at
   http://www.hotmail.com.
 
 Share information about yourself, create your own public profile
at
 http://profiles.msn.com.
 
 ~~
 Structure your ColdFusion code with Fusebox. Get the official
book
 at
 http://www.fusionauthority.com/bkinfo.cfm
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


  
 
_
 Get Your Private, Free E-mail from MSN Hotmail at
   http://www.hotmail.com.

 Share information

Re: CF functions list.....

2000-11-19 Thread Todd Ashworth

Could these be of any use to developers though?  Especially in providing
in-house maintenance and support for secure intranets?

Todd Ashworth

- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:46 PM
Subject: Re: CF functions list.


 The reason they are undocumented is that they are CFServer related used by
 allaire in perfomring administrational tasks  duties. They are not really
 potentially dangerous unless the CFREGISTRY tag is enabled  you have
access
 to the host computer in question.

 Mike


 From: "Todd Ashworth" [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Re: CF functions list.
 Date: Sun, 19 Nov 2000 18:35:40 -0500
 
 OK .. there's no easy way, but there *is* a way, right?  Are these
 undocumented tags documented anywhere at all?  I would like to see them
 Why
 are they undocumented?  This sounds rather dangerous to me.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

If  When I find some Ill post urls.


From: "John Foulds" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Thu, 7 Sep 2000 18:50:07 -0400

In anything provides more depth, pls. post the urls.
Thx
J.

- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 7:22 PM
Subject: Re: CF functions list.


  This link covers alot but not all... Ive found a surplus of ones other
than
  that already.
 
 
  From: "John Foulds" [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: Re: CF functions list.
  Date: Thu, 7 Sep 2000 18:04:18 -0400
  
 
 http://www.securiteam.com/exploits/Patch_Available_for_the_Undocumented_CFM
L
  _Tags_vulnerability.html
  
  
  - Original Message -
  From: "Michael Thomas" [EMAIL PROTECTED]
  To: "CF-Talk" [EMAIL PROTECTED]
  Sent: Sunday, November 19, 2000 6:54 PM
  Subject: Re: CF functions list.
  
  
Not only are there many hidden cf functions even besides the 
ones
  shown
below  that will be returned by the GetFunctiosnList() but there 
are
  tags
too. As I have found some of these are potentially dangerous.
   
   
From: [EMAIL PROTECTED] (Michael Dinowitz)
Reply-To: [EMAIL PROTECTED]
    To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Sun, 19 Nov 2000 17:41:48 -0500

The function shows ALL functions, including the hidden ones. I've 
got
  notes
on them all and will put them up. I know I've said I would do this 
is
  the
past and have only slowly, but that's changing. I'm in final 
release
of
  my
annotated docs (docs you can comment on) and they'll be released 
with
  the
functions.
You can look at what's there and comment at
  www.fusionauthority.com/docs


  Has anyone ever used the GetFunctionList() function to display 
all
  of
the
  functions available that the CF Server supports???
 
  I did  it came back with some functions that Ive never seen
before.
  I
have
  a list of those functions below:
 
  CF_GETDATASOURCEUSERNAME
  CF_ISCOLDFUSIONDATASOURCE
  CF_SETDATASOURCEPASSWORD
  CF_SETDATASOURCEUSERNAME
  CFUSION_DBCONNECTIONS_FLUSH
  CFUSION_DECRYPT
  CFUSION_DISABLE_DBCONNECTIONS
  CFUSION_ENCRYPT
  CFUSION_GETODBCDSN
  CFUSION_GETODBCINI
  CFUSION_SETODBCINI
  CFUSION_SETTINGS_REFRESH
  CFUSION_VERIFYMAIL
 
  These were all grouped together, as the list is returned in
  alphabetical
  order. These may not be the only ones that were new to my
knowledge.
  Do
  these work??? hehe
 
  BTW All of the other functions listed were listed the exact same
  way.
All
  uppercase  missing the parenthesis like those above.
 
  Sincerely,
  Mike
 
  P.S. After quick glance I found another one below:
  JAVACAST
 
  From: "Michael Thomas" [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: OT: CF Web Dev.
  Date: Sun, 19 Nov 2000 12:38:41 GMT
  
  Sorry for the off topic post. I hope I dont get flamed beyond
recognition
  over this but I have a web development site that Ive been 
working
  on
the
  last 6/7 months that is about to launch January 1st. One of the
sections
  covers the Cold Fusion language. I have about 18 CF related
  articles/tutorials all ranging from Beginner to Advanced Levels
  (Mostly
  beginner, Im working my up the ladder with content).
  
  I wuz wondering if anyone would like to contribute anything to
this
  project,
  doesnt matter how big or small (Everything counts ^_^). I do
  however
have
  to
  admit before hand that I cannot pay anything for any
contributions
made.
I
  do this project in my free time to contribute something back to
the
  community that has given so much to me, just as evryone here 
does
everyday
  in this list. Even though I cant pay anything it doesnt mean 
that
  this
  doesnt come without benefits.
  
  If anyone is interested in this opportunity you can contact me
  directly
at
  [EMAIL PROTECTED] Once again sorry for the off topic post.
Thanx
  in
  advance for all your time.
  
  Sincerely,
  Mike
 

  
 _
  Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
  
  Share information about yourself, create your own public 
profile
at
  http://profiles.msn.com.
  
  ~~
  Structure your ColdFusion code with Fusebox. Get the official
book
  at
  http://www.

Re: CF functions list.....

2000-11-19 Thread Rob Keniger

on 11/20/00 9:52 AM, Todd Ashworth at [EMAIL PROTECTED] wrote:

 Could these be of any use to developers though?  Especially in providing
 in-house maintenance and support for secure intranets?

I believe they're already used by many hosting providers to automate DNS
creation etc.

-- 

Rob Keniger

big bang solutions

mailto:[EMAIL PROTECTED]
http://www.bigbang.net.au

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Michael Thomas

Definantly. There are some functions  tags that are made  could be 
incorporated for exactly what you just described.

From: "Todd Ashworth" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: CF functions list.
Date: Sun, 19 Nov 2000 18:52:13 -0500

Could these be of any use to developers though?  Especially in providing
in-house maintenance and support for secure intranets?

Todd Ashworth

- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:46 PM
Subject: Re: CF functions list.


  The reason they are undocumented is that they are CFServer related used 
by
  allaire in perfomring administrational tasks  duties. They are not 
really
  potentially dangerous unless the CFREGISTRY tag is enabled  you have
access
  to the host computer in question.
 
  Mike
 
 
  From: "Todd Ashworth" [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Subject: Re: CF functions list.
  Date: Sun, 19 Nov 2000 18:35:40 -0500
  
  OK .. there's no easy way, but there *is* a way, right?  Are these
  undocumented tags documented anywhere at all?  I would like to see them
  Why
  are they undocumented?  This sounds rather dangerous to me.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF functions list.....

2000-11-19 Thread Todd Ashworth

snip
| I believe they're already used by many hosting providers to automate DNS
| creation etc.

and

| Definantly. There are some functions  tags that are made  could be
| incorporated for exactly what you just described.
/snip

Ahh .. exactly what I need .. A way to help automate setting up web hosting
accounts for CF sites and perform other adminitrative tasks for those in the
company who don't know how .. especially under Linux.  It would definately
help my work life ;)

So, I ask again .. is there some place where I could get a list off all of
these undocumented tags and their attributes?  Besides, regardless of
practical use, I still want to know all I can :)

Todd Ashworth

- Original Message -
From: "Michael Thomas" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Sunday, November 19, 2000 6:58 PM
Subject: Re: CF functions list.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF functions list.....

2000-11-19 Thread Pete Freitag

"is there some place where I could get a list off all of
these undocumented tags"

Here is Allaire's KB article about it, no attributes to go with them, but I
remember seeing a that somewhere...

http://www.allaire.com/handlers/index.cfm?ID=11714Method=Full

__
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists