Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-16 | security.idl - push generated code diff | Matthias Dieter Wallnöfer | 2 | -1/+14 | |
2010-03-16 | s4:idl change level to type in lsa_ForestTrustRecord. | Simo Sorce | 3 | -10/+10 | |
2010-03-16 | Added a net acl ds command for modification of ACLs on directory objects | Nadezhda Ivanova | 1 | -1/+18 | |
At present the command supports only addition of control access rigts, done so DRS access checks can be tested. It will be expanded to deal with most ways to modify and view a DS ACL. Shifted commands a bit. What used to be net acl is now "net acl nt" as apposed to this, which is "net acl ds" ./bin/net acl ds set --help Usage: set --objectdn=objectdn --car=control right --action=[deny|allow] --trusteedn=trustee-dn Options: -h, --help show this help message and exit --host=HOST LDB URL for database or target server --car=CAR The access control right to allow or deny --action=ACTION Deny or allow access --objectdn=OBJECTDN DN of the object whose SD to modify --trusteedn=TRUSTEEDN DN of the entity that gets access Samba Common Options: -s FILE, --configfile=FILE Configuration file Credentials Options: --simple-bind-dn=DN DN to use for a simple bind --password=PASSWORD Password -U USERNAME, --username=USERNAME Username -W WORKGROUP, --workgroup=WORKGROUP Workgroup -N, --no-pass Don't ask for a password -k KERBEROS, --kerberos=KERBEROS Use Kerberos | |||||
2010-03-12 | librpc: rerun make idl | Stefan Metzmacher | 2 | -1/+4 | |
metze | |||||
2010-03-12 | drsuapi.idl: don't mark drsuapi_DsGetMemberships as [todo] | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-03-11 | winreg: add winreg_KeyType enum. | Günther Deschner | 6 | -20/+68 | |
Guenther | |||||
2010-03-11 | librpc: rerun make idl | Stefan Metzmacher | 3 | -116/+144 | |
metze | |||||
2010-03-11 | drsuapi.idl: finish drsuapi_DsGetNT4ChangeLog idl | Stefan Metzmacher | 1 | -15/+20 | |
metze | |||||
2010-03-10 | idl: Regenerate DRSUAPI idl files | Kamen Mazdrashki | 5 | -299/+225 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: drsuapi_QuerySitesByCostCtr1 'unknown' member is now known | Kamen Mazdrashki | 1 | -1/+1 | |
and this it is a reserved fields for future flags - 'flags_reserver' Must be 0 and is currently ignored. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: QuerySitesByCost - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetMemberships2 - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsRemoveDSServer - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsWriteAccountSpn - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Changes also propagated into source code as they are too minor to be done in separate commit Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsCrackNames - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetMemberships - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaMod - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaDel - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaAdd - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaUpdateRefs - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetNCChanges - switch types should be unsigned | Kamen Mazdrashki | 1 | -5/+5 | |
Converting those types to unsigned should help in creating DRSUAPI dissector for Wireshark also. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: drsuapi_DsReplicaSyncOptions flags are no more used | Kamen Mazdrashki | 2 | -28/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 4 | -20/+20 | |
Guenther | |||||
2010-03-05 | winreg: fix winreg_QueryValue IDL. | Günther Deschner | 1 | -1/+1 | |
Note that before this change pidl generated code that just dereferenced size_is and length_is values from unique pointers without checking whether these pointers were actually NULL. With this change, pidl now throws a warning like: warning: Got pointer for `data_size', expected fully derefenced variable which is not correct, probably because pidl does not evaluate the C expression. Guenther | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -39/+56 | |
Guenther | |||||
2010-03-05 | spoolss: fix spoolss_EnumPrinterDataEx IDL. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 6 | -201/+50 | |
Guenther | |||||
2010-03-05 | spoolss: rollback GetPrinterData[Ex] IDL. | Günther Deschner | 3 | -238/+4 | |
Guenther | |||||
2010-03-05 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -151/+64 | |
Guenther | |||||
2010-03-05 | spoolss: rollback SetPrinterData{Ex} IDL. | Günther Deschner | 3 | -113/+6 | |
Guenther | |||||
2010-02-26 | spoolss: add spoolss_Build to IDL. | Günther Deschner | 4 | -5/+49 | |
Guenther | |||||
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 |