index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libnetapi: don't to try to free NULL struct.
Günther Deschner
2008-04-13
1
-0
/
+4
*
Fix ou handling in netdomjoin-gui.
Günther Deschner
2008-04-13
1
-0
/
+5
*
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
2008-04-13
1
-1
/
+1
*
libnetapi: fix interactive logging by preventing setup_logging from closing s...
Michael Adam
2008-04-12
1
-0
/
+3
*
Use libnetapi_open_pipe in netapi functions.
Günther Deschner
2008-04-10
4
-48
/
+27
*
Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
Günther Deschner
2008-04-10
2
-0
/
+114
*
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
2008-04-10
5
-180
/
+33
*
Fix one missing netapi_private header.
Günther Deschner
2008-04-10
1
-2
/
+2
*
Split out private headers in libnetapi.
Günther Deschner
2008-04-10
7
-8
/
+80
*
Add very basic cli_cm_* based connection handler to libnetapi.
Günther Deschner
2008-04-10
1
-0
/
+75
*
Use SERVER_INFO_1005 in libnetapi.
Günther Deschner
2008-04-10
3
-11
/
+11
*
Fix typo.
Günther Deschner
2008-04-10
1
-1
/
+1
*
Add NetUserEnum example.
Günther Deschner
2008-04-09
2
-1
/
+107
*
Add NetUserEnum to libnetapi.
Günther Deschner
2008-04-09
4
-1
/
+279
*
Add Add NetUserDel example.
Günther Deschner
2008-04-09
2
-1
/
+89
*
Add NetUserDel to libnetapi.
Günther Deschner
2008-04-09
4
-0
/
+246
*
Add NetUserAdd example.
Günther Deschner
2008-04-09
2
-1
/
+110
*
Add NetUserAdd to libnetapi.
Günther Deschner
2008-04-09
4
-0
/
+436
*
Try to use kerberos in libnetapi.
Günther Deschner
2008-04-08
3
-9
/
+30
*
Add DsGetDcName libnetapi example.
Günther Deschner
2008-04-08
2
-0
/
+95
*
Add DsGetDcName call to libnetapi library.
Günther Deschner
2008-04-08
4
-0
/
+178
*
Fix includes in libnetapi examples common.c
Günther Deschner
2008-04-08
1
-1
/
+4
*
Use popt in libetapi example code.
Günther Deschner
2008-04-08
6
-114
/
+187
*
Prefill in username in libnetapi ctx.
Günther Deschner
2008-04-08
1
-1
/
+9
*
Restructure inner workings of libnetapi a bit.
Günther Deschner
2008-04-08
7
-680
/
+662
*
Some fixes for netdomjoin-gui and support for browsing/joining OUs.
Günther Deschner
2008-04-02
1
-157
/
+390
*
Make sure to hand down the domain name in libnetapi NetUnjoinDomain.
Günther Deschner
2008-04-02
1
-7
/
+11
*
libsmbconf: add a "path" variable to the conf context.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: add backend specific init function.
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_close() to smbconf_shutdown().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename smbconf_open() to smbconf_init().
Michael Adam
2008-03-21
1
-1
/
+1
*
libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .
Michael Adam
2008-03-17
1
-6
/
+5
*
Enable libnetjoin debugging for now but avoid printing passwords.
Günther Deschner
2008-03-07
1
-0
/
+1
*
In libnetapi, point out that lp_load has failed.
Günther Deschner
2008-03-06
1
-0
/
+1
*
Give a better error message why NetServerSetInfo() may fail in the gui.
Günther Deschner
2008-03-05
2
-1
/
+4
*
Add PICFLAG to libnetapi Makefile.
Günther Deschner
2008-03-05
1
-0
/
+1
*
Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.
Günther Deschner
2008-03-05
1
-1
/
+1
*
Trying to fix libnetapi examples Makefile.in.
Günther Deschner
2008-02-29
1
-14
/
+19
*
Only set DEBUGLEVEL to 0 in libnetapi when not set already.
Günther Deschner
2008-02-28
1
-1
/
+3
*
Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.
Günther Deschner
2008-02-28
1
-6
/
+6
*
Re-run make idl.
Günther Deschner
2008-01-31
1
-2
/
+2
*
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
2008-01-29
1
-3
/
+3
*
Add LIBNETAPI_LOCAL_SERVER() macro.
Günther Deschner
2008-01-25
1
-0
/
+5
*
No need to close registry on libnetapi_free() anymore.
Günther Deschner
2008-01-25
1
-1
/
+0
*
Fix the build w/o ADS.
Günther Deschner
2008-01-18
1
-0
/
+4
*
Add header for NetGetJoinableOUs to libnetapi.
Günther Deschner
2008-01-18
1
-0
/
+11
*
Add NetGetJoinableOUs() to libnetapi (incl. example).
Günther Deschner
2008-01-18
3
-3
/
+309
*
Cosmetics and error string reporting for libnetapi.
Günther Deschner
2008-01-18
3
-16
/
+114
*
Add some more debugging into netdomjoin-gui.
Günther Deschner
2008-01-18
1
-4
/
+9
*
Fix local hostname detection in netdomjoin-gui.
Günther Deschner
2008-01-18
1
-10
/
+27
[prev]
[next]