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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-19
Fix a bogus uninitialized variable warning in IDL-based nbt code
Volker Lendecke
1
-1
/
+1
2008-04-19
Fix bug 5400
Volker Lendecke
1
-2
/
+2
2008-04-19
Fix bug 5399
Volker Lendecke
1
-5
/
+0
2008-04-19
Fix bug 5398
Volker Lendecke
1
-3
/
+3
2008-04-19
Fix an uninitialized variable
Volker Lendecke
1
-1
/
+1
2008-04-19
WHATNEW.txt: add my latest changes
Stefan Metzmacher
1
-0
/
+8
2008-04-18
winbindd: create the messaging conntext earlier
Stefan Metzmacher
1
-7
/
+17
2008-04-18
winbindd: call reinit_after_fork() in the child processes
Stefan Metzmacher
2
-6
/
+4
2008-04-18
nmbd: create the messaging conntext earlier
Stefan Metzmacher
1
-3
/
+12
2008-04-18
nmbd: call reinit_after_fork() in all needed cases
Stefan Metzmacher
2
-0
/
+10
2008-04-18
printing: call reinit_after_fork() in the backgroundqueue process
Stefan Metzmacher
1
-0
/
+5
2008-04-18
smbd: create the messaging conntext earlier
Stefan Metzmacher
1
-11
/
+16
2008-04-18
smbd: call reinit_after_fork() in the needed places
Stefan Metzmacher
1
-16
/
+6
2008-04-18
loadparm: make it possible to just load the config without following "include...
Stefan Metzmacher
1
-10
/
+43
2008-04-18
util: add reinit_after_fork() function
Stefan Metzmacher
1
-0
/
+30
2008-04-18
smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb tree
Stefan Metzmacher
1
-2
/
+4
2008-04-18
messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...
Stefan Metzmacher
1
-0
/
+18
2008-04-18
messages_ctdbd: make sure a ctdbd connection is only used in the process that...
Stefan Metzmacher
1
-1
/
+11
2008-04-18
IDL: make idl.
Günther Deschner
2
-0
/
+19
2008-04-18
IDL: Add type 23 in nbt_ntlogon_request reply packets.
Günther Deschner
1
-0
/
+1
2008-04-18
Janitor for tridge. Keep lib/replace in sync with the gcc4
Jeremy Allison
4
-5
/
+6
2008-04-17
IDL: Re-run make idl and hand merge some required functions from Samba 4.
Günther Deschner
5
-38
/
+94
2008-04-17
IDL: add dom_sid0 to security.idl (hand merge from samba4).
Günther Deschner
1
-0
/
+3
2008-04-17
loadparm: reactivate special semantics of "include = registry" for now.
Michael Adam
1
-0
/
+18
2008-04-17
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
7
-110
/
+306
2008-04-17
Fix the problem when -L is used with IPv6 addresses. Don't try to
Jeremy Allison
1
-0
/
+8
2008-04-17
Merge commit 'samba/v3-2-test' into wbc-test
Gerald W. Carter
27
-372
/
+9321
2008-04-17
Remove unused variable from wbcCheckTrustCredentials().
Gerald W. Carter
1
-1
/
+0
2008-04-17
Convert "wbinfo -m" to use wbcListTrusts() API call.
Gerald W. Carter
1
-84
/
+50
2008-04-17
Add wbcListTrusts() API call to libwbclient.so
Gerald W. Carter
2
-6
/
+238
2008-04-17
nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0
Stefan Metzmacher
1
-6
/
+4
2008-04-17
rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce
Jelmer Vernooij
4
-196
/
+33
2008-04-17
Follow error code name convention in libwbclient.
Gerald W. Carter
4
-14
/
+14
2008-04-17
Fix gcc uninitialized variable used warning.
Jeremy Allison
1
-6
/
+5
2008-04-17
build: add missing dependency for libtdb.so to pam_smbpass
Michael Adam
1
-1
/
+1
2008-04-17
Move GETDC mailslot out of winbindd.
Günther Deschner
2
-162
/
+167
2008-04-17
IDL: build generated nbt code.
Günther Deschner
5
-3
/
+23
2008-04-17
IDL: Add autogenerated nbt files.
Günther Deschner
5
-0
/
+5963
2008-04-17
IDL: Build nbt.idl always.
Günther Deschner
1
-1
/
+1
2008-04-17
IDL: Add nbt.idl from Samba4.
Günther Deschner
1
-0
/
+700
2008-04-17
wbclient: Remove unused string.
Günther Deschner
1
-1
/
+0
2008-04-17
libnetapi: Disable talloc_enable_leak_report.
Günther Deschner
1
-1
/
+1
2008-04-17
netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.
Günther Deschner
1
-1
/
+1
2008-04-17
libgpo: try nicer output when dumping gpo registry values.
Günther Deschner
1
-1
/
+1
2008-04-17
libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.
Günther Deschner
1
-1
/
+2
2008-04-17
Add some comments.
Jelmer Vernooij
2
-5
/
+23
2008-04-17
Remove copying of interface syntax id.
Jelmer Vernooij
2
-6
/
+2
2008-04-17
fix return code.
Jelmer Vernooij
1
-1
/
+3
2008-04-17
Actually connect to RPC.
Jelmer Vernooij
3
-5
/
+50
2008-04-17
Add simple implementation of several functions in the Samba 4 RPC
Jelmer Vernooij
6
-1
/
+2366
[next]