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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-15
Use the proper boolean functions.
Michael Adam
1
-3
/
+3
2008-01-15
Remove some trailing spaces.
Michael Adam
1
-10
/
+9
2008-01-15
krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any more
Stefan Metzmacher
1
-1
/
+1
2008-01-15
nss_winbind: nss_winbind.so doesn't need socket wrapper any more
Stefan Metzmacher
1
-1
/
+1
2008-01-15
pam_winbind: pam_winbind.so doesn't need soecket wrapper any more
Stefan Metzmacher
1
-1
/
+1
2008-01-15
libwbclient: libwbclient.so doesn't need socket nor nss wrapper any more
Stefan Metzmacher
1
-4
/
+4
2008-01-15
nsswitch/: we don't need socket or nss wrapper in the winbind client code
Stefan Metzmacher
1
-0
/
+8
2008-01-15
No need to re-establish AD connection all the time.
Günther Deschner
1
-8
/
+0
2008-01-15
Use dsgetdcname() to find a dc when unjoining in libnetjoin.
Günther Deschner
1
-0
/
+23
2008-01-15
Re-arrange pre- and postprocessing code in libnetjoin.
Günther Deschner
1
-19
/
+84
2008-01-15
Fix some warnings -- Jeremy, please check
Volker Lendecke
2
-7
/
+7
2008-01-15
Implement vfs_ea_tdb
Volker Lendecke
9
-3
/
+905
2008-01-15
libwbclient: add wbclient.pc.in
Stefan Metzmacher
2
-1
/
+17
2008-01-15
libwbclient: install wbclient.h into the same path as smbclient.h
Stefan Metzmacher
1
-2
/
+3
2008-01-15
libwbclient: move wbc_err.h into wbclient.h as we only install one header
Stefan Metzmacher
2
-52
/
+26
2008-01-15
Add True/False bool cleanup script.
Günther Deschner
1
-0
/
+19
2008-01-14
Windows insists on write sizes < max_xmit on signed connections.
Jeremy Allison
1
-3
/
+6
2008-01-14
Fix crash in winbind clients: instead of talloc-based pointer we passed addre...
Alexander Bokovoy
1
-1
/
+1
2008-01-14
Add detection for need of update to the registry db.
Michael Adam
7
-6
/
+72
2008-01-14
Some more minor cleanup for "net rpc audit".
Günther Deschner
1
-58
/
+54
2008-01-14
Print principal in debug statement in kerberos_kinit_password() as well.
Günther Deschner
1
-1
/
+2
2008-01-14
Re-run make idl to update lsa idl.
Günther Deschner
5
-26
/
+62
2008-01-14
Use lsa_PolicyInfo enum in lsa policy info calls.
Günther Deschner
1
-5
/
+5
2008-01-14
Fix all callers of old rpccli_lsa_set_info_policy() call.
Günther Deschner
1
-39
/
+45
2008-01-14
Fix prototypes for lsa set info policy calls.
Günther Deschner
1
-2
/
+8
2008-01-14
Remove old lsa set info policy call.
Günther Deschner
3
-109
/
+0
2008-01-14
Re-run make idl for new lsa calls.
Günther Deschner
3
-2
/
+102
2008-01-14
Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
Günther Deschner
1
-2
/
+10
2008-01-14
Remove more redundant lsa parsing functions.
Günther Deschner
2
-372
/
+0
2008-01-14
Fix rpcclient display_trust_dom_info().
Günther Deschner
1
-1
/
+1
2008-01-14
Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trusted
Günther Deschner
1
-8
/
+14
2008-01-14
Remove some more hand written LSA rpc.
Günther Deschner
2
-111
/
+6
2008-01-14
Start removing hand-written lsa marshalling code (namely
Günther Deschner
3
-307
/
+0
2008-01-14
Use some more pidl generated LSA rpc in rpcclient.
Günther Deschner
1
-59
/
+46
2008-01-14
Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.
Michael Adam
1
-4
/
+7
2008-01-14
Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."
Günther Deschner
1
-2
/
+1
2008-01-14
"make test_shlibs" shows unresolved symbols for -lwbclient.
Günther Deschner
1
-1
/
+2
2008-01-14
samba3 already has tdb_validate()
Andrew Tridgell
2
-43
/
+0
2008-01-14
merged tdb fix from ctdb tree
Andrew Tridgell
3
-0
/
+123
2008-01-14
Reset the failed counter in test_wbinfo_s3.sh.
Michael Adam
1
-0
/
+2
2008-01-13
Fix a syntax error in script/tests/test_local_s3.sh .
Michael Adam
1
-1
/
+1
2008-01-13
Add and modify comments in net_conf.c
Michael Adam
1
-8
/
+42
2008-01-13
Add explicit creation of shares to net conf import function.
Michael Adam
1
-0
/
+4
2008-01-13
Make use of the new libnet_conf_delete_global_parameter() function.
Michael Adam
1
-1
/
+1
2008-01-13
Add a function libnet_conf_delete_global_parameter() to libnet_conf.c
Michael Adam
1
-0
/
+21
2008-01-13
Add a function libnet_conf_get_global_parameter() to libnet_conf.c
Michael Adam
1
-0
/
+25
2008-01-13
Move libnet_conf_set_global_parameter() inside libnet_conf.c
Michael Adam
1
-30
/
+23
2008-01-13
Add a comment header to libnet_conf_set_global_parameter().
Michael Adam
1
-0
/
+6
2008-01-13
Add auto-adding of [global] to libnet_conf_set_global_parameter().
Michael Adam
1
-1
/
+12
2008-01-13
Remove auto-generation of missing share from libnet_conf_set_parameter().
Michael Adam
1
-4
/
+2
[next]