summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-11-23RPC sessions on np connections need the real session key transferredStefan Metzmacher2-2/+7
2008-11-22Add "net machinepw"Volker Lendecke3-0/+94
Provide a C-based alternative to the python script "mymachinepw"
2008-11-21Fix include path for installation.Jelmer Vernooij1-1/+1
2008-11-20eventlog: fill in some unknowns and use flags bitmap in IDL.Günther Deschner1-2/+2
Guenther
2008-11-20s4-smbtorture: fix segfault in RPC-EVENTLOG test.Günther Deschner1-2/+2
Guenther
2008-11-19Fix path for torture.h.Jelmer Vernooij1-1/+1
2008-11-18s3/s4 build: Fix execinfo and sasl build error when the libs/headers are in ↵Tim Prouty1-1/+5
non-standard locations. These configure checks have the correct flags at configure time, so let's pass them through so they are used at compile time.
2008-11-18s3/s4 build: Fix makefile expression to work on more systemsTim Prouty1-1/+1
2008-11-19Move wireshark conformance file to top-level.Jelmer Vernooij1-1/+0
2008-11-17s4-smbtorture: add test for svcctl_QueryServiceConfig2W.Günther Deschner1-0/+49
Guenther
2008-11-17s4-smbtorture: fix test for svcctl_EnumServicesStatusW.Günther Deschner1-5/+7
Guenther
2008-11-17s4-smbtorture: add test for svcctl_QueryServiceStatusEx.Günther Deschner1-0/+68
Guenther
2008-11-17s4-smbtorture: pure reformatting of svcctl test.Günther Deschner1-25/+24
Guenther
2008-11-17s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite.Günther Deschner1-0/+40
Guenther
2008-11-17s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher1-2/+2
We're using @ROOTDSE instead of CN=ROOTDSE. metze
2008-11-17Run the original operation before we update linked attrsAndrew Bartlett1-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
2008-11-17Remove timeout event once we are calling the callback.Andrew Bartlett2-4/+6
(Even if the callback takes some time, this isn't a ldb_tdb timeout any more) Andrew Bartlett
2008-11-17Improve debug when SASL search failsAndrew Bartlett1-1/+1
2008-11-17Print unconvertable ldb element values as base64.Andrew Bartlett1-2/+4
If an LDB element cannot be converted into a printable form, we should still print it, just with safety applied. Andrew Bartlett
2008-11-17The samba3sam test does not really need the extended_dn moduleAndrew Bartlett1-1/+1
(This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett
2008-11-17Remove restrictions on number of DN components in LDAP serverAndrew Bartlett1-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
2008-11-17Always validate a DN when constructing from a string in pythonAndrew Bartlett1-1/+1
2008-11-16s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher1-0/+56
metze
2008-11-16s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2-5/+46
metze
2008-11-16s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2-8/+87
metze
2008-11-16s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2-6/+41
This makes clear there's an value stored in the schema, as they can be '0'. metze
2008-11-16s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the ↵Stefan Metzmacher1-3/+1
syntax is already known metze
2008-11-16s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher6-32/+26
metze
2008-11-16s4:libcli/resolve: don't ignore SIGCHLD anymoreStefan Metzmacher1-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
2008-11-16s4:torture: fix the build with auto dependenciesStefan Metzmacher4-6/+7
metze
2008-11-16Move torture directory to top-level.Jelmer Vernooij7-9/+8
2008-11-16Move libtorture to top-level.Jelmer Vernooij5-1174/+0
2008-11-12s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass ↵Tim Prouty1-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.
2008-11-12s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner4-2/+133
Guenther
2008-11-11Regenerate SWIG output.Jelmer Vernooij1-1/+0
2008-11-11Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+0
2008-11-11It is not valid to talloc_free() ldb_dn_get_linearized()Andrew Bartlett1-1/+0
2008-11-10s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner7-94/+124
Guenther
2008-11-10s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python)Günther Deschner4-7/+15
Guenther
2008-11-10s4-samr: merge samr_QueryAliasInfo from s3 idl. (fixme: python)Günther Deschner3-4/+10
Guenther
2008-11-10s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python)Günther Deschner3-20/+39
Guenther
2008-11-10s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python)Günther Deschner3-27/+42
Guenther
2008-11-10s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python)Günther Deschner5-17/+35
Guenther
2008-11-10s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python)Günther Deschner13-25/+52
Guenther
2008-11-10s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner13-49/+101
Guenther
2008-11-10s4-samr: merge samr_EnumDomainAliases from s3 idl. (fixme: python)Günther Deschner2-14/+21
Guenther
2008-11-10s4-samr: merge samr_QueryDisplayInfo from s3 idl. (fixme: python)Günther Deschner2-61/+76
Guenther
2008-11-10s4-samr: merge samr_QueryDisplayInfo2 from s3 idl. (fixme: python)Günther Deschner2-3/+9
Guenther
2008-11-10s4-samr: merge samr_QueryDisplayInfo3 from s3 idl. (fixme: python)Günther Deschner2-3/+9
Guenther
2008-11-10s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner4-11/+19
Guenther