samba.git
16 years agor7161: - Add support for "aliases" for pidls scalar types and add a few aliases.
Jelmer Vernooij [Wed, 1 Jun 2005 00:34:28 +0000 (00:34 +0000)]
r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.
- Define __PIDL__ when preprocessing IDL files.
- Remove a couple of useless defines from rpcecho.idl
rpcecho.idl now works in both pidl and midl
(althought pidl is a bit pedantic and gives two warnings)

16 years agor7160: Initial work on an esp function wrapper generator
Jelmer Vernooij [Wed, 1 Jun 2005 00:12:34 +0000 (00:12 +0000)]
r7160: Initial work on an esp function wrapper generator

16 years agor7159: Improve the messages from pidl's validator module.
Jelmer Vernooij [Wed, 1 Jun 2005 00:00:50 +0000 (00:00 +0000)]
r7159: Improve the messages from pidl's validator module.
Change the IDL file for the echo interface to match the one we use for
Windows. The only thing different between the two files currently is the
names of the scalar types and the handling of strings.

16 years agor7138: Doh - fix some typos.
Tim Potter [Tue, 31 May 2005 11:46:54 +0000 (11:46 +0000)]
r7138: Doh - fix some typos.

16 years agor7137: Add a couple more dummy idl files for the DNS server and Windows
Tim Potter [Tue, 31 May 2005 11:45:05 +0000 (11:45 +0000)]
r7137: Add a couple more dummy idl files for the DNS server and Windows
Terminal Server remote management.

16 years agor7136: fixed a typo
Andrew Tridgell [Tue, 31 May 2005 04:40:10 +0000 (04:40 +0000)]
r7136: fixed a typo

16 years agor7135: make typeof() complient with ECMA 11.4.3
Andrew Tridgell [Tue, 31 May 2005 04:12:55 +0000 (04:12 +0000)]
r7135: make typeof() complient with ECMA 11.4.3

16 years agor7134: a number of small changes to make the pages HTML compliant. The
Andrew Tridgell [Tue, 31 May 2005 03:37:01 +0000 (03:37 +0000)]
r7134: a number of small changes to make the pages HTML compliant. The
builtin web validator in firefox sure is useful!

16 years agor7133: work in progress, including a HIGHLY revised and simplified schema
Derrell Lipman [Tue, 31 May 2005 03:31:54 +0000 (03:31 +0000)]
r7133: work in progress, including a HIGHLY revised and simplified schema

16 years agor7132: - start a convention of making object constructors end in Obj, so we
Andrew Tridgell [Tue, 31 May 2005 02:57:21 +0000 (02:57 +0000)]
r7132: - start a convention of making object constructors end in Obj, so we
  now have FormObj(). This follows the style in the ejs manual

- make a new MenuObj object type, with a display_menu() to display
  it. This will make it easier to make different types of
  menus. Currently only veritical simple menus are supported.

16 years agor7131: support sub-object arrays when displaying objects. This allows the ldb test to
Andrew Tridgell [Tue, 31 May 2005 02:24:50 +0000 (02:24 +0000)]
r7131: support sub-object arrays when displaying objects. This allows the ldb test to
correctly display multi-value attributes like objectClass

16 years agor7128: added recursion to bugs list
Andrew Tridgell [Tue, 31 May 2005 01:52:14 +0000 (01:52 +0000)]
r7128: added recursion to bugs list

16 years agor7127: allow for recursive ejs functions
Andrew Tridgell [Tue, 31 May 2005 01:48:04 +0000 (01:48 +0000)]
r7127: allow for recursive ejs functions

16 years agor7125: demonstrate some bugs in ejs
Andrew Tridgell [Tue, 31 May 2005 01:20:49 +0000 (01:20 +0000)]
r7125: demonstrate some bugs in ejs

16 years agor7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)
Andrew Tridgell [Tue, 31 May 2005 01:16:01 +0000 (01:16 +0000)]
r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)

16 years agor7122: Some cleanups, simplification of the code.
Jelmer Vernooij [Mon, 30 May 2005 23:59:29 +0000 (23:59 +0000)]
r7122: Some cleanups, simplification of the code.

16 years agor7121: More subcontext fixes. A subcontext does not always imply internally deferred
Jelmer Vernooij [Mon, 30 May 2005 23:13:59 +0000 (23:13 +0000)]
r7121: More subcontext fixes. A subcontext does not always imply internally deferred
data, though it might.

