summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/examples
AgeCommit message (Expand)AuthorFilesLines
2008-06-03netapi: add NetLocalGroupGetInfo() example code.Günther Deschner2-1/+119
2008-06-03netapi: add NetLocalGroupDel() example code.Günther Deschner2-1/+90
2008-06-03netapi: add NetLocalGroupAdd() example.Günther Deschner2-1/+113
2008-06-03netapi: Add NetGroupDelUser() example.Günther Deschner2-1/+98
2008-06-03netapi: add NetGroupAddUser() example.Günther Deschner2-1/+98
2008-06-03netapi: add NetGroupGetInfo() example code.Günther Deschner2-1/+129
2008-06-03netapi: Add NetGroupSetInfo() example code.Günther Deschner2-1/+149
2008-06-03netapi: add NetGroupDel() example code.Günther Deschner2-1/+89
2008-06-03netapi: add NetGroupAdd() example code.Günther Deschner2-1/+97
2008-05-16netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner1-1/+31
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-20netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner1-0/+4
2008-04-17netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner1-1/+1
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner1-0/+4
2008-04-13libnetapi: add NetQueryDisplayInformation example.Günther Deschner2-1/+105
2008-04-13Fix ou handling in netdomjoin-gui.Günther Deschner1-0/+5
2008-04-10Use SERVER_INFO_1005 in libnetapi.Günther Deschner1-9/+5
2008-04-09Add NetUserEnum example.Günther Deschner2-1/+107
2008-04-09Add Add NetUserDel example.Günther Deschner2-1/+89
2008-04-09Add NetUserAdd example.Günther Deschner2-1/+110
2008-04-08Add DsGetDcName libnetapi example.Günther Deschner2-0/+95
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-08Restructure inner workings of libnetapi a bit.Günther Deschner1-0/+1
2008-04-02Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner1-157/+390
2008-03-05Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner1-1/+1
2008-03-05Add PICFLAG to libnetapi Makefile.Günther Deschner1-0/+1
2008-02-29Trying to fix libnetapi examples Makefile.in.Günther Deschner1-14/+19
2008-01-18Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2-3/+117
2008-01-18Add some more debugging into netdomjoin-gui.Günther Deschner1-4/+9
2008-01-18Fix local hostname detection in netdomjoin-gui.Günther Deschner1-10/+27
2008-01-17Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner1-2/+2
2008-01-11Fix libnetapi error string callers.Günther Deschner3-7/+7
2008-01-08Correctly free buffers in netdomjoin-gui.Günther Deschner1-1/+8
2008-01-07In libnetapi example, use libnetapi_get_error_string().Günther Deschner1-1/+6
2008-01-07Failure while unjoining a domain is non-critical.Günther Deschner1-8/+2
2008-01-04Add debug switch to netdomjoin.Günther Deschner1-2/+10
2008-01-04Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2-18/+37
2008-01-04Fix some error strings in netdomjoin-gui.Günther Deschner1-12/+31
2007-12-22Correct netapi header filename. Thanks Jeremy.Günther Deschner3-3/+3
2007-12-21Move gtk app to the correct location. Thanks obnox!Günther Deschner1-0/+0
2007-12-21Move libnetapi examples into subdirs.Günther Deschner6-7/+17
2007-12-21Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner4-2/+1357
2007-12-21Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2-1/+113
2007-12-21Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2-0/+91