Günther Deschner
d3dfdc2f59
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
...
Guenther
(This used to be commit 47146effc1 )
2008-05-08 01:09:14 +02:00
Günther Deschner
f847929c2c
netapi: add -f switch for DsGetDCName() example and be more verbose on output.
...
Guenther
(This used to be commit 3feaa9829c )
2008-05-07 10:42:29 +02:00
Günther Deschner
25c454cbba
netdomjoin-gui: Omit warning when unjoining a domain fails.
...
Guenther
(This used to be commit ba1d2e8761 )
2008-04-20 23:20:21 +02:00
Günther Deschner
73754b98f4
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
...
Guenther
(This used to be commit e06a54aa7d )
2008-04-17 14:13:13 +02:00
Günther Deschner
aea1a244ee
libnetapi: add libnetapi_set_use_kerberos
...
Don't unconditionally set the kerberos flag for authentication.
Guenther
(This used to be commit 15bef5ae41 )
2008-04-13 19:25:59 +02:00
Günther Deschner
d0acdc9038
libnetapi: add NetQueryDisplayInformation example.
...
Guenther
(This used to be commit 5f9332cf1f )
2008-04-13 19:15:15 +02:00
Günther Deschner
a75421b019
Fix ou handling in netdomjoin-gui.
...
The ou list was concatenated again and again...
Guenther
(This used to be commit 84608e165e )
2008-04-13 00:46:33 +02:00
Günther Deschner
1a8a8b7769
Use SERVER_INFO_1005 in libnetapi.
...
Guenther
(This used to be commit 5f8793dd1d )
2008-04-10 21:31:12 +02:00
Günther Deschner
c12bf374fe
Add NetUserEnum example.
...
Guenther
(This used to be commit 7d9f64fd84 )
2008-04-09 13:50:30 +02:00
Günther Deschner
b3422d1d1c
Add Add NetUserDel example.
...
Guenther
(This used to be commit 3123e68bda )
2008-04-09 13:39:27 +02:00
Günther Deschner
41c8597ae3
Add NetUserAdd example.
...
Guenther
(This used to be commit 0d79560665 )
2008-04-09 13:28:30 +02:00
Günther Deschner
298824357a
Add DsGetDcName libnetapi example.
...
Guenther
(This used to be commit 0216e55fa8 )
2008-04-08 19:40:47 +02:00
Günther Deschner
6531d0b13f
Fix includes in libnetapi examples common.c
...
Guenther
(This used to be commit 922ff9d016 )
2008-04-08 19:40:47 +02:00
Günther Deschner
cccaef9e08
Use popt in libetapi example code.
...
Guenther
(This used to be commit 6f239df3f5 )
2008-04-08 14:34:30 +02:00
Günther Deschner
ba35a8c8dd
Restructure inner workings of libnetapi a bit.
...
Guenther
(This used to be commit a4e3bc2bad )
2008-04-08 03:08:49 +02:00
Günther Deschner
68bfa9682b
Some fixes for netdomjoin-gui and support for browsing/joining OUs.
...
Guenther
(This used to be commit 4714bae0db )
2008-04-02 11:18:10 +02:00
Günther Deschner
65b0235ee3
Give a better error message why NetServerSetInfo() may fail in the gui.
...
Guenther
(This used to be commit 1bbbebb776 )
2008-03-05 15:23:00 +01:00
Günther Deschner
2223292338
Add PICFLAG to libnetapi Makefile.
...
Guenther
(This used to be commit 29fca3c035 )
2008-03-05 13:23:34 +01:00
Günther Deschner
808348a8ca
Trying to fix libnetapi examples Makefile.in.
...
Guenther
(This used to be commit 405ef74d7e )
2008-02-29 02:49:27 +01:00
Günther Deschner
b18fd380bd
Add NetGetJoinableOUs() to libnetapi (incl. example).
...
Guenther
(This used to be commit 8858e403e1 )
2008-01-18 02:55:19 +01:00
Günther Deschner
cfb7e25466
Add some more debugging into netdomjoin-gui.
...
Guenther
(This used to be commit d4c5b32322 )
2008-01-18 02:54:49 +01:00
Günther Deschner
bb97b272a9
Fix local hostname detection in netdomjoin-gui.
...
Guenther
(This used to be commit 30458116b3 )
2008-01-18 02:54:36 +01:00
Günther Deschner
d1abd4d866
Use new pidl-generated netlogon client calls in NetApi GetDcName().
...
Guenther
(This used to be commit 733e07a06c )
2008-01-17 16:54:46 +01:00
Günther Deschner
efcf285e27
Fix libnetapi error string callers.
...
Guenther
(This used to be commit 1ad7a0a361 )
2008-01-11 15:28:24 +01:00
Günther Deschner
67f2afe3c4
Correctly free buffers in netdomjoin-gui.
...
Guenther
(This used to be commit 04d78d4d9a )
2008-01-08 11:59:01 +01:00
Günther Deschner
74fc0bf9e5
In libnetapi example, use libnetapi_get_error_string().
...
Guenther
(This used to be commit b624db92d6 )
2008-01-07 20:13:40 +01:00
Günther Deschner
e6c3ac59c5
Failure while unjoining a domain is non-critical.
...
Just continue joining to the workgroup in that case.
Guenther
(This used to be commit bf9ce2a928 )
2008-01-07 12:48:21 +01:00
Günther Deschner
f78c318eb0
Add debug switch to netdomjoin.
...
Guenther
(This used to be commit 2b221708c0 )
2008-01-04 15:21:41 +01:00
Günther Deschner
564a54aa16
Minor cosmetic cleanup for netdomjoin-gui.
...
Guenther
(This used to be commit 02e3887f39 )
2008-01-04 15:21:35 +01:00
Günther Deschner
cf6e59de2b
Fix some error strings in netdomjoin-gui.
...
Guenther
(This used to be commit aaea8f1ed7 )
2008-01-04 11:55:08 +01:00
Günther Deschner
86dfb55ffb
Correct netapi header filename. Thanks Jeremy.
...
Guenther
(This used to be commit f192737ec8 )
2007-12-22 00:03:15 +01:00
Günther Deschner
657afffaae
Move gtk app to the correct location. Thanks obnox!
...
Guenther
(This used to be commit 740a2b080d )
2007-12-21 17:29:15 +01:00
Günther Deschner
77a2e13cb1
Move libnetapi examples into subdirs.
...
Guenther
(This used to be commit 0c3de6f345 )
2007-12-21 17:05:55 +01:00
Günther Deschner
13d159bc2d
Add netdomjoin-gui (my first gui application), another libnetapi user.
...
Guenther
(This used to be commit cf57ade5ec )
2007-12-21 16:36:06 +01:00
Günther Deschner
f3607f85b6
Add netdomjoin cmd line tool (another libnetapi example).
...
Guenther
(This used to be commit c502686f09 )
2007-12-21 16:08:13 +01:00
Günther Deschner
27a58bd50c
Add getdc.c, a libnetapi example (incl. Makefile).
...
Guenther
(This used to be commit faedc78fc7 )
2007-12-21 16:02:35 +01:00