Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:libnet: let libnet_rpc_groupinfo() take tevent_context/dcerpc_binding_handle | Stefan Metzmacher | 2014-01-16 | 1 | -4/+3 |
| | | | | | | | 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_groupinfo_send() take ↵ | Stefan Metzmacher | 2014-01-16 | 1 | -12/+16 |
| | | | | | | | | | 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 Allison | 2013-12-09 | 1 | -3/+6 |
| | | | | | | | 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: Add mem_ctx to libnet_rpc_groupinfo calls (bug #8889) | Andrew Bartlett | 2012-04-30 | 1 | -2/+3 |
| | |||||
* | s4-libnet Always return after composite_error() | Andrew Bartlett | 2012-04-23 | 1 | -0/+1 |
| | | | | | | | This can and does cause crashes as multiple conflicting sets of callbacks run on memory that may have been destroyed. Andrew Bartlett | ||||
* | s4-libnet: Fix continue_groupinfo_opengroup to check correct state info | Andrew Bartlett | 2012-04-23 | 1 | -2/+2 |
| | | | | | | This meant that we would attempt to query the group that we could not open. Andrew Bartlett | ||||
* | s4:libnet/group*: make use of tevent_req based dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-12 | 1 | -35/+47 |
| | | | | metze | ||||
* | s4:libnet: make use of explicit dcerpc_*_recv functions | Stefan Metzmacher | 2010-03-01 | 1 | -4/+4 |
| | | | | metze | ||||
* | Fix compiler warnings in libnet. | Jelmer Vernooij | 2008-12-23 | 1 | -4/+1 |
| | |||||
* | s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python) | Günther Deschner | 2008-11-10 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python) | Günther Deschner | 2008-11-10 | 1 | -5/+9 |
| | | | | Guenther | ||||
* | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 1 | -0/+1 |
| | | | | remove some unused functions. | ||||
* | r24554: Add internal implementation (before api function) of group | Rafal Szczesniak | 2007-10-10 | 1 | -0/+360 |
info call. rafal (This used to be commit 75f81f862ef06e86f9dcfcf4709221ed9c4e22ed) |