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
2011-01-21
s3: Fix a deadlock between smbd and ctdbd
Volker Lendecke
1
-4
/
+18
2011-01-21
s3-spoolss: make it more obvious what winreg_create_printer() does.
Günther Deschner
1
-5
/
+1
2011-01-21
s3-rpcclient: rename duplicate enumkey command to winreg_enumkey.
Günther Deschner
1
-1
/
+1
2011-01-21
s3-spoolss: as smbtorture testing proves: devmode size is the size of the dev...
Günther Deschner
1
-1
/
+1
2011-01-21
s4-smbtorture: make sure there is always driverextra data in spoolss devmode ...
Günther Deschner
1
-2
/
+10
2011-01-21
s3-spoolss: disallow storing an invalid devmode size.
Günther Deschner
1
-0
/
+6
2011-01-21
s4-smbtorture: add tests for the size member of spoolss devicemodes.
Günther Deschner
1
-1
/
+5
2011-01-21
s4-smbtorture: prepare devicemode test for expected result tests.
Günther Deschner
1
-9
/
+15
2011-01-21
s4-smbtorture: add some paranoia checks for 0 sized devmodes.
Günther Deschner
1
-0
/
+15
2011-01-21
s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME
Michael Adam
1
-2
/
+2
2011-01-21
s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshot
Volker Lendecke
1
-0
/
+4
2011-01-21
s3:registry correct a debug level
Christian Ambach
1
-1
/
+1
2011-01-21
s3:winbind: Protect against invalid winbindd_cache entries in lookuprids
Volker Lendecke
1
-1
/
+2
2011-01-21
s3-net: add roundtrip tests for registry import/export
Gregor Beck
1
-0
/
+88
2011-01-21
packaging(RHEL-CTDB): explicitly build the tsm vfs module.
Volker Lendecke
1
-1
/
+1
2011-01-21
s3: Fix the code to immediately disconnect from a non-working ctdbd
Volker Lendecke
1
-0
/
+1
2011-01-21
s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)
Rusty Russell
1
-1
/
+11
2011-01-21
pidl:Samba4/NDR/Client: remove compat mode for dcerpc_pipe based bindings
Stefan Metzmacher
1
-57
/
+0
2011-01-21
s3:librpc: remove prototype of dcerpc_binding_handle_set_ref_alloc()
Stefan Metzmacher
1
-3
/
+0
2011-01-21
Remove all uses of "./" in pathnames - make canonical. This will become impor...
Jeremy Allison
1
-50
/
+78
2011-01-20
Ensure we don't use "./" in findfirst pathnames. Use a directory open of "." ...
Jeremy Allison
1
-4
/
+8
2011-01-20
Make processing of incoming stream rename paths common between reply_mv and n...
Jeremy Allison
3
-23
/
+48
2011-01-21
s4/wintest New ESXi configuration file
Zahari Zahariev
1
-0
/
+46
2011-01-20
s4-auth Remove special case for account_sid from auth_serversupplied_info
Andrew Bartlett
14
-288
/
+257
2011-01-20
s4-gensec Add prototype for gensec_ntlmssp_init()
Andrew Bartlett
1
-0
/
+2
2011-01-20
libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.
Andrew Bartlett
3
-123
/
+159
2011-01-20
s4:selftest: mark samba4.nbt.winsreplication.owned as knownfail
Stefan Metzmacher
1
-0
/
+1
2011-01-20
s4:selftest/skip: remove samba4.tokengroups.python
Stefan Metzmacher
1
-1
/
+0
2011-01-20
s3:smbd: use anonymous_shared_free() for shared memory signing state
Stefan Metzmacher
1
-0
/
+7
2011-01-20
lib/util: add tests for anonymous_shared_allocate/free()
Stefan Metzmacher
3
-1
/
+87
2011-01-20
lib/util: add anonymous_shared_free()
Stefan Metzmacher
2
-2
/
+40
2011-01-20
lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
Stefan Metzmacher
3
-3
/
+3
2011-01-20
lib/util: fix rounding to page size in allocate_anonymous_shared()
Stefan Metzmacher
1
-1
/
+5
2011-01-19
s4-selftest Remove knownfail for tokengroups test
Andrew Bartlett
1
-1
/
+0
2011-01-19
s4-dsdb Don't use None as the input to the GENSEC loop in tokengroups test
Andrew Bartlett
1
-1
/
+1
2011-01-19
s3-param: Fixed code block in max_open_files().
Andreas Schneider
1
-1
/
+1
2011-01-19
s3-smbd: Fixed a possible null pointer dereference.
Andreas Schneider
1
-1
/
+3
2011-01-19
wafsamba: quote CPP and CC values when calling pidl
Stefan Metzmacher
1
-4
/
+4
2011-01-19
s4:selftest/skip: add samba4.tokengroups.python
Stefan Metzmacher
2
-1
/
+2
2011-01-19
s4-dsdb Add PAC validation test to tokengroups test.
Andrew Bartlett
2
-21
/
+79
2011-01-19
s4-pyauth Fix AuthContext wrapper
Andrew Bartlett
1
-2
/
+13
2011-01-19
s4-auth Allow NULL methods to be specified to auth_context_create_methods()
Andrew Bartlett
1
-14
/
+3
2011-01-19
s4-dsdb Add a test of the tokenGroups behaviour on the user's DN.
Andrew Bartlett
1
-3
/
+21
2011-01-19
s4-gensec Remove special case 'for SASL' that is not required any more.
Andrew Bartlett
1
-13
/
+0
2011-01-19
tdb: Added doxygen documentation.
Andreas Schneider
3
-25
/
+2454
2011-01-19
s3: Add wbinfo --dc-info
Volker Lendecke
8
-2
/
+284
2011-01-19
Add DELETE-LN test to show bug #7863 - Unlink may unlink wrong file when hard...
Jeremy Allison
1
-0
/
+111
2011-01-19
waf: change private libraries to use the same soname as public libraries
Andrew Tridgell
1
-7
/
+5
2011-01-19
pygensec: remove special case handling for None for buffers
Andrew Tridgell
2
-36
/
+29
2011-01-19
Fix "net usersidlist" not to skip every other user
Olly Betts
1
-1
/
+0
[next]