summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
* spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey.Günther Deschner2009-12-101-1/+2
| | | | Guenther
* spoolss: add spoolss_KeyNames union.Günther Deschner2009-12-101-0/+6
| | | | Guenther
* libndr: added a GUID_to_ndr_blob() helper functionAndrew Tridgell2009-12-102-6/+15
| | | | This can be used in many places that deal with GUIDs
* librpc: split out a separate GUID_from_ndr_blob() functionAndrew Tridgell2009-12-102-15/+21
| | | | | This will simplify many of the places that deal with NDR formatted GUIDs
* spoolss: add more spoolss architectures to IDL.Günther Deschner2009-12-082-2/+10
| | | | Guenther
* spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner2009-12-083-55/+55
| | | | | | found by RPC-SPOOLSS torture teset. Guenther
* spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner2009-12-079-71/+366
| | | | Guenther
* spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner2009-12-035-51/+63
| | | | | | | | spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-026-41/+20
| | | | | | | This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
* spoolss: add spoolss_StringArray2.Günther Deschner2009-12-026-0/+78
| | | | | | | The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-023-6/+9
| | | | Guenther
* drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner2009-12-016-12/+14
| | | | | | | | drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
* security.idl - Add some more wellknown SIDs/RIDsMatthias Dieter Wallnöfer2009-11-272-14/+20
|
* misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN.Günther Deschner2009-11-273-145/+218
| | | | Guenther
* pidl: fix handling of output arguments in s3 client stubs.Günther Deschner2009-11-271-4/+4
| | | | | | a20e095 used (uint8_t) instead of (uint8_t *). Guenther
* librpc: rerun "make idl"Stefan Metzmacher2009-11-269-66/+66
| | | | metze
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner2009-11-232-0/+130
| | | | | | belong. Guenther
* spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner2009-11-236-60/+40
| | | | Guenther
* librpc: rerun "make idl"Stefan Metzmacher2009-11-206-0/+507
| | | | metze
* librpc/ndr: remember the highest offset we parsed with relative pointer buffersStefan Metzmacher2009-11-202-6/+22
| | | | | | ndr_*_pull_blob_all() will now work if relative pointers are used. metze
* Fixed incorrect SID for RAS Servers.Nadezhda Ivanova2009-11-172-0/+2
|
* librpc: rerun "make idl"Stefan Metzmacher2009-11-174-9/+9
| | | | metze
* netlogon.idl: fix ndr_pull_netr_DatabaseRedo()Stefan Metzmacher2009-11-171-2/+9
| | | | | | | We can't use subcontext_size() here, as change_log_entry_size is encoded after the subcontext. metze
* lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2009-11-123-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
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-0846-1312/+1312
| | | | This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-0815-616/+616
| | | | This reverts commit 98fb71782e05ae72cd6abeb38b6e0b96a50c1761.
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-0815-15/+15
| | | | This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-0815-15/+15
|
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-0815-616/+616
| | | | This involves storing the interface table in the pipes_struct
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-0846-1312/+1312
|
* s3: Do the printing for DEBUGLEVEL>=10 centrallyVolker Lendecke2009-11-0716-10256/+0
| | | | | | 12 insertions(+), 10651 deletions(-) I think that says it all :-)
* security: re-run make samba3-idl after IDL change.Günther Deschner2009-11-032-25/+0
| | | | Guenther
* Removed the default DACL from token, as we will not be using it.Nadezhda Ivanova2009-11-031-1/+0
|
* uuid.c: Remove some dead codeVolker Lendecke2009-11-011-1/+0
|
* Add in Metze's new code to ndr encode the user.DOSATTRIBStefan (metze) Metzmacher2009-10-286-8/+523
| | | | | blobs. Next I'll change the create timestamp and dos attribute code to use this.
* lsa: add LSA_TRUSTED_DOMAIN access masks.Günther Deschner2009-10-282-0/+33
| | | | Guenther
* lsa: add LSA_SECRET access masks.Günther Deschner2009-10-282-0/+23
| | | | Guenther
* idl-drsblobs: mark some more reserved values as value(0)Andrew Tridgell2009-10-223-40/+40
| | | | This prevents valgrind errors when we store these blobs in a database
* librpc Make talloc tree in binding tower match the floorsAndrew Bartlett2009-10-211-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
* s4/drs(NDR): Print implementation for drsuapi_DsReplicaOIDKamen Mazdrashki2009-10-161-0/+19
| | | | | | Custom ndr_print functions is implemented so that transmited partia-binary-oid to be printed both in hex and partial-oid formats
* s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID structKamen Mazdrashki2009-10-162-100/+0
| | | | | New structure definition is automarshaled so custom marshaling code is not used anymore
* s4/drs(idl): Regenerate idlKamen Mazdrashki2009-10-163-15/+50
|
* s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idlKamen Mazdrashki2009-10-161-3/+3
| | | | | Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496].
* idl: added bit definition for privilege masksAndrew Tridgell2009-10-162-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.
* idl: added WSPP DrsOptions bit namesAndrew Tridgell2009-10-154-0/+122
| | | | This should make it much easier to work through the logic in MS-DRSR
* netlogon: add NL_PASSWORD_VERSION to IDL.Günther Deschner2009-10-132-0/+19
| | | | Guenther
* s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structureMatthias Dieter Wallnöfer2009-10-087-94/+135
| | | | This I've done according to WSPP doc MS-SAMR 2.2.7.23.
* idl: recompile IDL for uint1632 changeAndrew Tridgell2009-10-0715-92/+92
|
* pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2009-10-072-15/+66
| | | | | The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632 type to get the alignment right.
* libndr: add int3264 ndr prototype.Günther Deschner2009-10-051-0/+1
| | | | Guenther