samba.git
16 years agor9092: Generate some more stub functions.
Tim Potter [Fri, 5 Aug 2005 01:23:35 +0000 (01:23 +0000)]
r9092: Generate some more stub functions.

16 years agor9090: Another field in usermod function - account flags.
Rafal Szczesniak [Fri, 5 Aug 2005 01:23:06 +0000 (01:23 +0000)]
r9090: Another field in usermod function - account flags.

rafal

16 years agor9089: Start generating module init and top level ejs functions for smb_interfaces.
Tim Potter [Fri, 5 Aug 2005 01:04:45 +0000 (01:04 +0000)]
r9089: Start generating module init and top level ejs functions for smb_interfaces.

16 years agor9088: More ethereal parser generator updates
Jelmer Vernooij [Fri, 5 Aug 2005 00:59:24 +0000 (00:59 +0000)]
r9088: More ethereal parser generator updates

16 years agor9085: Missing structs.h entry.
Andrew Bartlett [Fri, 5 Aug 2005 00:56:21 +0000 (00:56 +0000)]
r9085: Missing structs.h entry.

Andrew Bartlett

16 years agor9084: 'resign' the sample PAC for the validation of the signature algorithms.
Andrew Bartlett [Fri, 5 Aug 2005 00:41:53 +0000 (00:41 +0000)]
r9084: 'resign' the sample PAC for the validation of the signature algorithms.

If we ever get problems with the kerberos code, it should show up as a
different signature in this PAC.

This involved returning more data from the pac functions, so changed
some callers and split up some functions.

Andrew Bartlett

16 years agor9082: added the ECMA functions encodeURIComponent() and
Andrew Tridgell [Fri, 5 Aug 2005 00:31:06 +0000 (00:31 +0000)]
r9082: added the ECMA functions encodeURIComponent() and
decodeURIComponent(), which I am using as part of my object
linearisation code

16 years agor9081: Work on new ethereal parser generator, partially based on
Jelmer Vernooij [Fri, 5 Aug 2005 00:30:21 +0000 (00:30 +0000)]
r9081: Work on new ethereal parser generator, partially based on
Ronnie Sahlberg's idl2eth.c

16 years agor9078: - move charset stuff to lib/charset
Stefan Metzmacher [Thu, 4 Aug 2005 23:56:18 +0000 (23:56 +0000)]
r9078: - move charset stuff to lib/charset
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore

should fix the build on solaris 10

metze

16 years agor9077: HEIMDAL_ROKEN needs inet_aton and on solaris it's in -lsocket
Stefan Metzmacher [Thu, 4 Aug 2005 23:43:05 +0000 (23:43 +0000)]
r9077: HEIMDAL_ROKEN needs inet_aton and on solaris it's in -lsocket

this should fix the build on sun1

metze

16 years agor9074: cope with a null ntvfs context in disconnect, so the destructor that
Andrew Tridgell [Thu, 4 Aug 2005 21:00:38 +0000 (21:00 +0000)]
r9074: cope with a null ntvfs context in disconnect, so the destructor that
runs on a failed ntvfs init works

16 years agor9071: Set real and workstation fields in ejs credentials object.
Rafal Szczesniak [Thu, 4 Aug 2005 20:22:25 +0000 (20:22 +0000)]
r9071: Set real and workstation fields in ejs credentials object.

rafal

16 years agor9070: More fields in ejs credentials object.
Rafal Szczesniak [Thu, 4 Aug 2005 19:59:57 +0000 (19:59 +0000)]
r9070: More fields in ejs credentials object.

rafal

16 years agor9068: Move # sign.
Lars Müller [Thu, 4 Aug 2005 17:33:10 +0000 (17:33 +0000)]
r9068: Move # sign.

16 years agor9067: Use the right variable name in the example too.
Lars Müller [Thu, 4 Aug 2005 17:32:05 +0000 (17:32 +0000)]
r9067: Use the right variable name in the example too.

