index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
netapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't require "Modify property" perms to unjoin (bug #6481) "net ads leave" s...
Jim McDonough
2009-08-10
1
-0
/
+1
*
s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...
Günther Deschner
2009-03-27
1
-6
/
+12
*
Fix some missing error handlings
Volker Lendecke
2008-12-09
1
-0
/
+5
*
Revert "Fix some missing error handlings"
Karolin Seeger
2008-11-17
1
-5
/
+0
*
Fix some missing error handlings
Volker Lendecke
2008-10-06
1
-0
/
+5
*
netapi: add c++ guard.
Günther Deschner
2008-08-13
1
-1
/
+9
*
netapi: Fix Bug #5545 (libnetapi_init without $USER)
Günther Deschner
2008-06-17
1
-2
/
+6
*
netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.
Günther Deschner
2008-06-09
1
-3
/
+3
*
netdomjoin-gui: fix more gtk runtime warnings.
Günther Deschner
2008-06-09
1
-0
/
+4
*
netdomjoin-gui: disable annoying "reboot now" dialog.
Günther Deschner
2008-06-09
1
-0
/
+4
*
netdomjoin-gui: some minor fixes + hunting down typecast bugs.
Günther Deschner
2008-06-09
1
-11
/
+25
*
dsgetdcname: use existing messaging_context if possible.
Günther Deschner
2008-05-22
2
-3
/
+4
*
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
2008-05-22
1
-5
/
+12
*
netapi: fix returned name buffer in NetGetJoinInformation_r().
Günther Deschner
2008-05-21
1
-1
/
+5
*
netdomjoin-gui: before prompting for creds (for receiving joinable ous), find...
Günther Deschner
2008-05-21
1
-1
/
+31
*
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
Günther Deschner
2008-05-21
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
*
libnetapi: Add Doxyfile.
Günther Deschner
2008-04-22
1
-0
/
+1362
*
netdomjoin-gui: Omit warning when unjoining a domain fails.
Günther Deschner
2008-04-22
1
-0
/
+4
*
libnetapi: Disable talloc_enable_leak_report.
Günther Deschner
2008-04-22
1
-1
/
+1
*
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
Günther Deschner
2008-04-22
1
-1
/
+1
*
libnetapi: Add initial inline doxygen comments.
Günther Deschner
2008-04-22
1
-36
/
+195
*
libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.
Günther Deschner
2008-04-22
1
-10
/
+20
*
libnetapi: do not overwrite status in libnetapi_get_error_string().
Günther Deschner
2008-04-22
1
-2
/
+3
*
libnetapi: Add missing headers.
Günther Deschner
2008-04-22
1
-0
/
+25
*
libnetapi: add libnetapi_set_use_kerberos
Günther Deschner
2008-04-22
4
-2
/
+25
*
libnetapi: Add NetQueryDisplayInformation header.
Günther Deschner
2008-04-22
1
-0
/
+8
*
libnetapi: add NetQueryDisplayInformation example.
Günther Deschner
2008-04-22
2
-1
/
+105
*
libnetapi: fill in NetQueryDisplayInformation_r.
Günther Deschner
2008-04-22
1
-1
/
+295
*
libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.
Günther Deschner
2008-04-22
1
-6
/
+2
*
libnetapi: add NetQueryDisplayInformation skeleton.
Günther Deschner
2008-04-22
3
-0
/
+82
*
libnetapi: don't to try to free NULL struct.
Günther Deschner
2008-04-22
1
-0
/
+4
*
Fix ou handling in netdomjoin-gui.
Günther Deschner
2008-04-22
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-12
4
-48
/
+27
*
Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
Günther Deschner
2008-04-12
2
-0
/
+114
*
Use libnetapi_open_ipc_connection in libnetapi.
Günther Deschner
2008-04-12
5
-180
/
+33
*
Fix one missing netapi_private header.
Günther Deschner
2008-04-12
1
-2
/
+2
*
Split out private headers in libnetapi.
Günther Deschner
2008-04-12
7
-8
/
+80
*
Add very basic cli_cm_* based connection handler to libnetapi.
Günther Deschner
2008-04-12
1
-0
/
+75
*
Use SERVER_INFO_1005 in libnetapi.
Günther Deschner
2008-04-12
3
-11
/
+11
*
Fix typo.
Günther Deschner
2008-04-12
1
-1
/
+1
*
Add NetUserEnum example.
Günther Deschner
2008-04-12
2
-1
/
+107
*
Add NetUserEnum to libnetapi.
Günther Deschner
2008-04-12
4
-1
/
+279
*
Add Add NetUserDel example.
Günther Deschner
2008-04-12
2
-1
/
+89
*
Add NetUserDel to libnetapi.
Günther Deschner
2008-04-12
4
-0
/
+246
*
Add NetUserAdd example.
Günther Deschner
2008-04-12
2
-1
/
+110
*
Add NetUserAdd to libnetapi.
Günther Deschner
2008-04-12
4
-0
/
+436
*
Try to use kerberos in libnetapi.
Günther Deschner
2008-04-12
3
-9
/
+30
[next]