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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-07
Add krb5 cc env to libnetapi_ctx.
Günther Deschner
1
-0
/
+4
2008-01-07
Let libnetapi use it's own krb5 cred cache in memory if necessary.
Günther Deschner
1
-0
/
+33
2008-01-07
Rearrange order of libnet join context init.
Günther Deschner
1
-3
/
+3
2008-01-07
Free libnet_JoinCtx after joining.
Günther Deschner
1
-1
/
+4
2008-01-07
Close registry in libnetapi_free().
Günther Deschner
1
-0
/
+1
2008-01-07
Add NET_API_STATUS_SUCCESS define.
Günther Deschner
2
-10
/
+14
2008-01-07
Add free_local_machine_name().
Günther Deschner
2
-0
/
+6
2008-01-07
Fix two memleaks in libnetapi.
Günther Deschner
1
-1
/
+4
2008-01-07
In gfree_debugsyms() free the format_bufr as well.
Günther Deschner
1
-0
/
+2
2008-01-07
Failure while unjoining a domain is non-critical.
Günther Deschner
1
-8
/
+2
2008-01-05
Fix missing return - should be void.
Jeremy Allison
1
-1
/
+1
2008-01-05
Add general '-e' option to enable smb encryption
Jeremy Allison
2
-1
/
+19
2008-01-04
Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.
Günther Deschner
1
-8
/
+4
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2
-95
/
+0
2008-01-04
Rename server_name to dc_name in libnet join structures.
Günther Deschner
1
-6
/
+8
2008-01-04
In libnet_join finally separate the admin from the machine pwd entirely.
Günther Deschner
1
-5
/
+5
2008-01-04
Add debug switch to netdomjoin.
Günther Deschner
1
-2
/
+10
2008-01-04
Minor cosmetic cleanup for netdomjoin-gui.
Günther Deschner
2
-18
/
+37
2008-01-04
Fix some error strings in netdomjoin-gui.
Günther Deschner
1
-12
/
+31
2008-01-03
Minor libnetapi join cosmetic cleanup.
Günther Deschner
1
-3
/
+3
2008-01-03
Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().
Michael Adam
1
-2
/
+2
2008-01-03
Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.
Günther Deschner
1
-1
/
+0
2008-01-03
Trivial simplification
Volker Lendecke
1
-3
/
+2
2008-01-02
Convert the little caches in util_sock.c to use
Jeremy Allison
1
-47
/
+118
2008-01-02
Merge branch 'work/v3-2-test' into v3-2-test
Gerald (Jerry) Carter
1
-24
/
+25
2008-01-02
use C99 bool return types (true & false).
Gerald (Jerry) Carter
1
-17
/
+17
2008-01-02
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
Gerald (Jerry) Carter
1
-7
/
+8
2008-01-02
Use the proper boolean constants.
Michael Adam
1
-2
/
+2
2007-12-29
Remove tiny code duplication
Volker Lendecke
2
-30
/
+1
2007-12-29
Make [un]marshall_sec_desc use librpc/ndr
Volker Lendecke
1
-25
/
+29
2007-12-29
Remove tiny code duplication
Volker Lendecke
3
-21
/
+9
2007-12-28
Convert get_root_nt_token to memcache
Volker Lendecke
1
-0
/
+1
2007-12-28
don't store cache_readonly in gencache
Volker Lendecke
1
-15
/
+0
2007-12-28
Convert csamuser to memcache
Volker Lendecke
1
-0
/
+1
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
3
-28
/
+60
2007-12-26
Fix some memleaks
Volker Lendecke
1
-5
/
+6
2007-12-25
Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage
Volker Lendecke
1
-0
/
+4
2007-12-25
Interface detection should not go through the socket wrapper
Volker Lendecke
1
-0
/
+1
2007-12-25
Fix the build
Volker Lendecke
1
-2
/
+1
2007-12-23
tiny simplification
Volker Lendecke
1
-4
/
+0
2007-12-22
Correct netapi header filename. Thanks Jeremy.
Günther Deschner
3
-3
/
+3
2007-12-21
Fix initialization warnings.
Jeremy Allison
1
-1
/
+1
2007-12-21
Compile fix: Correct use of wbcDomainInfo() after function signature change.
Gerald (Jerry) Carter
1
-4
/
+3
2007-12-21
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
1
-0
/
+325
2007-12-21
Move gtk app to the correct location. Thanks obnox!
Günther Deschner
1
-0
/
+0
2007-12-21
Move libnetapi examples into subdirs.
Günther Deschner
6
-7
/
+17
2007-12-21
Add netdomjoin-gui (my first gui application), another libnetapi user.
Günther Deschner
4
-2
/
+1357
2007-12-21
Add netdomjoin cmd line tool (another libnetapi example).
Günther Deschner
2
-1
/
+113
2007-12-21
Add getdc.c, a libnetapi example (incl. Makefile).
Günther Deschner
2
-0
/
+91
2007-12-21
Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi.
Günther Deschner
2
-0
/
+252
[next]