summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r24642: prevent recursion with fetch_lockedAndrew Tridgell2007-10-101-10/+22
* r24641: fixed several memory leaks in the brlock codeAndrew Tridgell2007-10-101-0/+11
* r24640: Add a suggested BIND configuration snippit, to help with DNS configur...Andrew Bartlett2007-10-102-1/+16
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-108-16/+20
* r24629: Make read_sock return the total number of bytes read insteadMichael Adam2007-10-101-3/+3
* r24626: as TALLOC_ABORT() is defined to abort() by defaultStefan Metzmacher2007-10-101-2/+12
* r24623: add back '-D' option to smbdStefan Metzmacher2007-10-101-7/+29
* r24620: move printing out the version string and exit()Stefan Metzmacher2007-10-101-3/+9
* r24614: Merge with current lorikeet-heimdal. This brings us one step closerAndrew Bartlett2007-10-1058-786/+1145
* r24613: Missed this in my recent commit -r 24611. We don't discriminate onAndrew Bartlett2007-10-101-2/+0
* r24612: Revert this part of -r 24611. This isn't related to my SAMR passwordAndrew Bartlett2007-10-101-0/+4
* r24611: Following up on the re-opening of bug 4817 is it pretty clear thatAndrew Bartlett2007-10-105-91/+213
* r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher2007-10-1012-58/+59
* r24596: - talloc request structure for the samba3 server bindingsStefan Metzmacher2007-10-101-24/+33
* r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2007-10-102-4/+5
* 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