summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r24588: use the right typeAndrew Tridgell2007-10-101-1/+1
* r24587: the elements of the array are not talloc pointersAndrew Tridgell2007-10-102-4/+2
* r24586: same bug in RAW-BENCH-OPENAndrew Tridgell2007-10-101-1/+1
* r24585: put in the right state variable when doing a SMBecho - this caused theAndrew Tridgell2007-10-101-1/+1
* r24577: Implement basic getpwent.Kai Blin2007-10-103-1/+173
* r24576: Implement endpwentKai Blin2007-10-101-0/+7
* r24575: Implement setpwentKai Blin2007-10-104-2/+188
* r24574: Fix a warning in wb_samba3_cmd.cKai Blin2007-10-101-1/+1
* r24570: Attempt to fix make testVolker Lendecke2007-10-102-2/+9
* r24569: Add two testsVolker Lendecke2007-10-103-0/+89
* r24568: Fix the build, caused by a conflict betwen mimir's work and metze's b...Andrew Bartlett2007-10-101-1/+1
* r24567: Try much harder not to leak memory when comparing objectCategory enti...Andrew Bartlett2007-10-101-9/+40
* r24566: Remove trailing newlines in ldb_debug(), these are not required.Andrew Bartlett2007-10-101-2/+2
* r24563: remove unused DCERPC specific stuff from the generated NDR codeStefan Metzmacher2007-10-101-3/+0
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-1011-28/+28
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-1072-176/+176
* r24556: forgot to commit the winbind/ subdir...sorryStefan Metzmacher2007-10-101-2/+2
* r24555: Add a test for libnet's group info call.Rafal Szczesniak2007-10-103-0/+277
* r24554: Add internal implementation (before api function) of groupRafal Szczesniak2007-10-105-0/+418
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-1028-110/+110
* r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher2007-10-103-14/+9
* r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher2007-10-108-23/+20
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-1016-44/+44
* r24529: Against samba3, treat EAS_NOT_SUPPORTED as acceptable for t2openVolker Lendecke2007-10-101-2/+10
* r24524: make use of ElementStars()Stefan Metzmacher2007-10-101-24/+8
* r24523: we don't support multi-dimentional [out] arraysStefan Metzmacher2007-10-101-0/+8
* r24522: make the "skip pointer to an array" logic a bit easierStefan Metzmacher2007-10-101-5/+3
* r24521: we don't yet have optional args to DeclLong()Stefan Metzmacher2007-10-101-1/+1
* r24520: make use of the new ElementStars() and ArrayBrackets()Stefan Metzmacher2007-10-102-29/+4
* r24518: get rid of using ->{ORIGINAL} and move stuffStefan Metzmacher2007-10-101-25/+70
* r24517: move skipping pointer before an array logic into theStefan Metzmacher2007-10-101-3/+5
* r24516: don't use ->{ORIGINAL}Stefan Metzmacher2007-10-101-7/+15
* r24515: use fatal() wrapper instead of die() directlyStefan Metzmacher2007-10-101-2/+3
* r24514: IS_* elemements sound be perl integers consistantly...Stefan Metzmacher2007-10-101-12/+17
* r24511: pass the correct thing to fatal()Stefan Metzmacher2007-10-101-1/+1
* r24509: pass down the full ndr elements instead of the old pidl elementsStefan Metzmacher2007-10-101-57/+46
* r24508: add HeaderTypeNew() which will go if everything is convertedStefan Metzmacher2007-10-101-1/+18
* r24507: pass $d down to HeaderTypedefStefan Metzmacher2007-10-101-2/+2
* r24506: pass $fn down one more layerStefan Metzmacher2007-10-101-13/+17
* r24505: pass down $fn one levelStefan Metzmacher2007-10-101-11/+11
* r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett2007-10-103-16/+29
* r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying moreAndrew Bartlett2007-10-101-0/+20
* r24502: More work to get LOCAL-EVENT passing on all platforms:Andrew Bartlett2007-10-102-19/+19
* r24494: add comment to remind me to look at the flags on a tconxStefan Metzmacher2007-10-101-0/+2
* r24493: - it turns out thatStefan Metzmacher2007-10-102-13/+63
* r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr treeStefan Metzmacher2007-10-102-4/+8
* r24491: base_type() isn't supported anymore and the default for enumsStefan Metzmacher2007-10-101-1/+1
* r24490: For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()Stefan Metzmacher2007-10-101-2/+2
* r24489: only typedef enum { ... } foo; enum's should lookStefan Metzmacher2007-10-101-1/+11
* r24488: enum's and bitmap's not have nested typesStefan Metzmacher2007-10-101-0/+2