samba.git
16 years agor9210: fixed support for a credentials element in a rpc object in ejs to not
Andrew Tridgell [Mon, 8 Aug 2005 03:20:17 +0000 (03:20 +0000)]
r9210: fixed support for a credentials element in a rpc object in ejs to not
give lots of warnings of missing properties

16 years agor9209: - fixed the ldb registry backend to work with the new provision ldif
Andrew Tridgell [Mon, 8 Aug 2005 03:19:28 +0000 (03:19 +0000)]
r9209: - fixed the ldb registry backend to work with the new provision ldif

- default to ldb backend if none specified

16 years agor9208: fix a crash bug
Stefan Metzmacher [Mon, 8 Aug 2005 02:42:35 +0000 (02:42 +0000)]
r9208: fix a crash bug

metze

16 years agor9207: Start generating ejs_push/pull calls for structure elements.
Tim Potter [Mon, 8 Aug 2005 02:19:35 +0000 (02:19 +0000)]
r9207: Start generating ejs_push/pull calls for structure elements.

16 years agor9205: Generate more stub code for smb_raw ejs functions.
Tim Potter [Mon, 8 Aug 2005 00:24:05 +0000 (00:24 +0000)]
r9205: Generate more stub code for smb_raw ejs functions.

16 years agor9202: OK now we are getting somewhere. Generate js stubs for top level structs
Tim Potter [Sun, 7 Aug 2005 22:14:30 +0000 (22:14 +0000)]
r9202: OK now we are getting somewhere.  Generate js stubs for top level structs
and each arm of top level unions.  Don't generate a header file (duh) as
the namespace stuff is done in the module init.

16 years agor9199: Another go at recursive flattening of structs.
Tim Potter [Sun, 7 Aug 2005 21:10:32 +0000 (21:10 +0000)]
r9199: Another go at recursive flattening of structs.

16 years agor9196: - add a note about the Canonicalize KDCOPtion flag
Stefan Metzmacher [Sun, 7 Aug 2005 20:34:38 +0000 (20:34 +0000)]
r9196: - add a note about the Canonicalize KDCOPtion flag

- add a note about old client using the wrong checksum type for GSSAPI
  in the Authenticator

metze

16 years agor9191: Generate headers for nested structures that need pushing or pulling.
Tim Potter [Sun, 7 Aug 2005 19:22:20 +0000 (19:22 +0000)]
r9191: Generate headers for nested structures that need pushing or pulling.

16 years agor9185: Make second pass over the parser tree and tidy things up to make it a
Tim Potter [Sun, 7 Aug 2005 18:04:34 +0000 (18:04 +0000)]
r9185: Make second pass over the parser tree and tidy things up to make it a
bit easier for the code generator.

16 years agor9183: more workarounds for the global variables in ejs. I will discuss getting rid...
Andrew Tridgell [Sun, 7 Aug 2005 15:45:59 +0000 (15:45 +0000)]
r9183: more workarounds for the global variables in ejs. I will discuss getting rid of these
with the mbedthis people.

16 years agor9179: cope with simultaneous web requests using the same session variable
Andrew Tridgell [Sun, 7 Aug 2005 15:20:25 +0000 (15:20 +0000)]
r9179: cope with simultaneous web requests using the same session variable

16 years agor9178: remove the old server printf code
Andrew Tridgell [Sun, 7 Aug 2005 07:01:03 +0000 (07:01 +0000)]
r9178: remove the old server printf code

16 years agor9177: setup a credentials object in authinfo on login
Andrew Tridgell [Sun, 7 Aug 2005 07:00:27 +0000 (07:00 +0000)]
r9177: setup a credentials object in authinfo on login

16 years agor9176: added a much neater method of calling printf on the server from client side...
Andrew Tridgell [Sun, 7 Aug 2005 07:00:00 +0000 (07:00 +0000)]
r9176: added a much neater method of calling printf on the server from client side js. Just
use srv_printf() and normal printf arguments

