Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9183: more workarounds for the global variables in ejs. I will discuss getti... | Andrew Tridgell | 3 | -0/+36 |
2007-10-10 | r9179: cope with simultaneous web requests using the same session variable | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r9178: remove the old server printf code | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r9177: setup a credentials object in authinfo on login | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r9176: added a much neater method of calling printf on the server from client... | Andrew Tridgell | 3 | -12/+66 |
2007-10-10 | r9175: simplify the example code a bit | Andrew Tridgell | 1 | -18/+7 |
2007-10-10 | r9174: ejs does not include the special variable 'length' in for loops over o... | Andrew Tridgell | 1 | -18/+32 |
2007-10-10 | r9173: catch ep->local being NULL | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variables | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r9171: - support putting a credentials object in a rpc pipe object to allow a... | Andrew Tridgell | 2 | -10/+10 |
2007-10-10 | r9170: fix crash bug | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r9168: Fix subcontext handling | Jelmer Vernooij | 2 | -22/+43 |
2007-10-10 | r9167: Further PAC parionia: ensure the checksum fails if we modify it. | Andrew Bartlett | 1 | -6/+45 |
2007-10-10 | r9166: This checks more of auth subsystem in the PAC test. | Andrew Bartlett | 3 | -117/+147 |
2007-10-10 | r9165: Fix inverted error check in untested code path. (My untested code...) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9164: Fix subcontext handling | Jelmer Vernooij | 1 | -23/+43 |
2007-10-10 | r9162: Fix a couple of data types | Jelmer Vernooij | 1 | -10/+12 |
2007-10-10 | r9161: More etheral parser generator fixes | Jelmer Vernooij | 5 | -104/+243 |
2007-10-10 | r9160: use the winreg lib in the test program | Andrew Tridgell | 1 | -53/+14 |
2007-10-10 | r9159: abstract the winreg js functions into a nice library interface | Andrew Tridgell | 1 | -0/+115 |
2007-10-10 | r9157: fix white spaces | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r9156: Add IDL and test for FlushEventLog() but it always seems to return | Tim Potter | 2 | -11/+43 |
2007-10-10 | r9155: Fix ReadEventLog() test so it now works. | Tim Potter | 1 | -11/+5 |
2007-10-10 | r9154: Change eventlog enums to bitmaps. | Tim Potter | 1 | -11/+11 |
2007-10-10 | r9153: added a sample program for enumerating winreg via js | Andrew Tridgell | 1 | -0/+97 |
2007-10-10 | r9152: fix a crash bug | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r9151: reverting to return char * again | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg for | Jelmer Vernooij | 5 | -111/+293 |
2007-10-10 | r9149: add support for string arrays in GetPrinterData | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r9148: remove the aix stuff it didn't fix the build | Stefan Metzmacher | 1 | -8/+0 |
2007-10-10 | r9146: - enable winreg pipe from ejs | Andrew Tridgell | 5 | -2/+49 |
2007-10-10 | r9145: Some work on eventlog since jerry is doing some in Samba3. (-: | Tim Potter | 2 | -18/+58 |
2007-10-10 | r9143: print out the rate of rounttrips | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r9142: fix the output to the new names | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r9141: fix up output massage | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r9140: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9139: cleanup the layout a bit | Andrew Tridgell | 5 | -59/+50 |
2007-10-10 | r9137: fixed installswat to handle the deep directory structure of qooxdoo | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r9136: made the 'AJAJ' code portable to IE and Opera | Andrew Tridgell | 1 | -1/+32 |
2007-10-10 | r9135: added a sample page that demonstrates using AJAJ to make remote calls | Andrew Tridgell | 2 | -0/+136 |
2007-10-10 | r9134: added the client side js library code for handling remote 'AJAJ' calls | Andrew Tridgell | 2 | -0/+122 |
2007-10-10 | r9133: a huge import of the qooxdoo infrastructure. I decided to import all t... | Andrew Tridgell | 1303 | -2/+866 |
2007-10-10 | r9132: 'pointer' is better for typedef than 'C pointer' | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9131: started adding the server side code for "AJAJ" (asynchronous javascrip... | Andrew Tridgell | 2 | -0/+195 |
2007-10-10 | r9130: Fix up awful indentation. | Tim Potter | 1 | -22/+22 |
2007-10-10 | r9129: Start working on nested anonymous structures and unions. A better | Tim Potter | 1 | -4/+55 |
2007-10-10 | r9128: More ethereal parser generator updates. String handling is still broke... | Jelmer Vernooij | 2 | -16/+61 |
2007-10-10 | r9124: Handle more types pointers to simple types. | Tim Potter | 1 | -2/+10 |
2007-10-10 | r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB | Tim Potter | 2 | -1/+34 |
2007-10-10 | r9122: cope with trailing garbage in POST contents in the web server | Andrew Tridgell | 1 | -1/+4 |