Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 2 | -0/+2 | |
These were causing thousands of warnings on solaris8 | |||||
2010-03-25 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -55/+56 | |
Guenther | |||||
2010-03-25 | drsblobs: remove utf8string2 from ForestTrustData. | Günther Deschner | 2 | -10/+9 | |
Simo, it's not really worth to add a new idl type just for being able to omit the size field. The size field is part of the spec in MS-ADTS 7.1.6.9.3.1 so we should have it as well. Guenther | |||||
2010-03-24 | idl: drsuapi.idl - fix few more comments | Kamen Mazdrashki | 1 | -7/+5 | |
2010-03-24 | idl: Regenerate DRSUAPI idl files | Kamen Mazdrashki | 5 | -228/+1050 | |
2010-03-24 | s4/drs: Pretty print for drsuapi_SecBufferType | Kamen Mazdrashki | 1 | -0/+23 | |
It is a type and mask combined in one DRS field so we have to make a custom ndr_print implementation for this type | |||||
2010-03-24 | s4/idl: DsAddEntry V3 request description | Kamen Mazdrashki | 1 | -0/+33 | |
2010-03-24 | s4/idl: Remove drsuapi_DsAddEntryExtraErrorBuffer - it is not used anymore | Kamen Mazdrashki | 1 | -5/+0 | |
2010-03-24 | s4/idl: Complete drsuapi_DsAddEntryErrorInfo description | Kamen Mazdrashki | 1 | -4/+4 | |
Members for Security, Service, Update and System errors renamed to be more descriptive. All those error types share same description. | |||||
2010-03-24 | s4/idl: Add DsAddEntry Referral error definition | Kamen Mazdrashki | 1 | -5/+53 | |
2010-03-24 | s4/idl: Add DsAddEntry Name resolution error definition | Kamen Mazdrashki | 1 | -2/+12 | |
2010-03-24 | s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1 | Kamen Mazdrashki | 2 | -1/+12 | |
2010-03-24 | s4/idl: redefine drsuapi_DsAddEntryErrorInfo1 | Kamen Mazdrashki | 1 | -11/+16 | |
This actually describes Attribute error during DsAddEntry execution. Structure is renamed to drsuapi_DsAddEntryErrorInfo_Attr. And structure to define Attribute error data are all prefixed with drsuapi_DsAddEntry_AttrErr | |||||
2010-03-24 | s4/idl: drsuapi_DsAddEntryError refactored | Kamen Mazdrashki | 1 | -7/+7 | |
Structure description and name was changed to be aligned with WSPP definition. Ref: [MS-DRSR] 4.1.1.1.23 | |||||
2010-03-24 | s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structure | Kamen Mazdrashki | 1 | -2/+5 | |
Reply structure definition was aligned with WSPP documentation Ref: [MS-DRSR], section 4.1.1.1.7 | |||||
2010-03-24 | s4/idl: Update drsuapi_DsAddEntryErrorInfoX definition | Kamen Mazdrashki | 1 | -5/+8 | |
drsuapi_DsAddEntryErrorInfoX is an extended error description used by most of the error infos returned by DsAddEntry RPC method. | |||||
2010-03-24 | s4/idl: DIRERR error codes definition | Kamen Mazdrashki | 1 | -0/+14 | |
DIRERR codes specify class of error returned from DsAddEntry method call. Ref: [MS-DRSR], section 4.1.1.1.25 | |||||
2010-03-24 | s4/idl: DsAddEntry - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
2010-03-24 | idl: fix comment and convert whitespaces to tabs | Simo Sorce | 2 | -45/+45 | |
2010-03-23 | idl: fix forest trust information idl | Simo Sorce | 5 | -26/+92 | |
--validate now passes | |||||
2010-03-23 | s3: Re-run make samba3-idl. | Karolin Seeger | 1 | -0/+4 | |
Karolin | |||||
2010-03-23 | security.idl: Add missing builtin groups. | Karolin Seeger | 1 | -0/+4 | |
Karolin | |||||
2010-03-23 | librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and ↵ | Stefan Metzmacher | 1 | -10/+52 | |
fallback to WERROR codes metze | |||||
2010-03-23 | s3:re-run make samba3-idl. | Günther Deschner | 3 | -4/+178 | |
Guenther | |||||
2010-03-23 | dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specification | Stefan Metzmacher | 1 | -1/+50 | |
metze | |||||
2010-03-23 | idl:drsblobs add code to interpret msDS-TrustForestTrustInfo | Simo Sorce | 5 | -3/+605 | |
2010-03-22 | s4:lsa Functions to set Domain Trust Information | Simo Sorce | 4 | -4/+6 | |
2010-03-18 | charset: fixed a problem with the global use of the iconv_convenience structure | Andrew Tridgell | 1 | -2/+4 | |
We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values. | |||||
2010-03-16 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -35/+42 | |
Guenther | |||||
2010-03-16 | lsa: fix IDL for lsa_SetTrustedDomainInfoByName. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-03-16 | s3: re-run make samba3-idl. | Günther Deschner | 7 | -47/+579 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-03-16 | s4:idl add lsaRSetForestTrustInformation | Simo Sorce | 1 | -2/+50 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
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> |