16 years agor9175: simplify the example code a bit
Andrew Tridgell [Sun, 7 Aug 2005 06:22:08 +0000 (06:22 +0000)]
r9175: simplify the example code a bit

16 years agor9174: ejs does not include the special variable 'length' in for loops over objects,
Andrew Tridgell [Sun, 7 Aug 2005 06:19:17 +0000 (06:19 +0000)]
r9174: ejs does not include the special variable 'length' in for loops over objects,
so we need to check for it separately in the object lineariser

16 years agor9173: catch ep->local being NULL
Andrew Tridgell [Sun, 7 Aug 2005 06:16:32 +0000 (06:16 +0000)]
r9173: catch ep->local being NULL

16 years agor9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variables
Andrew Tridgell [Sun, 7 Aug 2005 06:16:10 +0000 (06:16 +0000)]
r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variables
  called 'credentials' to not copy correctly (the bug was in handling
  of chaining in the copy code

- ensure that C pointer variables are copied via a talloc reference so that
  we can persist rpc pipes and credentials between sessions

16 years agor9171: - support putting a credentials object in a rpc pipe object to allow authentic...
Andrew Tridgell [Sun, 7 Aug 2005 06:13:55 +0000 (06:13 +0000)]
r9171: - support putting a credentials object in a rpc pipe object to allow authentication
  with other than the command line credentials in a rpc pipe

16 years agor9170: fix crash bug
Stefan Metzmacher [Sun, 7 Aug 2005 02:53:27 +0000 (02:53 +0000)]
r9170: fix crash bug

metze

16 years agor9168: Fix subcontext handling
Jelmer Vernooij [Sat, 6 Aug 2005 23:41:18 +0000 (23:41 +0000)]
r9168: Fix subcontext handling
Support fixed-size arrays
Give some more nicer warnings for not-supported IDL constructions such as inline arrays
Fix signed int-handling

16 years agor9167: Further PAC parionia: ensure the checksum fails if we modify it.
Andrew Bartlett [Sat, 6 Aug 2005 23:25:00 +0000 (23:25 +0000)]
r9167: Further PAC parionia:  ensure the checksum fails if we modify it.

Andrew Bartlett

16 years agor9166: This checks more of auth subsystem in the PAC test.
Andrew Bartlett [Sat, 6 Aug 2005 23:07:21 +0000 (23:07 +0000)]
r9166: This checks more of auth subsystem in the PAC test.

Andrew Bartlett

16 years agor9165: Fix inverted error check in untested code path. (My untested code...)
Andrew Bartlett [Sat, 6 Aug 2005 22:43:09 +0000 (22:43 +0000)]
r9165: Fix inverted error check in untested code path.  (My untested code...)

Andrew Bartlett

16 years agor9164: Fix subcontext handling
Jelmer Vernooij [Sat, 6 Aug 2005 18:02:35 +0000 (18:02 +0000)]
r9164: Fix subcontext handling
Support fixed-size arrays
Give some more nicer warnings for not-supported IDL constructions such as inline arrays
Fix signed int-handling

16 years agor9162: Fix a couple of data types
Jelmer Vernooij [Sat, 6 Aug 2005 04:01:00 +0000 (04:01 +0000)]
r9162: Fix a couple of data types

16 years agor9161: More etheral parser generator fixes
Jelmer Vernooij [Sat, 6 Aug 2005 01:54:55 +0000 (01:54 +0000)]
r9161: More etheral parser generator fixes

16 years agor9160: use the winreg lib in the test program
Andrew Tridgell [Sat, 6 Aug 2005 01:11:16 +0000 (01:11 +0000)]
r9160: use the winreg lib in the test program

16 years agor9159: abstract the winreg js functions into a nice library interface
Andrew Tridgell [Sat, 6 Aug 2005 01:09:27 +0000 (01:09 +0000)]
r9159: abstract the winreg js functions into a nice library interface

16 years agor9157: fix white spaces
Stefan Metzmacher [Sat, 6 Aug 2005 01:01:18 +0000 (01:01 +0000)]
r9157: fix white spaces

metze

16 years agor9156: Add IDL and test for FlushEventLog() but it always seems to return
Tim Potter [Sat, 6 Aug 2005 00:58:06 +0000 (00:58 +0000)]
r9156: Add IDL and test for FlushEventLog() but it always seems to return
NT_STATUS_ACCESS_DENIED.

16 years agor9155: Fix ReadEventLog() test so it now works.
Tim Potter [Sat, 6 Aug 2005 00:47:17 +0000 (00:47 +0000)]
r9155: Fix ReadEventLog() test so it now works.

16 years agor9154: Change eventlog enums to bitmaps.
Tim Potter [Sat, 6 Aug 2005 00:46:43 +0000 (00:46 +0000)]
r9154: Change eventlog enums to bitmaps.

Fix IDL for ReadEventLogW() function.

16 years agor9153: added a sample program for enumerating winreg via js
Andrew Tridgell [Sat, 6 Aug 2005 00:36:17 +0000 (00:36 +0000)]
r9153: added a sample program for enumerating winreg via js

16 years agor9152: fix a crash bug
Stefan Metzmacher [Sat, 6 Aug 2005 00:06:34 +0000 (00:06 +0000)]
r9152: fix a crash bug

metze

16 years agor9151: reverting to return char * again
Stefan Metzmacher [Fri, 5 Aug 2005 23:56:07 +0000 (23:56 +0000)]
r9151: reverting to return char * again

metze

16 years agor9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg for
Jelmer Vernooij [Fri, 5 Aug 2005 23:49:08 +0000 (23:49 +0000)]
r9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg for
help with the debugging and comments on the generated code (-:

16 years agor9149: add support for string arrays in GetPrinterData
Stefan Metzmacher [Fri, 5 Aug 2005 23:30:28 +0000 (23:30 +0000)]
r9149: add support for string arrays in GetPrinterData

metze

16 years agor9148: remove the aix stuff it didn't fix the build
Stefan Metzmacher [Fri, 5 Aug 2005 23:11:00 +0000 (23:11 +0000)]
r9148: remove the aix stuff it didn't fix the build

metze

16 years agor9146: - enable winreg pipe from ejs
Andrew Tridgell [Fri, 5 Aug 2005 23:01:57 +0000 (23:01 +0000)]
r9146: - enable winreg pipe from ejs

- map the result code from rpc calls into the ejs objects

- treat winreg_String like lsa_String, hiding the length elements

16 years agor9145: Some work on eventlog since jerry is doing some in Samba3. (-:
Tim Potter [Fri, 5 Aug 2005 22:57:47 +0000 (22:57 +0000)]
r9145: Some work on eventlog since jerry is doing some in Samba3.  (-:

 - Convert to use lsa_String instead of eventlog_String.

 - Copy across some constants.

 - Implement idl and testcase for ClearEventLog() function

16 years agor9143: print out the rate of rounttrips
Stefan Metzmacher [Fri, 5 Aug 2005 22:22:15 +0000 (22:22 +0000)]
r9143: print out the rate of rounttrips

metze

16 years agor9142: fix the output to the new names
Stefan Metzmacher [Fri, 5 Aug 2005 21:44:10 +0000 (21:44 +0000)]
r9142: fix the output to the new names

metze

16 years agor9141: fix up output massage
Stefan Metzmacher [Fri, 5 Aug 2005 21:22:20 +0000 (21:22 +0000)]
r9141: fix up output massage

metze

16 years agor9140: fixed a typo
Andrew Tridgell [Fri, 5 Aug 2005 21:10:06 +0000 (21:10 +0000)]
r9140: fixed a typo

16 years agor9139: cleanup the layout a bit
Andrew Tridgell [Fri, 5 Aug 2005 21:07:48 +0000 (21:07 +0000)]
r9139: cleanup the layout a bit

16 years agor9137: fixed installswat to handle the deep directory structure of qooxdoo
Andrew Tridgell [Fri, 5 Aug 2005 19:45:01 +0000 (19:45 +0000)]
r9137: fixed installswat to handle the deep directory structure of qooxdoo

16 years agor9136: made the 'AJAJ' code portable to IE and Opera
Andrew Tridgell [Fri, 5 Aug 2005 19:36:15 +0000 (19:36 +0000)]
r9136: made the 'AJAJ' code portable to IE and Opera

16 years agor9135: added a sample page that demonstrates using AJAJ to make remote calls
Andrew Tridgell [Fri, 5 Aug 2005 19:16:49 +0000 (19:16 +0000)]
r9135: added a sample page that demonstrates using AJAJ to make remote calls
that update an object

16 years agor9134: added the client side js library code for handling remote 'AJAJ' calls
Andrew Tridgell [Fri, 5 Aug 2005 19:16:13 +0000 (19:16 +0000)]
r9134: added the client side js library code for handling remote 'AJAJ' calls
into our web server

16 years agor9133: a huge import of the qooxdoo infrastructure. I decided to import all the widge...
Andrew Tridgell [Fri, 5 Aug 2005 19:11:26 +0000 (19:11 +0000)]
r9133: a huge import of the qooxdoo infrastructure. I decided to import all the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use

16 years agor9132: 'pointer' is better for typedef than 'C pointer'
Andrew Tridgell [Fri, 5 Aug 2005 19:02:28 +0000 (19:02 +0000)]
r9132: 'pointer' is better for typedef than 'C pointer'

16 years agor9131: started adding the server side code for "AJAJ" (asynchronous javascript and...
Andrew Tridgell [Fri, 5 Aug 2005 19:02:01 +0000 (19:02 +0000)]
r9131: started adding the server side code for "AJAJ" (asynchronous javascript and javascript)

This is rather like AJAX, but passes around javascript objects between
the client and server, taking advantage of the fact that we have the
same language on both client and server.

16 years agor9130: Fix up awful indentation.
Tim Potter [Fri, 5 Aug 2005 18:28:19 +0000 (18:28 +0000)]
r9130: Fix up awful indentation.

16 years agor9129: Start working on nested anonymous structures and unions. A better
Tim Potter [Fri, 5 Aug 2005 18:06:15 +0000 (18:06 +0000)]
r9129: Start working on nested anonymous structures and unions.  A better
design is starting to become clearer.  (-:

16 years agor9128: More ethereal parser generator updates. String handling is still broken as
Jelmer Vernooij [Fri, 5 Aug 2005 18:03:52 +0000 (18:03 +0000)]
r9128: More ethereal parser generator updates. String handling is still broken as
well as handling more then two element levels.

16 years agor9124: Handle more types pointers to simple types.
Tim Potter [Fri, 5 Aug 2005 15:54:11 +0000 (15:54 +0000)]
r9124: Handle more types pointers to simple types.

16 years agor9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB
Tim Potter [Fri, 5 Aug 2005 15:53:04 +0000 (15:53 +0000)]
r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB
unimplemented for the moment.

16 years agor9122: cope with trailing garbage in POST contents in the web server
Andrew Tridgell [Fri, 5 Aug 2005 15:34:31 +0000 (15:34 +0000)]
r9122: cope with trailing garbage in POST contents in the web server

16 years agor9121: use the older non-passthru level for setting delete on close
Andrew Tridgell [Fri, 5 Aug 2005 15:34:01 +0000 (15:34 +0000)]
r9121: use the older non-passthru level for setting delete on close
disposition in the RAW-UNLINK test (this allows it to work with netapp
servers)

16 years agor9120: added the BASE-DISCONNECT test to our set of standard tests
Andrew Tridgell [Fri, 5 Aug 2005 15:31:56 +0000 (15:31 +0000)]
r9120: added the BASE-DISCONNECT test to our set of standard tests

16 years agor9119: added a lp.categories() call in the loadparm js object, to allow
Andrew Tridgell [Fri, 5 Aug 2005 15:30:33 +0000 (15:30 +0000)]
r9119: added a lp.categories() call in the loadparm js object, to allow
retrieval of the smb.conf parameter categories. This will make writing
a smb.conf editor easier.

16 years agor9111: actually use the roken inet_aton when nothing was found
Stefan Metzmacher [Fri, 5 Aug 2005 11:56:02 +0000 (11:56 +0000)]
r9111: actually use the roken inet_aton when nothing was found

metze

16 years agor9110: use printf again
Stefan Metzmacher [Fri, 5 Aug 2005 11:34:36 +0000 (11:34 +0000)]
r9110: use printf again

metyze

16 years agor9109: set HAVE_GAI_STRERROR when the function was found donnot know whz this
Stefan Metzmacher [Fri, 5 Aug 2005 11:13:48 +0000 (11:13 +0000)]
r9109: set HAVE_GAI_STRERROR when the function was found donnot know whz this
doesnnot go without this patch

metze

16 years agor9108: try to get aix building...
Stefan Metzmacher [Fri, 5 Aug 2005 10:52:53 +0000 (10:52 +0000)]
r9108: try to get aix building...

metze

16 years agor9107: try to get the build on solaris going...
Stefan Metzmacher [Fri, 5 Aug 2005 10:51:45 +0000 (10:51 +0000)]
r9107: try to get the build on solaris going...

metze

16 years agor9106: look for something more usefull in the -lnsl
Stefan Metzmacher [Fri, 5 Aug 2005 10:11:22 +0000 (10:11 +0000)]
r9106: look for something more usefull in the -lnsl

(this is for solaris)

metze

16 years agor9105: match the prototype of netdb.h
Stefan Metzmacher [Fri, 5 Aug 2005 08:09:43 +0000 (08:09 +0000)]
r9105: match the prototype of netdb.h
this should fix the build on solaris 10

lha can that be merged to the main heimdal if that apears to not break
the build on other platforms

metze

16 years agor9104: Finish ethereal parser generator. Still a couple of minor issues
Jelmer Vernooij [Fri, 5 Aug 2005 07:16:07 +0000 (07:16 +0000)]
r9104: Finish ethereal parser generator. Still a couple of minor issues
remaining to get it to generate completely compilable code.

16 years agor9102: Generate files in $srcdir/libcli/gen_raw instead of $srcdir.
Tim Potter [Fri, 5 Aug 2005 05:32:39 +0000 (05:32 +0000)]
r9102: Generate files in $srcdir/libcli/gen_raw instead of $srcdir.

Start fixing compile problems in generated output.

16 years agor9101: Check in file generated by Parse::YAPP.
Tim Potter [Fri, 5 Aug 2005 05:26:58 +0000 (05:26 +0000)]
r9101: Check in file generated by Parse::YAPP.

16 years agor9099: Start generating code to pull/push fields. Generate functions to call
Tim Potter [Fri, 5 Aug 2005 04:50:32 +0000 (04:50 +0000)]
r9099: Start generating code to pull/push fields.  Generate functions to call
the smb_raw_foo() calls.

16 years agor9096: Spelling.
Tim Potter [Fri, 5 Aug 2005 04:36:31 +0000 (04:36 +0000)]
r9096: Spelling.

16 years agor9094: More ethereal parser updates, only header fields left to fix + actual data...
Jelmer Vernooij [Fri, 5 Aug 2005 01:57:45 +0000 (01:57 +0000)]
r9094: More ethereal parser updates, only header fields left to fix + actual data call

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