summaryrefslogtreecommitdiff
path: root/source4/libnet/prereq_domain.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-30s4-libnet: Add mem_ctx to libnet_DomainOpen calls (bug #8889)Andrew Bartlett1-4/+6
2012-03-20libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij1-4/+4
This makes the NDR namespace a bit clearer, in preparation of ABI checking.
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-12/+12
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
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-10r20103: Change the returned type of prerequisite checking functions,Rafal Szczesniak1-24/+29
as metze once suggested. rafal (This used to be commit 1f3fd5f85461d1e8c9cbdc3144d0a6533b170f76)
2007-10-10r19583: a few prerequisite functions called from within libnet functionsRafal Szczesniak1-0/+138
(in this case domain related) to ensure certain conditions before doing what libnet function is expected to do. rafal (This used to be commit e3159ceeede2865b0252ee24497498ec9ffa432f)