Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-24 | idl:lsa change string type | Simo Sorce | 3 | -7/+7 | |
comapring win<-> traces it looks like this is an lsa_StringLarge | |||||
2010-02-24 | s4/idl: Regenerate IDL for DRSUAPI interface | Kamen Mazdrashki | 2 | -58/+58 | |
2010-02-24 | s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string2' to 'value_dn_str' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-24 | s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string1' to 'attribute_name' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-24 | s4/idl: rename 'guid1' to 'source_dsa_guid' in ↵ | Kamen Mazdrashki | 1 | -2/+2 | |
drsuapi_DsReplicaGetInfoRequest description | |||||
2010-02-24 | s4/idl: Regenerate IDL for DRSUAPI interface | Kamen Mazdrashki | 4 | -56/+66 | |
2010-02-24 | s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definition | Kamen Mazdrashki | 1 | -3/+3 | |
- Function should accept pointer to drsuapi_DsReplicaSyncRequest. While this doesn't generate essentially different code for NDR parser, using pointer will make drsuapi_DsReplicaSync descritpin with the rest of the functions in DRSUAPI interface. Another benefit is that this way we could create Wireshark dissector directly from Samba's verions for drsuapi.idl - 'level' and thus the switch_type() should be uint32 | |||||
2010-02-24 | s4/idl: drsuapi.idl fix drsuapi_DsReplicaSyncRequest1 description | Kamen Mazdrashki | 1 | -2/+2 | |
- pointer to naming_context should be [ref] pointer (i.e. not NULL pointer) - other_info is actually the DNS name for Source DSA and is used if DRSUAPI_DRS_SYNC_BYNAME is passed ref: [MS-DRSR] 5.39 | |||||
2010-02-23 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -54/+56 | |
Guenther | |||||
2010-02-23 | spoolss: some fixes for devicemode dm extra structs. | Günther Deschner | 1 | -10/+2 | |
Guenther | |||||
2010-02-23 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -0/+675 | |
Guenther | |||||
2010-02-23 | spoolss: add various DM extradata formats (including PostScript and UniDriver). | Günther Deschner | 1 | -0/+307 | |
Guenther | |||||
2010-02-22 | s4:netlogon GetTrustedDomainInformation | Simo Sorce | 9 | -43/+37 | |
start implementing calls related to trusted domain information | |||||
2010-02-20 | librpc/ndr Remove unused macros | Andrew Bartlett | 1 | -16/+0 | |
Since the change to the way we pull these OIDs from the wire, these macros are unused. Andrew Bartlett | |||||
2010-02-20 | librpc When sending endpoint mapper requests, include the minor if_version | Andrew Bartlett | 1 | -1/+16 | |
The minor version (in the upper 16 bits of syntax->if_version) needs to be pushed as the right hand side of the endpoint mapper floor (the same floor as the interface UUID and major if_version). Andrew Bartlett | |||||
2010-02-19 | librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end() | Stefan Metzmacher | 1 | -2/+8 | |
metze | |||||
2010-02-19 | misc.idl: Add reference to the slightly odd representation of if_version | Andrew Bartlett | 1 | -0/+3 | |
I found this confusing, so explian for the next poor programmer who has to get up to speed with this quickly. Andrew Bartlett | |||||
2010-02-18 | spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵ | Günther Deschner | 4 | -239/+239 | |
devmode relative pointer down to sd). Guenther | |||||
2010-02-18 | spoolss: add spoolss_security_descriptor. | Günther Deschner | 5 | -52/+115 | |
Guenther | |||||
2010-02-18 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -1263/+1627 | |
Guenther | |||||
2010-02-18 | security: make two bitmaps public. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-02-18 | spoolss: make two bitmaps public. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-02-18 | spoolss: make all security descriptors and devicemodes 4 byte aligned and ↵ | Stefan Metzmacher | 1 | -8/+8 | |
add missing subcontexts. Guenther | |||||
2010-02-18 | spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ↵ | Günther Deschner | 1 | -10/+10 | |
pointers. Guenther | |||||
2010-02-18 | ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-02-18 | spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro. | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2010-02-18 | libndr: fix ndr_size_* calculation with relative reverse buffers | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2010-02-18 | libndr: for now align reverse relative pointers to 2 bytes by default. | Stefan Metzmacher | 1 | -0/+3 | |
This is just a hack and we should let the callers use FLAG_ALIGN2 explicit in future. metze | |||||
2010-02-18 | libndr: implement LIBNDR_RELATIVE_REVERSE handling | Stefan Metzmacher | 2 | -3/+87 | |
This is based on Guenther's initial code. metze | |||||
2010-02-18 | libndr: store a subcontext buffer size in ndr_push_subcontext_start. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-02-18 | libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used ↵ | Stefan Metzmacher | 1 | -1/+6 | |
with the RELATIVE_REVERSE flag metze | |||||
2010-02-18 | libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processing | Günther Deschner | 3 | -0/+7 | |
can be disabled for single structure elements. Guenther | |||||
2010-02-18 | libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag. | Günther Deschner | 2 | -0/+4 | |
Guenther | |||||
2010-02-18 | libndr: change subcontext buffer allocation to allocate on subcontext_start. | Günther Deschner | 1 | -3/+7 | |
Guenther | |||||
2010-02-18 | librpc/ndr: make ndr_push_relative_ptr2() static | Stefan Metzmacher | 2 | -2/+1 | |
metze | |||||
2010-02-18 | librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-02-18 | librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end() | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2010-02-18 | spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101. | Günther Deschner | 1 | -10/+20 | |
Guenther | |||||
2010-02-18 | s3: re-run make full_idl. | Günther Deschner | 6 | -172/+344 | |
Guenther | |||||
2010-02-18 | libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end. | Günther Deschner | 2 | -0/+26 | |
Guenther | |||||
2010-02-17 | s4/drs: add DRSUAPI_ATTRIBUTE_options attribute | Anatoliy Atanasov | 3 | -1/+5 | |
2010-02-17 | s4/drs:kccdrs_replica_get_info_obj_metadata implementation | Anatoliy Atanasov | 3 | -112/+112 | |
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009 | |||||
2010-02-14 | a4-dcerpc: another attempt at dcerpc auth padding | Andrew Tridgell | 3 | -0/+15 | |
The last change broke net vampire against w2k8r2 | |||||
2010-02-13 | s4-rpc: be more careful about DCERPC auth padding | Andrew Tridgell | 3 | -30/+0 | |
Cope with a wider range of auth padding in dcerpc bind_ack and alter_context packets. We now use a helper function that calculates the right auth padding. | |||||
2010-02-12 | spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ↵ | Günther Deschner | 1 | -0/+1 | |
ndr64 changes. Guenther | |||||
2010-02-12 | spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles ↵ | Günther Deschner | 1 | -0/+30 | |
relative_highest_offset. Guenther | |||||
2010-02-12 | spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ↵ | Günther Deschner | 1 | -1/+2 | |
ndr64 changes. Guenther | |||||
2010-02-11 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-02-11 | s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONS | Fernando J V da Silva | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-11 | s4/idl: regenerating drsuapi.idl | Kamen Mazdrashki | 2 | -4/+4 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |