summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-ldb: fixed a memory leakAndrew Tridgell2009-10-021-1/+6
|
* s4-ldb: overallocate idxptr to reduce memory fragmentationAndrew Tridgell2009-10-021-1/+3
|
* s4-ldb: merged with masterAndrew Bartlett2009-10-025-523/+623
|
* s4:ldb Remove LTDB_PACKING_FORMAT_NODNAndrew Bartlett2009-10-022-16/+0
| | | | | | | The restructured code makes this hader to support, and we have not had this kind of LDB for a very long time now. Andrew Bartlett
* s4:ldb always talloc_free() the ldb_ldif_write context, even on successAndrew Bartlett2009-10-021-0/+1
|
* s4:ldb Fix ldb_list_find() folowing the change from char * to TDB_DATAAndrew Bartlett2009-10-021-10/+4
| | | | | | (The format of index records in the internal manipulation changed) Andrew Bartlett
* s4:ldb-samba Use temp talloc contexts and talloc_steal avoid leaks.Andrew Bartlett2009-10-021-12/+47
| | | | | | | We would use the mem_ctx for internal work, but previously we did not clean it up on exit. Andrew Bartlett
* s4: Improve provisioning: use relax controlMatthieu Patou2009-10-025-20/+24
| | | | | | | Give the possibility to specify controls when loading ldif files. Relax control is specified by default for all ldb_add_diff (request Andrew B). Set domainguid if specified at the creation of object instead of modifying afterward Allow to specify objectGUID for NTDS object of the first DC this option is used during provision upgrade.
* pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou2009-10-021-0/+1
|
* s4-ldb: Use relax control to check in replace metadata module if we accept ↵Matthieu Patou2009-10-021-5/+38
| | | | request that specify objectGUID attribute.
* s4-ldb: Add new relax controls that allow relaxed x500 constraints checksMatthieu Patou2009-10-022-0/+35
|
* s4:ntvfs Don't attempt to follow NULL in unixuid_setup_security()Andrew Bartlett2009-10-021-1/+4
| | | | | | | | This segfault occoured in cases where we rejected (or never attempted) the tree connect, so had an invalid private pointer for the logoff codepath. Andrew Bartlett
* s4:Ensure the selected RDN is the right one per the schemaAndrew Bartlett2009-10-021-1/+7
| | | | | | | The relative DN must be the one that the most specific structural objectclass specifies. Andrew Bartlett
* s4-samldb: the samldb module requires that the primary group existsAndrew Tridgell2009-10-021-9/+17
| | | | We need to create Domain Users in the test ldb
* s4-samdb: added some debuggingAndrew Tridgell2009-10-021-2/+8
| | | | This helped track down the samba3sam.py failures
* s4-test: skip python gensec test until its finishedAndrew Tridgell2009-10-021-0/+1
|
* s4-pygensec: a bit closer to workingAndrew Tridgell2009-10-023-9/+56
| | | | | I'll need help from Andrew on how to get gensec to initialise it's ops element
* pidl: fixed unit tests for trailer alignmentAndrew Tridgell2009-10-021-0/+2
|
* pid: update ndr testsuite for new union alignmentAndrew Tridgell2009-10-021-1/+2
|
* s4-torture: added a very simple samr ValidatePassword testAndrew Tridgell2009-10-021-0/+32
|
* s4-samr: fake up a samr_ValidatePassword responseAndrew Tridgell2009-10-021-1/+5
| | | | mdw is working on the correct call to check the password strength
* idl: rebuilt the IDL for the build farmAndrew Tridgell2009-10-0227-6/+1635
|
* s4-libnet: give sane error messages when functional levels don't matchAndrew Tridgell2009-10-021-8/+12
| | | | It is nice to tell the user why their command failed :-)
* s4:dsdb/common/sidmap - RemoveMatthias Dieter Wallnöfer2009-10-022-613/+0
| | | | | As metze pointed out - this seems to be completely dead code. I too didn't find any dependencies in other code parts. Therefore remove it.
* s4:provision - Change the default forest/domain function level back to ↵Matthias Dieter Wallnöfer2009-10-022-2/+2
| | | | Windows 2003 Native
* s4:libnet_become_dc - add checks for valid domain/forest function levelsMatthias Dieter Wallnöfer2009-10-021-10/+52
| | | | | | | | | Add checks to make sure that we join only supported AD domains (we agreed that those are >= (Windows) 2003 Native per default - this is changeable with the "ads:function level" option). Add also checks to make sure that we cannot join domains which have a bigger function level than our DC capable function level (e.g. a (Windows) 2008 DC cannot join a (Windows) 2008 R2 domain).
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-023-0/+24
| | | | | | | NDR64 has a 'trailing gap' alignment, which aligns the end of a structure on the overall structure alignment. This explains the discrepancy we had with the RPC-SAMR test and NDR64
* s4-ldb: accept the binary DN OIDs in extended DN modulesAndrew Tridgell2009-10-022-4/+8
|
* s4-ldb: Add support for binary blobs in DNsAndrew Tridgell2009-10-023-53/+408
| | | | | | | | | | | | | | | AD has the concept of a DN prefixed with B:NN:XXXXXX: that contains a binary blob. We need to support those in order to give correctly formatted binary blobs for things like wellKnownObjects This implementation is not ideal, as it allows for binary blobs on all DNs, whereas it should only allow them on those with a syntax of 2.5.5.7. We should clean this up in the future, but meanwhile this implementation at least gets us a working DC join of w2k8 to s4. This patch also uses a static function for marking DNs as invalid, which is very useful when debugging this code, as you can break on it in gdb.
* s4-cldap: match w2k8-r2 for cldap netlogon bitsAndrew Tridgell2009-10-021-10/+17
| | | | | Windows does not set the 3 high bits, which is strange given their meaning. I've submitted a CAR on this.
* ds-flags: use the new name DS_DNS_FOREST_ROOTAndrew Tridgell2009-10-023-7/+7
| | | | | Update to use the new DS_DNS_FOREST_ROOT name, which makes it clearer what this bit means (according to MS-ADTS doc)
* s3-ads: removed 3 unused definesAndrew Tridgell2009-10-021-3/+0
| | | | | These are in nbt.idl and netlogon.idl as well, no need to have them here under different names, especially when the comments are wrong
* idl: use common netlogon bit definitionsAndrew Tridgell2009-10-022-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!)
* s4/torture: Add two new SMB RAW-OPEN testsAravind Srinivasan2009-10-013-1/+296
| | | | | | | | | * Add chained NTCREATEX_READX test which first tries to open/read a non-existant file failing on the open, then attempts the same operation on a file that does exist, opening and reading successfully. * Add test for open_dispositions on directories.
* s4/torture: convert printf to torture_comment() in RAW-OPENAravind Srinivasan2009-10-011-58/+103
| | | | Allows "make test" and other harnesses to print cleaner output.
* Fix bug #6769 - symlink unlink does nothing.Jeremy Allison2009-10-011-1/+5
| | | | | Always use LSTAT for POSIX pathnames. Jeremy.
* s4/torture: second try on renaming oplocks.c to oplock.cSteven Danneman2009-10-011-0/+3617
| | | | Forgot to "git add" the new file in commit b2bcfaae
* NULL is not a valid event context.Jeremy Allison2009-10-011-1/+1
| | | | Jeremy.
* s4/torture: rename oplocks.c to oplock.c to match SMB1 file layoutSteven Danneman2009-10-012-3618/+1
|
* s4/torture: Ported SMB oplock torture tests to SMB2Steven Danneman2009-10-013-68/+3519
| | | | | | | | | | | | | | | | | | | | | | | | | I've ported all applicable SMB oplock torture tests to SMB2, giving us a good base for SMB2 oplock testing. There are several differences between oplocks in SMB and SMB2, mostly because of differences in W2K3 and W2K8. The existing SMB oplock tests all pass against W2K3, but several fail against W2K8. These same tests were failing in SMB2, util I reworked them. BATCH19, BATCH20: In W2K3/SMB a setfileinfo - rename command wouldn't cause a sharing violation or break an existing oplock. It appears that in W2K8/SMB2 a sharing violation is raised. BATCH22: In W2K3/SMB when a second opener was waiting the full timeout of an oplock break, it would receive NT_STATUS_SHARING_VIOLATION after about 35 seconds. This bug has been fixed in W2K8/SMB2 and instead the second opener succeeds. LEVELII500: Added 1 new test checking that the server returns a proper error code when a client improperly replies to a levelII to none break notification. STREAM1: W2K8 now grants oplocks on alternate data streams.
* s4/torture: fix typo in test commentSteven Danneman2009-10-011-1/+1
|
* s4/asn1: ber_read_OID_String() to be based on _ber_read_OID_String_impl()Kamen Mazdrashki2009-10-011-30/+3
|
* s4/asn1: local TALLOC_CTX should be child of torture_contextKamen Mazdrashki2009-10-011-2/+2
|
* s4/asn1: fixed typo in torture messagesKamen Mazdrashki2009-10-011-2/+2
|
* s4/asn1: Added test for ber_read_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+45
|
* s4/asn1: Added test for ber_read_OID_String()Kamen Mazdrashki2009-10-011-0/+32
|
* s4/asn1: Added test for ber_write_partial_OID_String()Kamen Mazdrashki2009-10-011-0/+74
|
* s4/asn1: Added test for ber_write_OID_String()Kamen Mazdrashki2009-10-011-0/+74
|
* s4/asn1: Added torture suite for ASN1Kamen Mazdrashki2009-10-013-0/+37
|
* util: strhex_to_str() fixed to handle '0x' correctlyKamen Mazdrashki2009-10-011-6/+6
|