summaryrefslogtreecommitdiffstats
path: root/source/lib/netapi/user.c
Commit message (Expand)AuthorAgeFilesLines
* s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-03-261-6/+12
* Revert "Make convert_samr_dispinfo_to_NET_DISPLAY() static"Volker Lendecke2008-04-251-5/+5
* 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