Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-17 | spoolss: more mork on SetPrinterInfo() levels. | Günther Deschner | 3 | -78/+90 | |
Guenther | |||||
2009-12-16 | spoolss: add spoolss_DriverInfo7. | Günther Deschner | 3 | -0/+236 | |
Guenther | |||||
2009-12-14 | s3: Allow up to 20480 entries in LookupSids, as mandated by the official IDL | Volker Lendecke | 2 | -4/+4 | |
Seen in the wild by putting >1000 users into BUILTIN\Users | |||||
2009-12-14 | spoolss: fix spoolss_PrinterData size calculation. | Günther Deschner | 3 | -7/+1 | |
Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther | |||||
2009-12-14 | spoolss: trivial fix for spoolss_FormInfo2 IDL. | Günther Deschner | 2 | -4/+8 | |
Guenther | |||||
2009-12-10 | spoolss: remove unused spoolss_StringArray2. | Günther Deschner | 3 | -17/+0 | |
Guenther | |||||
2009-12-10 | s3: re-run make samba3-idl. | Günther Deschner | 6 | -10/+164 | |
Guenther | |||||
2009-12-08 | spoolss: add more spoolss architectures to IDL. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-12-08 | spoolss: fix spoolss_DriverInfo8 IDL. | Günther Deschner | 2 | -54/+54 | |
found by RPC-SPOOLSS torture teset. Guenther | |||||
2009-12-07 | spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx. | Günther Deschner | 6 | -63/+183 | |
Guenther | |||||
2009-12-03 | spoolss: hand-marshall the spoolss_StringArray2 struct for ↵ | Günther Deschner | 2 | -47/+1 | |
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther | |||||
2009-12-02 | samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey. | Günther Deschner | 5 | -40/+19 | |
This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther | |||||
2009-12-02 | spoolss: add spoolss_StringArray2. | Günther Deschner | 3 | -0/+63 | |
The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther | |||||
2009-12-02 | s3-spoolss: move MAXDEVICENAME to spoolss idl. | Günther Deschner | 2 | -4/+5 | |
Guenther | |||||
2009-12-01 | drsuapi: fix build warning of NDR size calculation of ↵ | Günther Deschner | 3 | -10/+4 | |
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther | |||||
2009-11-27 | security.idl - Add some more wellknown SIDs/RIDs | Matthias Dieter Wallnöfer | 1 | -0/+3 | |
2009-11-27 | misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN. | Günther Deschner | 2 | -144/+215 | |
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 | 1 | -0/+62 | |
belong. Guenther | |||||
2009-11-23 | spoolss: fix spoolss_EnumPrinterKey IDL. | Günther Deschner | 5 | -59/+39 | |
Guenther | |||||
2009-11-20 | librpc: rerun "make idl" | Stefan Metzmacher | 6 | -0/+507 | |
metze | |||||
2009-11-17 | Fixed incorrect SID for RAS Servers. | Nadezhda Ivanova | 1 | -0/+1 | |
2009-11-17 | librpc: rerun "make idl" | Stefan Metzmacher | 4 | -9/+9 | |
metze | |||||
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-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 3 | -4/+289 | |
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 | 1 | -0/+4 | |
Guenther | |||||
2009-10-28 | lsa: add LSA_SECRET access masks. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-10-22 | idl-drsblobs: mark some more reserved values as value(0) | Andrew Tridgell | 2 | -30/+30 | |
This prevents valgrind errors when we store these blobs in a database | |||||
2009-10-16 | s4/drs(idl): Regenerate idl | Kamen Mazdrashki | 3 | -15/+50 | |
2009-10-16 | idl: added bit definition for privilege masks | Andrew Tridgell | 1 | -0/+4 | |
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 | 3 | -0/+86 | |
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 | 1 | -0/+7 | |
Guenther | |||||
2009-10-08 | s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structure | Matthias Dieter Wallnöfer | 6 | -79/+120 | |
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-03 | ndr: rebuild lsa IDL after recent change | Andrew Tridgell | 1 | -19/+19 | |
2009-10-02 | idl: rebuilt the IDL for the build farm | Andrew Tridgell | 27 | -6/+1635 | |
2009-09-30 | s3: re-run make idl. janitor for tridge. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
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 | 6 | -71/+268 | |
Guenther | |||||
2009-09-24 | s4-drs: regenerate IDL after ndr size change | Andrew Tridgell | 2 | -3/+3 | |
2009-09-23 | idl: regenerate idl | Anatoliy Atanasov | 2 | -3/+11 | |
2009-09-23 | regenerate IDL | Andrew Tridgell | 4 | -60/+62 | |