summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-18Add in a new module to handle instanceTypeAndrew Bartlett3-3/+144
2008-01-17Fix an output message in samba3rpc torture test.Michael Adam1-1/+1
2008-01-17provision: simplfy by removing old code to manually create baseDNs.Andrew Bartlett6-43/+9
2008-01-17OpenLDAP backend: Place the refint overlay after the memberof overlayAndrew Bartlett1-2/+3
2008-01-17Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett12-12/+79
2008-01-17ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett4-35/+55
2008-01-16selftest: Use "require" rather than "use" keyword so .pm files don't have to ...Jelmer Vernooij1-3/+3
2008-01-16python: Don't attempt to build shared and static versions of modules, because...Jelmer Vernooij1-1/+1
2008-01-16selftest: Add some more documentation. Rename env => target to avoid confusion.Jelmer Vernooij5-5/+21
2008-01-16Ignore newly generated proto header.Jelmer Vernooij1-1/+1
2008-01-16Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL.Günther Deschner1-1/+21
2008-01-16pidl: Add simple test for ServerNDR.Jelmer Vernooij2-3/+11
2008-01-16pidl: Fix missing import for fatal().Jelmer Vernooij1-0/+1
2008-01-16pidl: Fix imported function for ServerNDR and add test to make sure it doesn'...Jelmer Vernooij2-1/+15
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij3-5/+13
2008-01-16Print out the reason we can't delete the user in SAMR.Andrew Bartlett1-0/+3
2008-01-16Rework linked_attributes module for the REPLACE case.Andrew Bartlett1-6/+86
2008-01-16Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett19-230/+550
2008-01-16Start generating a configuration for the refint overlay. ThisAndrew Bartlett2-0/+13
2008-01-16Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett63-612/+1922
2008-01-16Make the Fedora DS LDAP backend 'aci' actually work, with better quoting.Andrew Bartlett1-1/+1
2008-01-16Test the behaviour of mixed domain_scope and search_options controls.Andrew Bartlett1-0/+7
2008-01-16Make ldap.js test easier to re-run in failure cases, by deleting moreAndrew Bartlett1-1/+6
2008-01-16Rework control handling to remove the 'domain_scope' controlAndrew Bartlett1-17/+37
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2-0/+5
2008-01-15Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2-0/+14
2008-01-15Fix bug 5055Volker Lendecke1-1/+1
2008-01-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-0/+4
2008-01-15Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-0/+4
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell9-210/+471
2008-01-15Fix asn1 locations.Jelmer Vernooij1-2/+2
2008-01-15ldap.py: Use constants where possible.Jelmer Vernooij1-14/+16
2008-01-15python: Update status.Jelmer Vernooij1-7/+5
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij12-15/+15
2008-01-14libreplace: Escape asterisk.Jelmer Vernooij1-1/+1
2008-01-14python: Enable building of the wkssvc python bindings.Jelmer Vernooij3-0/+29
2008-01-14python: Fix handling of pointer-less strings in function arguments.Jelmer Vernooij1-8/+8
2008-01-14python: Compile in svcctl Python bindings.Jelmer Vernooij3-0/+6
2008-01-14python: Convert winreg.py completely to rpc, use new RPC Python bindings.Jelmer Vernooij1-72/+61
2008-01-14python: Work around the fact that there are two "security" modules now.Jelmer Vernooij2-2/+2
2008-01-14python: Add simple test for samr python code.Jelmer Vernooij2-0/+29
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij4-3/+9
2008-01-14python: Fix some corner cases handling scalars.Jelmer Vernooij1-3/+13
2008-01-14python: Don't try to free const pointers.Jelmer Vernooij1-1/+5
2008-01-14python: Move some convenience macros to a separate header rather than putting...Jelmer Vernooij2-6/+4
2008-01-14python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij4-0/+48
2008-01-14python: Build epmapper module.Jelmer Vernooij3-47/+44
2008-01-14python: Accept loadparm filename rather than loadparm object, too.Jelmer Vernooij2-2/+20
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij2-23/+38
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij6-33/+64