summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-12s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy1-1/+3
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-09-25s4-libnet: added server_address option in libnet contextAndrew Tridgell1-0/+3
2010-03-12s4:libnet: keep a dcerpc_binding_handle for samr and lsaStefan Metzmacher1-0/+2
2009-07-28s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett1-0/+1
2009-07-27Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"Stefan Metzmacher1-1/+0
2009-07-27s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett1-0/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-04-09Start implementation of real 'net vampire' code.Andrew Bartlett1-0/+1
2007-12-24r26573: Fix warnings.Jelmer Vernooij1-2/+2
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+1
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-0/+2
2007-10-10r25367: Add initial implementation of internal group add function.Rafal Szczesniak1-0/+1
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-0/+2
2007-10-10r24679: Add (raw and untested) implementation of libnet_GroupInfo function.Rafal Szczesniak1-0/+1
2007-10-10r24554: Add internal implementation (before api function) of groupRafal Szczesniak1-0/+1
2007-10-10r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett1-2/+3
2007-10-10r24011: Keep the connect handle around in libnet, in case we want it.Andrew Bartlett1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak1-0/+1
2007-10-10r20040: uncomplete implementation start for libnet_UnbecomeDC()Stefan Metzmacher1-0/+1
2007-10-10r20008: add stubs for a libnet_BecomeDC() callStefan Metzmacher1-0/+1
2007-10-10r19931: remove unused struct membersStefan Metzmacher1-4/+0
2007-10-10r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak1-5/+11
2007-10-10r17027: My copyright notice.Rafal Szczesniak1-1/+2
2007-10-10r15920: Move userman.c and userinfo.c definition into respectiveRafal Szczesniak1-1/+3
2007-10-10r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak1-3/+11
2007-10-10r14383: Fix non-developer build.Jelmer Vernooij1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+1
2007-10-10r12976: Patch from Brad Henry <j0j0@riod.ca>:Andrew Bartlett1-0/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r11813: Const-ify name resolution method list and use string listRafal Szczesniak1-1/+1
2007-10-10r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak1-2/+5
2007-10-10r7734: A few missing pieces...Rafal Szczesniak1-0/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+2
2007-10-10r7381: Put more rpc specifics in libnet context.Rafal Szczesniak1-0/+7
2007-10-10r7252: Formatting.Rafal Szczesniak1-1/+0
2007-10-10r7247: User shorter and more convenient name for credentials inRafal Szczesniak1-1/+2
2007-10-10r6963: Further definitions for share manipulation code. Untested.Rafal Szczesniak1-0/+2
2007-10-10r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett1-0/+1
2007-10-10r5924: Use cli_credentials in libnet/.Jelmer Vernooij1-5/+1
2007-10-10r5365: Initial code for adding user accounts via libnet call.Rafal Szczesniak1-0/+1
2007-10-10r4722: Start to add 'net join' to Samba4.Andrew Bartlett1-0/+1
2007-10-10r2065: add libnet_RemoteTOD() call with levels GENERIC and SRVSVCStefan Metzmacher1-0/+1
2007-10-10r2061: - split libnet header filesStefan Metzmacher1-142/+2
2007-10-10r1952: change the _RPC levels into _SAMRStefan Metzmacher1-4/+4
2007-10-10r1925: now we lookup the domain controllerStefan Metzmacher1-0/+20
2007-10-10r1919: paasword change basicly works now:-)Stefan Metzmacher1-0/+5
2007-10-10r1836: - as abartlet said to me, we need to contact the users domain pdcfor d...Stefan Metzmacher1-3/+87