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
2013-02-19
s3:smbXsrv_open: add smbXsrv_open_global_traverse()
Gregor Beck
2
-0
/
+77
2013-02-19
s3:smbXsrv_tcon: pass record in smbXsrv_tcon_global_traverse()
Gregor Beck
1
-0
/
+1
2013-02-19
s3:smbXsrv_session: pass record in smbXsrv_session_global_traverse()
Gregor Beck
1
-0
/
+1
2013-02-19
s3:smbd:smb2: fix segfault (access after free) in durable disconnect code
Michael Adam
2
-0
/
+2
2013-02-19
samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2
Andrew Bartlett
1
-13
/
+17
2013-02-19
samba_upgradeprovision: Do not update privileges.ldb any more (unchanged sinc...
Andrew Bartlett
1
-16
/
+4
2013-02-19
scripting: Make tdb_copy a common util function in samba.tdb_util
Andrew Bartlett
3
-20
/
+43
2013-02-19
scripting: Make tdb_copy use the python subprocess module
Andrew Bartlett
1
-7
/
+9
2013-02-19
samba_upgradeprovision: Remove options to fix FS ACLs
Andrew Bartlett
2
-271
/
+205
2013-02-18
s3:smbd: add debugging to close code (regarding disconnect of a durable)
Michael Adam
1
-0
/
+14
2013-02-18
s4:torture: fix segfault in test_durable_open_open2_oplock()
Stefan Metzmacher
1
-2
/
+4
2013-02-18
s4:torture:smb2: fix segfault on error condition in the durable-open.delete_o...
Michael Adam
1
-5
/
+7
2013-02-18
s4:torture:smb2: fix segfault on error condition in the durable-open.delete_o...
Michael Adam
1
-5
/
+7
2013-02-18
s4:torture:smb2: fix segfault on error condition in the durable-open.reopen4 ...
Michael Adam
1
-5
/
+7
2013-02-18
s4:torture:smb2: fix segfault on error condition in the durable-open.reopen3 ...
Michael Adam
1
-5
/
+7
2013-02-18
s4:torture:smb2: fix segfault on error condition in the durable-open.reopen2a...
Michael Adam
1
-5
/
+7
2013-02-18
s4:torture:smb2: fix segfault on error condition in durable-open.reopen2 test
Michael Adam
1
-5
/
+7
2013-02-18
s4:torture:smb2:durable: make test functions static
Michael Adam
1
-40
/
+40
2013-02-18
s4:torture: add a durable-open-disconnect test (suite)
Michael Adam
3
-0
/
+65
2013-02-18
s3:smbd: use smbXsrv_open_close() instead of smbXsrv_open_update()
Stefan Metzmacher
1
-1
/
+11
2013-02-18
srv_epmapper.c: Fix typo.
Karolin Seeger
1
-5
/
+5
2013-02-18
wb_samba3_cmd.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-02-18
brlock_tdb.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-02-18
srv_netlog_nt.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-02-18
brlock.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-02-18
vfs_gpfs: Fix typos in comments.
Karolin Seeger
1
-2
/
+2
2013-02-18
fault.c: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2013-02-18
docs: Fix typo.
Karolin Seeger
2
-4
/
+4
2013-02-17
s4-nbt: Ensure source4/ nbt client and server honour 'disable netbios'
Andrew Bartlett
2
-2
/
+11
2013-02-17
Fallback to the internal resolver on EAI_FAIL.
Landon Fuller
1
-1
/
+3
2013-02-16
tdb: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-02-15
Fix the maxfids test so that it does not fork lots of processes and so that i...
Richard Sharpe
2
-19
/
+5
2013-02-14
tevent: Remove the previous "standard" tevent backend implementation.
Jeremy Allison
1
-556
/
+1
2013-02-14
tevent: Add in the new implementation of "standard" tevent backend.
Jeremy Allison
1
-6
/
+180
2013-02-14
tevent: Add a private function tevent_poll_event_add_fd_internal().
Jeremy Allison
2
-0
/
+19
2013-02-14
tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname()
Stefan Metzmacher
1
-14
/
+5
2013-02-14
tevent: make sure tevent_backend_init() only runs once
Stefan Metzmacher
1
-0
/
+8
2013-02-14
tevent: Add a utility function tevent_find_ops_byname().
Jeremy Allison
2
-0
/
+23
2013-02-14
tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...
Jeremy Allison
3
-0
/
+18
2013-02-14
tevent: Add in some test code to allow the panic fallback path to be tested.
Jeremy Allison
1
-0
/
+18
2013-02-14
tevent: Plumb in the panic fallback code into the epoll_panic() runtime call.
Jeremy Allison
1
-3
/
+20
2013-02-14
tevent: Add an internal function tevent_epoll_set_panic_fallback().
Jeremy Allison
2
-0
/
+27
2013-02-14
tevent: pass 'bool replay' to epoll_panic()
Stefan Metzmacher
1
-5
/
+6
2013-02-14
tevent: Ensure we return after every call to epoll_panic().
Jeremy Allison
1
-0
/
+2
2013-02-14
tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...
Jeremy Allison
1
-1
/
+1
2013-02-14
docs: fix typo in serverrole.xml
Samba-JP oota
1
-1
/
+1
2013-02-14
waf: Make sure we link against samba-util.
Andreas Schneider
1
-0
/
+1
2013-02-13
s3:idmap_autorid: fix freeing of non-talloced memory (uninitialized pointer) ...
Michael Adam
1
-1
/
+1
2013-02-13
Add a herald with version string to smbtorture
Richard Sharpe
1
-0
/
+2
2013-02-12
Fix bug 9519 - Samba returns unexpected error on SMB posix open.
Jeremy Allison
1
-2
/
+9
[prev]
[next]