summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_group.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_groupadd calls (bug #8889)Andrew Bartlett1-2/+2
2012-04-30s4-libnet: Add mem_ctx to libnet_rpc_groupinfo calls (bug #8889)Andrew Bartlett1-3/+3
2012-04-30s4-libnet: Add mem_ctx to libnet_DomainOpen calls (bug #8889)Andrew Bartlett1-4/+4
2012-04-23s4-libnet Always return after composite_error()Andrew Bartlett1-1/+2
These instances should not cause a problem, but make it easier to audit for this kind of problem in the future with grep. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 23 14:29:45 CEST 2012 on sn-devel-104
2012-04-23s4-libnet: Fix segfault shown by wbinfo --group-info=administratorAndrew Bartlett1-0/+1
The issue was that after the LookupNames call indicated that this was not a group, the call paths diverged, with both sucess and failure paths running. Andrew Bartlett
2012-03-01s4-libnet: Remove set but unused variablesAndrew Bartlett1-2/+0
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Mar 1 13:40:12 CET 2012 on sn-devel-104
2012-03-01s4-libnet: Move to talloc_get_type_abort()Andrew Bartlett1-19/+19
The NULL pointer dereference from talloc_get_type() might be free, but the information on the actual and expected types from talloc_get_type_abort() is priceless! :-) Andrew Bartlett
2010-08-14s4:libnet - free the "c" context also on error conditionsMatthias Dieter Wallnöfer1-0/+1
(and if it's NULL then "talloc_free" does ignore it)
2010-07-10s4:libnet_GroupList: allocate children strings on the correct talloc parentStefan Metzmacher1-2/+2
Otherwise the _recv() function won't move the children strings to the callers memory context and let the callers crash. metze
2010-07-04s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer1-1/+2
2010-03-12s4:libnet/libnet_group.c: make use of use tevent_req based ↵Stefan Metzmacher1-24/+33
dcerpc_binding_handle stubs metze
2010-03-10s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer1-1/+1
2010-03-01s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-3/+2
metze
2009-07-15s4:libnet: rename uint => uint32_t because uint is not portableStefan Metzmacher1-1/+1
metze
2008-12-29s4 libnet: Add support for groupinfo by sid lookupKai Blin1-23/+73
2008-12-29s4 libnet: Add group_name member to struct libnet_GroupInfo's out struct.Kai Blin1-1/+3
2008-11-10s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python)Günther Deschner1-4/+12
Guenther
2008-10-27s4-libnet: fix user and group enumeration functions after lsa changes.Günther Deschner1-0/+2
Guenther
2008-10-27s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner1-2/+4
Guenther
2007-12-30r26632: Add libnet_CreateGroup function.Rafal Szczesniak1-16/+215
(This used to be commit b8e115a920cfbbb0eb0d98d880734912242b851c)
2007-12-21r26532: Fix mistake in assignment.Rafal Szczesniak1-1/+1
(This used to be commit 4d0ff8e375d5378c68c505f42246e62cfdd648a2)
2007-12-21r26519: Add libnet_GroupList function. Totally untested (yet), butRafal Szczesniak1-0/+250
it builds for start. (This used to be commit 4e1054dc62d1d761eadce289d1a76a4e14a11d91)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r24732: Add comments and fix memory leak.Rafal Szczesniak1-8/+61
rafal (This used to be commit 07b52b360676692abf00b64e6eada0f7850357bd)
2007-10-10r24680: fix a couple of stupid typos from previous commit.Rafal Szczesniak1-6/+6
rafal (This used to be commit b21b322e4ce593dafb5331dc4d65fa2d69b61cb8)
2007-10-10r24679: Add (raw and untested) implementation of libnet_GroupInfo function.Rafal Szczesniak1-0/+179
rafal (This used to be commit 80479eee256ab549b28cbd086a1343ce2a3c4948)