summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4-smbtorture: add test for svcctl_QueryServiceConfig2W.Günther Deschner2008-11-171-0/+49
| | | | Guenther
* s4-smbtorture: fix test for svcctl_EnumServicesStatusW.Günther Deschner2008-11-171-5/+7
| | | | Guenther
* s4-smbtorture: add test for svcctl_QueryServiceStatusEx.Günther Deschner2008-11-171-0/+68
| | | | Guenther
* s4-smbtorture: pure reformatting of svcctl test.Günther Deschner2008-11-171-25/+24
| | | | Guenther
* s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite.Günther Deschner2008-11-171-0/+40
| | | | Guenther
* s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher2008-11-171-2/+2
| | | | | | We're using @ROOTDSE instead of CN=ROOTDSE. metze
* Run the original operation before we update linked attrsAndrew Bartlett2008-11-171-17/+24
| | | | | | | | | | This causes the linked attribute modifies to occour after the original operation is entered in the transaction (any failure still fails the lot). This means (I hope) that we can have another module search the originating record when the backlink is created, filling in the GUID and SID for the extended DN. Andrew Bartlett
* Remove timeout event once we are calling the callback.Andrew Bartlett2008-11-172-4/+6
| | | | | | | (Even if the callback takes some time, this isn't a ldb_tdb timeout any more) Andrew Bartlett
* Improve debug when SASL search failsAndrew Bartlett2008-11-171-1/+1
|
* Print unconvertable ldb element values as base64.Andrew Bartlett2008-11-171-2/+4
| | | | | | | If an LDB element cannot be converted into a printable form, we should still print it, just with safety applied. Andrew Bartlett
* The samba3sam test does not really need the extended_dn moduleAndrew Bartlett2008-11-171-1/+1
| | | | | | | (This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett
* Remove restrictions on number of DN components in LDAP serverAndrew Bartlett2008-11-171-13/+9
| | | | | | | | There is no reason for these restrictions to be in the LDAP server - they belong in the LDB layer. When accepting 'extended' or 'alternate' DNs we can't tell anyway. Andrew Bartlett
* Always validate a DN when constructing from a string in pythonAndrew Bartlett2008-11-171-1/+1
|
* s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher2008-11-161-0/+56
| | | | metze
* s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2008-11-162-5/+46
| | | | metze
* s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2008-11-162-8/+87
| | | | metze
* s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2008-11-162-6/+41
| | | | | | | This makes clear there's an value stored in the schema, as they can be '0'. metze
* s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the ↵Stefan Metzmacher2008-11-161-3/+1
| | | | | | syntax is already known metze
* s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-166-32/+26
| | | | metze
* s4:libcli/resolve: don't ignore SIGCHLD anymoreStefan Metzmacher2008-11-161-7/+15
| | | | | | | | | | | | This broke ldbedit against a LDAP server, as the editor is called by "system()" which relies on getting something useful out of waitpid(). TODO: we should create a generic infrastructure to handle temporary forks and integrate the signal handling with signal events there. metze
* s4:torture: fix the build with auto dependenciesStefan Metzmacher2008-11-164-6/+7
| | | | metze
* Move torture directory to top-level.Jelmer Vernooij2008-11-167-9/+8
|
* Move libtorture to top-level.Jelmer Vernooij2008-11-165-1174/+0
|
* s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵Tim Prouty2008-11-121-2/+13
| | | | | | | on more systems I tested on a few different flavors of linux and FreeBSD. I'll keep an eye on the build machine to see if anything breaks.
* s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner2008-11-124-2/+133
| | | | Guenther
* Regenerate SWIG output.Jelmer Vernooij2008-11-111-1/+0
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-11-111-1/+0
|\
| * It is not valid to talloc_free() ldb_dn_get_linearized()Andrew Bartlett2008-11-111-1/+0
| |
* | s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner2008-11-107-94/+124
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)Günther Deschner2008-11-104-7/+15
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryAliasInfo from s3 idl. (fixme: python)Günther Deschner2008-11-103-4/+10
| | | | | | | | Guenther
* | s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python)Günther Deschner2008-11-103-20/+39
| | | | | | | | Guenther
* | s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)Günther Deschner2008-11-103-27/+42
| | | | | | | | Guenther
* | s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python)Günther Deschner2008-11-105-17/+35
| | | | | | | | Guenther
* | s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner2008-11-1013-25/+52
| | | | | | | | Guenther
* | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner2008-11-1013-49/+101
| | | | | | | | Guenther
* | s4-samr: merge samr_EnumDomainAliases from s3 idl. (fixme: python)Günther Deschner2008-11-102-14/+21
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryDisplayInfo from s3 idl. (fixme: python)Günther Deschner2008-11-102-61/+76
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryDisplayInfo2 from s3 idl. (fixme: python)Günther Deschner2008-11-102-3/+9
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryDisplayInfo3 from s3 idl. (fixme: python)Günther Deschner2008-11-102-3/+9
| | | | | | | | Guenther
* | s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner2008-11-104-11/+19
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryDomainInfo2 from s3 idl. (fixme: python)Günther Deschner2008-11-101-0/+2
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryDomainInfo from s3 idl. (fixme python)Günther Deschner2008-11-103-52/+64
| | | | | | | | Guenther
* | s4-samr: merge samr_QueryGroupMember from s3 idl. (fixme: python)Günther Deschner2008-11-102-1/+5
| | | | | | | | Guenther
* | s4-samr: merge samr_Connect5 from s3 idl. (fixme python)Günther Deschner2008-11-103-9/+13
| | | | | | | | Guenther
* | s4-samr: merge samr_GetBootKeyInformation from s3 idl. (fixme: python)Günther Deschner2008-11-101-0/+2
| | | | | | | | Guenther
* | s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python)Günther Deschner2008-11-103-5/+14
| | | | | | | | Guenther
* | s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python)Günther Deschner2008-11-104-14/+30
| | | | | | | | Guenther
* | s4-samr: merge samr_RidToSid from s3 idl. (fixme: python)Günther Deschner2008-11-102-5/+6
| | | | | | | | Guenther
* | s4-samr: merge samr_QuerySecurity from s3 idl. (fixme: python)Günther Deschner2008-11-104-9/+14
| | | | | | | | Guenther