summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4/test: remove create/delete group implementation in API-CREATEGROUP testKamen Mazdrashki2010-06-111-110/+3
* s4/test: Remove duplicated test_opendomain() functionalityKamen Mazdrashki2010-06-111-54/+1
* s4/test: libnet_user tests should use common test_user_cleanupKamen Mazdrashki2010-06-111-129/+5
* s4/test: Refactor test_user_cleanup to be more robustKamen Mazdrashki2010-06-111-12/+84
* s4/test: remove duplicated commentKamen Mazdrashki2010-06-111-3/+0
* s4:ldap.py - add testcase which demonstrates the reset of the "primaryGroupID"Matthias Dieter Wallnöfer2010-06-101-0/+7
* s4:samldb LDB module - fix up the case when the old and new "primaryGroupID" ...Matthias Dieter Wallnöfer2010-06-101-7/+7
* s4:samldb LDB module - don't create multiple "ac" module contexts on modify o...Matthias Dieter Wallnöfer2010-06-101-12/+6
* s4:dcesrv_samr_Add/DeleteAliasMember - provide better NTSTATUS return codes w...Matthias Dieter Wallnöfer2010-06-101-6/+19
* s4:dcesrv_samr_GetAliasMembership - fix type of counter variablesMatthias Dieter Wallnöfer2010-06-101-1/+2
* s4:dcesrv_samr_DeleteAliasMember - add more braces to fit better the coding s...Matthias Dieter Wallnöfer2010-06-101-4/+6
* s4:dcesrv_samr_AddAliasMembership - Merge the two error blocks into oneMatthias Dieter Wallnöfer2010-06-101-6/+3
* s4:dcesrv_samr_Add/DelGroupMember - remove the account type checkMatthias Dieter Wallnöfer2010-06-101-11/+10
* s4:dcesrv_samr_AddGroupMember - also the error code "LDB_ERR_ATTRIBUTE_OR_VAL...Matthias Dieter Wallnöfer2010-06-101-0/+1
* s4:samba_dsdb LDB module - move the "objectclass_attrs" module backMatthias Dieter Wallnöfer2010-06-101-1/+1
* s4:ldap.py - add a test to demonstrate the 'instanceType' behaviourMatthias Dieter Wallnöfer2010-06-101-0/+39
* s4:instancetype LDB module - prevent all types of "instanceType" manipulationMatthias Dieter Wallnöfer2010-06-101-0/+16
* ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ...Matthias Dieter Wallnöfer2010-06-071-3/+5
* s4 python: add more unit tests to verify the compare testsMatthieu Patou2010-06-071-0/+19
* s4:objectclass_attrs LDB module - move the single-valued attribute check into...Matthias Dieter Wallnöfer2010-06-072-45/+13
* s4:rdn_name LDB module - move the "distinguishedName" write prevent check hereMatthias Dieter Wallnöfer2010-06-072-7/+6
* s4:samba_dsdb LDB module - fix typosMatthias Dieter Wallnöfer2010-06-071-2/+2
* s4:samba_dsdb LDB module - enhance/fix module rule commentsMatthias Dieter Wallnöfer2010-06-071-3/+5
* s4:ldap.py - add some "objectclass" behaviour testsMatthias Dieter Wallnöfer2010-06-071-0/+190
* s4:objectclass LDB module - rework the code which handles the objectclasses m...Matthias Dieter Wallnöfer2010-06-071-149/+191
* s4:ldap.py - enhance the attributes testcase to demonstrate how the attribute...Matthias Dieter Wallnöfer2010-06-071-2/+75
* s4:acl LDB module - LDB attribute names should be compared using "ldb_attr_cm...Matthias Dieter Wallnöfer2010-06-071-2/+2
* s4:acl LDB module - adaption for "objectclass_attrs" moduleMatthias Dieter Wallnöfer2010-06-071-5/+15
* s4:objectclass LDB module - remove "fix_check_attributes"Matthias Dieter Wallnöfer2010-06-071-62/+0
* s4:samldb LDB module - adjust the module to set always a "defaultObjectCatego...Matthias Dieter Wallnöfer2010-06-071-35/+45
* s4:remove the "validate_update" LDB module - the task is now handled by the f...Matthias Dieter Wallnöfer2010-06-074-141/+0
* s4:dsdb - introduce a new "objectclass_attrs" LDB module which performs the o...Matthias Dieter Wallnöfer2010-06-073-0/+401
* s4:objectclass LDB module - instanciate the schema variable centrally on the ...Matthias Dieter Wallnöfer2010-06-071-28/+28
* s4:samldb LDB module - finally we can remove the RDN checkMatthias Dieter Wallnöfer2010-06-071-53/+0
* s4:ldap.py - enhance the rename tests to demonstrate the functionalityMatthias Dieter Wallnöfer2010-06-071-0/+37
* s4:objectclass LDB module - finally implement the correct entry rename protec...Matthias Dieter Wallnöfer2010-06-071-25/+130
* s4:objectclass LDB module - cosmetic changeMatthias Dieter Wallnöfer2010-06-071-2/+3
* s4:objectclass LDB module - remove duplicated codeMatthias Dieter Wallnöfer2010-06-071-13/+4
* s4:objectclass LDB module - fix counter variable typesMatthias Dieter Wallnöfer2010-06-071-1/+1
* s4:objectclass LDB module - explain why the search can return with an empty r...Matthias Dieter Wallnöfer2010-06-071-1/+2
* s4:objectclass LDB module - this "talloc_steal" is not necessaryMatthias Dieter Wallnöfer2010-06-071-1/+0
* s4:objectclass LDB module - fix error result if an entry doesn't contain a st...Matthias Dieter Wallnöfer2010-06-071-3/+3
* s4:objectclass LDB module - use "ldb_oom" for expressing out of memoryMatthias Dieter Wallnöfer2010-06-071-2/+1
* s4:objectclass LDB module - fix header and add my copyrightMatthias Dieter Wallnöfer2010-06-071-4/+6
* s4-smbtorture: test workstation auth as well in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+34
* s4:ldb python bindings - implement comparison on Python LDB Message objectsMatthieu Patou2010-06-071-2/+38
* s4: Remove an uselessly exposed controlMatthieu Patou2010-06-071-1/+0
* s4-smbtorture: handle printservers w/o printers in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+2
* s4:password_hash LDB module - adapt the module to the new "ldb_msg_remove_att...Matthias Dieter Wallnöfer2010-06-061-17/+6
* ldb:ldb_msg_remove_attr - provide a better implementationMatthias Dieter Wallnöfer2010-06-061-2/+3