16 years agor9063: - don't pollute the global $LIBS variable with -ldl
Stefan Metzmacher [Thu, 4 Aug 2005 16:49:17 +0000 (16:49 +0000)]
r9063: - don't pollute the global $LIBS variable with -ldl
- -lresolve seems to not being needed any more
  (it's actually not used, and the build farm seem to happy with it)

- move socket and netif configure test to seperate files
- don't pollute the global $LIBS variable with -lsocket ...
- actually make use of the -lsocket when needed
  (should fix the solaris build)

metze

16 years agor9060: prepend not overwrite the libs
Stefan Metzmacher [Thu, 4 Aug 2005 16:11:26 +0000 (16:11 +0000)]
r9060: prepend not overwrite the libs

metze

16 years agor9059: add a basic credentials object for mimir
Andrew Tridgell [Thu, 4 Aug 2005 16:10:13 +0000 (16:10 +0000)]
r9059: add a basic credentials object for mimir

16 years agor9055: fix header generation for string_array and some other scalar types
Stefan Metzmacher [Thu, 4 Aug 2005 06:52:58 +0000 (06:52 +0000)]
r9055: fix header generation for string_array and some other  scalar types
the are actualy mapped to pointers in the api

metze

16 years agor9054: removed incorrect paranoia check on opening streams (this caused RAW-STREAMS...
Andrew Tridgell [Thu, 4 Aug 2005 06:14:34 +0000 (06:14 +0000)]
r9054: removed incorrect paranoia check on opening streams (this caused RAW-STREAMS to fail)

16 years agor9053: Change order of dependencies (.h files are used when creating the
Jelmer Vernooij [Thu, 4 Aug 2005 05:46:17 +0000 (05:46 +0000)]
r9053: Change order of dependencies (.h files are used when creating the
two compilers used for generating the rest of the heimdal files)

16 years agor9052: Support lex/yacc compilers without support for -o
Jelmer Vernooij [Thu, 4 Aug 2005 05:23:07 +0000 (05:23 +0000)]
r9052: Support lex/yacc compilers without support for -o

16 years agor9050: fix make pch all
Stefan Metzmacher [Thu, 4 Aug 2005 04:53:06 +0000 (04:53 +0000)]
r9050: fix make pch all

metze

16 years agor9049: - add property dependencies to include/proto.h
Stefan Metzmacher [Thu, 4 Aug 2005 04:45:42 +0000 (04:45 +0000)]
r9049: - add property dependencies to include/proto.h
- make some stuff easier

metze

16 years agor9048: added a new DOS error code (thanks to EMC)
Andrew Tridgell [Thu, 4 Aug 2005 04:24:37 +0000 (04:24 +0000)]
r9048: added a new DOS error code (thanks to EMC)

16 years agor9047: show the order of the server/correct output to make it easier to demo this...
Andrew Tridgell [Thu, 4 Aug 2005 04:23:40 +0000 (04:23 +0000)]
r9047: show the order of the server/correct output to make it easier to demo this test ;)

16 years agor9046: fixed display of privileges in RAW-ACLS test
Andrew Tridgell [Thu, 4 Aug 2005 04:23:08 +0000 (04:23 +0000)]
r9046: fixed display of privileges in RAW-ACLS test

16 years agor9045: be friendly towards servers that don't understand the 'share' form for tconx...
Andrew Tridgell [Thu, 4 Aug 2005 04:21:52 +0000 (04:21 +0000)]
r9045: be friendly towards servers that don't understand the 'share' form for tconx, instead of the \\server\share
form

16 years agor9044: added a comment so you can see what this test does :-)
Andrew Tridgell [Thu, 4 Aug 2005 04:21:03 +0000 (04:21 +0000)]
r9044: added a comment so you can see what this test does :-)

16 years agor9043: fixed return code in RAW-STREAMS test
Andrew Tridgell [Thu, 4 Aug 2005 04:20:43 +0000 (04:20 +0000)]
r9043: fixed return code in RAW-STREAMS test