16 years agor7120: make use of the new 'noopnum' property and get rid of handwritten
Stefan Metzmacher [Mon, 30 May 2005 22:44:17 +0000 (22:44 +0000)]
r7120: make use of the new 'noopnum' property and get rid of handwritten
parsing code for the spoolss_Enum* functions, there still same handwritten code needed
but just to stack the autogenerated code into the correct way

metze

16 years agor7119: the content of a subcontext can contain deferred data,
Stefan Metzmacher [Mon, 30 May 2005 18:40:36 +0000 (18:40 +0000)]
r7119: the content of a subcontext can contain deferred data,
but for the caller a subcontext is like a scalar...
the first point is more important and is fixed with this commit,
however it would be nice if we could make them look like scalars to the callers later

metze

16 years agor7118: allways pull scalars and buffers when pulling the subcontext context
Stefan Metzmacher [Mon, 30 May 2005 17:58:12 +0000 (17:58 +0000)]
r7118: allways pull scalars and buffers when pulling the subcontext context
(this, is not the full fix, still doesn't work :-( )

metze

16 years agor7117: Move more manpages to the source repository
Jelmer Vernooij [Mon, 30 May 2005 16:50:32 +0000 (16:50 +0000)]
r7117: Move more manpages to the source repository

16 years agor7116: work in progress
Derrell Lipman [Mon, 30 May 2005 16:46:54 +0000 (16:46 +0000)]
r7116: work in progress

16 years agor7115: specify what properties can be used on what objects...
Stefan Metzmacher [Mon, 30 May 2005 16:19:23 +0000 (16:19 +0000)]
r7115: specify what properties can be used on what objects...

metze

16 years agor7114: Convert ldb documentation to DocBook/XML
Jelmer Vernooij [Mon, 30 May 2005 15:59:08 +0000 (15:59 +0000)]
r7114: Convert ldb documentation to DocBook/XML

16 years agor7113: Move manpages from docs repository to source repository
Jelmer Vernooij [Mon, 30 May 2005 15:11:10 +0000 (15:11 +0000)]
r7113: Move manpages from docs repository to source repository

16 years agor7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
Stefan Metzmacher [Mon, 30 May 2005 14:55:26 +0000 (14:55 +0000)]
r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...)

metze

16 years agor7111: Patch from Alan DeKok for correct use of the needed variables in Decl*
Jelmer Vernooij [Mon, 30 May 2005 14:15:20 +0000 (14:15 +0000)]
r7111: Patch from Alan DeKok for correct use of the needed variables in Decl*

16 years agor7110: Remove invalid use of id()
Jelmer Vernooij [Mon, 30 May 2005 13:52:52 +0000 (13:52 +0000)]
r7110: Remove invalid use of id()

16 years agor7109: Change noid() to noopnum() so it isn't confusing to people familiar with id()
Jelmer Vernooij [Mon, 30 May 2005 13:48:35 +0000 (13:48 +0000)]
r7109: Change noid() to noopnum() so it isn't confusing to people familiar with id()

16 years agor7108: display a session expired message
Andrew Tridgell [Mon, 30 May 2005 12:57:59 +0000 (12:57 +0000)]
r7108: display a session expired message

16 years agor7107: detect when a users session has expired and set request['SESSION_EXPIRED']
Andrew Tridgell [Mon, 30 May 2005 12:57:31 +0000 (12:57 +0000)]
r7107: detect when a users session has expired and set request['SESSION_EXPIRED']

16 years agor7106: the web interface now works completely with or without cookies. If you have...
Andrew Tridgell [Mon, 30 May 2005 12:21:30 +0000 (12:21 +0000)]
r7106: the web interface now works completely with or without cookies. If you have cookies
they will be used, otherwise you will see URLs with ?SwatSessionId=XXX on the end.

16 years agor7105: fixed a typo
Andrew Tridgell [Mon, 30 May 2005 12:18:49 +0000 (12:18 +0000)]
r7105: fixed a typo

16 years agor7104: add support into the web server for session[] variables without cookies by...
Andrew Tridgell [Mon, 30 May 2005 12:18:23 +0000 (12:18 +0000)]
r7104: add support into the web server for session[] variables without cookies by using
query strings

16 years agor7103: fix make installswat again:-)
Stefan Metzmacher [Mon, 30 May 2005 11:51:30 +0000 (11:51 +0000)]
r7103: fix make installswat again:-)

metze

16 years agor7102: fix subcontext(0)
Stefan Metzmacher [Mon, 30 May 2005 11:25:26 +0000 (11:25 +0000)]
r7102: fix subcontext(0)

