summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Collapse)AuthorFilesLines
2008-06-03netapi: add NetLocalGroupGetInfo() example code.Günther Deschner2-1/+119
Guenther (This used to be commit 591003b109d936b62cc80827971c201b3ea79e39)
2008-06-03netapi: add NetLocalGroupGetInfo() to public headers.Günther Deschner1-0/+19
Guenther (This used to be commit 4d40d8b51a5323c36ff78ccfc4d7405ac97dde6b)
2008-06-03netapi: add NetLocalGroupGetInfo() skeleton.Günther Deschner3-1/+73
Guenther (This used to be commit f70e37a7fe1915f557e194237a8bb26bcf9635d7)
2008-06-03netapi: add NetLocalGroupDel() example code.Günther Deschner2-1/+90
Guenther (This used to be commit 6ebd618cc768df142b035362cc648d8bc2c1bc89)
2008-06-03netapi: add NetLocalGroupDel() to public headers.Günther Deschner1-0/+17
Guenther (This used to be commit efd4a899f5d139b5e3e22660f5fb1c12f59525fc)
2008-06-03netapi: Implement NetLocalGroupDel().Günther Deschner1-2/+137
Guenther (This used to be commit d2426f53fabaf75d130fb99216b71299f4371253)
2008-06-03netapi: add NetLocalGroupDel() skeleton.Günther Deschner3-0/+68
Guenther (This used to be commit 4234c87c6c30434bc5bcfcc003fdaa0114e9d74a)
2008-06-03netapi: add NetLocalGroupAdd() example.Günther Deschner2-1/+113
Guenther (This used to be commit ce60450d831ee2f4ab18c3ce09decee548ec4543)
2008-06-03netapi: add NetLocalGroupAdd to public api.Günther Deschner1-0/+33
Guenther (This used to be commit 05ded246426415b61597d003ffac519847c08620)
2008-06-03netapi: Implement NetLocalGroupAdd().Günther Deschner1-2/+153
Guenther (This used to be commit f68f75a6e4b4ba8b38cac7578c65dc7361315b28)
2008-06-03netapi: add NetLocalGroupAdd() skeleton.Günther Deschner3-0/+97
Guenther (This used to be commit 528544d4ce8fa27940a2f5e3c989cf37ef888f94)
2008-06-03netapi: use libnetapi_samr_open_domain().Günther Deschner2-607/+87
Guenther (This used to be commit b07445e86f43d6e9e45b7c502ab7998bca4db14f)
2008-06-03netapi: add libnetapi_samr_open_domain().Günther Deschner2-0/+111
Guenther (This used to be commit a99906f661faa104da4b40707597ceb4542548f8)
2008-06-03netapi: Add NetGroupDelUser() example.Günther Deschner2-1/+98
Guenther (This used to be commit 1a8df720306662c2109654c8666cd33dcb769ec4)
2008-06-03netapi: Implement NetGroupDelUser().Günther Deschner2-2/+186
Guenther (This used to be commit 10f69b3ce58be06d95e4dfd5782d9481f4af76bf)
2008-06-03netapi: add NetGroupAddUser() example.Günther Deschner2-1/+98
Guenther (This used to be commit 7ebe949643a53f636a942171147f0be5e32b4a37)
2008-06-03netapi: implement NetGroupAddUser().Günther Deschner2-2/+185
Guenther (This used to be commit c727a49519b2da6c5eb9ccc5025ab844fe8330ad)
2008-06-03netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().Günther Deschner3-0/+138
Guenther (This used to be commit 6eba84edc60829f0cdf3508520625e66fe88afde)
2008-06-03netapi: add NetGroupGetInfo() example code.Günther Deschner2-1/+129
Guenther (This used to be commit 99c8f7e90c6ac512dbb0c3eefb55c74b4d097d62)
2008-06-03netapi: Implement NetGroupGetInfo_r().Günther Deschner1-2/+213
Guenther (This used to be commit a8baa45aecc22763a9f86e722ca1c6b7bc88b150)
2008-06-03netapi: add dummy implementation of NetGroupGetInfo().Günther Deschner4-0/+93
Guenther (This used to be commit 88d03b1645d78334eb6f1fee52838a08539a6aba)
2008-06-03netapi: Add NetGroupSetInfo() example code.Günther Deschner2-1/+149
Guenther (This used to be commit a81b302953eca90d5fb2998fb655406324f67865)
2008-06-03netapi: implement NetGroupSetInfo_r().Günther Deschner1-2/+225
Guenther (This used to be commit 4d11c32874f4cbc64c7bcb2092970fa5c07b1d0e)
2008-06-03netapi: Add dummy implementation of NetGroupSetInfo().Günther Deschner4-1/+104
Guenther (This used to be commit 7e47bdc0829d7ac856028a99389310f721a265ce)
2008-06-03netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.Günther Deschner1-2/+2
Guenther (This used to be commit d62eae5705e001ed7e39832b52ae139c19549ab8)
2008-06-03netapi: add NetGroupDel() example code.Günther Deschner2-1/+89
Guenther (This used to be commit 08f345741110c6e25fa6a4349885c3066acf5205)
2008-06-03netapi: implement NetGroupDel_r().Günther Deschner1-2/+209
Guenther (This used to be commit bcf3df6ca96845755eee6c762f57548de8aba610)
2008-06-03netapi: add NetGroupAdd() example code.Günther Deschner2-1/+97
Guenther (This used to be commit 53272e29ad9c2a6c81ab35a405c57b1799f3f832)
2008-06-03netapi: implement NetGroupAdd_r().Günther Deschner1-2/+237
Guenther (This used to be commit b00bff961ea786b0cbd8ec7faf554efae72169ea)
2008-06-03netapi: Add NetGroupDel/NetGroupAdd header.Günther Deschner1-0/+71
Guenther (This used to be commit 84104cb900774fd2987636e59e562477c3ed2977)
2008-06-03libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().Günther Deschner3-1/+157
Guenther (This used to be commit d690f9e9f8b8a0aeda311913589ae48805f7e3b8)
2008-05-16netdomjoin-gui: before prompting for creds (for receiving joinable ous), ↵Günther Deschner1-1/+31
find a dc. Guenther (This used to be commit ae60695a349bccd1128e6c439664b0607627ef23)
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner2-3/+4
Guenther (This used to be commit 7889516a384c155a9045aad4409c041fddd0d98d)
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner1-5/+12
Guenther (This used to be commit 82cbb3269b2e764c9c2a2fbcbe9c29feae07fb62)
2008-05-08netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner1-0/+35
Guenther (This used to be commit 47146effc1c2bca516d4fbccf221b5b0e02737bf)
2008-05-07netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner1-3/+15
Guenther (This used to be commit 3feaa9829cc5bdeb7a5401c3c24b3811816396ce)
2008-04-29netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner1-1/+5
Guenther (This used to be commit 0e8e05d556a7f84e500cca3fa858f9b4a9522a5f)
2008-04-20libnetapi: Add Doxyfile.Günther Deschner1-0/+1362
Guenther (This used to be commit a34801d67789340b515c5e575c3fd3175dddbecf)
2008-04-20netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner1-0/+4
Guenther (This used to be commit ba1d2e87614a98b4f811c75a0d9cfa8491f5cb4d)
2008-04-20Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke1-5/+5
(This used to be commit a30a26d471a572167ee13bf10be1a275a6592851)
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
This abstracts away all references to rpc_pipe_client->cli, the only reference is now in cli_pipe.c. (This used to be commit c56e1c08cef107ff33a34346ceeca3475a102b19)
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
(This used to be commit 4840febcd481563c3d9b2fabc1fe1b2ae5a76cf6)
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
2008-04-17libnetapi: Disable talloc_enable_leak_report.Günther Deschner1-1/+1
Guenther (This used to be commit 4ba98dd0cc13984a8dc54e4d4935487fc8938039)
2008-04-17netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner1-1/+1
Guenther (This used to be commit e06a54aa7da857e006649469e7eb8d76711221c1)
2008-04-16libnetapi: Add initial inline doxygen comments.Günther Deschner1-36/+195
Guenther (This used to be commit 01bc4b6ac03b98c2371b4dfc0948f5ef8d06bcbc)
2008-04-16libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner1-10/+20
Guenther (This used to be commit 9bbb6cea0b21d98ae13f7a41226b437515bd5a2f)
2008-04-16libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner1-2/+3
Guenther (This used to be commit 143e2b573043dd04a6404fc91d781e8a727bd092)
2008-04-15libnetapi: Add missing headers.Günther Deschner1-0/+25
Guenther (This used to be commit 3fda711f2526914bf18ec004d553453e692b1e85)
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner4-2/+25
Don't unconditionally set the kerberos flag for authentication. Guenther (This used to be commit 15bef5ae413adf278cccc0e547c4b8ccd180eca2)