Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:lib/netapi/examples: fix pointer from integer error in nltest.c | Stefan Metzmacher | 2014-11-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | ||||
* | s3-netapi: add DS_8 and WS flags to libnetapi and nltest. | Günther Deschner | 2014-10-24 | 1 | -1/+4 |
| | | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> | ||||
* | s3:lib/netapi/examples: remove unused variables | Stefan Metzmacher | 2014-04-02 | 4 | -30/+0 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s3:lib/netapi/examples: fix const warnings in netlogon_control2.c | Stefan Metzmacher | 2014-04-02 | 1 | -2/+2 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s3:lib/netapi/examples: fix invalid pointer value warnings in ↵ | Stefan Metzmacher | 2014-04-02 | 1 | -5/+6 |
| | | | | | | | getjoininformation.c Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build | Michael Adam | 2013-09-25 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Wed Sep 25 00:51:31 CEST 2013 on sn-devel-104 | ||||
* | Remove lib/netapi autoconf build system, this is now build with waf | Andrew Bartlett | 2013-05-28 | 1 | -364/+0 |
| | | | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> | ||||
* | s3-libnetapi: Cope with popt versions without POPT_TABLEEND | Andrew Bartlett | 2012-06-03 | 1 | -0/+4 |
| | |||||
* | s3-build: remove EXEEXT from Makefiles | Andrew Bartlett | 2012-02-09 | 1 | -104/+104 |
| | | | | | | | | As far as I am aware, we do not actually build on any platforms that require this. The last Stratos VOS release on ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5 Andrew Bartlett | ||||
* | s3-waf: only compile common.c in netapi examples code once. | Günther Deschner | 2011-10-21 | 1 | -2/+8 |
| | | | | Guenther | ||||
* | s3-netapi: fix missing include in examples code. | Günther Deschner | 2011-10-21 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | build: compile (but do not install) netapi examples | Andrew Bartlett | 2011-10-21 | 1 | -0/+64 |
| | | | | | | | | | The only example not yet built is the GTK domain join gui. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Oct 21 01:31:55 CEST 2011 on sn-devel-104 | ||||
* | s3: Use \0 instead of NULL when 0-terminating a string | Volker Lendecke | 2011-04-17 | 1 | -1/+1 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 17 12:26:15 CEST 2011 on sn-devel-104 | ||||
* | s3-nltest: add dsregdns command to nltest. | Günther Deschner | 2010-09-19 | 1 | -1/+21 |
| | | | | Guenther | ||||
* | s3-nltest: add dsgetdc command. | Günther Deschner | 2010-09-15 | 1 | -3/+181 |
| | | | | Guenther | ||||
* | s3-nltest: convert server input argument into --server. | Günther Deschner | 2010-09-15 | 1 | -24/+19 |
| | | | | Guenther | ||||
* | s3-nltest: rename print_result to print_netlogon_info_result. | Günther Deschner | 2010-09-15 | 1 | -4/+17 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in ↵ | Günther Deschner | 2010-06-08 | 1 | -1/+1 |
| | | | | | | | | | | netdomjoin-gui. Patch from Buchan Milne <bgmilne@mandriva.org>. Thanks! Guenther | ||||
* | s3-nltest: fix uninitialized query level. | Günther Deschner | 2010-02-25 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-libnetapi: add nltest tool. | Günther Deschner | 2009-10-16 | 2 | -1/+258 |
| | | | | Guenther | ||||
* | s3-libnetapi: add I_NetLogonControl{2} example code. | Günther Deschner | 2009-10-16 | 3 | -1/+303 |
| | | | | Guenther | ||||
* | s3-netapi: add NetGetJoinInformation example code. | Günther Deschner | 2009-06-16 | 2 | -0/+110 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: allow to switch between workgroups/domains with the same ↵ | Günther Deschner | 2009-05-15 | 1 | -2/+4 |
| | | | | | | name. Guenther | ||||
* | s3-netdomjoin-gui: cosmetic fix for empty hostnames. | Günther Deschner | 2009-05-15 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: only gray out labels when not root and not connecting to | Günther Deschner | 2009-05-15 | 1 | -3/+3 |
| | | | | | | remote machines. Guenther | ||||
* | s3-netapi: add example code for NetShutdownInit and NetShutdownAbort. | Günther Deschner | 2009-05-14 | 3 | -1/+183 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to ↵ | Günther Deschner | 2009-05-13 | 1 | -1/+48 |
| | | | | | | | | rename computers in domains. Guenther | ||||
* | s3-netdomjoin-gui: Fix join prompt dialog test. | Günther Deschner | 2009-05-12 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname. | Günther Deschner | 2009-05-12 | 1 | -2/+7 |
| | | | | Guenther | ||||
* | s3-netdomjoin-gui: inspect the correct computername string before | Günther Deschner | 2009-05-12 | 1 | -1/+1 |
| | | | | | | enabling/disabling the change button. Guenther | ||||
* | s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater. | Günther Deschner | 2009-04-30 | 1 | -1/+2 |
| | | | | | | Found by David Markey <admin@dmarkey.com>. Thanks! Guenther | ||||
* | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 2009-04-14 | 1 | -0/+15 |
| | | | | Guenther | ||||
* | netapi: include more SERVER_INFO_X levels in example code. | Günther Deschner | 2009-02-06 | 1 | -0/+16 |
| | | | | Guenther | ||||
* | netapi: fix case statement in example NetUserSetModals code. | Günther Deschner | 2008-09-22 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | build: fix cflag recursion in generated netapi makefiles. | Günther Deschner | 2008-09-17 | 1 | -48/+48 |
| | | | | Guenther | ||||
* | netapi: add NetFileEnum example code. | Günther Deschner | 2008-09-11 | 2 | -1/+153 |
| | | | | | Guenther (This used to be commit 32ee2dadab5b2579d53d0ecb106f0e64063da3f7) | ||||
* | netapi: add NetFileGetInfo example code. | Günther Deschner | 2008-09-11 | 2 | -1/+119 |
| | | | | | Guenther (This used to be commit 66158036423f8e875921b7ba36f048033c3e98a6) | ||||
* | netapi: add NetFileClose example code. | Günther Deschner | 2008-09-11 | 2 | -1/+90 |
| | | | | | Guenther (This used to be commit 9d6e3655346b6d1e08fd180ced9bd60ee1bc2f8f) | ||||
* | netapi: add NetUserGetLocalGroups example code. | Günther Deschner | 2008-09-11 | 2 | -0/+128 |
| | | | | | Guenther (This used to be commit 7d05936ff455b40449fe2e5280f15c81ccc7f4d0) | ||||
* | netapi: fix group_getusers example. | Günther Deschner | 2008-09-11 | 1 | -2/+2 |
| | | | | | Guenther (This used to be commit a977e18a669a220fd3f98161ced5bebd642e628b) | ||||
* | netapi: add example code for NetGroupSetUsers. | Günther Deschner | 2008-09-11 | 2 | -0/+148 |
| | | | | | Guenther (This used to be commit dc7994195c9e34d85db8c9406edaa704027ab47f) | ||||
* | netapi: add example code for NetUserSetGroups. | Günther Deschner | 2008-09-11 | 2 | -0/+150 |
| | | | | | Guenther (This used to be commit 1355939b4c9c2883f9542ef4189cac7418104b68) | ||||
* | netapi: re-arrange a little NetLocalGroupSetMembers example code. | Günther Deschner | 2008-09-08 | 1 | -4/+9 |
| | | | | | Guenther (This used to be commit 84a25e69947c077623165fe4535cddd48aba0a3e) | ||||
* | netapi: fix NetShareGetInfo example output. | Günther Deschner | 2008-09-08 | 1 | -1/+1 |
| | | | | | Guenther (This used to be commit 00ecf8205c4cd4a4c150b204811d448d0ac53c0d) | ||||
* | netapi: add NetShareSetInfo example code. | Günther Deschner | 2008-09-05 | 2 | -1/+112 |
| | | | | | Guenther (This used to be commit a7050c999ff0a13724afbbbb2628cb47daec5b35) | ||||
* | netapi: add NetShareGetInfo example code. | Günther Deschner | 2008-09-05 | 2 | -1/+159 |
| | | | | | Guenther (This used to be commit 0166c8f04be1168fe83d7bf3730d3011ffd8c6f6) | ||||
* | netapi: remove NetSetup* flags from netdomjoin-gui. | Günther Deschner | 2008-09-05 | 1 | -3/+0 |
| | | | | | Guenther (This used to be commit 5851b4e40e5cc2b7ba973b274f9203aa6e6fb1d8) | ||||
* | netapi: move join related examples to one directory. | Günther Deschner | 2008-09-05 | 3 | -2/+2 |
| | | | | | Guenther (This used to be commit afdd14c26c27c9fa245165985a5d8e644855c4b5) | ||||
* | netapi: add NetRenameMachineInDomain example code. | Günther Deschner | 2008-09-05 | 2 | -0/+92 |
| | | | | | Guenther (This used to be commit e28c332f32c4f7b1ac493f69f17254185d9cee96) | ||||
* | netdomjoin-gui: fix some widget closing callbacks. | Günther Deschner | 2008-09-05 | 1 | -6/+15 |
| | | | | | Guenther (This used to be commit 8d541a3579637bb48c04ebb2b18844509c1f43e8) |