metze

16 years agor7101: moved favicon into images/
Andrew Tridgell [Mon, 30 May 2005 09:41:01 +0000 (09:41 +0000)]
r7101: moved favicon into images/

16 years agor7100: install lately added files too
Stefan Metzmacher [Mon, 30 May 2005 09:31:59 +0000 (09:31 +0000)]
r7100: install lately added files too

metze

16 years agor7099: make the password field a password field...
Stefan Metzmacher [Mon, 30 May 2005 09:31:17 +0000 (09:31 +0000)]
r7099: make the password field a password field...

metze

16 years agor7098: - make use of the NDR table instead of the IDL table in the client and server...
Stefan Metzmacher [Mon, 30 May 2005 09:07:21 +0000 (09:07 +0000)]
r7098: - make use of the NDR table instead of the IDL table in the client and server generation
- add 'noid' property to allow functions to be not present in the function table,
  and not generate client and server functions for them
- print out a warning about [id()] not being correctly supported yet

metze

16 years agor7097: removed a debug line
Andrew Tridgell [Mon, 30 May 2005 08:50:53 +0000 (08:50 +0000)]
r7097: removed a debug line

16 years agor7096: added support for select lists in forms
Andrew Tridgell [Mon, 30 May 2005 08:50:24 +0000 (08:50 +0000)]
r7096: added support for select lists in forms

16 years agor7095: more html tidying
Andrew Tridgell [Mon, 30 May 2005 08:30:24 +0000 (08:30 +0000)]
r7095: more html tidying

16 years agor7094: use the Form() object in a few more places
Andrew Tridgell [Mon, 30 May 2005 08:23:37 +0000 (08:23 +0000)]
r7094: use the Form() object in a few more places

16 years agor7093: - added a new Form() ejs object for producing simple forms.
Andrew Tridgell [Mon, 30 May 2005 08:13:34 +0000 (08:13 +0000)]
r7093: - added a new Form() ejs object for producing simple forms.

- tidied up the html generation a bit

16 years agor7092: added some js for formatting table results in a nicer fashion
Andrew Tridgell [Mon, 30 May 2005 06:55:25 +0000 (06:55 +0000)]
r7092: added some js for formatting table results in a nicer fashion

16 years agor7091: added some more useful links
Andrew Tridgell [Mon, 30 May 2005 06:54:43 +0000 (06:54 +0000)]
r7091: added some more useful links

16 years agor7090: added back in the showvars test
Andrew Tridgell [Mon, 30 May 2005 06:23:50 +0000 (06:23 +0000)]
r7090: added back in the showvars test

16 years agor7089: ensure that headers['HOST'] is setup
Andrew Tridgell [Mon, 30 May 2005 06:22:56 +0000 (06:22 +0000)]
r7089: ensure that headers['HOST'] is setup

16 years agor7088: start on some real structure for the SWAT web pages
Andrew Tridgell [Mon, 30 May 2005 06:15:01 +0000 (06:15 +0000)]
r7088: start on some real structure for the SWAT web pages

- this imports the basic css pages from samba.org

- i have created some useful ejs scripts in common.js that will be included by all pages

- added a real login page, and a logout button showing who you are logged in as

- added page_header() and page_footer() functions that take a page type, allowing
  for "plain" or "columms" pages

- added some simple menus on the left of the columns page type, with links to the esp
  tests and some useful links for samba4 developers

16 years agor7087: always run the /scripting/preauth.esp page before processing any
Andrew Tridgell [Mon, 30 May 2005 06:08:54 +0000 (06:08 +0000)]
r7087: always run the /scripting/preauth.esp page before processing any
request. If this page produces any output then that output is sent to
the browser and the request is not processed

This allows us to ensure that all pages are authenticated

16 years agor7086: make include() recognise the ".esp" extension and include the file as
Andrew Tridgell [Mon, 30 May 2005 06:07:23 +0000 (06:07 +0000)]
r7086: make include() recognise the ".esp" extension and include the file as
an esp script instead of as a ejs script

16 years agor7085: fixed a bug in ejs with setting up the arguments[] array
Andrew Tridgell [Mon, 30 May 2005 06:06:27 +0000 (06:06 +0000)]
r7085: fixed a bug in ejs with setting up the arguments[] array

16 years agor7084: - readd the work from rev 6516,6517,6572
Stefan Metzmacher [Mon, 30 May 2005 00:19:58 +0000 (00:19 +0000)]
r7084: - readd the work from rev 6516,6517,6572

