Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1703: - Lots of RPC updates, adding new pipes and protocols. | Jelmer Vernooij | 15 | -93/+893 |
2007-10-10 | r1701: Bugfixes to Tim's ethereal parser generator | Jelmer Vernooij | 3 | -14/+59 |
2007-10-10 | r1700: make version default to 0.0 (same as midl) | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r1699: Formatting update, bugfixes | Jelmer Vernooij | 5 | -1190/+1188 |
2007-10-10 | r1687: Fix bogus requirement for SMB signing on guest connections. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r1686: Don't use a void* for the context inside the SMB signing code. | Andrew Bartlett | 2 | -6/+6 |
2007-10-10 | r1685: Add the ability to lookup RPC auth types for the RPC-MGMT torture test. | Andrew Bartlett | 2 | -2/+19 |
2007-10-10 | r1679: fix add the extrasids and resource group array in | Stefan Metzmacher | 1 | -5/+12 |
2007-10-10 | r1677: security descriptors are always little-endian, regardless of DCE/RPC | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1676: - improved the handling of username/password in locktest and gentest | Andrew Tridgell | 5 | -48/+36 |
2007-10-10 | r1675: netlogon deltas IDL update from Richard Renard | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r1674: fixed a bug in the handling of STR_LEN8BIT flagged strings | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r1673: using the new [relative] pidl handling, the PAC decode is now much closer | Andrew Tridgell | 1 | -54/+17 |
2007-10-10 | r1671: make [relative] pointers in idl much more generic, treating them just | Andrew Tridgell | 2 | -17/+23 |
2007-10-10 | r1657: fixed the string types of two strings in svcctl. | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 86 | -3146/+3146 |
2007-10-10 | r1649: do a join as dc and run this test as the machine account | Stefan Metzmacher | 1 | -6/+33 |
2007-10-10 | r1648: the endpoints for the DRSUAPI pipe are | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1647: destroy mem_ctx | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r1646: disable testing of group rename in the RPC-SAMR test, as it leaves the | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r1645: added a debug when a RPC fault is received | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1644: changed the way [relative] pointers work in pidl, making them much | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r1642: Torture test for EnumServicesStatus, almost finished. | Jelmer Vernooij | 1 | -7/+10 |
2007-10-10 | r1641: Finish IDL for EnumServicesStatus | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r1637: - w2k3 can't handle more than 1000 names in a LookupNames request | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r1636: improved the negnowait test so it is standalone (taking advantage of t... | Andrew Tridgell | 1 | -4/+36 |
2007-10-10 | r1635: when a transport dies, setup errors for all pending sends and recvs, p... | Andrew Tridgell | 1 | -0/+29 |
2007-10-10 | r1634: to get signing right for async requests we must send requests in | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1633: fixed a couple of async oplock handling errors | Andrew Tridgell | 6 | -9/+21 |
2007-10-10 | r1632: in case of error don't send uninitialised fnums on the wire | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1631: don't use req->transport after req has been destroyed | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1630: - fixed the replacement timegm() function to work correctly for DST ch... | Andrew Tridgell | 6 | -16/+7 |
2007-10-10 | r1629: server_zone needs to be "int" not "int16_t" as it can hold values | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1628: - fixed the comment on run_deferopen. (I also think that the | Andrew Tridgell | 1 | -102/+65 |
2007-10-10 | r1627: make sure we initialise write_time in the deprecated function cli_ctemp() | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1619: - add support for older systems to cli_list*() | Andrew Tridgell | 1 | -19/+38 |
2007-10-10 | r1618: fixed the receipt of multi-part replies to SMBtrans2 | Andrew Tridgell | 2 | -4/+14 |
2007-10-10 | r1617: Start working on the svcctl pipe | Jelmer Vernooij | 6 | -1/+306 |
2007-10-10 | r1611: Put a brace on a new line. | Tim Potter | 1 | -1/+2 |
2007-10-10 | r1606: make the low level socket read/write routines cope properly with non-b... | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, and | Andrew Bartlett | 2 | -14/+26 |
2007-10-10 | r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1603: fixed in.size to not overstate the packet size by 4 bytes | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1602: make sure we honor the use_spnego flag | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1596: Fix up copyrights. | Jim McDonough | 4 | -4/+5 |
2007-10-10 | r1595: Always use a loop variable named $e when iterating over lists of | Tim Potter | 1 | -6/+6 |
2007-10-10 | r1594: Remove some array checks that we can't do because we don't store state | Tim Potter | 1 | -33/+11 |
2007-10-10 | r1593: Fix bug in get_subtree() where we were always looking at the head of | Tim Potter | 1 | -1/+2 |
2007-10-10 | r1592: Fix up subtrees for non-scalar types instead of hardcoding module subt... | Tim Potter | 1 | -17/+37 |
2007-10-10 | r1586: Finally, a technique for putting buffers in scalars in the same | Tim Potter | 3 | -88/+102 |