summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
AgeCommit message (Expand)AuthorFilesLines
2008-05-16netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner1-1/+31
2008-05-09dsgetdcname: use existing messaging_context if possible.Günther Deschner2-3/+4
2008-05-09Use strip_hostname after dsgetdcname/getdcname calls.Günther Deschner1-5/+12
2008-05-08netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner1-0/+35
2008-05-07netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner1-3/+15
2008-04-29netapi: fix returned name buffer in NetGetJoinInformation_r().Günther Deschner1-1/+5
2008-04-20libnetapi: Add Doxyfile.Günther Deschner1-0/+1362
2008-04-20netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner1-0/+4
2008-04-20Make convert_samr_dispinfo_to_NET_DISPLAY() staticVolker Lendecke1-5/+5
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-17libnetapi: Disable talloc_enable_leak_report.Günther Deschner1-1/+1
2008-04-17netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner1-1/+1
2008-04-16libnetapi: Add initial inline doxygen comments.Günther Deschner1-36/+195
2008-04-16libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner1-10/+20
2008-04-16libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner1-2/+3
2008-04-15libnetapi: Add missing headers.Günther Deschner1-0/+25
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner4-2/+25
2008-04-13libnetapi: Add NetQueryDisplayInformation header.Günther Deschner1-0/+8
2008-04-13libnetapi: add NetQueryDisplayInformation example.Günther Deschner2-1/+105
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 Deschner3-0/+82
2008-04-13libnetapi: don't to try to free NULL struct.Günther Deschner1-0/+4
2008-04-13Fix ou handling in netdomjoin-gui.Günther Deschner1-0/+5
2008-04-13libnetapi: fix a C++ warning by making implicit cast explicitMichael Adam1-1/+1
2008-04-12libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam1-0/+3
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner4-48/+27
2008-04-10Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2-0/+114
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner5-180/+33
2008-04-10Fix one missing netapi_private header.Günther Deschner1-2/+2
2008-04-10Split out private headers in libnetapi.Günther Deschner7-8/+80
2008-04-10Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner1-0/+75
2008-04-10Use SERVER_INFO_1005 in libnetapi.Günther Deschner3-11/+11
2008-04-10Fix typo.Günther Deschner1-1/+1
2008-04-09Add NetUserEnum example.Günther Deschner2-1/+107
2008-04-09Add NetUserEnum to libnetapi.Günther Deschner4-1/+279
2008-04-09Add Add NetUserDel example.Günther Deschner2-1/+89
2008-04-09Add NetUserDel to libnetapi.Günther Deschner4-0/+246
2008-04-09Add NetUserAdd example.Günther Deschner2-1/+110
2008-04-09Add NetUserAdd to libnetapi.Günther Deschner4-0/+436
2008-04-08Try to use kerberos in libnetapi.Günther Deschner3-9/+30
2008-04-08Add DsGetDcName libnetapi example.Günther Deschner2-0/+95
2008-04-08Add DsGetDcName call to libnetapi library.Günther Deschner4-0/+178
2008-04-08Fix includes in libnetapi examples common.cGünther Deschner1-1/+4
2008-04-08Use popt in libetapi example code.Günther Deschner6-114/+187
2008-04-08Prefill in username in libnetapi ctx.Günther Deschner1-1/+9
2008-04-08Restructure inner workings of libnetapi a bit.Günther Deschner7-680/+662
2008-04-02Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner1-157/+390