summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/user.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-16libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner1-10/+20
2008-04-13libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner1-1/+295
2008-04-13libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner1-6/+2
2008-04-13libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner1-0/+19
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner1-9/+6
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner1-44/+10
2008-04-10Split out private headers in libnetapi.Günther Deschner1-0/+1
2008-04-09Add NetUserEnum to libnetapi.Günther Deschner1-0/+197
2008-04-09Add NetUserDel to libnetapi.Günther Deschner1-0/+190
2008-04-09Add NetUserAdd to libnetapi.Günther Deschner1-0/+358