16 years agor9042: fixed the valgrind error in the RAW-SFILEINFO test
Andrew Tridgell [Thu, 4 Aug 2005 04:20:26 +0000 (04:20 +0000)]
r9042: fixed the valgrind error in the RAW-SFILEINFO test

16 years agor9038: Revert svn rev 414. Discussed with Jerry and Metze.
Lars Müller [Thu, 4 Aug 2005 02:59:19 +0000 (02:59 +0000)]
r9038: Revert svn rev 414.  Discussed with Jerry and Metze.

We need the option to add an 'a' if we're already in pre or rc state
with the next release.

Bugzilla Bug 2618

16 years agor9037: New fields in usermod function - allow_password_change and
Rafal Szczesniak [Thu, 4 Aug 2005 02:51:26 +0000 (02:51 +0000)]
r9037: New fields in usermod function - allow_password_change and
force_password_change datetime.

rafal

16 years agor9033: Add the 'installmisc' make target back again
Jelmer Vernooij [Thu, 4 Aug 2005 02:27:30 +0000 (02:27 +0000)]
r9033: Add the 'installmisc' make target back again

16 years agor9031: don't use the global $LIBS variables for posix specific stuff
Stefan Metzmacher [Thu, 4 Aug 2005 01:43:25 +0000 (01:43 +0000)]
r9031: don't use the global $LIBS variables for posix specific stuff

metze

16 years agor9030: add a AC_SEARCH_FUNCS_EXT() which takes an extra argument that get the output...
Stefan Metzmacher [Thu, 4 Aug 2005 01:42:14 +0000 (01:42 +0000)]
r9030: add a AC_SEARCH_FUNCS_EXT() which takes an extra argument that get the output libs
to not pollute the global $LIBS variable

metze

16 years agor9028: make some function static
Stefan Metzmacher [Thu, 4 Aug 2005 01:38:53 +0000 (01:38 +0000)]
r9028: make some function static

metze

16 years agor9026: remove autogenerated .x and .c files
Stefan Metzmacher [Thu, 4 Aug 2005 01:33:09 +0000 (01:33 +0000)]
r9026: remove autogenerated .x and .c files

metze

16 years agor9025: fix the build when it was stoped and you don't run make clean before make all
Stefan Metzmacher [Thu, 4 Aug 2005 01:30:21 +0000 (01:30 +0000)]
r9025: fix the build when it was stoped and you don't run make clean before make all

metze

16 years agor9022: One more step in the game of whack-a-mole with the PAC.
Andrew Bartlett [Wed, 3 Aug 2005 23:14:38 +0000 (23:14 +0000)]
r9022: One more step in the game of whack-a-mole with the PAC.

This makes the PAC we generate match (closely) the PAC generated by my
test win2k3 DC.

Andrew Bartlett

16 years agor9016: More work to avoid abuse of the "name" attribute, this time on
Andrew Bartlett [Wed, 3 Aug 2005 20:27:33 +0000 (20:27 +0000)]
r9016: More work to avoid abuse of the "name" attribute, this time on
NETLOGON.

Andrew Bartlett

16 years agor9015: Fix access to BUILTIN again.
Andrew Bartlett [Wed, 3 Aug 2005 19:58:58 +0000 (19:58 +0000)]
r9015: Fix access to BUILTIN again.

Andrew Bartlett

16 years agor9011: Remove more references to "name" as a netbios name, using the
Andrew Bartlett [Wed, 3 Aug 2005 18:30:21 +0000 (18:30 +0000)]
r9011: Remove more references to "name" as a netbios name, using the
cross-reference instead.

Andrew Bartlett

16 years agor9010: forgot to commit the change to create_directory_handle()
Andrew Tridgell [Wed, 3 Aug 2005 18:02:45 +0000 (18:02 +0000)]
r9010: forgot to commit the change to create_directory_handle()

