summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15726: Comments and a couple of minor formattings in the code.Rafal Szczesniak1-57/+121
2007-10-10r15667: Make sure the rpc pipe pointers are zeroed duringRafal Szczesniak1-0/+8
2007-10-10r15666: Fix a silly typo.Rafal Szczesniak1-1/+1
2007-10-10r15663: Turn libnet_DeleteUser into async function and fix subtle bug probablyRafal Szczesniak2-82/+130
2007-10-10r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak8-61/+403
2007-10-10r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett1-1/+1
2007-10-10r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett1-1/+1
2007-10-10r15489: Typo fixes.Rafal Szczesniak1-2/+2
2007-10-10r15488: This structure is not needed any longer.Rafal Szczesniak1-25/+2
2007-10-10r15487: More comments and a few minor changes (not even fixes).Rafal Szczesniak1-13/+31
2007-10-10r15459: Add forgotten guid retrieval among other data and thus preventRafal Szczesniak1-1/+4
2007-10-10r15439: Reorder the code a bit to be like in other calls. More commentsRafal Szczesniak1-142/+170
2007-10-10r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnectRafal Szczesniak4-179/+296
2007-10-10r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett1-2/+2
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij3-3/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14983: fix an uninitialised varAndrew Tridgell1-1/+1
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher3-3/+3
2007-10-10r14716: Remove username from debug message, it just causes valgrind assertions.Andrew Bartlett1-4/+2
2007-10-10r14591: More comments.Rafal Szczesniak1-1/+27
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij1-5/+1
2007-10-10r14568: Remove unused function.Rafal Szczesniak1-10/+0
2007-10-10r14566: Remove unnecessary headers.Rafal Szczesniak1-3/+0
2007-10-10r14560: Finally! Start working on async libnet_RpcConnect and otherRafal Szczesniak1-57/+273
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij4-0/+4
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij5-6/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij13-4/+14
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij9-0/+10
2007-10-10r14383: Fix non-developer build.Jelmer Vernooij1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij4-4/+8
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij4-0/+4
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14063: libnet depends on dcerpcStefan Metzmacher1-1/+1
2007-10-10r14058: Try to make the continuation on the list of password set mechs clearer.Andrew Bartlett1-2/+5
2007-10-10r13938: Around round of splitupsJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij6-0/+8
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-0/+1
2007-10-10r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett1-1/+1
2007-10-10r13104: Migrate and set secrets keytab values in the 'net join' code. ThisAndrew Bartlett1-0/+30
2007-10-10r12979: Grr, I forgot to commit this file (from Brad Henry's libnet_siteAndrew Bartlett1-0/+35
2007-10-10r12976: Patch from Brad Henry <j0j0@riod.ca>:Andrew Bartlett4-171/+259
2007-10-10r12930: Fix ADS join: I wasn't filling in the flag 'realm' variable any more.Andrew Bartlett1-3/+1
2007-10-10r12928: This patch improves the interaction between the vampire and provsion ...Andrew Bartlett2-1/+3
2007-10-10r12926: Syncronsise GUIDs on users and domains from the server. These alsoAndrew Bartlett5-67/+114
2007-10-10r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett9-251/+440
2007-10-10r12894: Add more detail to error messages.Andrew Bartlett1-4/+12
2007-10-10r12893: Filling in *error_string is critical for SWAT, as the errors otherwiseAndrew Bartlett1-182/+215
2007-10-10r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett2-0/+69
2007-10-10r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.Andrew Bartlett2-7/+7