summaryrefslogtreecommitdiff
path: root/source4/libnet/groupman.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:libnet: remove unused libnet_rpc_groupdel* codeStefan Metzmacher2014-01-161-195/+0
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* s4:libnet: let libnet_rpc_groupadd() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-3/+4
| | | | | | | This avoids usage/dereferencing 'struct dcerpc_pipe'. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* s4:libnet: let libnet_rpc_groupadd_send() take ↵Stefan Metzmacher2014-01-161-8/+10
| | | | | | | | | tevent_context/dcerpc_binding_handle This avoids usage/dereferencing 'struct dcerpc_pipe'. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-5/+5
| | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=10185 Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Jeremy Allison <jra@samba.org>
* s4-libnet: Fix setting the group handle and return codes.Andreas Schneider2012-12-131-4/+9
| | | | | | | | | | Found by Coverity. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Thu Dec 13 01:01:14 CET 2012 on sn-devel-104
* s4-libnet: Add mem_ctx to libnet_rpc_groupdel calls (bug #8889)Andrew Bartlett2012-04-301-2/+3
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 30 14:41:36 CEST 2012 on sn-devel-104
* s4-libnet: Add mem_ctx to libnet_rpc_groupadd calls (bug #8889)Andrew Bartlett2012-04-301-2/+3
|
* s4:libnet/group*: make use of tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-32/+42
| | | | metze
* s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-4/+4
| | | | metze
* Fix compiler warnings in libnet.Jelmer Vernooij2008-12-231-3/+1
|
* s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner2008-11-101-3/+7
| | | | Guenther
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
| | | | remove some unused functions.
* r26693: Add (untested) libnet_rpc_groupdel function.Rafal Szczesniak2008-01-081-10/+183
| | | | | rafal (This used to be commit e940b1020a3c2e7ee43198dc40c47cbdbef0d950)
* r25367: Add initial implementation of internal group add function.Rafal Szczesniak2007-10-101-0/+138
rafal (This used to be commit 05624840c79982a6125fb037dc771a3c42f3c7ac)