index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
netapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Improve libnetapi_set_error_string().
Günther Deschner
2008-01-18
2
-7
/
+39
*
Use new pidl-generated netlogon client calls in NetApi GetDcName().
Günther Deschner
2008-01-17
2
-38
/
+8
*
Use lp_config_backend_is_registry() instead of lp_include_registry_globals().
Michael Adam
2008-01-16
1
-1
/
+1
*
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
2008-01-13
1
-1
/
+17
*
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
2008-01-11
1
-2
/
+2
*
Fix libnetapi error string callers.
Günther Deschner
2008-01-11
3
-7
/
+7
*
Include some basic headers in netapi.h.
Günther Deschner
2008-01-11
1
-0
/
+10
*
Refactor libnetapi error string functions a bit.
Günther Deschner
2008-01-11
2
-6
/
+20
*
Correctly free buffers in netdomjoin-gui.
Günther Deschner
2008-01-08
1
-1
/
+8
*
Make name_buffer in NetGetJoinInformation() talloced.
Günther Deschner
2008-01-08
1
-2
/
+2
*
Add NetApiBufferFree() to libnetapi.
Günther Deschner
2008-01-08
2
-0
/
+19
*
Fix crash bug when strequal is used too late in libnetapi_free.
Günther Deschner
2008-01-08
1
-5
/
+8
*
Enable talloc reporting in libnetapi if DEVELOPER compiled.
Günther Deschner
2008-01-07
1
-0
/
+3
*
In libnetapi example, use libnetapi_get_error_string().
Günther Deschner
2008-01-07
1
-1
/
+6
*
In the local path of NetJoinDomain, try to get error string from libnetjoin.
Günther Deschner
2008-01-07
1
-0
/
+3
*
Add libnetapi_set_error_string and libnetapi_get_error_string.
Günther Deschner
2008-01-07
2
-4
/
+33
*
Add krb5 cc env to libnetapi_ctx.
Günther Deschner
2008-01-07
1
-0
/
+4
*
Let libnetapi use it's own krb5 cred cache in memory if necessary.
Günther Deschner
2008-01-07
1
-0
/
+33
*
Rearrange order of libnet join context init.
Günther Deschner
2008-01-07
1
-3
/
+3
*
Free libnet_JoinCtx after joining.
Günther Deschner
2008-01-07
1
-1
/
+4
*
Close registry in libnetapi_free().
Günther Deschner
2008-01-07
1
-0
/
+1
*
Add NET_API_STATUS_SUCCESS define.
Günther Deschner
2008-01-07
2
-10
/
+14
*
Fix two memleaks in libnetapi.
Günther Deschner
2008-01-07
1
-1
/
+4
*
Failure while unjoining a domain is non-critical.
Günther Deschner
2008-01-07
1
-8
/
+2
*
Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.
Günther Deschner
2008-01-04
1
-8
/
+4
*
Rename server_name to dc_name in libnet join structures.
Günther Deschner
2008-01-04
1
-6
/
+8
*
In libnet_join finally separate the admin from the machine pwd entirely.
Günther Deschner
2008-01-04
1
-5
/
+5
*
Add debug switch to netdomjoin.
Günther Deschner
2008-01-04
1
-2
/
+10
*
Minor cosmetic cleanup for netdomjoin-gui.
Günther Deschner
2008-01-04
2
-18
/
+37
*
Fix some error strings in netdomjoin-gui.
Günther Deschner
2008-01-04
1
-12
/
+31
*
Minor libnetapi join cosmetic cleanup.
Günther Deschner
2008-01-03
1
-3
/
+3
*
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Michael Adam
2008-01-03
1
-2
/
+2
*
Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.
Günther Deschner
2008-01-03
1
-1
/
+0
*
Fix the build
Volker Lendecke
2007-12-25
1
-2
/
+1
*
Correct netapi header filename. Thanks Jeremy.
Günther Deschner
2007-12-22
3
-3
/
+3
*
Move gtk app to the correct location. Thanks obnox!
Günther Deschner
2007-12-21
1
-0
/
+0
*
Move libnetapi examples into subdirs.
Günther Deschner
2007-12-21
6
-7
/
+17
[next]