summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher12-58/+59
and rename the containing functions to have a ndr_ prefix metze (This used to be commit cb234d43ae693af5d8a921a15c9bcac3c6f0359a)
2007-10-10r24596: - talloc request structure for the samba3 server bindingsStefan Metzmacher1-24/+33
and make that the primary context for the request which the implementations can also use. - go via functions pointers in the ndr_interface_table instead of calling functions directly. metze (This used to be commit fa577a12940d2df9d5ea9e3e0fed40021d59647d)
2007-10-10r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2-4/+5
instead of the pull and push functions metze (This used to be commit 9b59534a14700f7bfe56cae448030df59ced0ba5)
2007-10-10r24588: use the right typeAndrew Tridgell1-1/+1
(This used to be commit 710f6dc17f4bdf994a5fefd439eee93e1774e70e)
2007-10-10r24587: the elements of the array are not talloc pointersAndrew Tridgell2-4/+2
(This used to be commit 2ebf00dc42edfc3474dc88ef2e560d4b1b534efa)
2007-10-10r24586: same bug in RAW-BENCH-OPENAndrew Tridgell1-1/+1
(This used to be commit 3bd35bb8abf2e49036d0356ce1b5db95908f7189)
2007-10-10r24585: put in the right state variable when doing a SMBecho - this caused theAndrew Tridgell1-1/+1
wrong connection to reconnect on a SMBecho failure (This used to be commit c61415b05ddd29c7214384189f7d0ddabdaa3b71)
2007-10-10r24577: Implement basic getpwent.Kai Blin3-1/+173
This one still cheats and only returns one winbindd_pw structure per call. Also, doesn't get a new libnet_UserList yet. (This used to be commit e1b93be1e130692a75a2fc4eb5ca8ee425fe1b82)
2007-10-10r24576: Implement endpwentKai Blin1-0/+7
(This used to be commit ef93a7991d3b4445ba87f964f2f17c33044ba8c4)
2007-10-10r24575: Implement setpwentKai Blin4-2/+188
(This used to be commit 9bbbedac99278853e30a9f81f594ee3144545268)
2007-10-10r24574: Fix a warning in wb_samba3_cmd.cKai Blin1-1/+1
(This used to be commit ebdd03ee9e5bf11d1cb85da0ecb66a84f810bbcc)
2007-10-10r24570: Attempt to fix make testVolker Lendecke2-2/+9
Samba4 seems not to survive the newly added tests (This used to be commit b8a8a81ffe58ae8d7c2fd006c0cd285db714cbfe)
2007-10-10r24569: Add two testsVolker Lendecke3-0/+89
A subtest for rename to check if case-changing renames work A test that exposes the case insensitivity unix_convert bug (This used to be commit 786706322a920fd54585bec72d860ed112398f12)
2007-10-10r24568: Fix the build, caused by a conflict betwen mimir's work and metze's ↵Andrew Bartlett1-1/+1
bulk rename. Andrew Bartlett (This used to be commit 6e730d43e4052e074161af7bedef87994056e398)
2007-10-10r24567: Try much harder not to leak memory when comparing objectCategory ↵Andrew Bartlett1-9/+40
entires. Andrew Bartlett (This used to be commit 8cfa1f898e5f5a8e57e3794a80174063223247ec)
2007-10-10r24566: Remove trailing newlines in ldb_debug(), these are not required.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 2ed782f7caa98003c524d70bcb97874002be57a2)
2007-10-10r24563: remove unused DCERPC specific stuff from the generated NDR codeStefan Metzmacher1-3/+0
metze (This used to be commit 2dbf89e22352dcb36c7246671ccc9cd55d9f6a57)
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher11-28/+28
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher72-176/+176
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
2007-10-10r24556: forgot to commit the winbind/ subdir...sorryStefan Metzmacher1-2/+2
metze (This used to be commit 184a7cfc36860e16f9483347ae70a053a5823e83)
2007-10-10r24555: Add a test for libnet's group info call.Rafal Szczesniak3-0/+277
rafal (This used to be commit 40ad66dd75acce330c2db3f4258eacf8265b05e2)
2007-10-10r24554: Add internal implementation (before api function) of groupRafal Szczesniak5-0/+418
info call. rafal (This used to be commit 75f81f862ef06e86f9dcfcf4709221ed9c4e22ed)
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher28-110/+110
rename dcerpc_interface_list -> ndr_interface_list and move them to libndr.h metze (This used to be commit 4adbebef5df2f833d2d4bfcdda72a34179d52f5c)
2007-10-10r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher3-14/+9
into ndr_interface_string_array and move it to libndr.h metze (This used to be commit 473bca74dc9d9dc54a239c9b5d3dc5fcf5a117a9)
2007-10-10r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher8-23/+20
and move it to librpc/ndr/libndr.h metze (This used to be commit abd5551aabae1820baaa52a963e8c7aa9605914e)
2007-10-10r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher16-44/+44
and move it into misc.idl The goal is to get rid a all dcerpc specific stuff in the generated ndr layer. metze (This used to be commit 2ed014cfb894cccab1654e3f7d5876393e2b52d7)
2007-10-10r24529: Against samba3, treat EAS_NOT_SUPPORTED as acceptable for t2openVolker Lendecke1-2/+10
Many hosts in the build farm don't have EA support (This used to be commit 3cca299c72e0ae7da3d28d7284f1993eef9f1cea)
2007-10-10r24524: make use of ElementStars()Stefan Metzmacher1-24/+8
metze (This used to be commit 701aa31d14cde412c1fecef694d851882be8d17f)
2007-10-10r24523: we don't support multi-dimentional [out] arraysStefan Metzmacher1-0/+8
for the samba3 server stubs yet, so bail out. metze (This used to be commit ff11f2ce0c3f9c882d93bda0c89577adaf8c2a41)
2007-10-10r24522: make the "skip pointer to an array" logic a bit easierStefan Metzmacher1-5/+3
metze (This used to be commit a698fb18573baf016009bdd2d02aaf336dc92a63)
2007-10-10r24521: we don't yet have optional args to DeclLong()Stefan Metzmacher1-1/+1
metze (This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b)
2007-10-10r24520: make use of the new ElementStars() and ArrayBrackets()Stefan Metzmacher2-29/+4
functions metze (This used to be commit fad5af2f2069993b7284e74a177b78a4b4798383)
2007-10-10r24518: get rid of using ->{ORIGINAL} and move stuffStefan Metzmacher1-25/+70
into subfunctions metze (This used to be commit ff7fa11e70018e9691441d824483b803781943a7)
2007-10-10r24517: move skipping pointer before an array logic into theStefan Metzmacher1-3/+5
pointer loop as we do in other places metze (This used to be commit ee92d47b538e2f92e4c342893f04c598311e1021)
2007-10-10r24516: don't use ->{ORIGINAL}Stefan Metzmacher1-7/+15
metze (This used to be commit 98d8753d37e5ac6273316c83bf6f0e6851afd30a)
2007-10-10r24515: use fatal() wrapper instead of die() directlyStefan Metzmacher1-2/+3
metze (This used to be commit d90a0d3ba1ac18caee08ab3f621b742229a41e45)
2007-10-10r24514: IS_* elemements sound be perl integers consistantly...Stefan Metzmacher1-12/+17
metze (This used to be commit b7d6ac5215c27f7eb4ae16e3a68b7f7fc32dcb72)
2007-10-10r24511: pass the correct thing to fatal()Stefan Metzmacher1-1/+1
metze (This used to be commit 82cc41c5589899552256b06a3b1ae84e24d3b71f)
2007-10-10r24509: pass down the full ndr elements instead of the old pidl elementsStefan Metzmacher1-57/+46
from ->{ORIGINAL} metze (This used to be commit e8ebee2698d7d91d8cf25b3017f3414578607ff5)
2007-10-10r24508: add HeaderTypeNew() which will go if everything is convertedStefan Metzmacher1-1/+18
metze (This used to be commit 0eba05b6a67eb5b119e9054af3fe9db855cb9fbe)
2007-10-10r24507: pass $d down to HeaderTypedefStefan Metzmacher1-2/+2
metze (This used to be commit 0edec25af84744074aeeb5f8f7b61a6c78ef35b7)
2007-10-10r24506: pass $fn down one more layerStefan Metzmacher1-13/+17
metze (This used to be commit 8cc3fd09ffce6f389d979ec0a49d2ecefda70dd1)
2007-10-10r24505: pass down $fn one levelStefan Metzmacher1-11/+11
metze (This used to be commit 0bad3f06199341aeacef228e482ab755e2e48306)
2007-10-10r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett3-16/+29
Note that the correct return for a failed alter_context is a fault, not a bind_nak. Andrew Bartlett (This used to be commit 52cce94532edf1dd7f26e39bf3377f0077ea6792)
2007-10-10r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying moreAndrew Bartlett1-0/+20
combinations of modules. Andrew Bartlett (This used to be commit 481a3f0b2ac217b0db2f481479d655910514b56c)
2007-10-10r24502: More work to get LOCAL-EVENT passing on all platforms:Andrew Bartlett2-19/+19
- Make the epoll_event_context_init() call fail if epoll_create() fails. This should cause this backend to be skipped on host with epoll() in libc but not in the kernel. - At the moment, there is no sensible way to handle failures to add an epoll() event, and 'fallback to select' is misnamed (so we now abort()). Andrew Bartlett (This used to be commit fb1e1eebdae740a2b66ee1ea9e1e35f21292ac14)
2007-10-10r24494: add comment to remind me to look at the flags on a tconxStefan Metzmacher1-0/+2
metze (This used to be commit deefefeadfc4c5c3448ac378e1910fb75df0dc77)
2007-10-10r24493: - it turns out thatStefan Metzmacher2-13/+63
foreach my $e (@{$union->{ELEMENTS}}) { changes $union->{ELEMENTS} from undef into an empty array. this removes the difference between struct foo { }; and struct foo; So we need to explicit return before. - we should return the same element for layout for structs and unions with no elements. - fix the testsuite to match metze (This used to be commit 5f1f50cd27e3702b79a19dbe1079498cbfc4842b)
2007-10-10r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr treeStefan Metzmacher2-4/+8
not the $pidl tree anymore. metze (This used to be commit 3cbbddb94c9e986d0adbe3b001146b209cd810d9)
2007-10-10r24491: base_type() isn't supported anymore and the default for enumsStefan Metzmacher1-1/+1
is now uint16... metze (This used to be commit 82aad0e42c44f5b277aed743595795fcc4bad0d4)