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