- use a single list of scalars

- let "string" not be so special anymore

- fix support for "string_array"

metze

16 years agor7083: Add a ejs hook to the resolve_name() function.
Tim Potter [Sun, 29 May 2005 22:14:21 +0000 (22:14 +0000)]
r7083: Add a ejs hook to the resolve_name() function.

We need to figure out what the best way to return NTSTATUS codes.  In the
Python wrappers I threw an exception which could be caught by some code,
but I'm not sure whether this is possible in ejs.

16 years agor7082: Call load_interfaces() in smbscript initialisation.
Tim Potter [Sun, 29 May 2005 22:11:32 +0000 (22:11 +0000)]
r7082: Call load_interfaces() in smbscript initialisation.

16 years agor7081: Add mprToInt() function.
Tim Potter [Sun, 29 May 2005 22:10:51 +0000 (22:10 +0000)]
r7081: Add mprToInt() function.

16 years agor7080: Fix typo in error message.
Tim Potter [Sun, 29 May 2005 21:45:38 +0000 (21:45 +0000)]
r7080: Fix typo in error message.

16 years agor7079: remember to register the esp calls
Andrew Tridgell [Sun, 29 May 2005 12:43:45 +0000 (12:43 +0000)]
r7079: remember to register the esp calls

16 years agor7078: - fix an uninitialised variable in smbscript
Andrew Tridgell [Sun, 29 May 2005 12:41:59 +0000 (12:41 +0000)]
r7078: - fix an uninitialised variable in smbscript

- fixed handle passing in the smb/ejs interface calls, so they can be called
  safely from esp

16 years agor7077: pull in a bunch more libs for smbscript. I plan on making a whole lot
Andrew Tridgell [Sun, 29 May 2005 12:10:13 +0000 (12:10 +0000)]
r7077: pull in a bunch more libs for smbscript. I plan on making a whole lot
of internal functions available to ejs, including rpc functions.

This should hopefully fix the link on solaris10 as well

16 years agor7076: added demos of using ARGV[]
Andrew Tridgell [Sun, 29 May 2005 11:58:47 +0000 (11:58 +0000)]
r7076: added demos of using ARGV[]

16 years agor7075: added support for ARGV[] in ejs scripts
Andrew Tridgell [Sun, 29 May 2005 11:58:14 +0000 (11:58 +0000)]
r7075: added support for ARGV[] in ejs scripts

16 years agor7074: we should load all shares in smbscript
Andrew Tridgell [Sun, 29 May 2005 11:43:52 +0000 (11:43 +0000)]
r7074: we should load all shares in smbscript

16 years agor7073: added some simple example scripts for use with smbscript
Andrew Tridgell [Sun, 29 May 2005 11:43:02 +0000 (11:43 +0000)]
r7073: added some simple example scripts for use with smbscript

16 years agor7072: moved the esp hooks calls to the ejs level, so we can call them from
Andrew Tridgell [Sun, 29 May 2005 11:35:56 +0000 (11:35 +0000)]
r7072: moved the esp hooks calls to the ejs level, so we can call them from
both esp scripts and ejs scripts. This allows the smbscript program to
call all the existing extension calls like lpGet() and ldbSearch()

Also fixed smbscript to load smb.conf, and setup logging for DEBUG()

I left the unixAuth() routine in web_server/calls.c at the moment, as
that is really only useful for esp scripts. I imagine that as we
extend esp/ejs, we will put some functions in scripting/ejs/ for use
in both ejs and esp, and some functions in web_server/ where they will
only be accessed by esp web scripts

16 years agor7071: allow access to the current mpr memory context from ejs calls
Andrew Tridgell [Sun, 29 May 2005 11:32:29 +0000 (11:32 +0000)]
r7071: allow access to the current mpr memory context from ejs calls

16 years agor7070: fix redirection when the client
Stefan Metzmacher [Sun, 29 May 2005 11:16:45 +0000 (11:16 +0000)]
r7070: fix redirection when the client
doesn't send a 'Host' header

metze

16 years agor7069: Add a little usage message to smbscript and fix a compiler warning. My
Volker Lendecke [Sun, 29 May 2005 08:12:16 +0000 (08:12 +0000)]
r7069: Add a little usage message to smbscript and fix a compiler warning. My
compiler still complains about "handle" (scripting/ejs/smbscrip.c:46) possibly
not being initialized and to me this looks true.

