summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-17netapi: fix documentation for NetGroupSetInfo.Günther Deschner1-2/+2
2008-07-15netapi: fix vim(?)-typoMichael Adam1-1/+1
2008-07-15netapi: Correctly increase idx when displaying user informationKai Blin1-1/+3
2008-07-03netapi: fix doxygen warning.Günther Deschner1-1/+1
2008-06-25netapi: add NetUserChangePassword() example code.Günther Deschner2-0/+105
2008-06-25netapi: add NetUserChangePassword() to public headers.Günther Deschner1-0/+20
2008-06-25netapi: add NetUserChangePassword skeleton.Günther Deschner3-0/+72
2008-06-24libads: use ads_connect_user_creds in some places.Günther Deschner1-1/+1
2008-06-17netapi: use NetUserEnum filter in example code.Günther Deschner1-1/+1
2008-06-17netapi: add NetUserEnum filter constants to public headers.Günther Deschner1-0/+6
2008-06-17netapi: implement NetUserEnum filters.Günther Deschner1-1/+22
2008-06-17netapi: add NetRemoteTOD example code.Günther Deschner2-1/+90
2008-06-17netapi: implement NetRemoteTOD().Günther Deschner1-2/+32
2008-06-17netapi: make NetRemoteTOD() headers public.Günther Deschner1-0/+31
2008-06-17netapi: add NetRemoteTOD() skeleton.Günther Deschner3-0/+67
2008-06-17netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner1-2/+6
2008-06-05netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner1-3/+3
2008-06-05netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner1-0/+4
2008-06-05netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner1-0/+4
2008-06-04netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner1-11/+25
2008-06-04netapi: remove unrequired headers.Günther Deschner1-5/+0
2008-06-03netapi: fix some build warnings.Günther Deschner2-7/+7
2008-06-03netapi: use libnetapi_samr_lookup_and_open_alias().Günther Deschner1-127/+59
2008-06-03netapi: add libnetapi_samr_lookup_and_open_alias().Günther Deschner1-0/+46
2008-06-03netapi: use libnetapi_samr_open_builtin_domain().Günther Deschner1-64/+28
2008-06-03netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner2-0/+46
2008-06-03netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner5-153/+145