summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_vampire.c
Commit message (Expand)AuthorAgeFilesLines
...
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-3/+4
* Ensure we initialise s->lp_ctx for the way into the provision.Andrew Bartlett2008-04-141-0/+2
* Use the python-provided ldb and lp_ctx pointers in libnet_vampire.cAndrew Bartlett2008-04-111-29/+6
* Link the new vampire code togeather.Andrew Bartlett2008-04-091-12/+38
* Start implementation of real 'net vampire' code.Andrew Bartlett2008-04-091-318/+625
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26328: remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-4/+4
* r25823: remove unneeded nesting by using error and out logicStefan Metzmacher2007-12-211-21/+21
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+2
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21300: let the caller decide if it wants rid decrypted hashes or notStefan Metzmacher2007-10-101-3/+8
* r21255: Add a debugging option to avoid rid decryption in the samsync output.Andrew Bartlett2007-10-101-12/+22
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r19261: Fix use of unitialised variables. (The binding string is used, if notAndrew Bartlett2007-10-101-1/+2
* r18609: error_string should not contain newlines.Günther Deschner2007-10-101-2/+1
* r15489: Typo fixes.Rafal Szczesniak2007-10-101-2/+2
* r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnectRafal Szczesniak2007-10-101-6/+7
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-2/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r12926: Syncronsise GUIDs on users and domains from the server. These alsoAndrew Bartlett2007-10-101-5/+16
* r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett2007-10-101-9/+34
* r12872: Add some more detail to debug message.Andrew Bartlett2007-10-101-3/+9
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-37/+79
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-2/+1
* r11409: The use of 'password server = ' here is still bogus, but for now atAndrew Bartlett2007-10-101-0/+2
* r8744: Split 'net samdump' out into a separate fileAndrew Bartlett2007-10-101-230/+42
* r8741: Kill warnings about enums not fully enumerated, as we will never useAndrew Bartlett2007-10-101-0/+5
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+1
* r6928: Add support for printing trusted domain names, sids and passwords inAndrew Bartlett2007-10-101-52/+188
* r6927: Make it easier to program with the SamSync callback interface, performAndrew Bartlett2007-10-101-35/+96
* r6603: More work on the samdump puzzle. This implements a function pointerAndrew Bartlett2007-10-101-45/+100
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-101-0/+225