index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-03
netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().
Günther Deschner
3
-0
/
+138
2008-06-03
netapi: add NetGroupGetInfo() example code.
Günther Deschner
2
-1
/
+129
2008-06-03
netapi: Implement NetGroupGetInfo_r().
Günther Deschner
1
-2
/
+213
2008-06-03
netapi: add dummy implementation of NetGroupGetInfo().
Günther Deschner
4
-0
/
+93
2008-06-03
netapi: Add NetGroupSetInfo() example code.
Günther Deschner
2
-1
/
+149
2008-06-03
netapi: implement NetGroupSetInfo_r().
Günther Deschner
1
-2
/
+225
2008-06-03
netapi: Add dummy implementation of NetGroupSetInfo().
Günther Deschner
4
-1
/
+104
2008-06-03
netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.
Günther Deschner
1
-2
/
+2
2008-06-03
netapi: add NetGroupDel() example code.
Günther Deschner
2
-1
/
+89
2008-06-03
netapi: implement NetGroupDel_r().
Günther Deschner
1
-2
/
+209
2008-06-03
netapi: add NetGroupAdd() example code.
Günther Deschner
2
-1
/
+97
2008-06-03
netapi: implement NetGroupAdd_r().
Günther Deschner
1
-2
/
+237
2008-06-03
netapi: Add NetGroupDel/NetGroupAdd header.
Günther Deschner
1
-0
/
+71
2008-06-03
libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().
Günther Deschner
3
-1
/
+157
2008-05-16
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...
Günther Deschner
1
-1
/
+31
2008-05-09
dsgetdcname: use existing messaging_context if possible.
Günther Deschner
2
-3
/
+4
2008-05-09
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
1
-5
/
+12
2008-05-08
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
Günther Deschner
1
-0
/
+35
2008-05-07
netapi: add -f switch for DsGetDCName() example and be more verbose on output.
Günther Deschner
1
-3
/
+15
2008-04-29
netapi: fix returned name buffer in NetGetJoinInformation_r().
Günther Deschner
1
-1
/
+5
2008-04-20
libnetapi: Add Doxyfile.
Günther Deschner
1
-0
/
+1362
2008-04-20
netdomjoin-gui: Omit warning when unjoining a domain fails.
Günther Deschner
1
-0
/
+4
2008-04-20
Make convert_samr_dispinfo_to_NET_DISPLAY() static
Volker Lendecke
1
-5
/
+5
2008-04-20
Introduce rpc_pipe_np_smb_conn()
Volker Lendecke
1
-1
/
+1
2008-04-20
Remove the pipe_idx variable from rpc_pipe_client
Volker Lendecke
1
-1
/
+1
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-1
/
+1
2008-04-17
libnetapi: Disable talloc_enable_leak_report.
Günther Deschner
1
-1
/
+1
2008-04-17
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
Günther Deschner
1
-1
/
+1
2008-04-16
libnetapi: Add initial inline doxygen comments.
Günther Deschner
1
-36
/
+195
2008-04-16
libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.
Günther Deschner
1
-10
/
+20
2008-04-16
libnetapi: do not overwrite status in libnetapi_get_error_string().
Günther Deschner
1
-2
/
+3
2008-04-15
libnetapi: Add missing headers.
Günther Deschner
1
-0
/
+25
2008-04-13
libnetapi: add libnetapi_set_use_kerberos
Günther Deschner
4
-2
/
+25
2008-04-13
libnetapi: Add NetQueryDisplayInformation header.
Günther Deschner
1
-0
/
+8
2008-04-13
libnetapi: add NetQueryDisplayInformation example.
Günther Deschner
2
-1
/
+105
2008-04-13
libnetapi: fill in NetQueryDisplayInformation_r.
Günther Deschner
1
-1
/
+295
2008-04-13
libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.
Günther Deschner
1
-6
/
+2
2008-04-13
libnetapi: add NetQueryDisplayInformation skeleton.
Günther Deschner
3
-0
/
+82
2008-04-13
libnetapi: don't to try to free NULL struct.
Günther Deschner
1
-0
/
+4
2008-04-13
Fix ou handling in netdomjoin-gui.
Günther Deschner
1
-0
/
+5
2008-04-13
libnetapi: fix a C++ warning by making implicit cast explicit
Michael Adam
1
-1
/
+1
2008-04-12
libnetapi: fix interactive logging by preventing setup_logging from closing s...
Michael Adam
1
-0
/
+3
2008-04-10
Use libnetapi_open_pipe in netapi functions.
Günther Deschner
4
-48
/
+27
2008-04-10
Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
Günther Deschner
2
-0
/
+114
2008-04-10
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
5
-180
/
+33
2008-04-10
Fix one missing netapi_private header.
Günther Deschner
1
-2
/
+2
2008-04-10
Split out private headers in libnetapi.
Günther Deschner
7
-8
/
+80
2008-04-10
Add very basic cli_cm_* based connection handler to libnetapi.
Günther Deschner
1
-0
/
+75
2008-04-10
Use SERVER_INFO_1005 in libnetapi.
Günther Deschner
3
-11
/
+11
2008-04-10
Fix typo.
Günther Deschner
1
-1
/
+1
[next]