Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-03 | Removed the default DACL from token, as we will not be using it. | Nadezhda Ivanova | 1 | -1/+0 | |
2009-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 1 | -4/+49 | |
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/+29 | |
Guenther | |||||
2009-10-28 | lsa: add LSA_SECRET access masks. | Günther Deschner | 1 | -0/+19 | |
Guenther | |||||
2009-10-22 | idl-drsblobs: mark some more reserved values as value(0) | Andrew Tridgell | 1 | -10/+10 | |
This prevents valgrind errors when we store these blobs in a database | |||||
2009-10-16 | s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idl | Kamen Mazdrashki | 1 | -3/+3 | |
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496]. | |||||
2009-10-16 | idl: added bit definition for privilege masks | Andrew Tridgell | 1 | -0/+15 | |
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 | 1 | -0/+36 | |
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/+12 | |
Guenther | |||||
2009-10-08 | s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structure | Matthias Dieter Wallnöfer | 1 | -15/+15 | |
This I've done according to WSPP doc MS-SAMR 2.2.7.23. | |||||
2009-10-03 | idl: some lsa vars are uint3264 | Andrew Tridgell | 1 | -5/+5 | |
2009-10-02 | idl: use common netlogon bit definitions | Andrew Tridgell | 2 | -4/+7 | |
The DS_ bits had got a bit ahead of the NBT_ bits. Ideally we'd make these a single set of bits at some point. This also removes NBT_SERVER_DNS_FOREST as this bit doesn't exist. I think it came from someone mis-reading the docs, which show the bits in reverse order within bytes (one of the worst bit table representations I have ever seen!) | |||||
2009-09-30 | idl: ntsvcs.idl depends on misc.idl, not winreg.idl | Andrew Tridgell | 1 | -1/+1 | |
The winreg_Type definition comes from misc.idl | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 2 | -16/+27 | |
Guenther | |||||
2009-09-24 | s4-drs: fixed the size of DN binary blobs on the wire | Andrew Tridgell | 1 | -1/+1 | |
Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this | |||||
2009-09-23 | s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchanges | Anatoliy Atanasov | 1 | -2/+6 | |
2009-09-23 | Revert "r20074: this values seem to be typos in drsuapi" | Stefan Metzmacher | 1 | -2/+2 | |
This reverts commit 1dfd365d57dcd712d315a1a903c8d3d0a0f0fc12 This change was from and the flags I was seeing have another meaning. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-23 | idl: fixed string termination for netlogon GetDomainInfo | Andrew Tridgell | 1 | -10/+10 | |
2009-09-23 | s4-nbt: added NBT_SERVER_DNS_FOREST | Andrew Tridgell | 1 | -1/+2 | |
2009-09-20 | drsblobs.idl: fix repsFromTo2 blob size calculation | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-09-20 | drsblobs.idl: add decoding for repsFromTo2 | Stefan Metzmacher | 1 | -0/+30 | |
This is used in windows 2008. metze | |||||
2009-09-18 | named_pipe_auth.idl: add infrastructure to pass delegated credentials | Stefan Metzmacher | 1 | -0/+23 | |
metze | |||||
2009-09-17 | idl: added DRS GetNCChanges level 10 | Andrew Tridgell | 1 | -0/+18 | |
2009-09-17 | idl: added DsExecuteKCC IDL | Andrew Tridgell | 1 | -1/+19 | |
2009-09-16 | Owner and group defaulting. | Nadezhda Ivanova | 1 | -0/+34 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-09-15 | ntlmssp: pretty print a VERSION structure. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-15 | ntlmssp: better document to what structures we are reffering to. | Günther Deschner | 1 | -3/+25 | |
Guenther | |||||
2009-09-14 | schannel: remove unused schannel structs. | Günther Deschner | 1 | -34/+0 | |
Guenther | |||||
2009-09-11 | s4: Fix parsing of CSDVersion: treat this field as an string null terminated. | Matthieu Patou | 1 | -1/+1 | |
CDSVersion field contains one utf16 string and then garbage which pertubated the parsing. We use subcontext to clearly define the size of the whole blob and then let the parser to find the real length of the string. This is a fix for bug 6706, many thanks to Gunter for the PIDL guidelines. | |||||
2009-09-11 | s4-idl: added the IDL for the DsReplica* calls | Andrew Tridgell | 1 | -7/+69 | |
2009-09-11 | lsa: fill in more unknowns in lsa_LookupSid calls. | Günther Deschner | 1 | -10/+20 | |
Guenther | |||||
2009-09-11 | netlogon.idl: indent correctly | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-09-11 | lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-09-11 | schannel: more work on reponse NL_AUTH_MESSAGES. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-09-10 | s4/drsuapi: tech the IDL about some more key attribute names | Andrew Tridgell | 1 | -0/+8 | |
2009-09-09 | s4: fixed format of repsTo in samdb | Andrew Tridgell | 1 | -31/+0 | |
Metze pointed out what the windows tool ldp.exe will examine repsTo attributes on remote DCs, so we do in fact need to use the same format that windows uses. This patch changes the server side implementation of UpdateRefs to use the windows format | |||||
2009-09-08 | ntlmssp: add some void decode calls (useful for ndrdump). | Günther Deschner | 1 | -1/+22 | |
Guenther | |||||
2009-09-08 | schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs. | Günther Deschner | 1 | -0/+73 | |
These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther | |||||
2009-09-08 | Return a correct value for Supported Encryption Type | Matthieu Patou | 1 | -1/+9 | |
Vista and upper version use this value to check wether they should ask the DC to change the msDS-SupportedEncryptionTypes attribute or not. Declare the different value as a bitmap in Netlogon idl | |||||
2009-09-08 | s4: added the structure for repsTo | Andrew Tridgell | 1 | -0/+32 | |
This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call | |||||
2009-09-08 | s4: fixed updaterefs options bitmap | Andrew Tridgell | 1 | -2/+3 | |
2009-09-02 | s3-netlogon: use WERRORs in NETLOGON_INFO structures. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-09-02 | add a ref to the WSPP docs | Andrew Tridgell | 1 | -0/+1 | |
2009-08-31 | netlogon: fill in more details for the netr_LogonControlX family of calls. | Günther Deschner | 1 | -3/+10 | |
Guenther | |||||
2009-08-31 | s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-08-28 | ntlmssp: add NTLMSSP_MESSAGE_SIGNATURE to IDL. | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2009-08-28 | ntlmssp: add AUTHENTICATE_MESSAGE to idl. | Günther Deschner | 1 | -0/+75 | |
Guenther | |||||
2009-08-28 | ntlmssp: add CHALLENGE_MESSAGE to IDL. | Günther Deschner | 1 | -0/+70 | |
Guenther | |||||
2009-08-28 | ntlmssp: add NEGOTIATE_MESSAGE to IDL. | Günther Deschner | 1 | -0/+20 | |
Guenther | |||||
2009-08-28 | ntlmssp: add ntlmssp helper skeleton. | Günther Deschner | 1 | -1/+2 | |
Guenther |