16 years agor9009: directory not empty is not an error on failure to delete directory in delete...
Andrew Tridgell [Wed, 3 Aug 2005 17:52:33 +0000 (17:52 +0000)]
r9009: directory not empty is not an error on failure to delete directory in delete on close

16 years agor9008: check the return status for the directory handle creations
Andrew Tridgell [Wed, 3 Aug 2005 17:50:00 +0000 (17:50 +0000)]
r9008: check the return status for the directory handle creations

16 years agor9007: fixed error code for setting delete on close on a non-empty directory
Andrew Tridgell [Wed, 3 Aug 2005 17:22:33 +0000 (17:22 +0000)]
r9007: fixed error code for setting delete on close on a non-empty directory

16 years agor9006: expanded RAW-UNLINK test to test directory delete on close with non-empty...
Andrew Tridgell [Wed, 3 Aug 2005 17:10:26 +0000 (17:10 +0000)]
r9006: expanded RAW-UNLINK test to test directory delete on close with non-empty directory,
as per discussions during jeremys talk at cifs2005

16 years agor9003: add testing for non-empty directory delete on close
Andrew Tridgell [Wed, 3 Aug 2005 16:50:12 +0000 (16:50 +0000)]
r9003: add testing for non-empty directory delete on close

16 years agor9002: a workaround for the current build problems. I hope this will allow
Andrew Tridgell [Wed, 3 Aug 2005 16:26:37 +0000 (16:26 +0000)]
r9002: a workaround for the current build problems. I hope this will allow
the build farm hosts to build again.

Jelmer, please feel free to remove this once you have the correct
dependencies sorted out

16 years agor9001: Fix warning in make clean
Jelmer Vernooij [Wed, 3 Aug 2005 16:13:44 +0000 (16:13 +0000)]
r9001: Fix warning in make clean

16 years agor8999: Use the timestamps module to ensure we update times.
Andrew Bartlett [Wed, 3 Aug 2005 07:25:36 +0000 (07:25 +0000)]
r8999: Use the timestamps module to ensure we update times.

Andrew Bartlett

16 years agor8998: More work on the RPC server code to avoid abusing the name attribute
Andrew Bartlett [Wed, 3 Aug 2005 07:24:42 +0000 (07:24 +0000)]
r8998: More work on the RPC server code to avoid abusing the name attribute
as a netbios name.

Andrew Bartlett

16 years agor8997: Define CPP for hosts that don't default to 'cpp'
Jelmer Vernooij [Wed, 3 Aug 2005 07:17:14 +0000 (07:17 +0000)]
r8997: Define CPP for hosts that don't default to 'cpp'

16 years agor8996: More build fixes...
Jelmer Vernooij [Wed, 3 Aug 2005 07:06:09 +0000 (07:06 +0000)]
r8996: More build fixes...

16 years agor8995: Add heimdal headers back to "basics" target... should fix the build for now
Jelmer Vernooij [Wed, 3 Aug 2005 06:51:58 +0000 (06:51 +0000)]
r8995: Add heimdal headers back to "basics" target... should fix the build for now

16 years agor8994: Clean up some more autogenerated files so I can predict when I'm going to
Jelmer Vernooij [Wed, 3 Aug 2005 06:43:06 +0000 (06:43 +0000)]
r8994: Clean up some more autogenerated files so I can predict when I'm going to
break the build...

16 years agor8991: Change Makefile.core to main.mk to prevent accidental removal problems.
Jelmer Vernooij [Wed, 3 Aug 2005 05:51:50 +0000 (05:51 +0000)]
r8991: Change Makefile.core to main.mk to prevent accidental removal problems.

16 years agor8988: Don't remove Makefile.core in distclean...
Jelmer Vernooij [Wed, 3 Aug 2005 05:40:45 +0000 (05:40 +0000)]
r8988: Don't remove Makefile.core in distclean...

