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
*
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...
Günther Deschner
2008-05-16
1
-1
/
+31
*
dsgetdcname: use existing messaging_context if possible.
Günther Deschner
2008-05-09
2
-3
/
+4
*
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
2008-05-09
1
-5
/
+12
*
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
Günther Deschner
2008-05-08
1
-0
/
+35
*
netapi: add -f switch for DsGetDCName() example and be more verbose on output.
Günther Deschner
2008-05-07
1
-3
/
+15
*
netapi: fix returned name buffer in NetGetJoinInformation_r().
Günther Deschner
2008-04-29
1
-1
/
+5
*
libnetapi: Add Doxyfile.
Günther Deschner
2008-04-20
1
-0
/
+1362
*
netdomjoin-gui: Omit warning when unjoining a domain fails.
Günther Deschner
2008-04-20
1
-0
/
+4
*
Make convert_samr_dispinfo_to_NET_DISPLAY() static
Volker Lendecke
2008-04-20
1
-5
/
+5
*
Introduce rpc_pipe_np_smb_conn()
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Remove the pipe_idx variable from rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
libnetapi: Disable talloc_enable_leak_report.
Günther Deschner
2008-04-17
1
-1
/
+1
*
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
Günther Deschner
2008-04-17
1
-1
/
+1
*
libnetapi: Add initial inline doxygen comments.
Günther Deschner
2008-04-16
1
-36
/
+195
*
libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.
Günther Deschner
2008-04-16
1
-10
/
+20
*
libnetapi: do not overwrite status in libnetapi_get_error_string().
Günther Deschner
2008-04-16
1
-2
/
+3
*
libnetapi: Add missing headers.
Günther Deschner
2008-04-15
1
-0
/
+25
*
libnetapi: add libnetapi_set_use_kerberos
Günther Deschner
2008-04-13
4
-2
/
+25
*
libnetapi: Add NetQueryDisplayInformation header.
Günther Deschner
2008-04-13
1
-0
/
+8
*
libnetapi: add NetQueryDisplayInformation example.
Günther Deschner
2008-04-13
2
-1
/
+105
*
libnetapi: fill in NetQueryDisplayInformation_r.
Günther Deschner
2008-04-13
1
-1
/
+295
*
libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.
Günther Deschner
2008-04-13
1
-6
/
+2
*
libnetapi: add NetQueryDisplayInformation skeleton.
Günther Deschner
2008-04-13
3
-0
/
+82
*
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
[next]