Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-27 | security.idl - Add some more wellknown SIDs/RIDs | Matthias Dieter Wallnöfer | 2 | -14/+20 | |
2009-11-27 | misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN. | Günther Deschner | 3 | -145/+218 | |
Guenther | |||||
2009-11-27 | pidl: fix handling of output arguments in s3 client stubs. | Günther Deschner | 1 | -4/+4 | |
a20e095 used (uint8_t) instead of (uint8_t *). Guenther | |||||
2009-11-26 | librpc: rerun "make idl" | Stefan Metzmacher | 9 | -66/+66 | |
metze | |||||
2009-11-23 | s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵ | Günther Deschner | 2 | -0/+130 | |
belong. Guenther | |||||
2009-11-23 | spoolss: fix spoolss_EnumPrinterKey IDL. | Günther Deschner | 6 | -60/+40 | |
Guenther | |||||
2009-11-20 | librpc: rerun "make idl" | Stefan Metzmacher | 6 | -0/+507 | |
metze | |||||
2009-11-20 | librpc/ndr: remember the highest offset we parsed with relative pointer buffers | Stefan Metzmacher | 2 | -6/+22 | |
ndr_*_pull_blob_all() will now work if relative pointers are used. metze | |||||
2009-11-17 | Fixed incorrect SID for RAS Servers. | Nadezhda Ivanova | 2 | -0/+2 | |
2009-11-17 | librpc: rerun "make idl" | Stefan Metzmacher | 4 | -9/+9 | |
metze | |||||
2009-11-17 | netlogon.idl: fix ndr_pull_netr_DatabaseRedo() | Stefan Metzmacher | 1 | -2/+9 | |
We can't use subcontext_size() here, as change_log_entry_size is encoded after the subcontext. metze | |||||
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 3 | -3/+3 | |
Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett | |||||
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 46 | -1312/+1312 | |
This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a. | |||||
2009-11-08 | Revert "s3: Do not reference the ndr_tables in the server calls directly" | Volker Lendecke | 15 | -616/+616 | |
This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761. | |||||
2009-11-08 | Revert "s3: Do not reference ndr_table when calling rpc_srv_register" | Volker Lendecke | 15 | -15/+15 | |
This reverts commit 494b2aff8826947e3bd556aecb175746163da485. | |||||
2009-11-08 | s3: Do not reference ndr_table when calling rpc_srv_register | Volker Lendecke | 15 | -15/+15 | |
2009-11-08 | s3: Do not reference the ndr_tables in the server calls directly | Volker Lendecke | 15 | -616/+616 | |
This involves storing the interface table in the pipes_struct | |||||
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 46 | -1312/+1312 | |
2009-11-07 | s3: Do the printing for DEBUGLEVEL>=10 centrally | Volker Lendecke | 16 | -10256/+0 | |
12 insertions(+), 10651 deletions(-) I think that says it all :-) | |||||
2009-11-03 | security: re-run make samba3-idl after IDL change. | Günther Deschner | 2 | -25/+0 | |
Guenther | |||||
2009-11-03 | Removed the default DACL from token, as we will not be using it. | Nadezhda Ivanova | 1 | -1/+0 | |
2009-11-01 | uuid.c: Remove some dead code | Volker Lendecke | 1 | -1/+0 | |
2009-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 6 | -8/+523 | |
blobs. Next I'll change the create timestamp and dos attribute code to use this. | |||||
2009-10-28 | lsa: add LSA_TRUSTED_DOMAIN access masks. | Günther Deschner | 2 | -0/+33 | |
Guenther | |||||
2009-10-28 | lsa: add LSA_SECRET access masks. | Günther Deschner | 2 | -0/+23 | |
Guenther | |||||
2009-10-22 | idl-drsblobs: mark some more reserved values as value(0) | Andrew Tridgell | 3 | -40/+40 | |
This prevents valgrind errors when we store these blobs in a database | |||||
2009-10-21 | librpc Make talloc tree in binding tower match the floors | Andrew Bartlett | 1 | -10/+14 | |
This is mostly cosmetics, but helped me see that these are legitimate stuctures when viewed in the talloc tree. Also don't put the 'ndr' structure on the long-term tree. Andrew Bartlett | |||||
2009-10-16 | s4/drs(NDR): Print implementation for drsuapi_DsReplicaOID | Kamen Mazdrashki | 1 | -0/+19 | |
Custom ndr_print functions is implemented so that transmited partia-binary-oid to be printed both in hex and partial-oid formats | |||||
2009-10-16 | s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID struct | Kamen Mazdrashki | 2 | -100/+0 | |
New structure definition is automarshaled so custom marshaling code is not used anymore | |||||
2009-10-16 | s4/drs(idl): Regenerate idl | Kamen Mazdrashki | 3 | -15/+50 | |
2009-10-16 | s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idl | Kamen Mazdrashki | 1 | -3/+3 | |
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496]. | |||||
2009-10-16 | idl: added bit definition for privilege masks | Andrew Tridgell | 2 | -0/+19 | |
When you have backup or restore privileges, you automatically get extra access bits in ACL interpretation. This adds definitions for the bits you get. | |||||
2009-10-15 | idl: added WSPP DrsOptions bit names | Andrew Tridgell | 4 | -0/+122 | |
This should make it much easier to work through the logic in MS-DRSR | |||||
2009-10-13 | netlogon: add NL_PASSWORD_VERSION to IDL. | Günther Deschner | 2 | -0/+19 | |
Guenther | |||||
2009-10-08 | s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structure | Matthias Dieter Wallnöfer | 7 | -94/+135 | |
This I've done according to WSPP doc MS-SAMR 2.2.7.23. | |||||
2009-10-07 | idl: recompile IDL for uint1632 change | Andrew Tridgell | 15 | -92/+92 | |
2009-10-07 | pidl: get the alignment right for uint1632 enums (NDR64) | Andrew Tridgell | 2 | -15/+66 | |
The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632 type to get the alignment right. | |||||
2009-10-05 | libndr: add int3264 ndr prototype. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-10-03 | ndr: rebuild lsa IDL after recent change | Andrew Tridgell | 1 | -19/+19 | |
2009-10-03 | idl: some lsa vars are uint3264 | Andrew Tridgell | 1 | -5/+5 | |
2009-10-03 | pidl: added int3264 as a base type | Andrew Tridgell | 1 | -0/+10 | |
This is the type used for a variable that is 32 bits for NDR32 and 64 bits for NDR64 | |||||
2009-10-02 | idl: rebuilt the IDL for the build farm | Andrew Tridgell | 27 | -6/+1635 | |
2009-10-02 | ndr64: added support for trailing gap alignment | Andrew Tridgell | 2 | -0/+20 | |
NDR64 has a 'trailing gap' alignment, which aligns the end of a structure on the overall structure alignment. This explains the discrepancy we had with the RPC-SAMR test and NDR64 | |||||
2009-10-02 | idl: use common netlogon bit definitions | Andrew Tridgell | 2 | -4/+7 | |
The DS_ bits had got a bit ahead of the NBT_ bits. Ideally we'd make these a single set of bits at some point. This also removes NBT_SERVER_DNS_FOREST as this bit doesn't exist. I think it came from someone mis-reading the docs, which show the bits in reverse order within bytes (one of the worst bit table representations I have ever seen!) | |||||
2009-09-30 | s3: re-run make idl. janitor for tridge. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2009-09-30 | idl: ntsvcs.idl depends on misc.idl, not winreg.idl | Andrew Tridgell | 1 | -1/+1 | |
The winreg_Type definition comes from misc.idl | |||||
2009-09-29 | s3: re-run make idl_full. | Günther Deschner | 21 | -0/+268 | |
Guenther | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 8 | -87/+295 | |
Guenther | |||||
2009-09-29 | pidl: added union padding for NDR64 | Andrew Tridgell | 2 | -0/+20 | |
This fixes the problem with samr UserInfo16 when NDR64 is enabled | |||||
2009-09-24 | s4-drs: regenerate IDL after ndr size change | Andrew Tridgell | 2 | -3/+3 | |