summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_domain.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23959: add more monitor messages support that's been sitting around on myRafal Szczesniak1-0/+5
laptop for a while. rafal (This used to be commit c257363adbc2e8ab577bb86a5b4dbef3caf802ef)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r22809: use buffer size specified in libnet context.Rafal Szczesniak1-1/+0
rafal (This used to be commit c78dfd356777f133427fb8d9013f38f19d43ecbd)
2007-10-10r22565: add libnet_DomainList function.Rafal Szczesniak1-0/+18
rafal (This used to be commit b17da3b7da40de6a1fbe45a56b614b352f007508)
2007-10-10r17670: 1) Refactor libnet context structure a bit, to have rpc connectionRafal Szczesniak1-0/+15
properties more consistently reflected. 2) Add domain open routine for lsa pipe - this is needed for ongoing name resolve function. Tests (still neglected) and comments to follow. rafal (This used to be commit fe5652c2b8121bbe3b9932c43164035355478611)
2007-10-10r15625: Partial commit of my current work. It makes libnet api functionsRafal Szczesniak1-0/+34
a bit more smart and more aware of what libnet_context can offer. The context is a help when some of the arguments are not passed (programmer counts on using sensible defaults) and stores some of results so that similar subsequent calls don't need to reopen some of policy handles, pipes, etc. again. It also helps to hide some of details the library user don't really want to know much about. Also, change domain open function to be part of public api, as it is going to be used in ejsnet interface. Note, this is work in progress. Comments are welcome. rafal (This used to be commit 1ed80c594c2f466e364a11194d6fdc30ac4a8f27)