summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/user.c
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke2008-07-211-5/+10
* netapi: add caching of samr policy handles.Günther Deschner2008-07-181-26/+30
* netapi: add skeleton for NetUserSetInfo.Günther Deschner2008-07-181-0/+18
* netapi: fill in NetUserGetInfo_r().Günther Deschner2008-07-181-1/+104
* netapi: add skeleton for NetUserGetInfo().Günther Deschner2008-07-181-0/+19
* netapi: support more infolevels in NetUserEnum.Günther Deschner2008-07-181-29/+245
* netapi: fix NetUserAdd() against NT4.Günther Deschner2008-07-181-0/+15
* netapi: add NetUserChangePassword skeleton.Günther Deschner2008-06-251-0/+18
* netapi: implement NetUserEnum filters.Günther Deschner2008-06-171-1/+22
* netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner2008-06-031-42/+38
* netapi: use libnetapi_samr_open_domain().Günther Deschner2008-06-031-246/+36
* Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke2008-04-201-5/+5
* libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner2008-04-161-10/+20
* libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner2008-04-131-1/+295
* libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner2008-04-131-6/+2
* libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner2008-04-131-0/+19
* Use libnetapi_open_pipe in netapi functions.Günther Deschner2008-04-101-9/+6
* Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner2008-04-101-44/+10
* Split out private headers in libnetapi.Günther Deschner2008-04-101-0/+1
* Add NetUserEnum to libnetapi.Günther Deschner2008-04-091-0/+197
* Add NetUserDel to libnetapi.Günther Deschner2008-04-091-0/+190
* Add NetUserAdd to libnetapi.Günther Deschner2008-04-091-0/+358