summaryrefslogtreecommitdiff
path: root/source4/libnet/userinfo.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libnet: let libnet_rpc_userinfo() take tevent_context/dcerpc_binding_handleStefan Metzmacher2014-01-161-3/+3
* s4:libnet: let libnet_rpc_userinfo_send() take tevent_context/dcerpc_binding_...Stefan Metzmacher2014-01-161-12/+14
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-2/+6
* s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)Stefan Metzmacher2012-04-241-2/+3
* s4-libnet Always return after composite_error()Andrew Bartlett2012-04-231-0/+1
* s4-libnet: Fix continue_groupinfo_openuser to check correct state infoAndrew Bartlett2012-04-231-2/+2
* s4-libnet: Move to talloc_get_type_abort()Andrew Bartlett2012-03-011-5/+5
* s4:libnet/userinfo.c: make use of use tevent_req based dcerpc_binding_handle ...Stefan Metzmacher2010-03-121-35/+46
* s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-4/+4
* Fix compiler warnings in libnet.Jelmer Vernooij2008-12-231-4/+1
* s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python)Günther Deschner2008-11-101-1/+3
* s4-samr: merge samr_LookupNames from s3 idl. (fixme: python)Günther Deschner2008-11-101-4/+8
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* r24051: more monitor function calls and monitor msg namesRafal Szczesniak2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-4/+4
* r22811: two more memory allocation checks.Rafal Szczesniak2007-10-101-1/+2
* r22804: convert libnet_rpc_userinfo function to use "continue" functionsRafal Szczesniak2007-10-101-127/+124
* r22763: replace talloc_zero calls with composite_create and add moreRafal Szczesniak2007-10-101-14/+8
* r19024: remove read-only and policy dependent fields and flagsRafal Szczesniak2007-10-101-1/+4
* r18657: handle the case where rpc call went fine, but the resultRafal Szczesniak2007-10-101-0/+3
* r15996: Implement a missing monitor message.Rafal Szczesniak2007-10-101-1/+10
* r15938: Extend userinfo call with one optional stage - lookup forRafal Szczesniak2007-10-101-19/+84
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12611: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r10633: Formatting.Rafal Szczesniak2007-10-101-3/+4
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-12/+12
* r8761: Propagate changes in monitor messaging code.Rafal Szczesniak2007-10-101-4/+20
* r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak2007-10-101-5/+7
* r7588: Fix lacking space in the comment.Rafal Szczesniak2007-10-101-1/+1
* r7490: Rename functions and prefices s/rpc_composite/libnet_rpc/Rafal Szczesniak2007-10-101-8/+8
* r6718: Formatting fixes.Rafal Szczesniak2007-10-101-3/+2
* r6624: I have put monitor function pointer into userinfo call, but I haven't putRafal Szczesniak2007-10-101-5/+7
* r6616: First (and totally untested) approach to monitoring userinfoRafal Szczesniak2007-10-101-0/+13
* r6384: Formatting fixes.Rafal Szczesniak2007-10-101-8/+7
* r6165: fixed up the userinfo composite code. Fixes include:Andrew Tridgell2007-10-101-57/+49
* r6164: More comments in the code.Rafal Szczesniak2007-10-101-2/+49
* r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2007-10-101-0/+1
* r5677: Split structure definitions from implementation.Rafal Szczesniak2007-10-101-21/+2
* r5576: Bunch of fixes pointed by tridge. A few more to come...Rafal Szczesniak2007-10-101-26/+31
* r5474: Remove random notes put in code.Rafal Szczesniak2007-10-101-1/+0
* r5472: First approach to composite rpc call fetchin user info.Rafal Szczesniak2007-10-101-0/+229