Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15849: ensure we don't try to talloc_steal() an invalid error_string in | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r15726: Comments and a couple of minor formattings in the code. | Rafal Szczesniak | 1 | -57/+121 |
2007-10-10 | r15667: Make sure the rpc pipe pointers are zeroed during | Rafal Szczesniak | 1 | -0/+8 |
2007-10-10 | r15666: Fix a silly typo. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r15663: Turn libnet_DeleteUser into async function and fix subtle bug probably | Rafal Szczesniak | 2 | -82/+130 |
2007-10-10 | r15625: Partial commit of my current work. It makes libnet api functions | Rafal Szczesniak | 8 | -61/+403 |
2007-10-10 | r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r15500: Add support for interactive prompting on bad passwords to the RPC lib... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r15489: Typo fixes. | Rafal Szczesniak | 1 | -2/+2 |
2007-10-10 | r15488: This structure is not needed any longer. | Rafal Szczesniak | 1 | -25/+2 |
2007-10-10 | r15487: More comments and a few minor changes (not even fixes). | Rafal Szczesniak | 1 | -13/+31 |
2007-10-10 | r15459: Add forgotten guid retrieval among other data and thus prevent | Rafal Szczesniak | 1 | -1/+4 |
2007-10-10 | r15439: Reorder the code a bit to be like in other calls. More comments | Rafal Szczesniak | 1 | -142/+170 |
2007-10-10 | r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnect | Rafal Szczesniak | 4 | -179/+296 |
2007-10-10 | r15426: Implement SPNEGO as the default RPC authentication mechanism. Where | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 3 | -3/+1 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14983: fix an uninitialised var | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r14716: Remove username from debug message, it just causes valgrind assertions. | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r14591: More comments. | Rafal Szczesniak | 1 | -1/+27 |
2007-10-10 | r14572: Give libraries saner names, remove some .pc files, make some things | Jelmer Vernooij | 1 | -5/+1 |
2007-10-10 | r14568: Remove unused function. | Rafal Szczesniak | 1 | -10/+0 |
2007-10-10 | r14566: Remove unnecessary headers. | Rafal Szczesniak | 1 | -3/+0 |
2007-10-10 | r14560: Finally! Start working on async libnet_RpcConnect and other | Rafal Szczesniak | 1 | -57/+273 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 5 | -6/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 13 | -4/+14 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 9 | -0/+10 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 4 | -4/+8 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r14063: libnet depends on dcerpc | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14058: Try to make the continuation on the list of password set mechs clearer. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r13938: Around round of splitups | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 6 | -0/+8 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13317: Create a new function messaging_client_init() which can be used when | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13104: Migrate and set secrets keytab values in the 'net join' code. This | Andrew Bartlett | 1 | -0/+30 |
2007-10-10 | r12979: Grr, I forgot to commit this file (from Brad Henry's libnet_site | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r12976: Patch from Brad Henry <j0j0@riod.ca>: | Andrew Bartlett | 4 | -171/+259 |
2007-10-10 | r12930: Fix ADS join: I wasn't filling in the flag 'realm' variable any more. | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r12928: This patch improves the interaction between the vampire and provsion ... | Andrew Bartlett | 2 | -1/+3 |
2007-10-10 | r12926: Syncronsise GUIDs on users and domains from the server. These also | Andrew Bartlett | 5 | -67/+114 |
2007-10-10 | r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect to | Andrew Bartlett | 9 | -251/+440 |
2007-10-10 | r12894: Add more detail to error messages. | Andrew Bartlett | 1 | -4/+12 |
2007-10-10 | r12893: Filling in *error_string is critical for SWAT, as the errors otherwise | Andrew Bartlett | 1 | -182/+215 |
2007-10-10 | r12892: Add a 'Migrate from Windows' page to our installation section in SWAT. | Andrew Bartlett | 2 | -0/+69 |