summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2008-07-31netapi: in NetLocalGroupAdd_r() only set description if necessary.Günther Deschner1-1/+1
2008-07-30Fix uninitialized variables.Jeremy Allison1-1/+1
2008-07-30netapi: add NetGroupGetUsers example code.Günther Deschner2-0/+138
2008-07-30netapi: add NetGroupGetUsers to public header.Günther Deschner1-0/+38
2008-07-30netapi: add NetGroupGetUsers skeleton.Günther Deschner3-0/+85
2008-07-30netapi: fix libnetapi_samr_lookup_user_map_USER_INFO.Günther Deschner1-37/+31
2008-07-30netapi: use "buffer" in libnetapi.Günther Deschner5-41/+41
2008-07-30netapi: use init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner1-25/+9
2008-07-30netapi: implement NetUserSetInfo_r() for at least level 1007.Günther Deschner1-1/+123
2008-07-30netapi: add convert_USER_INFO_X_to_samr_user_info21 fn and use it NetUserAdd.Günther Deschner1-49/+126
2008-07-30netapi: add netapi testsuite.Günther Deschner8-0/+1211
2008-07-30netapi: fix NetLocalGroupAdd.Günther Deschner1-0/+17
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke8-68/+93
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+3
2008-07-18netapi: add caching of samr policy handles.Günther Deschner4-106/+112
2008-07-18netapi: let libnetapi_samr_lookup_and_open_alias compose lsa string.Günther Deschner1-17/+13
2008-07-18netapi: implement NetLocalGroupEnum_r.Günther Deschner1-1/+165
2008-07-18netapi: add NetLocalGroupEnum example code.Günther Deschner2-0/+132
2008-07-18netapi: add NetLocalGroupEnum to public header.Günther Deschner1-0/+28
2008-07-18netapi: add skeleton for NetLocalGroupEnum().Günther Deschner3-0/+82
2008-07-18netapi: make map_alias_info_to_buffer suitable for arrays in the buffer.Günther Deschner1-11/+20
2008-07-18netapi: add libnetapi_samr_open_alias_queryinfo.Günther Deschner1-0/+44
2008-07-18netapi: add NetUserSetInfo example code.Günther Deschner2-0/+103
2008-07-18netapi: add NetUserSetInfo to public header.Günther Deschner1-0/+22
2008-07-18netapi: add skeleton for NetUserSetInfo.Günther Deschner3-0/+75
2008-07-18netapi: fill in NetUserGetInfo_r().Günther Deschner1-1/+104
2008-07-18netapi: add NetUserGetInfo example code.Günther Deschner2-0/+150
2008-07-18netapi: add NetUserGetInfo to public headers.Günther Deschner1-0/+20
2008-07-18netapi: add skeleton for NetUserGetInfo().Günther Deschner3-0/+73
2008-07-18netapi: support more infolevels in NetUserEnum.Günther Deschner1-29/+245
2008-07-18netapi: add support to define info level in NetUserEnum example.Günther Deschner1-6/+63
2008-07-18netapi: add new USER_INFO_X structures to public headers.Günther Deschner1-0/+140
2008-07-18netapi: add libnetapi_samr_free().Günther Deschner3-0/+22
2008-07-18netapi: use private samr structure in libnetapi_samr_open_builtin().Günther Deschner2-2/+39
2008-07-18netapi: use private samr structure in libnetapi_samr_open_domain().Günther Deschner2-2/+48
2008-07-18netapi: add libnetapi_samr_close_builtin_handle().Günther Deschner2-0/+26
2008-07-18netapi: add libnetapi_samr_close_domain/connect_handle.Günther Deschner2-0/+52
2008-07-18netapi: add libnetapi_private_ctx and init function.Günther Deschner3-0/+48
2008-07-18netapi: fix NetGroupGetInfo() against NT4.Günther Deschner1-1/+11
2008-07-18netapi: fix NetGroupDel() against NT4.Günther Deschner1-1/+3
2008-07-18netapi: fix NetUserAdd() against NT4.Günther Deschner1-0/+15
2008-07-18netapi: typo in NetGroupEnum example code.Günther Deschner1-1/+1
2008-07-18netapi: fix build warning for ConvertSidToStringSid().Günther Deschner1-3/+3
2008-07-17netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner1-1/+6
2008-07-17netapi: add NetGroupEnum example code.Günther Deschner2-0/+159
2008-07-17netapi: fill in NetGroupEnum_r().Günther Deschner1-2/+259
2008-07-17netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2-5/+7
2008-07-17netapi: add NetGroupEnum to public headers.Günther Deschner1-0/+28
2008-07-17netapi: add skeleton for NetGroupEnum().Günther Deschner3-0/+82
2008-07-17netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2-0/+65