Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 27 | -71/+72 | |
2009-10-02 | s4/srvsvc: deactivate a "ntvfs_connect" with a wrong parameter | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
In the srvsvc code for s4 (NTVFS module) there exists a call to "ntvfs_connect" which is performed with a totally wrong argument. Since I'm not able to fix this, I commented it out and added a "FIXME" comment. | |||||
2009-10-02 | s4:provision_users.ldif - Put potential primary groups in front of the file | Matthias Dieter Wallnöfer | 1 | -19/+20 | |
(So they can be always found by the SAMLDB module) | |||||
2009-10-02 | Revert "s4:ldb-samba Use temp talloc contexts and talloc_steal avoid leaks." | Andrew Tridgell | 1 | -47/+12 | |
This reverts commit 38f87f40bfd7892043d49009067ae28431279580. | |||||
2009-10-02 | Revert "s4:ldb Fix ldb_list_find() folowing the change from char * to TDB_DATA" | Andrew Tridgell | 1 | -4/+10 | |
This reverts commit f0c2c9854c7659221fe9480110a7d9b2b48afbf9. | |||||
2009-10-02 | Revert "s4:ldb always talloc_free() the ldb_ldif_write context, even on success" | Andrew Tridgell | 1 | -1/+0 | |
This reverts commit a610843e9f21ee77fd29356313d2ef05fe25a1ed. | |||||
2009-10-02 | Revert "s4:ldb Remove LTDB_PACKING_FORMAT_NODN" | Andrew Tridgell | 2 | -0/+16 | |
This reverts commit bcbf0ae1e707c2355824800dc213d364070f070a. | |||||
2009-10-02 | Revert "s4-ldb: merged with master" | Andrew Tridgell | 5 | -623/+523 | |
This reverts commit 14c9070322d089dd96b389e8087c4f4bf1a6c7cc. | |||||
2009-10-02 | Revert "s4-ldb: overallocate idxptr to reduce memory fragmentation" | Andrew Tridgell | 1 | -3/+1 | |
This reverts commit e7846f69cacdd0551fcd777a71bf833a2fc9ca2b. | |||||
2009-10-02 | Revert "s4-ldb: fixed a memory leak" | Andrew Tridgell | 1 | -6/+1 | |
This reverts commit c7358d989034c9d936c04f2a7e4f89db252b798e. | |||||
2009-10-02 | s4-winbind: support the s3 response flags on krb5 auth too | Andrew Tridgell | 2 | -8/+65 | |
This fixes the samba4.blackbox.wbinfo test, which was failing on a wbinfo -K command | |||||
2009-10-02 | s4-winbind: support the Samba3 TXT form of the info3 for wbinfo -a | Andrew Tridgell | 1 | -0/+112 | |
This sends the info3 as hand marshalled data | |||||
2009-10-02 | s4:ldb.h - cosmetic - add whitespace | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-10-02 | s4:provision - Cosmetic - right indentations | Matthias Dieter Wallnöfer | 1 | -5/+6 | |
2009-10-02 | s4:dsdb Fix crash from LDAP login of DOM\\ | Andrew Bartlett | 1 | -5/+3 | |
The issue here is that when we resolve DOM\\ into an NT4 name, we would not initilise the nt4_account output. Andrew Bartlett | |||||
2009-10-02 | s4:dsdb rework instanceType module - put instanceType in provision | Andrew Bartlett | 5 | -33/+17 | |
The instanceType needs to be specified in future because that's how the partitions are actually created. | |||||
2009-10-02 | s4:dsdb Don't allow creating of new objects with an isDefunct schema class | Andrew Bartlett | 1 | -1/+7 | |
2009-10-02 | s4:dsdb Add 'lazy_commit' module to swallow the 'lazy commit' OID | Andrew Bartlett | 4 | -0/+154 | |
This allows this control to be specified as critical. We support the control because we choose to always be durable in our transactions. We really, really need a 'duplicate request' API, as at the moment we can't do this without a large, error-prone set of code that cannot cope with new request fields or types. Andrew Bartlett | |||||
2009-10-02 | s4:ldap_server Ensure we don't segfault when sent a NULL new RDN | Andrew Bartlett | 1 | -4/+7 | |
The Microsoft testsuite tried to rename cn=administrator,cn=users,... into "",cn=users... which didn't go so well. Andrew Bartlett | |||||
2009-10-02 | s4:provision Ensure we add the schema with the 'relax' control | Andrew Bartlett | 1 | -2/+4 | |
(allows addition of systemOnly classes) | |||||
2009-10-02 | s4-ldb: fixed a memory leak | Andrew Tridgell | 1 | -1/+6 | |
2009-10-02 | s4-ldb: overallocate idxptr to reduce memory fragmentation | Andrew Tridgell | 1 | -1/+3 | |
2009-10-02 | s4-ldb: merged with master | Andrew Bartlett | 5 | -523/+623 | |
2009-10-02 | s4:ldb Remove LTDB_PACKING_FORMAT_NODN | Andrew Bartlett | 2 | -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 | |||||
2009-10-02 | s4:ldb always talloc_free() the ldb_ldif_write context, even on success | Andrew Bartlett | 1 | -0/+1 | |
2009-10-02 | s4:ldb Fix ldb_list_find() folowing the change from char * to TDB_DATA | Andrew Bartlett | 1 | -10/+4 | |
(The format of index records in the internal manipulation changed) Andrew Bartlett | |||||
2009-10-02 | s4:ldb-samba Use temp talloc contexts and talloc_steal avoid leaks. | Andrew Bartlett | 1 | -12/+47 | |
We would use the mem_ctx for internal work, but previously we did not clean it up on exit. Andrew Bartlett | |||||
2009-10-02 | s4: Improve provisioning: use relax control | Matthieu Patou | 5 | -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. | |||||
2009-10-02 | pythonbindings: allow add() to have an array of controls as second parameter | Matthieu Patou | 1 | -0/+1 | |
2009-10-02 | s4-ldb: Use relax control to check in replace metadata module if we accept ↵ | Matthieu Patou | 1 | -5/+38 | |
request that specify objectGUID attribute. | |||||
2009-10-02 | s4-ldb: Add new relax controls that allow relaxed x500 constraints checks | Matthieu Patou | 2 | -0/+35 | |
2009-10-02 | s4:ntvfs Don't attempt to follow NULL in unixuid_setup_security() | Andrew Bartlett | 1 | -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 | |||||
2009-10-02 | s4:Ensure the selected RDN is the right one per the schema | Andrew Bartlett | 1 | -1/+7 | |
The relative DN must be the one that the most specific structural objectclass specifies. Andrew Bartlett | |||||
2009-10-02 | s4-samldb: the samldb module requires that the primary group exists | Andrew Tridgell | 1 | -9/+17 | |
We need to create Domain Users in the test ldb | |||||
2009-10-02 | s4-samdb: added some debugging | Andrew Tridgell | 1 | -2/+8 | |
This helped track down the samba3sam.py failures | |||||
2009-10-02 | s4-test: skip python gensec test until its finished | Andrew Tridgell | 1 | -0/+1 | |
2009-10-02 | s4-pygensec: a bit closer to working | Andrew Tridgell | 3 | -9/+56 | |
I'll need help from Andrew on how to get gensec to initialise it's ops element | |||||
2009-10-02 | pidl: fixed unit tests for trailer alignment | Andrew Tridgell | 1 | -0/+2 | |
2009-10-02 | pid: update ndr testsuite for new union alignment | Andrew Tridgell | 1 | -1/+2 | |
2009-10-02 | s4-torture: added a very simple samr ValidatePassword test | Andrew Tridgell | 1 | -0/+32 | |
2009-10-02 | s4-samr: fake up a samr_ValidatePassword response | Andrew Tridgell | 1 | -1/+5 | |
mdw is working on the correct call to check the password strength | |||||
2009-10-02 | idl: rebuilt the IDL for the build farm | Andrew Tridgell | 27 | -6/+1635 | |
2009-10-02 | s4-libnet: give sane error messages when functional levels don't match | Andrew Tridgell | 1 | -8/+12 | |
It is nice to tell the user why their command failed :-) | |||||
2009-10-02 | s4:dsdb/common/sidmap - Remove | Matthias Dieter Wallnöfer | 2 | -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. | |||||
2009-10-02 | s4:provision - Change the default forest/domain function level back to ↵ | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
Windows 2003 Native | |||||
2009-10-02 | s4:libnet_become_dc - add checks for valid domain/forest function levels | Matthias Dieter Wallnöfer | 1 | -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). | |||||
2009-10-02 | ndr64: added support for trailing gap alignment | Andrew Tridgell | 3 | -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 | |||||
2009-10-02 | s4-ldb: accept the binary DN OIDs in extended DN modules | Andrew Tridgell | 2 | -4/+8 | |
2009-10-02 | s4-ldb: Add support for binary blobs in DNs | Andrew Tridgell | 3 | -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. | |||||
2009-10-02 | s4-cldap: match w2k8-r2 for cldap netlogon bits | Andrew Tridgell | 1 | -10/+17 | |
Windows does not set the 3 high bits, which is strange given their meaning. I've submitted a CAR on this. |