Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6615: As usual, I forgot to commit new structure in this file... | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r6573: Start on my project to implement an NT4 compatible BDC in Samba4. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r6467: keep the compiler quiet with another entry in structs.h | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6462: Move the arcfour sbox state into it's own structure, and allocate it | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r6414: Added composite user del function. Slightly broken still, but I don't | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r6382: New structure for useradd call. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r6352: Two new composite calls: | Alexander Bokovoy | 1 | -0/+2 |
2007-10-10 | r6247: added the server side code for receiving mailslot requests, and | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r6185: added LIBCLI_DGRAM to the list of libs to be built as part of LIBCLI | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't need | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r5828: add some idl for DsAddEntry() | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r5800: fix recursiv printing in ndr_print_DsGetNCChangesInfo1() | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r5499: Commit forgotten change what tridge immediately pointed out | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r5489: hide handwritten pull/push/print code from the caller | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_... | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r5414: - added libcli/wins/, a basic client library for WINS replication | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5372: fixed the build | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5358: - added initial WINS server code. It passes most of the NBT-WINS test,... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5307: removed db_wrap.h from includes.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5306: removed all the unused mutex functions from mutex.c. When (if?) we | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5305: removed libcli/ldap/ldap.h from includes.h | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5275: - added support for NBT_OPCODE_MULTI_HOME_REG (opcode 0xf) for WINS na... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5253: need to pre-declare some structures | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r5144: add more forward declarations | Stefan Metzmacher | 1 | -2/+7 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5121: added periodic name refresh requests for all our registered names, rep... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5117: used a composite function to add 4 stage name registration. We send 3 | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5114: the nbtd task can now act as a basic B-node server. It registers its | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5104: - added support for task based servers. These are servers that within | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5102: This is a major simplification of the logic for controlling top level | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r4949: First version of a fetchfile composite function which connects to a se... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4769: added a smb_composite_connect() function that provides a simple async | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4764: Add some more structs to keep the proto.h compile happy. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4723: Predefine libnet_JoinDomain as it's used in proto.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r4710: added a smb_composite_savefile() function, and expanded the test suite... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4700: first attempt at a composite async function, smb_composite_loadfile(), | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r4681: Another entry for structs.h | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r4650: - make more use of bitmap and enum's | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r4640: first stage in the server side support for multiple context_ids on one... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4418: fix compiler warning and remove unused typedef | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r4073: - added a set of lsa helper routines to make lsa lookups that are | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4013: got rid of a bunch of unused or unmaintained code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -0/+2 |