16 years agor8986: As far as I can tell, given the ldif I get from behind this, we have a
Andrew Bartlett [Wed, 3 Aug 2005 05:29:34 +0000 (05:29 +0000)]
r8986: As far as I can tell, given the ldif I get from behind this, we have a
signed NTTIME here.

Andrew Bartlett

16 years agor8985: Automatically generate make dependency rules for
Jelmer Vernooij [Wed, 3 Aug 2005 05:28:08 +0000 (05:28 +0000)]
r8985: Automatically generate make dependency rules for
the asn1 and error table files.

This removes the need for HEIMDAL_EXTERNAL

16 years agor8984: Use the correct cross-reference search in DRSUAPI, rather than making
Andrew Bartlett [Wed, 3 Aug 2005 05:28:06 +0000 (05:28 +0000)]
r8984: Use the correct cross-reference search in DRSUAPI, rather than making
assumptions about the behaviour of "name" as a NETBIOS domain name.

Andrew Bartlett

16 years agor8983: The KVNO (Kerberos key version number) should be incremented with
Andrew Bartlett [Wed, 3 Aug 2005 05:26:17 +0000 (05:26 +0000)]
r8983: The KVNO (Kerberos key version number) should be incremented with
every password set.

Andrew Bartlett

16 years agor8982: "name" is not the netbios name, but the RDN. Return the correct
Andrew Bartlett [Wed, 3 Aug 2005 05:25:30 +0000 (05:25 +0000)]
r8982: "name" is not the netbios name, but the RDN.  Return the correct
netbios domain name of the host, as well as the sid from the cache we
fetched earlier.

Andrew Bartlett

16 years agor8981: Add comments, fix typos (in attribute names) and check for errors in
Andrew Bartlett [Wed, 3 Aug 2005 05:24:13 +0000 (05:24 +0000)]
r8981: Add comments, fix typos (in attribute names) and check for errors in
SamSync and 'net join'.

Andrew Bartlett

