summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher86-3146/+3146
2007-10-10r1649: do a join as dc and run this test as the machine accountStefan Metzmacher1-6/+33
2007-10-10r1648: the endpoints for the DRSUAPI pipe areStefan Metzmacher1-1/+1
2007-10-10r1647: destroy mem_ctxStefan Metzmacher1-1/+3
2007-10-10r1646: disable testing of group rename in the RPC-SAMR test, as it leaves theAndrew Tridgell1-0/+6
2007-10-10r1645: added a debug when a RPC fault is receivedAndrew Tridgell1-0/+1
2007-10-10r1644: changed the way [relative] pointers work in pidl, making them muchAndrew Tridgell1-0/+12
2007-10-10r1642: Torture test for EnumServicesStatus, almost finished.Jelmer Vernooij1-7/+10
2007-10-10r1641: Finish IDL for EnumServicesStatusJelmer Vernooij1-1/+1
2007-10-10r1637: - w2k3 can't handle more than 1000 names in a LookupNames requestAndrew Tridgell1-3/+3
2007-10-10r1636: improved the negnowait test so it is standalone (taking advantage of t...Andrew Tridgell1-4/+36
2007-10-10r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell1-0/+29
2007-10-10r1634: to get signing right for async requests we must send requests inAndrew Tridgell1-1/+1
2007-10-10r1633: fixed a couple of async oplock handling errorsAndrew Tridgell6-9/+21
2007-10-10r1632: in case of error don't send uninitialised fnums on the wireAndrew Tridgell1-1/+1
2007-10-10r1631: don't use req->transport after req has been destroyedAndrew Tridgell1-2/+2
2007-10-10r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell6-16/+7
2007-10-10r1629: server_zone needs to be "int" not "int16_t" as it can hold valuesAndrew Tridgell1-1/+1
2007-10-10r1628: - fixed the comment on run_deferopen. (I also think that theAndrew Tridgell1-102/+65
2007-10-10r1627: make sure we initialise write_time in the deprecated function cli_ctemp()Andrew Tridgell1-0/+1
2007-10-10r1619: - add support for older systems to cli_list*()Andrew Tridgell1-19/+38
2007-10-10r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell2-4/+14
2007-10-10r1617: Start working on the svcctl pipeJelmer Vernooij6-1/+306
2007-10-10r1611: Put a brace on a new line.Tim Potter1-1/+2
2007-10-10r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell1-4/+11
2007-10-10r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2-14/+26
2007-10-10r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...Andrew Bartlett1-2/+2
2007-10-10r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell1-2/+2
2007-10-10r1602: make sure we honor the use_spnego flagAndrew Tridgell1-1/+2
2007-10-10r1596: Fix up copyrights.Jim McDonough4-4/+5
2007-10-10r1595: Always use a loop variable named $e when iterating over lists ofTim Potter1-6/+6
2007-10-10r1594: Remove some array checks that we can't do because we don't store stateTim Potter1-33/+11
2007-10-10r1593: Fix bug in get_subtree() where we were always looking at the head ofTim Potter1-1/+2
2007-10-10r1592: Fix up subtrees for non-scalar types instead of hardcoding module subt...Tim Potter1-17/+37
2007-10-10r1586: Finally, a technique for putting buffers in scalars in the sameTim Potter3-88/+102
2007-10-10r1585: add dcpromo.pl start, this should be configure aStefan Metzmacher2-1/+227
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell13-428/+592
2007-10-10r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFOStefan Metzmacher1-3/+3
2007-10-10r1552: commit the first version of the pidl generated krb5 PAC parserStefan Metzmacher2-0/+154
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher8-136/+140
2007-10-10r1546: fix the build the function name has changed to srvsvc_NetRemoteTODStefan Metzmacher1-3/+3
2007-10-10r1545: add some comments and move a transport function to the transport sectionStefan Metzmacher1-5/+8
2007-10-10r1544: add some comments and fix 'return True' -> 'return ret'Stefan Metzmacher1-5/+16
2007-10-10r1543: add srvsvc_NetRemoteTOD idl and torture testsStefan Metzmacher2-1/+51
2007-10-10r1540: - Remove return statements when a parse error is detected as etherealTim Potter1-33/+70
2007-10-10r1535: Create a subtree for each array element.Tim Potter1-4/+17
2007-10-10r1534: Alternate method of grouping togethers buffers and scalars which actuallyTim Potter1-37/+48
2007-10-10r1530: we don't need to call srvsvc_NetShareGetInfo twiceStefan Metzmacher1-13/+0
2007-10-10r1529: add NetSrvGetInfo torture testStefan Metzmacher1-0/+42
2007-10-10r1528: add NetCharDevQ torture testsStefan Metzmacher1-1/+149