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
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add free_local_machine_name().
Günther Deschner
2008-01-07
2
-0
/
+6
*
Fix two memleaks in libnetapi.
Günther Deschner
2008-01-07
1
-1
/
+4
*
In gfree_debugsyms() free the format_bufr as well.
Günther Deschner
2008-01-07
1
-0
/
+2
*
Failure while unjoining a domain is non-critical.
Günther Deschner
2008-01-07
1
-8
/
+2
*
Fix missing return - should be void.
Jeremy Allison
2008-01-05
1
-1
/
+1
*
Add general '-e' option to enable smb encryption
Jeremy Allison
2008-01-05
2
-1
/
+19
*
Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.
Günther Deschner
2008-01-04
1
-8
/
+4
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
2
-95
/
+0
*
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
*
Trivial simplification
Volker Lendecke
2008-01-03
1
-3
/
+2
*
Convert the little caches in util_sock.c to use
Jeremy Allison
2008-01-02
1
-47
/
+118
*
Merge branch 'work/v3-2-test' into v3-2-test
Gerald (Jerry) Carter
2008-01-02
1
-24
/
+25
|
\
|
*
use C99 bool return types (true & false).
Gerald (Jerry) Carter
2008-01-02
1
-17
/
+17
|
*
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
Gerald (Jerry) Carter
2008-01-02
1
-7
/
+8
*
|
Use the proper boolean constants.
Michael Adam
2008-01-02
1
-2
/
+2
|
/
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
2
-30
/
+1
*
Make [un]marshall_sec_desc use librpc/ndr
Volker Lendecke
2007-12-29
1
-25
/
+29
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
3
-21
/
+9
*
Convert get_root_nt_token to memcache
Volker Lendecke
2007-12-28
1
-0
/
+1
*
don't store cache_readonly in gencache
Volker Lendecke
2007-12-28
1
-15
/
+0
*
Convert csamuser to memcache
Volker Lendecke
2007-12-28
1
-0
/
+1
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
3
-28
/
+60
*
Fix some memleaks
Volker Lendecke
2007-12-26
1
-5
/
+6
*
Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage
Volker Lendecke
2007-12-25
1
-0
/
+4
*
Interface detection should not go through the socket wrapper
Volker Lendecke
2007-12-25
1
-0
/
+1
*
Fix the build
Volker Lendecke
2007-12-25
1
-2
/
+1
*
tiny simplification
Volker Lendecke
2007-12-23
1
-4
/
+0
*
Correct netapi header filename. Thanks Jeremy.
Günther Deschner
2007-12-22
3
-3
/
+3
*
Fix initialization warnings.
Jeremy Allison
2007-12-21
1
-1
/
+1
*
Compile fix: Correct use of wbcDomainInfo() after function signature change.
Gerald (Jerry) Carter
2007-12-21
1
-4
/
+3
*
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
2007-12-21
1
-0
/
+325
*
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
*
Add netdomjoin-gui (my first gui application), another libnetapi user.
Günther Deschner
2007-12-21
4
-2
/
+1357
*
Add netdomjoin cmd line tool (another libnetapi example).
Günther Deschner
2007-12-21
2
-1
/
+113
*
Add getdc.c, a libnetapi example (incl. Makefile).
Günther Deschner
2007-12-21
2
-0
/
+91
[next]