summaryrefslogtreecommitdiffstats
path: root/source/lib/netapi/examples
Commit message (Expand)AuthorAgeFilesLines
* netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner2008-06-091-3/+3
* netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner2008-06-091-0/+4
* netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner2008-06-091-0/+4
* netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner2008-06-091-11/+25
* netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...Günther Deschner2008-05-211-1/+31
* netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.Günther Deschner2008-05-211-0/+35
* netapi: add -f switch for DsGetDCName() example and be more verbose on output.Günther Deschner2008-05-071-3/+15
* netdomjoin-gui: Omit warning when unjoining a domain fails.Günther Deschner2008-04-201-0/+4
* netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-171-1/+1
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-131-0/+4
* libnetapi: add NetQueryDisplayInformation example.Günther Deschner2008-04-132-1/+105
* Fix ou handling in netdomjoin-gui.Günther Deschner2008-04-131-0/+5
* Use SERVER_INFO_1005 in libnetapi.Günther Deschner2008-04-101-9/+5
* Add NetUserEnum example.Günther Deschner2008-04-092-1/+107
* Add Add NetUserDel example.Günther Deschner2008-04-092-1/+89
* Add NetUserAdd example.Günther Deschner2008-04-092-1/+110
* Add DsGetDcName libnetapi example.Günther Deschner2008-04-082-0/+95
* Fix includes in libnetapi examples common.cGünther Deschner2008-04-081-1/+4
* Use popt in libetapi example code.Günther Deschner2008-04-086-114/+187
* Restructure inner workings of libnetapi a bit.Günther Deschner2008-04-081-0/+1
* Some fixes for netdomjoin-gui and support for browsing/joining OUs.Günther Deschner2008-04-021-157/+390
* Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2008-03-051-1/+1
* Add PICFLAG to libnetapi Makefile.Günther Deschner2008-03-051-0/+1
* Trying to fix libnetapi examples Makefile.in.Günther Deschner2008-02-291-14/+19
* Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-182-3/+117
* Add some more debugging into netdomjoin-gui.Günther Deschner2008-01-181-4/+9
* Fix local hostname detection in netdomjoin-gui.Günther Deschner2008-01-181-10/+27
* Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2008-01-171-2/+2
* Fix libnetapi error string callers.Günther Deschner2008-01-113-7/+7
* Correctly free buffers in netdomjoin-gui.Günther Deschner2008-01-081-1/+8
* In libnetapi example, use libnetapi_get_error_string().Günther Deschner2008-01-071-1/+6
* Failure while unjoining a domain is non-critical.Günther Deschner2008-01-071-8/+2
* Add debug switch to netdomjoin.Günther Deschner2008-01-041-2/+10
* Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2008-01-042-18/+37
* Fix some error strings in netdomjoin-gui.Günther Deschner2008-01-041-12/+31
* Correct netapi header filename. Thanks Jeremy.Günther Deschner2007-12-223-3/+3
* Move gtk app to the correct location. Thanks obnox!Günther Deschner2007-12-211-0/+0
* Move libnetapi examples into subdirs.Günther Deschner2007-12-216-7/+17
* Add netdomjoin-gui (my first gui application), another libnetapi user.Günther Deschner2007-12-214-2/+1357
* Add netdomjoin cmd line tool (another libnetapi example).Günther Deschner2007-12-212-1/+113
* Add getdc.c, a libnetapi example (incl. Makefile).Günther Deschner2007-12-212-0/+91