Andrew Tridgell [Wed, 10 Aug 2005 07:03:10 +0000 (07:03 +0000)]
r9228: cleanup and simplify the AJAJ code - part 2
Andrew Tridgell [Wed, 10 Aug 2005 06:58:05 +0000 (06:58 +0000)]
r9227: cleanup and simplify the AJAJ code
Andrew Tridgell [Wed, 10 Aug 2005 06:55:46 +0000 (06:55 +0000)]
r9226: make sure we catch rpc faults in the ejs rpc wrappers
Tim Potter [Tue, 9 Aug 2005 04:11:09 +0000 (04:11 +0000)]
r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().
Tim Potter [Tue, 9 Aug 2005 03:09:47 +0000 (03:09 +0000)]
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
names.
Andrew Bartlett [Tue, 9 Aug 2005 03:04:47 +0000 (03:04 +0000)]
r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4.
This is my first attempt at this, so there may be a few rough edges.
Andrew Bartlett
Tim Potter [Tue, 9 Aug 2005 00:34:24 +0000 (00:34 +0000)]
r9220: Start trying to get autogenerated code to compile.
- Split out push/pull of top level elements into separate functions.
- Remove _t from simple type names.
Andrew Tridgell [Mon, 8 Aug 2005 23:44:09 +0000 (23:44 +0000)]
r9219: by default be a DC, as the provisioning scripts assume that in other parts
Andrew Tridgell [Mon, 8 Aug 2005 22:29:44 +0000 (22:29 +0000)]
r9218: make the winreg library code handle arbitrary paths more efficiently
and more conveniently (caller doesn't need to know the hive names now)
Andrew Bartlett [Mon, 8 Aug 2005 22:14:40 +0000 (22:14 +0000)]
r9217: Add 'make clean' hooks to the ans1 depedency generator.
To be used by the impending Heimdal resync, which has files starting
with asn1_ that are not generated.
Andrew Bartlett
Andrew Tridgell [Mon, 8 Aug 2005 05:26:15 +0000 (05:26 +0000)]
r9213: some improvements to the registry editor code
Andrew Tridgell [Mon, 8 Aug 2005 03:23:20 +0000 (03:23 +0000)]
r9212: the beginnings of a registry editor in SWAT, using client side javascript and AJAJ
This doesn't work at all well yet, mostly because of my inexperience
with client side javascript and what events are available
Andrew Tridgell [Mon, 8 Aug 2005 03:21:16 +0000 (03:21 +0000)]
r9211: don't try to encode functions in the AJAJ object encoder
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
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
Stefan Metzmacher [Mon, 8 Aug 2005 02:42:35 +0000 (02:42 +0000)]
r9208: fix a crash bug
metze
Tim Potter [Mon, 8 Aug 2005 02:19:35 +0000 (02:19 +0000)]
r9207: Start generating ejs_push/pull calls for structure elements.
Tim Potter [Mon, 8 Aug 2005 00:24:05 +0000 (00:24 +0000)]
r9205: Generate more stub code for smb_raw ejs functions.
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.
Tim Potter [Sun, 7 Aug 2005 21:10:32 +0000 (21:10 +0000)]
r9199: Another go at recursive flattening of structs.
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
Tim Potter [Sun, 7 Aug 2005 19:22:20 +0000 (19:22 +0000)]
r9191: Generate headers for nested structures that need pushing or pulling.
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.
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.
Andrew Tridgell [Sun, 7 Aug 2005 15:20:25 +0000 (15:20 +0000)]
r9179: cope with simultaneous web requests using the same session variable
Andrew Tridgell [Sun, 7 Aug 2005 07:01:03 +0000 (07:01 +0000)]
r9178: remove the old server printf code
Andrew Tridgell [Sun, 7 Aug 2005 07:00:27 +0000 (07:00 +0000)]
r9177: setup a credentials object in authinfo on login
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
Andrew Tridgell [Sun, 7 Aug 2005 06:22:08 +0000 (06:22 +0000)]
r9175: simplify the example code a bit
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
Andrew Tridgell [Sun, 7 Aug 2005 06:16:32 +0000 (06:16 +0000)]
r9173: catch ep->local being NULL
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
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
Stefan Metzmacher [Sun, 7 Aug 2005 02:53:27 +0000 (02:53 +0000)]
r9170: fix crash bug
metze
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
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
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
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
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
Jelmer Vernooij [Sat, 6 Aug 2005 04:01:00 +0000 (04:01 +0000)]
r9162: Fix a couple of data types
Jelmer Vernooij [Sat, 6 Aug 2005 01:54:55 +0000 (01:54 +0000)]
r9161: More etheral parser generator fixes
Andrew Tridgell [Sat, 6 Aug 2005 01:11:16 +0000 (01:11 +0000)]
r9160: use the winreg lib in the test program
Andrew Tridgell [Sat, 6 Aug 2005 01:09:27 +0000 (01:09 +0000)]
r9159: abstract the winreg js functions into a nice library interface
Stefan Metzmacher [Sat, 6 Aug 2005 01:01:18 +0000 (01:01 +0000)]
r9157: fix white spaces
metze
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.
Tim Potter [Sat, 6 Aug 2005 00:47:17 +0000 (00:47 +0000)]
r9155: Fix ReadEventLog() test so it now works.
Tim Potter [Sat, 6 Aug 2005 00:46:43 +0000 (00:46 +0000)]
r9154: Change eventlog enums to bitmaps.
Fix IDL for ReadEventLogW() function.
Andrew Tridgell [Sat, 6 Aug 2005 00:36:17 +0000 (00:36 +0000)]
r9153: added a sample program for enumerating winreg via js
Stefan Metzmacher [Sat, 6 Aug 2005 00:06:34 +0000 (00:06 +0000)]
r9152: fix a crash bug
metze
Stefan Metzmacher [Fri, 5 Aug 2005 23:56:07 +0000 (23:56 +0000)]
r9151: reverting to return char * again
metze
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 (-:
Stefan Metzmacher [Fri, 5 Aug 2005 23:30:28 +0000 (23:30 +0000)]
r9149: add support for string arrays in GetPrinterData
metze
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
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
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
Stefan Metzmacher [Fri, 5 Aug 2005 22:22:15 +0000 (22:22 +0000)]
r9143: print out the rate of rounttrips
metze
Stefan Metzmacher [Fri, 5 Aug 2005 21:44:10 +0000 (21:44 +0000)]
r9142: fix the output to the new names
metze
Stefan Metzmacher [Fri, 5 Aug 2005 21:22:20 +0000 (21:22 +0000)]
r9141: fix up output massage
metze
Andrew Tridgell [Fri, 5 Aug 2005 21:10:06 +0000 (21:10 +0000)]
r9140: fixed a typo
Andrew Tridgell [Fri, 5 Aug 2005 21:07:48 +0000 (21:07 +0000)]
r9139: cleanup the layout a bit
Andrew Tridgell [Fri, 5 Aug 2005 19:45:01 +0000 (19:45 +0000)]
r9137: fixed installswat to handle the deep directory structure of qooxdoo
Andrew Tridgell [Fri, 5 Aug 2005 19:36:15 +0000 (19:36 +0000)]
r9136: made the 'AJAJ' code portable to IE and Opera
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
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
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
Andrew Tridgell [Fri, 5 Aug 2005 19:02:28 +0000 (19:02 +0000)]
r9132: 'pointer' is better for typedef than 'C pointer'
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.
Tim Potter [Fri, 5 Aug 2005 18:28:19 +0000 (18:28 +0000)]
r9130: Fix up awful indentation.
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. (-:
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.
Tim Potter [Fri, 5 Aug 2005 15:54:11 +0000 (15:54 +0000)]
r9124: Handle more types pointers to simple types.
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.
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
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)
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
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.
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
Stefan Metzmacher [Fri, 5 Aug 2005 11:34:36 +0000 (11:34 +0000)]
r9110: use printf again
metyze
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
Stefan Metzmacher [Fri, 5 Aug 2005 10:52:53 +0000 (10:52 +0000)]
r9108: try to get aix building...
metze
Stefan Metzmacher [Fri, 5 Aug 2005 10:51:45 +0000 (10:51 +0000)]
r9107: try to get the build on solaris going...
metze
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
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
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.
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.
Tim Potter [Fri, 5 Aug 2005 05:26:58 +0000 (05:26 +0000)]
r9101: Check in file generated by Parse::YAPP.
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.
Tim Potter [Fri, 5 Aug 2005 04:36:31 +0000 (04:36 +0000)]
r9096: Spelling.
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
Tim Potter [Fri, 5 Aug 2005 01:23:35 +0000 (01:23 +0000)]
r9092: Generate some more stub functions.
Rafal Szczesniak [Fri, 5 Aug 2005 01:23:06 +0000 (01:23 +0000)]
r9090: Another field in usermod function - account flags.
rafal
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.
Jelmer Vernooij [Fri, 5 Aug 2005 00:59:24 +0000 (00:59 +0000)]
r9088: More ethereal parser generator updates
Andrew Bartlett [Fri, 5 Aug 2005 00:56:21 +0000 (00:56 +0000)]
r9085: Missing structs.h entry.
Andrew Bartlett
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
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
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
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
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
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