Running smbscript with the trivial write("Hello, world\n"); also leaves some
memory around.

Volker

16 years agor7068: Missed one!
Tim Potter [Sun, 29 May 2005 04:24:09 +0000 (04:24 +0000)]
r7068: Missed one!

16 years agor7067: older versions of gnutls don't have GNUTLS_KP_TLS_WWW_SERVER
Andrew Tridgell [Sun, 29 May 2005 04:22:40 +0000 (04:22 +0000)]
r7067: older versions of gnutls don't have GNUTLS_KP_TLS_WWW_SERVER

16 years agor7066: Rename http_exception to ejs_exception.
Tim Potter [Sun, 29 May 2005 04:10:22 +0000 (04:10 +0000)]
r7066: Rename http_exception to ejs_exception.

16 years agor7065: Move ejs from web_server to lib so it can be shared with smbscript.
Tim Potter [Sun, 29 May 2005 03:53:36 +0000 (03:53 +0000)]
r7065: Move ejs from web_server to lib so it can be shared with smbscript.

16 years agor7064: Clean up handle parameter passing after peeking at tridge's ejstest.c
Tim Potter [Sun, 29 May 2005 03:29:10 +0000 (03:29 +0000)]
r7064: Clean up handle parameter passing after peeking at tridge's ejstest.c

16 years agor7063: Do error checking on the ejs functions.
Tim Potter [Sun, 29 May 2005 03:25:21 +0000 (03:25 +0000)]
r7063: Do error checking on the ejs functions.

Tridge says there is a bug in defining per-engine CFunction's so move
calls to ejsDefineStringCFunction() above the ejsOpenEngine() call.

Test script now works!

16 years agor7062: Merge scripting/swig/config.mk with scripting/config.mk
Tim Potter [Sun, 29 May 2005 00:22:34 +0000 (00:22 +0000)]
r7062: Merge scripting/swig/config.mk with scripting/config.mk

16 years agor7061: A ejs scripting client. This should allow javascript to be run in a
Tim Potter [Sun, 29 May 2005 00:13:10 +0000 (00:13 +0000)]
r7061: A ejs scripting client.  This should allow javascript to be run in a
command line environment instead of inside the web server.

It doesn't work yet though, rather an exception is thrown when trying
to call ejsDefineStringCFunction().

16 years agor7060: Fix use of uninitialised variable.
Tim Potter [Sun, 29 May 2005 00:09:20 +0000 (00:09 +0000)]
r7060: Fix use of uninitialised variable.

16 years agor7059: Use namespaces for pidl and the build system, so we can later on
Jelmer Vernooij [Sat, 28 May 2005 23:38:52 +0000 (23:38 +0000)]
r7059: Use namespaces for pidl and the build system, so we can later on
call out to the build system to compile the various pidl tests
(without having to rely on shared library support).

Initial work on an ndr_array test.

16 years agor7058: Add experimenthal pam authentication for web pages
Simo Sorce [Sat, 28 May 2005 19:35:49 +0000 (19:35 +0000)]
r7058: Add experimenthal pam authentication for web pages

16 years agor7057: remove some ^M at end of lines
Simo Sorce [Sat, 28 May 2005 16:57:03 +0000 (16:57 +0000)]
r7057: remove some ^M at end of lines

16 years agor7056: added links to ejs and esp info pages
Andrew Tridgell [Sat, 28 May 2005 11:40:51 +0000 (11:40 +0000)]
r7056: added links to ejs and esp info pages

16 years agor7055: automatically add the dn to all ldbSearch results
Andrew Tridgell [Sat, 28 May 2005 08:59:46 +0000 (08:59 +0000)]
r7055: automatically add the dn to all ldbSearch results

16 years agor7054: added a example script showing ldbSearch() usage
Andrew Tridgell [Sat, 28 May 2005 08:48:57 +0000 (08:48 +0000)]
r7054: added a example script showing ldbSearch() usage

16 years agor7053: added a ldbSearch() call to esp
Andrew Tridgell [Sat, 28 May 2005 08:48:18 +0000 (08:48 +0000)]
r7053: added a ldbSearch() call to esp

It takes two forms, one with a set of attributes, the other without:

res = ldbSearch("dbfile", "expression");

        var attrs = new Array("attr1", "attr2", "attr3");
res = ldbSearch("dbfile", "expression", attrs);

16 years agor7052: added a case insensitive str_list_check_ci() version of str_list_check()
Andrew Tridgell [Sat, 28 May 2005 08:47:01 +0000 (08:47 +0000)]
r7052: added a case insensitive str_list_check_ci() version of str_list_check()

