Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24596: - talloc request structure for the samba3 server bindings | Stefan Metzmacher | 1 | -24/+33 |
2007-10-10 | r24592: pass down the ndr_interface_table in the samba3 client bindings | Stefan Metzmacher | 2 | -4/+5 |
2007-10-10 | r24588: use the right type | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r24587: the elements of the array are not talloc pointers | Andrew Tridgell | 2 | -4/+2 |
2007-10-10 | r24586: same bug in RAW-BENCH-OPEN | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r24585: put in the right state variable when doing a SMBecho - this caused the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r24577: Implement basic getpwent. | Kai Blin | 3 | -1/+173 |
2007-10-10 | r24576: Implement endpwent | Kai Blin | 1 | -0/+7 |
2007-10-10 | r24575: Implement setpwent | Kai Blin | 4 | -2/+188 |
2007-10-10 | r24574: Fix a warning in wb_samba3_cmd.c | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24570: Attempt to fix make test | Volker Lendecke | 2 | -2/+9 |
2007-10-10 | r24569: Add two tests | Volker Lendecke | 3 | -0/+89 |
2007-10-10 | r24568: Fix the build, caused by a conflict betwen mimir's work and metze's b... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24567: Try much harder not to leak memory when comparing objectCategory enti... | Andrew Bartlett | 1 | -9/+40 |
2007-10-10 | r24566: Remove trailing newlines in ldb_debug(), these are not required. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24563: remove unused DCERPC specific stuff from the generated NDR code | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r24560: rename some DCERPC_ prefixes into NDR_ | Stefan Metzmacher | 11 | -28/+28 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 72 | -176/+176 |
2007-10-10 | r24556: forgot to commit the winbind/ subdir...sorry | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24555: Add a test for libnet's group info call. | Rafal Szczesniak | 3 | -0/+277 |
2007-10-10 | r24554: Add internal implementation (before api function) of group | Rafal Szczesniak | 5 | -0/+418 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 28 | -110/+110 |
2007-10-10 | r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_list | Stefan Metzmacher | 3 | -14/+9 |
2007-10-10 | r24535: rename struct dcerpc_interface_call -> struct ndr_interface_call | Stefan Metzmacher | 8 | -23/+20 |
2007-10-10 | r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id | Stefan Metzmacher | 16 | -44/+44 |
2007-10-10 | r24529: Against samba3, treat EAS_NOT_SUPPORTED as acceptable for t2open | Volker Lendecke | 1 | -2/+10 |
2007-10-10 | r24524: make use of ElementStars() | Stefan Metzmacher | 1 | -24/+8 |
2007-10-10 | r24523: we don't support multi-dimentional [out] arrays | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r24522: make the "skip pointer to an array" logic a bit easier | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r24521: we don't yet have optional args to DeclLong() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24520: make use of the new ElementStars() and ArrayBrackets() | Stefan Metzmacher | 2 | -29/+4 |
2007-10-10 | r24518: get rid of using ->{ORIGINAL} and move stuff | Stefan Metzmacher | 1 | -25/+70 |
2007-10-10 | r24517: move skipping pointer before an array logic into the | Stefan Metzmacher | 1 | -3/+5 |
2007-10-10 | r24516: don't use ->{ORIGINAL} | Stefan Metzmacher | 1 | -7/+15 |
2007-10-10 | r24515: use fatal() wrapper instead of die() directly | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r24514: IS_* elemements sound be perl integers consistantly... | Stefan Metzmacher | 1 | -12/+17 |
2007-10-10 | r24511: pass the correct thing to fatal() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24509: pass down the full ndr elements instead of the old pidl elements | Stefan Metzmacher | 1 | -57/+46 |
2007-10-10 | r24508: add HeaderTypeNew() which will go if everything is converted | Stefan Metzmacher | 1 | -1/+18 |
2007-10-10 | r24507: pass $d down to HeaderTypedef | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24506: pass $fn down one more layer | Stefan Metzmacher | 1 | -13/+17 |
2007-10-10 | r24505: pass down $fn one level | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r24504: Try to return more useful error information on why a bind failed. | Andrew Bartlett | 3 | -16/+29 |
2007-10-10 | r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more | Andrew Bartlett | 1 | -0/+20 |
2007-10-10 | r24502: More work to get LOCAL-EVENT passing on all platforms: | Andrew Bartlett | 2 | -19/+19 |
2007-10-10 | r24494: add comment to remind me to look at the flags on a tconx | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r24493: - it turns out that | Stefan Metzmacher | 2 | -13/+63 |
2007-10-10 | r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree | Stefan Metzmacher | 2 | -4/+8 |
2007-10-10 | r24491: base_type() isn't supported anymore and the default for enums | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24490: For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn() | Stefan Metzmacher | 1 | -2/+2 |