Age | Commit message (Expand) | Author | Files | Lines |
2011-10-21 | s3-waf: only compile common.c in netapi examples code once. | Günther Deschner | 1 | -2/+8 |
2011-10-21 | s3-netapi: fix missing include in examples code. | Günther Deschner | 1 | -0/+2 |
2011-10-21 | build: compile (but do not install) netapi examples | Andrew Bartlett | 1 | -0/+64 |
2011-04-17 | s3: Use \0 instead of NULL when 0-terminating a string | Volker Lendecke | 1 | -1/+1 |
2010-09-19 | s3-nltest: add dsregdns command to nltest. | Günther Deschner | 1 | -1/+21 |
2010-09-15 | s3-nltest: add dsgetdc command. | Günther Deschner | 1 | -3/+181 |
2010-09-15 | s3-nltest: convert server input argument into --server. | Günther Deschner | 1 | -24/+19 |
2010-09-15 | s3-nltest: rename print_result to print_netlogon_info_result. | Günther Deschner | 1 | -4/+17 |
2010-06-08 | s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo... | Günther Deschner | 1 | -1/+1 |
2010-02-25 | s3-nltest: fix uninitialized query level. | Günther Deschner | 1 | -1/+1 |
2009-10-16 | s3-libnetapi: add nltest tool. | Günther Deschner | 2 | -1/+258 |
2009-10-16 | s3-libnetapi: add I_NetLogonControl{2} example code. | Günther Deschner | 3 | -1/+303 |
2009-06-16 | s3-netapi: add NetGetJoinInformation example code. | Günther Deschner | 2 | -0/+110 |
2009-05-15 | s3-netdomjoin-gui: allow to switch between workgroups/domains with the same n... | Günther Deschner | 1 | -2/+4 |
2009-05-15 | s3-netdomjoin-gui: cosmetic fix for empty hostnames. | Günther Deschner | 1 | -0/+1 |
2009-05-15 | s3-netdomjoin-gui: only gray out labels when not root and not connecting to | Günther Deschner | 1 | -3/+3 |
2009-05-14 | s3-netapi: add example code for NetShutdownInit and NetShutdownAbort. | Günther Deschner | 3 | -1/+183 |
2009-05-13 | s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to rena... | Günther Deschner | 1 | -1/+48 |
2009-05-12 | s3-netdomjoin-gui: Fix join prompt dialog test. | Günther Deschner | 1 | -1/+1 |
2009-05-12 | s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname. | Günther Deschner | 1 | -2/+7 |
2009-05-12 | s3-netdomjoin-gui: inspect the correct computername string before | Günther Deschner | 1 | -1/+1 |
2009-04-30 | s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater. | Günther Deschner | 1 | -1/+2 |
2009-04-14 | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 1 | -0/+15 |
2009-02-06 | netapi: include more SERVER_INFO_X levels in example code. | Günther Deschner | 1 | -0/+16 |
2008-09-22 | netapi: fix case statement in example NetUserSetModals code. | Günther Deschner | 1 | -0/+1 |
2008-09-17 | build: fix cflag recursion in generated netapi makefiles. | Günther Deschner | 1 | -48/+48 |
2008-09-11 | netapi: add NetFileEnum example code. | Günther Deschner | 2 | -1/+153 |
2008-09-11 | netapi: add NetFileGetInfo example code. | Günther Deschner | 2 | -1/+119 |
2008-09-11 | netapi: add NetFileClose example code. | Günther Deschner | 2 | -1/+90 |
2008-09-11 | netapi: add NetUserGetLocalGroups example code. | Günther Deschner | 2 | -0/+128 |
2008-09-11 | netapi: fix group_getusers example. | Günther Deschner | 1 | -2/+2 |
2008-09-11 | netapi: add example code for NetGroupSetUsers. | Günther Deschner | 2 | -0/+148 |
2008-09-11 | netapi: add example code for NetUserSetGroups. | Günther Deschner | 2 | -0/+150 |
2008-09-08 | netapi: re-arrange a little NetLocalGroupSetMembers example code. | Günther Deschner | 1 | -4/+9 |
2008-09-08 | netapi: fix NetShareGetInfo example output. | Günther Deschner | 1 | -1/+1 |
2008-09-05 | netapi: add NetShareSetInfo example code. | Günther Deschner | 2 | -1/+112 |
2008-09-05 | netapi: add NetShareGetInfo example code. | Günther Deschner | 2 | -1/+159 |
2008-09-05 | netapi: remove NetSetup* flags from netdomjoin-gui. | Günther Deschner | 1 | -3/+0 |
2008-09-05 | netapi: move join related examples to one directory. | Günther Deschner | 3 | -2/+2 |
2008-09-05 | netapi: add NetRenameMachineInDomain example code. | Günther Deschner | 2 | -0/+92 |
2008-09-05 | netdomjoin-gui: fix some widget closing callbacks. | Günther Deschner | 1 | -6/+15 |
2008-09-05 | netdomjoin-gui: always center new windows. | Günther Deschner | 1 | -0/+3 |
2008-09-05 | netdomjoin-gui: fix some small errors in callbacks. | Günther Deschner | 1 | -5/+7 |
2008-09-05 | netdomjoin-gui: add gtk set_transient flags. | Günther Deschner | 1 | -1/+14 |
2008-09-05 | netdomjoin-gui: test all NetServerGetInfo levels until we get comment. | Günther Deschner | 1 | -17/+48 |
2008-09-05 | netdomjoin-gui: add support to remotely join/unjoin workstations. | Günther Deschner | 1 | -38/+60 |
2008-09-05 | netapi: add NetServerGetInfo example code. | Günther Deschner | 2 | -0/+134 |
2008-09-05 | netapi: add NetShareEnum example code. | Günther Deschner | 2 | -1/+149 |
2008-09-05 | netapi: add NetShareDel example code. | Günther Deschner | 2 | -1/+92 |
2008-08-29 | netapi: fix some warnings in netdomjoin-gui. | Günther Deschner | 1 | -8/+20 |