summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-16Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett63-612/+1922
(This used to be commit d8a805a2544c8864136f77e9086b2a01ae79a1d5)
2008-01-16Make the Fedora DS LDAP backend 'aci' actually work, with better quoting.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit b0657e068148eb0e5f1d69d125faaa29acb8d379)
2008-01-16Test the behaviour of mixed domain_scope and search_options controls.Andrew Bartlett1-0/+7
Andrew Bartlett (This used to be commit 89053bc564f1d736da48fbe20e7f8f244b0c67fa)
2008-01-16Make ldap.js test easier to re-run in failure cases, by deleting moreAndrew Bartlett1-1/+6
things that we will create later. Andrew Bartlett (This used to be commit 9b47b551a3762590fefa5308310d91c6d8b378e5)
2008-01-16Rework control handling to remove the 'domain_scope' controlAndrew Bartlett1-17/+37
Also remove the search_options control earlier, before, rather than after duplicating the request. When we generate referalls in the partition module, the domain_scope control with suppress them. Andrew Bartlett (This used to be commit fc57a119f53a7bc0a0eb76b868bbd7386b3c5008)
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2-0/+5
system). Jeremy. (lib/replace part of 545cd2139cfc9484b733693814d4724d37125942 metze) (This used to be commit 9cff25cce1d39460dbcab006a309bb2984969eed)
2008-01-15Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech ↵Jeremy Allison2-0/+14
Republic <Jiri.Sasek@Sun.COM> - slightly modified - Jiri please check ! to allow Solaris to get passwords > 8 chars. Jeremy. (lib/replace part of 657bf8c3479d6192f269e3daef1517e77a9fa9cb metze) (This used to be commit 9f5c443972a09a70de7c8d6695b08c3730484c6c)
2008-01-15Fix bug 5055Volker Lendecke1-1/+1
(lib/replace part of 8bcd2df841bae63e7d58c35d4728b7d853471697 metze) (This used to be commit 8db9e196506f530c780d93e16da590566d16a407)
2008-01-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-0/+4
Jeremy. (lib/replace part of a1725f4ff7ed375808c78ac661b539557748d0a5 metze) (This used to be commit db4eabf7cde1008a40a46e5c40a99e9a73cf3ff5)
2008-01-15Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-0/+4
a bunch of #defines). Remove pstring from msdfs.c. Jeremy. (lib/replace part from e203ba22275320808bc11b17361ad1f2d5b0b897 metze) (This used to be commit ebc08d23f76ecffc90b1fe84c67fc7e6a4c4a6a3)
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell9-210/+471
(This used to be commit ed0c3a0f74c305b3b8554b05c3f97cf79db8296a)
2008-01-15Fix asn1 locations.Jelmer Vernooij1-2/+2
(This used to be commit 84dc6bc19c166e42c5eca2949e4ef5024c80f513)
2008-01-15ldap.py: Use constants where possible.Jelmer Vernooij1-14/+16
(This used to be commit 0885dc9f813e19cd6c28d8259eaeccf1e9b26210)
2008-01-15python: Update status.Jelmer Vernooij1-7/+5
(This used to be commit b4b12f00a7eb952024795ddc5ab3481fd4ba03fc)
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij12-15/+15
(This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3)
2008-01-14libreplace: Escape asterisk.Jelmer Vernooij1-1/+1
(This used to be commit df36c78549b40ee5e47d5cc79de2eb79f58c567a)
2008-01-14python: Enable building of the wkssvc python bindings.Jelmer Vernooij3-0/+29
(This used to be commit 7a00d48a478be84e9f38c5e6cb57739063d0d613)
2008-01-14python: Fix handling of pointer-less strings in function arguments.Jelmer Vernooij1-8/+8
(This used to be commit cb2700094fc1fc3887d5254e5d42e035deefa5b9)
2008-01-14python: Compile in svcctl Python bindings.Jelmer Vernooij3-0/+6
(This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2)
2008-01-14python: Convert winreg.py completely to rpc, use new RPC Python bindings.Jelmer Vernooij1-72/+61
(This used to be commit 9c21773737ea941b623105352b4625dcb8437706)
2008-01-14python: Work around the fact that there are two "security" modules now.Jelmer Vernooij2-2/+2
This well demonstrates the fact we need hierarchy. (This used to be commit df7e3498824e27f8a6d61b8b6f52577eab248d2c)
2008-01-14python: Add simple test for samr python code.Jelmer Vernooij2-0/+29
(This used to be commit 0a039fabcba9510ab600b2e4becbf75a58d2134d)
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij4-3/+9
(This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
2008-01-14python: Fix some corner cases handling scalars.Jelmer Vernooij1-3/+13
(This used to be commit b662c98a9ad461a33a27a918c0d544a96433e48c)
2008-01-14python: Don't try to free const pointers.Jelmer Vernooij1-1/+5
(This used to be commit b4754f4683e67a940f18a88e45c0878259f45b97)
2008-01-14python: Move some convenience macros to a separate header rather than ↵Jelmer Vernooij2-6/+4
putting them in every generated py_* file. (This used to be commit 712274b9bdf524da125cbbe6e4bb475b21b1da66)
2008-01-14python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij4-0/+48
(This used to be commit 3dfcefd8ac640ef1539185f19f7414fbcea9e741)
2008-01-14python: Build epmapper module.Jelmer Vernooij3-47/+44
(This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb)
2008-01-14python: Accept loadparm filename rather than loadparm object, too.Jelmer Vernooij2-2/+20
(This used to be commit 7e583a7ec4196982bd13cb679d741f37ef7decdb)
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵Jelmer Vernooij2-23/+38
exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499)
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij6-33/+64
(This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
2008-01-14python: Start building winreg module.Jelmer Vernooij2-0/+8
(This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40)
2008-01-14pidl/python: Fix processing UUID-less interfaces, external typedefs and ↵Jelmer Vernooij2-140/+137
certain bitmap elements. (This used to be commit e65618fff3299193c27959e2cc5a3937837e1422)
2008-01-14pidl/python: Deal with arrays that are not pointers.Jelmer Vernooij1-0/+12
(This used to be commit 7516af7c7262240df3b804dda962194a811d4e96)
2008-01-14python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij1-4/+6
(This used to be commit 25a0cd091bb24e579ceb34472d9c213aae157ba9)
2008-01-14pidl/python: Specify memory context explicitly when returning Python objects.Jelmer Vernooij1-32/+30
(This used to be commit 9c72f652e0d3f14d5db4d3930f0d1f9a1875e93f)
2008-01-14python: Fix deallocation bug in pytalloc.Jelmer Vernooij1-1/+1
(This used to be commit b849b4a6c4c9b03a9704449a69f00a59fc0df9c5)
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij7-17/+118
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
2008-01-14selftest: Ignore output generated by html formatter.Jelmer Vernooij1-0/+1
(This used to be commit 2f4170b3f7904072f87faa342302027759eb62bd)
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij5-11/+6
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
2008-01-14pidl/python: Fix compilation of py_echo.Jelmer Vernooij5-7/+42
(This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
2008-01-14python/pidl: Fix assignment.Jelmer Vernooij1-9/+19
(This used to be commit 2d2cb6486e6e1a31ae94223784e49fb4eea8bb26)
2008-01-14pidl/python: Fix more compile errors.Jelmer Vernooij1-26/+32
(This used to be commit 2eb4526599ec6d3c604dd9b1f258496c82288284)
2008-01-14pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij4-50/+146
(This used to be commit b00c1a072457e5083ffc24a8b74b3793d0b44eee)
2008-01-14pidl/python: Fix use of pointers.Jelmer Vernooij2-13/+72
(This used to be commit 13f2b0380f310b101975d709361a29d4032c3689)
2008-01-14python: Add some more rpc/echo tests.Jelmer Vernooij1-0/+11
(This used to be commit b4840d1ae283a3853d041f3a9a848aec991e81a6)
2008-01-14python: Add simple tests for the DCE/RPC echo interface.Jelmer Vernooij2-0/+29
(This used to be commit 8523740796f3cd739bdc338b5e2855a01bafa540)
2008-01-14pidl/python: Remove unnecessary talloc_free().Jelmer Vernooij1-1/+1
(This used to be commit a099d30067a4d965a283f52e56ffd1897137bf1a)
2008-01-14Remove accidently committed files.Jelmer Vernooij2-826/+0
(This used to be commit 45e7d230385dc8f636157e45f3df4a8cb4e9d587)
2008-01-14python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵Jelmer Vernooij3-23/+42
contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c)