summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-2524-290/+1140
|\ | | | | | | (This used to be commit b12dd8ee5443ebfc204d1684f541d68ffb351197)
| * hdb-ldb: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-45/+30
| | | | | | | | | | metze (This used to be commit 1223cd17c79d130b46b0e0ccb0f6011c92441173)
| * password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-33/+41
| | | | | | | | | | metze (This used to be commit fac7c79afae05a88ecc2a63c8eb9f2fd53ab7ce6)
| * drsblobs.idl: unify the Primary:Kerberos and Primary:Kerberos-Newer-Keys structsStefan Metzmacher2008-07-241-29/+18
| | | | | | | | | | metze (This used to be commit 4b79a7678571ac2f7d5f827913fdcb419f5d2e20)
| * drsblobs.idl: give some unknowns a meaningStefan Metzmacher2008-07-241-9/+11
| | | | | | | | | | metze (This used to be commit 231e6f5ab2dc8a3e991a9872be252cffff6f14c6)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-07-2438-387/+1326
| |\ | | | | | | | | | (This used to be commit 24309dbf4d9622fcfafa29ef98bc0459fdaa814b)
| | * dsdb_create_prefix_mapping() implementation checks for existing prefix ↵Anatoliy Atanasov2008-07-241-36/+257
| | | | | | | | | | | | | | | | | | | | | maping in ldb. if one not found it creates a mapping for it and updates the prefixMap schema attribute in ldb. (This used to be commit bbe895db7144b192981fad9ab6bbd3ebacb8d299)
| | * Handle schema reloading request.Anatoliy Atanasov2008-07-244-4/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ldif for that operation looks like this: dn: changetype: Modify add: schemaUpdateNow schemaUpdateNow: 1 It uses the rootdse's object functional attribute schemaUpdateNow. In rootdse_modify() this command is being recognized and it is send as extended operation with DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID. In the partition module its dispatched to the schema_fsmo module. The request is processed in the schema_fsmo module by schema_fsmo_extended(). (This used to be commit 39f9184ddf215f2b512319211c0a05702218ef87)
| | * libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntryMichael Adam2008-07-232-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | instead of version 2 (win2k3). This makes the NET-API-BECOME-DC test work against windows 2003 and 2008. Michael (This used to be commit a7bfa1fb1bc6fb8e412990b7ff4c3ce9bc55099d)
| | * libnet_become_cd: add boolean option "become_dc:force krb5" to control krb5 ↵Michael Adam2008-07-231-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | auth. This allows controlling whether krb5 auth is forced for the rpc bind in libnet_become_dc. It defaults to "yes". For Windows 2000, DsGetNCChanges only krb5 auth works due to a bug in Windows (it returns garbage - a positive object count is returned along with first object == NULL). For Windows 2008, on the other hand, krb5 auth does not work currently due to the lack of support for AES keys. (Metze is working on that.) Michael (This used to be commit af85aad8147b85a0b9ea2ccc66b8f04efdfe5cf3)
| | * drsuapi: always set the pid field of the outgoing DsBindInfo to 0.Michael Adam2008-07-233-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael (This used to be commit 1f5704e2dee5900e8d1d87699b76f67c0e12854e)
| | * libnet_unbecome_dc: teach unbecomeDC_drsuapi_bind_recv() DsBindInfo48.Michael Adam2008-07-231-0/+9
| | | | | | | | | | | | | | | | | | | | | ..to work agains w2k8. Michael (This used to be commit 97e8d5813df19cae294b6de2a880606f0f8c2c59)
| | * libnet_become_cd: teach becomeDC_drsuapi_bind_recv() DsBindInfo48.Michael Adam2008-07-231-0/+9
| | | | | | | | | | | | | | | | | | | | | To work with w2k8. Michael (This used to be commit 7d80fab912576923c7474d77b8ed960b01296914)
| | * dsdb: teach dreplsrv_out_drsuapi_bind_recv() knowledge of DsBindInfo48.Michael Adam2008-07-231-0/+9
| | | | | | | | | | | | | | | | | | | | | To make it work against w2k8. Michael (This used to be commit a8aea9274170a2b472c45c97a4904bd299d2a92e)
| | * password_hash: add generation of the Primary:Kerberos-Newer-Keys blobStefan Metzmacher2008-07-231-3/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But it's still of by default until we now what triggers this generation. It could be that the value is always generated but the KDC only uses it when in a specific funtional level, but it could also be that it's only generated in a specific functional level. metze (This used to be commit 08618bbd508ede0bb9e1922fae562cffdca41cbd)
| | * hdb-ldb: try to find Primary:Kerberos-Newer-Keys and fallback to ↵Stefan Metzmacher2008-07-231-16/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | Primary:Kerberos Now provide AES tickets if we find the keys in the supplementalCredentials attribute metze (This used to be commit 8300259f103f8cfe014988fad0f7ee0d49bb1ac2)
| | * drsblobs.idl: add idl for Primary:Kerberos-Newer-Keys blob in ↵Stefan Metzmacher2008-07-231-0/+37
| | | | | | | | | | | | | | | | | | | | | supplementalCredentials metze (This used to be commit 97b7901afbccc9647ad2958d4cf12300de2655d1)
| | * password_hash: order the supplementalCredentials Packages in the same order ↵Stefan Metzmacher2008-07-231-13/+55
| | | | | | | | | | | | | | | | | | | | | like windows metze (This used to be commit ca9cd81a1798fb15195566422b3cad7c282fce89)
| | * password_hash: split the generation of krb5 keys into a different functionStefan Metzmacher2008-07-231-92/+69
| | | | | | | | | | | | | | | metze (This used to be commit 4ad73a0bf8952783d3d9a7339c0c4fd8ca28981a)
| | * password_hash: simplify the logic if we have cleartext we always generate ↵Stefan Metzmacher2008-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | the hashes metze (This used to be commit 5edff84429ef0d03b47a438e18861d26c97e17b6)
| | * password_hash: fix callers after idl change for package_PrimaryKerberosStefan Metzmacher2008-07-231-7/+0
| | | | | | | | | | | | | | | metze (This used to be commit 1bf552856f3a930c4716ceb73d9ba9adf7502d3d)
| | * drsblobs.idl: fix unknowns in package_PrimaryKerberos idlStefan Metzmacher2008-07-231-6/+8
| | | | | | | | | | | | | | | metze (This used to be commit da9ceb2bf17f964334d9317829d40483e2c04b10)
| | * hdb-ldb: check the SUPPLEMENTAL_CREDENTIALS_SIGNATUREStefan Metzmacher2008-07-231-0/+6
| | | | | | | | | | | | | | | metze (This used to be commit 7219740ef434091617c6bb727374251987ff2a62)
| | * password_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATUREStefan Metzmacher2008-07-231-2/+11
| | | | | | | | | | | | | | | metze (This used to be commit 19b8c8e37bafab050ab61266c35006efada2947c)
| | * drsblobs.idl: fix idl for supplementalCredentialsSubBlobStefan Metzmacher2008-07-231-3/+8
| | | | | | | | | | | | | | | metze (This used to be commit 24c5b10136f6e640832193aaf9e6d7e865c288bc)
| | * password_hash: ignore reserved value, but still set it like windows doesStefan Metzmacher2008-07-231-8/+4
| | | | | | | | | | | | | | | metze (This used to be commit 5b860572686167d0291161f6597f143e538e2f3a)
| | * drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher2008-07-231-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit 9a70b2237d4fdd523edfbca0329ad35e71faf998)
| | * password_hash: don't add zero padding as w2k8 also don't add itStefan Metzmacher2008-07-231-10/+0
| | | | | | | | | | | | | | | metze (This used to be commit 26e9169d454349795ad0bc64d7f65059541ab89e)
| | * hdb-ldb: fix comment about paddingStefan Metzmacher2008-07-231-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit ca28d05b11e602e0f98cda0e02f973562c199dc6)
| | * hdb-ldb: fix crash bug in the error pathStefan Metzmacher2008-07-231-0/+1
| | | | | | | | | | | | | | | metze (This used to be commit ac02d6a0f765e3b66fb6796f129edb1a348ecd84)
| | * RPC-DSSYNC: print 'supplementalCredentials' more verboselyStefan Metzmacher2008-07-231-0/+10
| | | | | | | | | | | | | | | metze (This used to be commit 6a7637b12e4a34915a53e81a0f47571da21fdc5a)
| | * rpc_server: be more strict with the incoming assoc_group_idStefan Metzmacher2008-07-231-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | Allow 0 and 0x12345678 only. This fixes the RPC-HANDLES test. metze (This used to be commit c123e597cc84685abf2b0d3564e1a26d80bbef2f)
| | * smbtorture: add a warning for unknown BindInfo length to the RPC-DSSYNC testMichael Adam2008-07-231-0/+3
| | | | | | | | | | | | | | | Michael (This used to be commit 7ee99105ea3a50d8ee2c83ecd39e834ed9efb98c)
| | * smbtorture: add support for the DSBindInfo48 to the RPC-DSSYNC test.Michael Adam2008-07-231-0/+9
| | | | | | | | | | | | | | | Michael (This used to be commit 67a99e445871861945fd0a45784cffb358bdccf3)
| | * libnet/become_dc: add a comment and explain why it's important to specify krb5Stefan Metzmacher2008-07-231-0/+9
| | | | | | | | | | | | | | | metze (This used to be commit 26d1f9366d8611af1a69095b4cede2d2c95c982d)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-232-0/+17
| | |\ | | | | | | | | | | | | (This used to be commit ae311d89d2d477b235a6a9294a8bb463ed0a8c05)
| | * | The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett2008-07-232-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | presumably LSA). Tests show that Vista requires the sesion key to be truncated for a domain join. Andrew Bartlett (This used to be commit af629a3738298d27eb2dbecf466ceb503cec9638)
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-238-20/+38
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit a93b20b85b7b35965c428f1543cb7bbe96e16d42)
| | * | | Install'named.txt' to private/ as documentation.Andrew Bartlett2008-07-221-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This document is much more use when subbed with all the right things. Andrew Bartlett (This used to be commit 136a85599815670c807f212d7d4003ec53a13729)
| | * | | Improve DNS and Group poicy configurations.Matthias Dieter Wallnöfer2008-07-224-53/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes bug #4813 (simplify DNS setup) - This reworks the named.conf to be a fully fledged include - This also moves the documentation into named.txt - improves bug #4900 (Group policy support in Samba) - by creating an empty GPT.INI - fixes bug #5582 (DNS: Enhanced zone file) - This is now closer to the zone file AD creates committed by Andrew Bartlett (This used to be commit 74d684f6b329d7dd573cdc55e16bb8e629474b02)
| * | | | we can't query the ACL on a new file till it exists!Andrew Tridgell2008-07-241-6/+6
| | | | | | | | | | | | | | | | | | | | (This used to be commit 4f6646f06988b1fb8be9e0c8ae833bb9792184af)
| * | | | initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 4b3af09450cf33c6785a3d8fddddc68047f2e388)
| * | | | make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 036f73d39a7ef882fd76afcd3c11eef483f6c308)
| * | | | fixed spelling errorAndrew Tridgell2008-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit 341f64834e13cdbc7d4742a4652ae39b70a4231f)
| * | | | fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell2008-07-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | (signum 64) (This used to be commit af7fb2e38ba27cf8058eb1cef1f96bbc7b19849f)
* | | | | Try to avoid a memory leak if we re-set the global schemaAndrew Bartlett2008-07-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However, try also not to pull a schema out from under a running ldb session. Andrew Bartlett (This used to be commit 7cf9b9dd0bb35835a7c6e9897ea99951a33c63c7)
* | | | | Complain if we are told to use an ldap backend, without the typeAndrew Bartlett2008-07-251-0/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit e9c3c9ad8289ee48efa998ab6b486250dcd40b52)
* | | | | Clarify how we are doing the 'this is a rootdse query' check.Andrew Bartlett2008-07-251-1/+2
| |_|_|/ |/| | | | | | | | | | | (This used to be commit 8dfba3160cc4bc518f3ad8570d104e5baae784ca)
* | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-2310-57/+75
|\ \ \ \ | | |_|/ | |/| | | | | | (This used to be commit 532ccbbe7aa360440f455dfa136f425b9996e998)
| * | | Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-226-16/+19
| | | | | | | | | | | | | | | | | | | | Michael (This used to be commit b91bbc5fe4a47e5823be6be5f2f203f1f14105de)