Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9568: updated the winreg js library for CreateKey, and add a --createkey | Andrew Tridgell | 2 | -9/+56 |
2007-10-10 | r9567: fixed the winreg IDL for CreateKey, including a security | Andrew Tridgell | 4 | -36/+69 |
2007-10-10 | r9566: fix an uninitialised variable | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9563: I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the lib/sa... | Tim Potter | 1 | -1/+1 |
2007-10-10 | r9558: Add more whitespace to generated output. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r9557: Some more updates. Use combined function for parsing a set of | Jelmer Vernooij | 9 | -446/+154 |
2007-10-10 | r9556: Define a few libsamba structs | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r9555: More updates. Everything except for secrets.c compiles now.. | Jelmer Vernooij | 10 | -104/+339 |
2007-10-10 | r9554: Do a quick once-over to make the ethereal auto-generated parser code a | Tim Potter | 1 | -51/+54 |
2007-10-10 | r9553: Some cosmetic things to make the atsvc dissector output look prettier | Tim Potter | 1 | -6/+18 |
2007-10-10 | r9552: Add idmap support. | Jelmer Vernooij | 1 | -0/+93 |
2007-10-10 | r9550: Adjust some indentation. | Tim Potter | 1 | -18/+18 |
2007-10-10 | r9549: Rerun ./config.status if one of the .mk files changes | Jelmer Vernooij | 3 | -2/+27 |
2007-10-10 | r9547: A pile more completeness testing for DsCrackNames. | Andrew Bartlett | 1 | -14/+143 |
2007-10-10 | r9527: add the magic Bind GUID's, that are needed to fetch the whole | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r9526: provide DCERPC auth type 16 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r9519: Use the value() value of an element when that element is used in | Jelmer Vernooij | 2 | -1/+22 |
2007-10-10 | r9518: - remove the subcontext_size() hack from rev 9509 | Stefan Metzmacher | 3 | -31/+44 |
2007-10-10 | r9517: fix compiler warning: status.v initialized variable used in line 375 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r9516: Try a full-on matrix test of all the combinations in DRSUAPI | Andrew Bartlett | 1 | -2/+123 |
2007-10-10 | r9514: add some new error codes I was getting with DsGetNCChanges() and DsAdd... | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r9513: - let us parse some more replies of DsAddEntry | Stefan Metzmacher | 1 | -5/+31 |
2007-10-10 | r9511: - fix the memory trees | Stefan Metzmacher | 2 | -7/+8 |
2007-10-10 | r9510: fix the memory tree | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r9509: start to fix the pushing of drsuapi_DsAttributeValueDNString structs, | Stefan Metzmacher | 3 | -6/+22 |
2007-10-10 | r9506: as the included file only contains a macro and no logic for configure ... | Stefan Metzmacher | 2 | -3/+1 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 6 | -97/+165 |
2007-10-10 | r9504: use some low level ejs hackery to give much better exception error mes... | Andrew Tridgell | 3 | -19/+17 |
2007-10-10 | r9503: removed duplicate REG_* defines from registry.h now that they are | Andrew Tridgell | 4 | -18/+5 |
2007-10-10 | r9500: userAuth() takes a creds object, not a general object now ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9499: added error checking to the userAuth() call. SWAT is still failing, bu... | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r9497: - converted the winreg library to a more OO style of interface | Andrew Tridgell | 2 | -35/+83 |
2007-10-10 | r9496: added a regToVar() function that converts a registry blob variable to ... | Andrew Tridgell | 1 | -0/+119 |
2007-10-10 | r9495: - added an enum for winreg key types, making it easier to read the deb... | Andrew Tridgell | 1 | -10/+20 |
2007-10-10 | r9494: Add ac-archive macro for checking GCC options. Use this to add to | James Peach | 4 | -4/+204 |
2007-10-10 | r9493: our test scripts need to use testok at the end or the errors don't ann... | Andrew Tridgell | 5 | -1/+8 |
2007-10-10 | r9492: it is more usual to return 'undefined' instead of 'false' on a call fa... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9491: fixed up a few scripts that need to be updated for the new GetOptions ... | Andrew Tridgell | 1 | -8/+6 |
2007-10-10 | r9490: Fix typo | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9482: add --validate and --dump-data options to ndrdump, | Stefan Metzmacher | 1 | -20/+89 |
2007-10-10 | r9479: More fixes for explicit ignoring of returned result to fix Coverity wa... | Alexander Bokovoy | 2 | -2/+2 |
2007-10-10 | r9478: Fix NTVFS POSIX module to work with EA and blkid after build system ch... | Alexander Bokovoy | 1 | -2/+2 |
2007-10-10 | r9477: Convert popt options to an ejs object. Doesn't seem to break anything | Rafal Szczesniak | 6 | -33/+53 |
2007-10-10 | r9476: Make intention to ignore result of receiving excplicit. Fixes warning ... | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r9473: - assume the case that happens on most boxes, to remove compiler warni... | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r9472: Add read-only version of Samba3 registry database (doesn't compile yet) | Jelmer Vernooij | 1 | -0/+172 |
2007-10-10 | r9465: handle encoding and decoding of pointers, representing them as a | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r9464: fixed a problem with child pointers copied into non-allocated mpr vari... | Andrew Tridgell | 2 | -3/+17 |
2007-10-10 | r9463: Fix DumpFunction() (was ignoring elements) | Jelmer Vernooij | 2 | -5/+6 |
2007-10-10 | r9462: Fix locations for generating the yapp files | Jelmer Vernooij | 3 | -66/+66 |