summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/examples
AgeCommit message (Expand)AuthorFilesLines
2013-09-25build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_buildMichael Adam1-2/+1
2013-05-28Remove lib/netapi autoconf build system, this is now build with wafAndrew Bartlett1-364/+0
2012-06-03s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett1-0/+4
2012-02-09s3-build: remove EXEEXT from MakefilesAndrew Bartlett1-104/+104
2011-10-21s3-waf: only compile common.c in netapi examples code once.Günther Deschner1-2/+8
2011-10-21s3-netapi: fix missing include in examples code.Günther Deschner1-0/+2
2011-10-21build: compile (but do not install) netapi examplesAndrew Bartlett1-0/+64
2011-04-17s3: Use \0 instead of NULL when 0-terminating a stringVolker Lendecke1-1/+1
2010-09-19s3-nltest: add dsregdns command to nltest.Günther Deschner1-1/+21
2010-09-15s3-nltest: add dsgetdc command.Günther Deschner1-3/+181
2010-09-15s3-nltest: convert server input argument into --server.Günther Deschner1-24/+19
2010-09-15s3-nltest: rename print_result to print_netlogon_info_result.Günther Deschner1-4/+17
2010-06-08s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo...Günther Deschner1-1/+1
2010-02-25s3-nltest: fix uninitialized query level.Günther Deschner1-1/+1
2009-10-16s3-libnetapi: add nltest tool.Günther Deschner2-1/+258
2009-10-16s3-libnetapi: add I_NetLogonControl{2} example code.Günther Deschner3-1/+303
2009-06-16s3-netapi: add NetGetJoinInformation example code.Günther Deschner2-0/+110
2009-05-15s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n...Günther Deschner1-2/+4
2009-05-15s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner1-0/+1
2009-05-15s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner1-3/+3
2009-05-14s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner3-1/+183
2009-05-13s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to rena...Günther Deschner1-1/+48
2009-05-12s3-netdomjoin-gui: Fix join prompt dialog test.Günther Deschner1-1/+1
2009-05-12s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname.Günther Deschner1-2/+7
2009-05-12s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner1-1/+1
2009-04-30s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner1-1/+2
2009-04-14netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner1-0/+15
2009-02-06netapi: include more SERVER_INFO_X levels in example code.Günther Deschner1-0/+16
2008-09-22netapi: fix case statement in example NetUserSetModals code.Günther Deschner1-0/+1
2008-09-17build: fix cflag recursion in generated netapi makefiles.Günther Deschner1-48/+48
2008-09-11netapi: add NetFileEnum example code.Günther Deschner2-1/+153
2008-09-11netapi: add NetFileGetInfo example code.Günther Deschner2-1/+119
2008-09-11netapi: add NetFileClose example code.Günther Deschner2-1/+90
2008-09-11netapi: add NetUserGetLocalGroups example code.Günther Deschner2-0/+128
2008-09-11netapi: fix group_getusers example.Günther Deschner1-2/+2
2008-09-11netapi: add example code for NetGroupSetUsers.Günther Deschner2-0/+148
2008-09-11netapi: add example code for NetUserSetGroups.Günther Deschner2-0/+150
2008-09-08netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner1-4/+9
2008-09-08netapi: fix NetShareGetInfo example output.Günther Deschner1-1/+1
2008-09-05netapi: add NetShareSetInfo example code.Günther Deschner2-1/+112
2008-09-05netapi: add NetShareGetInfo example code.Günther Deschner2-1/+159
2008-09-05netapi: remove NetSetup* flags from netdomjoin-gui.Günther Deschner1-3/+0
2008-09-05netapi: move join related examples to one directory.Günther Deschner3-2/+2
2008-09-05netapi: add NetRenameMachineInDomain example code.Günther Deschner2-0/+92
2008-09-05netdomjoin-gui: fix some widget closing callbacks.Günther Deschner1-6/+15
2008-09-05netdomjoin-gui: always center new windows.Günther Deschner1-0/+3
2008-09-05netdomjoin-gui: fix some small errors in callbacks.Günther Deschner1-5/+7
2008-09-05netdomjoin-gui: add gtk set_transient flags.Günther Deschner1-1/+14
2008-09-05netdomjoin-gui: test all NetServerGetInfo levels until we get comment.Günther Deschner1-17/+48
2008-09-05netdomjoin-gui: add support to remotely join/unjoin workstations.Günther Deschner1-38/+60