summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/examples
Commit message (Collapse)AuthorAgeFilesLines
* s3:lib/netapi/examples: fix pointer from integer error in nltest.cStefan Metzmacher2014-11-251-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 Deschner2014-10-241-1/+4
| | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s3:lib/netapi/examples: remove unused variablesStefan Metzmacher2014-04-024-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.cStefan Metzmacher2014-04-021-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 Metzmacher2014-04-021-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_buildMichael Adam2013-09-251-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 wafAndrew Bartlett2013-05-281-364/+0
| | | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* 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
| | | | | | | | 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 Deschner2011-10-211-2/+8
| | | | Guenther
* s3-netapi: fix missing include in examples code.Günther Deschner2011-10-211-0/+2
| | | | Guenther
* build: compile (but do not install) netapi examplesAndrew Bartlett2011-10-211-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 stringVolker Lendecke2011-04-171-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 Deschner2010-09-191-1/+21
| | | | Guenther
* s3-nltest: add dsgetdc command.Günther Deschner2010-09-151-3/+181
| | | | Guenther
* s3-nltest: convert server input argument into --server.Günther Deschner2010-09-151-24/+19
| | | | Guenther
* s3-nltest: rename print_result to print_netlogon_info_result.Günther Deschner2010-09-151-4/+17
| | | | Guenther
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in ↵Günther Deschner2010-06-081-1/+1
| | | | | | | | | | netdomjoin-gui. Patch from Buchan Milne <bgmilne@mandriva.org>. Thanks! Guenther
* s3-nltest: fix uninitialized query level.Günther Deschner2010-02-251-1/+1
| | | | Guenther
* s3-libnetapi: add nltest tool.Günther Deschner2009-10-162-1/+258
| | | | Guenther
* s3-libnetapi: add I_NetLogonControl{2} example code.Günther Deschner2009-10-163-1/+303
| | | | Guenther
* s3-netapi: add NetGetJoinInformation example code.Günther Deschner2009-06-162-0/+110
| | | | Guenther
* s3-netdomjoin-gui: allow to switch between workgroups/domains with the same ↵Günther Deschner2009-05-151-2/+4
| | | | | | name. Guenther
* s3-netdomjoin-gui: cosmetic fix for empty hostnames.Günther Deschner2009-05-151-0/+1
| | | | Guenther
* s3-netdomjoin-gui: only gray out labels when not root and not connecting toGünther Deschner2009-05-151-3/+3
| | | | | | remote machines. Guenther
* s3-netapi: add example code for NetShutdownInit and NetShutdownAbort.Günther Deschner2009-05-143-1/+183
| | | | Guenther
* s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to ↵Günther Deschner2009-05-131-1/+48
| | | | | | | | rename computers in domains. Guenther
* s3-netdomjoin-gui: Fix join prompt dialog test.Günther Deschner2009-05-121-1/+1
| | | | Guenther
* s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname.Günther Deschner2009-05-121-2/+7
| | | | Guenther
* s3-netdomjoin-gui: inspect the correct computername string beforeGünther Deschner2009-05-121-1/+1
| | | | | | enabling/disabling the change button. Guenther
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-04-301-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 Deschner2009-04-141-0/+15
| | | | Guenther
* netapi: include more SERVER_INFO_X levels in example code.Günther Deschner2009-02-061-0/+16
| | | | Guenther
* netapi: fix case statement in example NetUserSetModals code.Günther Deschner2008-09-221-0/+1
| | | | Guenther
* build: fix cflag recursion in generated netapi makefiles.Günther Deschner2008-09-171-48/+48
| | | | Guenther
* netapi: add NetFileEnum example code.Günther Deschner2008-09-112-1/+153
| | | | | Guenther (This used to be commit 32ee2dadab5b2579d53d0ecb106f0e64063da3f7)
* netapi: add NetFileGetInfo example code.Günther Deschner2008-09-112-1/+119
| | | | | Guenther (This used to be commit 66158036423f8e875921b7ba36f048033c3e98a6)
* netapi: add NetFileClose example code.Günther Deschner2008-09-112-1/+90
| | | | | Guenther (This used to be commit 9d6e3655346b6d1e08fd180ced9bd60ee1bc2f8f)
* netapi: add NetUserGetLocalGroups example code.Günther Deschner2008-09-112-0/+128
| | | | | Guenther (This used to be commit 7d05936ff455b40449fe2e5280f15c81ccc7f4d0)
* netapi: fix group_getusers example.Günther Deschner2008-09-111-2/+2
| | | | | Guenther (This used to be commit a977e18a669a220fd3f98161ced5bebd642e628b)
* netapi: add example code for NetGroupSetUsers.Günther Deschner2008-09-112-0/+148
| | | | | Guenther (This used to be commit dc7994195c9e34d85db8c9406edaa704027ab47f)
* netapi: add example code for NetUserSetGroups.Günther Deschner2008-09-112-0/+150
| | | | | Guenther (This used to be commit 1355939b4c9c2883f9542ef4189cac7418104b68)
* netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner2008-09-081-4/+9
| | | | | Guenther (This used to be commit 84a25e69947c077623165fe4535cddd48aba0a3e)
* netapi: fix NetShareGetInfo example output.Günther Deschner2008-09-081-1/+1
| | | | | Guenther (This used to be commit 00ecf8205c4cd4a4c150b204811d448d0ac53c0d)
* netapi: add NetShareSetInfo example code.Günther Deschner2008-09-052-1/+112
| | | | | Guenther (This used to be commit a7050c999ff0a13724afbbbb2628cb47daec5b35)
* netapi: add NetShareGetInfo example code.Günther Deschner2008-09-052-1/+159
| | | | | Guenther (This used to be commit 0166c8f04be1168fe83d7bf3730d3011ffd8c6f6)
* netapi: remove NetSetup* flags from netdomjoin-gui.Günther Deschner2008-09-051-3/+0
| | | | | Guenther (This used to be commit 5851b4e40e5cc2b7ba973b274f9203aa6e6fb1d8)
* netapi: move join related examples to one directory.Günther Deschner2008-09-053-2/+2
| | | | | Guenther (This used to be commit afdd14c26c27c9fa245165985a5d8e644855c4b5)
* netapi: add NetRenameMachineInDomain example code.Günther Deschner2008-09-052-0/+92
| | | | | Guenther (This used to be commit e28c332f32c4f7b1ac493f69f17254185d9cee96)
* netdomjoin-gui: fix some widget closing callbacks.Günther Deschner2008-09-051-6/+15
| | | | | Guenther (This used to be commit 8d541a3579637bb48c04ebb2b18844509c1f43e8)