16 years agor8980: Make Samba4 honour account control flags (we were asking for a
Andrew Bartlett [Wed, 3 Aug 2005 04:41:10 +0000 (04:41 +0000)]
r8980: Make Samba4 honour account control flags (we were asking for a
non-existant field).

Also change time(NULL) into an NTTIME for comparison, rather than
experience rounding bugs (size of time_t) when converting an NTTIME
into a time_t.

Andrew Bartlett

16 years agor8979: Bunch of makefile fragment inclusion fixes:
Jelmer Vernooij [Wed, 3 Aug 2005 04:15:16 +0000 (04:15 +0000)]
r8979: Bunch of makefile fragment inclusion fixes:
 - support whitespace
 - support "include " keyword
 - move swig stuff to .mk file
 - support autogenerated makefile portions (use "include echo foo|")

16 years agor8977: Put my copyright in share torture test.
Rafal Szczesniak [Wed, 3 Aug 2005 03:42:43 +0000 (03:42 +0000)]
r8977: Put my copyright in share torture test.

rafal

16 years agor8975: Very basic test for delshare function based on code submitted
Rafal Szczesniak [Wed, 3 Aug 2005 03:28:10 +0000 (03:28 +0000)]
r8975: Very basic test for delshare function based on code submitted
by Gregory LEOCADIE <gleocadie@idealx.com>.

rafal

16 years agor8974: Support makefile fragments in .mk files
Jelmer Vernooij [Wed, 3 Aug 2005 03:09:17 +0000 (03:09 +0000)]
r8974: Support makefile fragments in .mk files

16 years agor8973: nicer output
Stefan Metzmacher [Wed, 3 Aug 2005 02:52:13 +0000 (02:52 +0000)]
r8973: nicer output

metze

16 years agor8972: More simplifications...
Jelmer Vernooij [Wed, 3 Aug 2005 01:46:33 +0000 (01:46 +0000)]
r8972: More simplifications...

16 years agor8970: Add 'ADS' join support to Samba4.
Andrew Bartlett [Wed, 3 Aug 2005 00:59:35 +0000 (00:59 +0000)]
r8970: Add 'ADS' join support to Samba4.

We now fill in the servicePrincipalName over LDAP, just like XP does,
and store the kvno in our local db.

Andrew Bartlett

16 years agor8969: Make password field a password field, that is - prevent them from
Rafal Szczesniak [Wed, 3 Aug 2005 00:57:48 +0000 (00:57 +0000)]
r8969: Make password field a password field, that is - prevent them from
displaying plain text.

rafal

16 years agor8968: More simplifications
Jelmer Vernooij [Wed, 3 Aug 2005 00:42:03 +0000 (00:42 +0000)]
r8968: More simplifications

16 years agor8966: Simplify the makefile generation system a bit.
Jelmer Vernooij [Wed, 3 Aug 2005 00:08:28 +0000 (00:08 +0000)]
r8966: Simplify the makefile generation system a bit.
Autogenerate list of binaries (rather then having them hardcoded in build/smb_build/makefile.pm)
Add INSTALLDIR keyword to .mk files

16 years agor8955: Move a bit more of the build process to the Makefile
Jelmer Vernooij [Tue, 2 Aug 2005 23:15:56 +0000 (23:15 +0000)]
r8955: Move a bit more of the build process to the Makefile

16 years agor8954: Use binding string to specify host rather than share path, as we use
Rafal Szczesniak [Tue, 2 Aug 2005 22:25:42 +0000 (22:25 +0000)]
r8954: Use binding string to specify host rather than share path, as we use
rpc call here after all. Also, safely exit (freeing memory context) in
case of any error.

rafal

16 years agor8953: Move a few utility functions
Jelmer Vernooij [Tue, 2 Aug 2005 22:01:04 +0000 (22:01 +0000)]
r8953: Move a few utility functions

16 years agor8952: Partial work commit to find the DN of the new machine account - we
Andrew Bartlett [Tue, 2 Aug 2005 21:21:43 +0000 (21:21 +0000)]
r8952: Partial work commit to find the DN of the new machine account - we
will use ldb to add servicePrincipalNames to this.

Andrew Bartlett

16 years agor8944: Get more verbose output from NET-API-LISTSHARE test.
Rafal Szczesniak [Tue, 2 Aug 2005 20:35:52 +0000 (20:35 +0000)]
r8944: Get more verbose output from NET-API-LISTSHARE test.

rafal

16 years agor8942: Move intermediate subsystem output files to bin/subsystems/
Jelmer Vernooij [Tue, 2 Aug 2005 20:21:07 +0000 (20:21 +0000)]
r8942: Move intermediate subsystem output files to bin/subsystems/

16 years agor8940: Add TDR (Trivial Data Representation). The aim is to use this later for
Jelmer Vernooij [Tue, 2 Aug 2005 20:12:31 +0000 (20:12 +0000)]
r8940: Add TDR (Trivial Data Representation). The aim is to use this later for
NBT/WINS/etc rather then having to depend on NDR.

16 years agor8939: Do an open domain in the schannel SAMR test. This should test some of
Andrew Bartlett [Tue, 2 Aug 2005 20:08:23 +0000 (20:08 +0000)]
r8939: Do an open domain in the schannel SAMR test.  This should test some of
the win2k3 SP1 interactions.

Andrew Bartlett

16 years agor8936: Use incremental linking. This appeared to be supported on
Jelmer Vernooij [Tue, 2 Aug 2005 19:38:30 +0000 (19:38 +0000)]
r8936: Use incremental linking. This appeared to be supported on
all systems on the buildfarm when I tested it using smb_build.

It's just a one line change to go back. If this works correctly, we can
simplify the build system quite a bit.

16 years agor8934: Some refactoring of smb_interfaces code generator.
Tim Potter [Tue, 2 Aug 2005 18:56:18 +0000 (18:56 +0000)]
r8934: Some refactoring of smb_interfaces code generator.

16 years agor8933: Fix missing prototype warnings
Jelmer Vernooij [Tue, 2 Aug 2005 18:46:17 +0000 (18:46 +0000)]
r8933: Fix missing prototype warnings

16 years agor8932: Handle non-anonymous unions and structures better.
Tim Potter [Tue, 2 Aug 2005 18:29:51 +0000 (18:29 +0000)]
r8932: Handle non-anonymous unions and structures better.

16 years agor8930: Add the libnet share tests based on code submitted by
Rafal Szczesniak [Tue, 2 Aug 2005 18:15:23 +0000 (18:15 +0000)]
r8930: Add the libnet share tests based on code submitted by
Gregory Leocadie <gleocadie@idealx.com>. Listing shares passes,
deleting not yet - it's a work in progress.

rafal

16 years agor8926: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results
Simo Sorce [Tue, 2 Aug 2005 17:46:28 +0000 (17:46 +0000)]
r8926: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results

16 years agor8925: Start generating header and implementation files for smb_interfaces.h
Tim Potter [Tue, 2 Aug 2005 17:02:25 +0000 (17:02 +0000)]
r8925: Start generating header and implementation files for smb_interfaces.h

16 years agor8923: put the IRPC default timeout back to 10s (I didn't mean to commit this, it was
Andrew Tridgell [Tue, 2 Aug 2005 16:58:52 +0000 (16:58 +0000)]
r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this, it was
changed just for deugging)

16 years agor8920: Make NAME hash entry for struct elements a list.
Tim Potter [Tue, 2 Aug 2005 16:21:30 +0000 (16:21 +0000)]
r8920: Make NAME hash entry for struct elements a list.

Return array length entries for elements that have an array specifier.

16 years agor8919: Return references to structs and unions in parse tree. Fill in type
Tim Potter [Tue, 2 Aug 2005 16:06:35 +0000 (16:06 +0000)]
r8919: Return references to structs and unions in parse tree.  Fill in type
names for structs and unions also.

16 years agor8918: Handle const elements in structures or unions. This is a bit yucky but
Tim Potter [Tue, 2 Aug 2005 14:58:59 +0000 (14:58 +0000)]
r8918: Handle const elements in structures or unions.  This is a bit yucky but
making an optional_const rule puts the parser in an infinite loop (?).

16 years agor8917: Better support for extended ldap search operations
Simo Sorce [Tue, 2 Aug 2005 14:04:22 +0000 (14:04 +0000)]
r8917:   Better support for extended ldap search operations
  Try to follow the RFC where possible and adapt to
  openLdap and AD way of handling this structure

16 years agor8910: An initial parser to parse structures in smb_interfaces.h. This will be
Tim Potter [Tue, 2 Aug 2005 06:10:31 +0000 (06:10 +0000)]
r8910: An initial parser to parse structures in smb_interfaces.h.  This will be
used to generate ejs objects for making raw smb calls.

Running 'make smb_interfaces' should run the build_smb_interfaces.pl
script which at the moment only displays a dump of the parsed data.
Const is also not working right now but it's bedtime.

16 years agor8905: don't try to do DNS lookups on interface names with wildcards
Andrew Tridgell [Tue, 2 Aug 2005 01:22:38 +0000 (01:22 +0000)]
r8905: don't try to do DNS lookups on interface names with wildcards

16 years agor8904: Split off the query stage as a separate function.
Rafal Szczesniak [Tue, 2 Aug 2005 01:12:58 +0000 (01:12 +0000)]
r8904: Split off the query stage as a separate function.

rafal

16 years agor8903: Update the howto as smbscript is now installed along with other
Rafal Szczesniak [Mon, 1 Aug 2005 22:19:28 +0000 (22:19 +0000)]
r8903: Update the howto as smbscript is now installed along with other
binaries in bin/ directory and trying to call provision script,
without PATH properly set, fails.

rafal