16 years agor7051: remove an unused file
Andrew Tridgell [Sat, 28 May 2005 07:41:20 +0000 (07:41 +0000)]
r7051: remove an unused file

16 years agor7050: fix linking of smbd
Stefan Metzmacher [Sat, 28 May 2005 06:39:43 +0000 (06:39 +0000)]
r7050: fix linking of smbd

metze

16 years agor7049: auto-create the private/tls/ directory on install
Andrew Tridgell [Sat, 28 May 2005 03:54:24 +0000 (03:54 +0000)]
r7049: auto-create the private/tls/ directory on install

16 years agor7048: added auto-generation of TLS self-signed certificates if none exist already
Andrew Tridgell [Sat, 28 May 2005 03:50:13 +0000 (03:50 +0000)]
r7048: added auto-generation of TLS self-signed certificates if none exist already

This allows smbd to be setup from scratch over ssl without having to
know how to create valid certificates (which can be quite tricky
unless you've done it before)

Of course, a good admin will provide real certificates, and smbd will
use them if specified

16 years agor7047: rearranged the tls code a bit, and improved the error messages when it fails
Andrew Tridgell [Sat, 28 May 2005 01:29:45 +0000 (01:29 +0000)]
r7047: rearranged the tls code a bit, and improved the error messages when it fails

16 years agor7044: vance is right that mixing http and https elements gives a warning in IE
Andrew Tridgell [Fri, 27 May 2005 23:52:41 +0000 (23:52 +0000)]
r7044: vance is right that mixing http and https elements gives a warning in IE

16 years agor7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenable
Andrew Bartlett [Fri, 27 May 2005 23:10:36 +0000 (23:10 +0000)]
r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenable
'obfustication' in the new PIDL.

Jelmer:  Can you double-check this?

Andrew Bartlett

16 years agor7037: Add enough pointers in the header file as well
Jelmer Vernooij [Fri, 27 May 2005 18:36:23 +0000 (18:36 +0000)]
r7037: Add enough pointers in the header file as well
Fix a couple of warnings.

16 years agor7036: Allow more operations in several properties (such as size_is, length_is,
Jelmer Vernooij [Fri, 27 May 2005 18:14:43 +0000 (18:14 +0000)]
r7036: Allow more operations in several properties (such as size_is, length_is,
switch_is, etc) and simplify the code involved

16 years agor7029: Make array support in pidl similar to that in other IDL compilers. We should
Jelmer Vernooij [Fri, 27 May 2005 15:49:15 +0000 (15:49 +0000)]
r7029: Make array support in pidl similar to that in other IDL compilers. We should
now able to use constructions like these:

[size_is(20)] int *x; -> Pointer to array of 20 ints
[size_is(20)] int x[]; -> Array of 20 ints
[size_is(20)] int *x[]; -> Array of 20 pointers to ints
[size_is(20,)] int *x[] -> Array of 20 pointers to ints
[size_is(,20)] int *x[]; -> Pointer to array of 20 ints
[size_is(,20)] int **x; -> Pointer to pointer to array of 20 ints
[size_is(20)] int x[][30]; -> 20 blocks of 30 ints

16 years agor7023: reduced the number of warnings in building ejs and esp
Andrew Tridgell [Fri, 27 May 2005 14:07:29 +0000 (14:07 +0000)]
r7023: reduced the number of warnings in building ejs and esp

16 years agor7022: Add support for parsing definitions of multi-dimension arrays.
Jelmer Vernooij [Fri, 27 May 2005 14:01:22 +0000 (14:01 +0000)]
r7022: Add support for parsing definitions of multi-dimension arrays.
This will also be required for supporting
parsing pointers to arrays and arrays of pointers simultaneously.

16 years agor7019: - added esp call lpServices() which returns a list of services in smb.conf.
Andrew Tridgell [Fri, 27 May 2005 13:16:26 +0000 (13:16 +0000)]
r7019: - added esp call lpServices() which returns a list of services in smb.conf.

- added a test of lpServices() in the esptest scripts

16 years agor7018: take advantage of the server[TLS_SUPPORT] variable to auto-redirect the home
Andrew Tridgell [Fri, 27 May 2005 12:36:16 +0000 (12:36 +0000)]
r7018: take advantage of the server[TLS_SUPPORT] variable to auto-redirect the home
page of swat to https:// if TLS is initialised OK