summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/examples
Commit message (Expand)AuthorAgeFilesLines
* s3:lib/netapi/examples: fix pointer from integer error in nltest.cStefan Metzmacher2014-11-251-1/+1
* s3-netapi: add DS_8 and WS flags to libnetapi and nltest.Günther Deschner2014-10-241-1/+4
* s3:lib/netapi/examples: remove unused variablesStefan Metzmacher2014-04-024-30/+0
* s3:lib/netapi/examples: fix const warnings in netlogon_control2.cStefan Metzmacher2014-04-021-2/+2
* s3:lib/netapi/examples: fix invalid pointer value warnings in getjoininformat...Stefan Metzmacher2014-04-021-5/+6
* build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam2013-09-251-2/+1
* Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett2013-05-281-364/+0
* s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2012-06-031-0/+4
* s3-build: remove EXEEXT from MakefilesAndrew Bartlett2012-02-091-104/+104
* s3-waf: only compile common.c in netapi examples code once.Günther Deschner2011-10-211-2/+8
* s3-netapi: fix missing include in examples code.Günther Deschner2011-10-211-0/+2
* build: compile (but do not install) netapi examplesAndrew Bartlett2011-10-211-0/+64
* s3: Use \0 instead of NULL when 0-terminating a stringVolker Lendecke2011-04-171-1/+1
* s3-nltest: add dsregdns command to nltest.Günther Deschner2010-09-191-1/+21
* s3-nltest: add dsgetdc command.Günther Deschner2010-09-151-3/+181
* s3-nltest: convert server input argument into --server.Günther Deschner2010-09-151-24/+19
* s3-nltest: rename print_result to print_netlogon_info_result.Günther Deschner2010-09-151-4/+17
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo...Günther Deschner2010-06-081-1/+1
* s3-nltest: fix uninitialized query level.Günther Deschner2010-02-251-1/+1
* s3-libnetapi: add nltest tool.Günther Deschner2009-10-162-1/+258
* s3-libnetapi: add I_NetLogonControl{2} example code.Günther Deschner2009-10-163-1/+303
* s3-netapi: add NetGetJoinInformation example code.Günther Deschner2009-06-162-0/+110
* s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...Günther Deschner2009-05-151-2/+4
* s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner2009-05-151-0/+1
* s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner2009-05-151-3/+3
* s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-143-1/+183
* s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to rena...Günther Deschner2009-05-131-1/+48
* s3-netdomjoin-gui: Fix join prompt dialog test.Günther Deschner2009-05-121-1/+1
* s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname.Günther Deschner2009-05-121-2/+7
* s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner2009-05-121-1/+1
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-04-301-1/+2
* netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
* netapi: include more SERVER_INFO_X levels in example code.Günther Deschner2009-02-061-0/+16
* netapi: fix case statement in example NetUserSetModals code.Günther Deschner2008-09-221-0/+1
* build: fix cflag recursion in generated netapi makefiles.Günther Deschner2008-09-171-48/+48
* netapi: add NetFileEnum example code.Günther Deschner2008-09-112-1/+153
* netapi: add NetFileGetInfo example code.Günther Deschner2008-09-112-1/+119
* netapi: add NetFileClose example code.Günther Deschner2008-09-112-1/+90
* netapi: add NetUserGetLocalGroups example code.Günther Deschner2008-09-112-0/+128
* netapi: fix group_getusers example.Günther Deschner2008-09-111-2/+2
* netapi: add example code for NetGroupSetUsers.Günther Deschner2008-09-112-0/+148
* netapi: add example code for NetUserSetGroups.Günther Deschner2008-09-112-0/+150
* netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner2008-09-081-4/+9
* netapi: fix NetShareGetInfo example output.Günther Deschner2008-09-081-1/+1
* netapi: add NetShareSetInfo example code.Günther Deschner2008-09-052-1/+112
* netapi: add NetShareGetInfo example code.Günther Deschner2008-09-052-1/+159
* netapi: remove NetSetup* flags from netdomjoin-gui.Günther Deschner2008-09-051-3/+0
* netapi: move join related examples to one directory.Günther Deschner2008-09-053-2/+2
* netapi: add NetRenameMachineInDomain example code.Günther Deschner2008-09-052-0/+92
* netdomjoin-gui: fix some widget closing callbacks.Günther Deschner2008-09-051-6/+15