summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r1637: - w2k3 can't handle more than 1000 names in a LookupNames requestAndrew Tridgell2007-10-101-3/+3
* r1636: improved the negnowait test so it is standalone (taking advantage of t...Andrew Tridgell2007-10-101-4/+36
* r1635: when a transport dies, setup errors for all pending sends and recvs, p...Andrew Tridgell2007-10-101-0/+29
* r1634: to get signing right for async requests we must send requests inAndrew Tridgell2007-10-101-1/+1
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-106-9/+21
* r1632: in case of error don't send uninitialised fnums on the wireAndrew Tridgell2007-10-101-1/+1
* r1631: don't use req->transport after req has been destroyedAndrew Tridgell2007-10-101-2/+2
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-106-16/+7
* r1629: server_zone needs to be "int" not "int16_t" as it can hold valuesAndrew Tridgell2007-10-101-1/+1
* r1628: - fixed the comment on run_deferopen. (I also think that theAndrew Tridgell2007-10-101-102/+65
* r1627: make sure we initialise write_time in the deprecated function cli_ctemp()Andrew Tridgell2007-10-101-0/+1
* r1619: - add support for older systems to cli_list*()Andrew Tridgell2007-10-101-19/+38
* r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell2007-10-102-4/+14
* r1617: Start working on the svcctl pipeJelmer Vernooij2007-10-106-1/+306
* r1611: Put a brace on a new line.Tim Potter2007-10-101-1/+2
* r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell2007-10-101-4/+11
* r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, andAndrew Bartlett2007-10-102-14/+26
* r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...Andrew Bartlett2007-10-101-2/+2
* r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell2007-10-101-2/+2
* r1602: make sure we honor the use_spnego flagAndrew Tridgell2007-10-101-1/+2
* r1596: Fix up copyrights.Jim McDonough2007-10-104-4/+5
* r1595: Always use a loop variable named $e when iterating over lists ofTim Potter2007-10-101-6/+6
* r1594: Remove some array checks that we can't do because we don't store stateTim Potter2007-10-101-33/+11
* r1593: Fix bug in get_subtree() where we were always looking at the head ofTim Potter2007-10-101-1/+2
* r1592: Fix up subtrees for non-scalar types instead of hardcoding module subt...Tim Potter2007-10-101-17/+37
* r1586: Finally, a technique for putting buffers in scalars in the sameTim Potter2007-10-103-88/+102
* r1585: add dcpromo.pl start, this should be configure aStefan Metzmacher2007-10-102-1/+227
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-1013-428/+592
* r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFOStefan Metzmacher2007-10-101-3/+3
* r1552: commit the first version of the pidl generated krb5 PAC parserStefan Metzmacher2007-10-102-0/+154
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-108-136/+140
* r1546: fix the build the function name has changed to srvsvc_NetRemoteTODStefan Metzmacher2007-10-101-3/+3
* r1545: add some comments and move a transport function to the transport sectionStefan Metzmacher2007-10-101-5/+8
* r1544: add some comments and fix 'return True' -> 'return ret'Stefan Metzmacher2007-10-101-5/+16
* r1543: add srvsvc_NetRemoteTOD idl and torture testsStefan Metzmacher2007-10-102-1/+51
* r1540: - Remove return statements when a parse error is detected as etherealTim Potter2007-10-101-33/+70
* r1535: Create a subtree for each array element.Tim Potter2007-10-101-4/+17
* r1534: Alternate method of grouping togethers buffers and scalars which actuallyTim Potter2007-10-101-37/+48
* r1530: we don't need to call srvsvc_NetShareGetInfo twiceStefan Metzmacher2007-10-101-13/+0
* r1529: add NetSrvGetInfo torture testStefan Metzmacher2007-10-101-0/+42
* r1528: add NetCharDevQ torture testsStefan Metzmacher2007-10-101-1/+149
* r1527: add NetCharDev torture testsStefan Metzmacher2007-10-101-0/+125
* r1526: some cleanups and fixes for the srvsvc torture testsStefan Metzmacher2007-10-101-40/+106
* r1525: share info level 1004 is invalid,Stefan Metzmacher2007-10-101-4/+9
* r1524: add some commentsStefan Metzmacher2007-10-101-1/+13
* r1523: declaring variables "in" and "out" in every C module is a bad idea!Andrew Tridgell2007-10-101-2/+2
* r1522: Oops - I forgot this file in the prvevious commit.Andrew Bartlett2007-10-101-0/+57
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-108-217/+153
* r1520: only call write handler or read handler, not both. This copes with theAndrew Tridgell2007-10-101-0/+3
* r1519: show the ldb_errstring() value in the log for failed ldb callsAndrew Tridgell2007-10-101-1/+3