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
2012-09-24
torture: tidy up rpc.lsa OpenPolicy2 test to more clearly use torture_fail()
Andrew Bartlett
1
-14
/
+10
2012-09-24
build: Add missing dep on tdb_compat
Andrew Bartlett
1
-1
/
+1
2012-09-24
lib/replace: Look for special flags needed for c99
Andrew Bartlett
1
-0
/
+10
2012-09-24
lib/replace: Improve mkstemp test in autoconf and waf
Andrew Bartlett
2
-4
/
+34
2012-09-24
s3:winbindd fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-23
s3:printing only do printing_subsystem_update when printing is enabled
Christian Ambach
1
-1
/
+4
2012-09-23
s4:dns_server - introduce the wildcard binding feature
Matthias Dieter Wallnöfer
1
-10
/
+28
2012-09-23
s3-pylibsmb: Add get_oplock_break
Volker Lendecke
1
-0
/
+120
2012-09-23
s3-pylibsmb: Factor out py_tevent_cond_signal
Volker Lendecke
1
-3
/
+9
2012-09-23
s3-pylibsmb: Reduce the number of warnings
Volker Lendecke
1
-14
/
+32
2012-09-23
s3: Convert cli_oplock_break_waiter to smbXcli
Volker Lendecke
1
-5
/
+18
2012-09-23
s3: Add "readdir" to pylibsmb
Volker Lendecke
1
-0
/
+72
2012-09-23
s3: Fix some nonempty line endings
Volker Lendecke
1
-4
/
+4
2012-09-23
s3-pylibsmb: move py_tevent_req_wait_exc up in the file
Christian Ambach
1
-19
/
+19
2012-09-23
s3-pylibsmb: Factor out py_tevent_cond_wait
Volker Lendecke
1
-14
/
+19
2012-09-23
build: Remove unused define UNIXWARE
Andrew Bartlett
1
-2
/
+1
2012-09-23
lib/replace: Remove unused nap and therefore the SCO define
Andrew Bartlett
2
-12
/
+1
2012-09-23
build: Make waf configure match autoconf for HPUX ACLs
Andrew Bartlett
1
-0
/
+1
2012-09-23
build: Rework waf STAT_ST_BLOCKSIZE to match autoconf, with 512 as the default
Andrew Bartlett
1
-6
/
+13
2012-09-23
lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM
Andrew Bartlett
2
-288
/
+0
2012-09-23
build: Remove unused IRIX and IRIX6 defines
Andrew Bartlett
1
-6
/
+1
2012-09-23
lib/replace: Try to fix build on HP-UX for os2_delete test
Andrew Bartlett
5
-18
/
+7
2012-09-23
ntdb: Try to fix the build on Solaris which does not have err
Andrew Bartlett
3
-2
/
+15
2012-09-23
s4:torture:smb2: add a durable-open.read-only test
Michael Adam
1
-0
/
+95
2012-09-23
script/autobuild.py: remove --rebase-master and --push-master options
Stefan Metzmacher
1
-18
/
+3
2012-09-23
s3:vfs_fake_acls fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
s3:winbindd fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
script/autobuild.py: add --log-base option
Stefan Metzmacher
1
-3
/
+6
2012-09-22
script/autobuild.py: add log_base variable to avoid hardcoded values
Stefan Metzmacher
1
-11
/
+14
2012-09-22
script/autobuild.py: add --branch option
Stefan Metzmacher
1
-5
/
+8
2012-09-22
script/autobuild.py: use some variables for push_remote and push_branch
Stefan Metzmacher
1
-4
/
+9
2012-09-22
script/autobuild.py: use some variables for rebase_remote and rebase_branch
Stefan Metzmacher
1
-27
/
+53
2012-09-22
selftest: skip the samba4.smb2.compound testsuite
Michael Adam
1
-0
/
+1
2012-09-22
s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()
Michael Adam
1
-1
/
+1
2012-09-22
selftest: we fail samba3.smb2.compound.interim2
Michael Adam
1
-0
/
+1
2012-09-22
s4:torture:smb2:compound: remove two unused macros
Michael Adam
1
-3
/
+0
2012-09-22
s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8
Michael Adam
1
-4
/
+0
2012-09-22
s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8
Michael Adam
1
-4
/
+0
2012-09-22
s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written
Michael Adam
6
-8
/
+0
2012-09-22
s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELED
Stefan Metzmacher
1
-14
/
+2
2012-09-22
s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED
Stefan Metzmacher
1
-18
/
+0
2012-09-22
s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...
Stefan Metzmacher
1
-34
/
+1
2012-09-22
s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()
Stefan Metzmacher
1
-2
/
+1
2012-09-22
s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELED
Stefan Metzmacher
1
-26
/
+3
2012-09-22
s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()
Stefan Metzmacher
1
-2
/
+6
2012-09-22
s4:torture:smb2: extend the compound.invalid1 test
Stefan Metzmacher
1
-3
/
+8
2012-09-22
s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...
Michael Adam
2
-51
/
+3
2012-09-22
s3:smbd:smb2: add check for session_status for compound requests
Michael Adam
1
-3
/
+3
2012-09-22
s3:smb2_server: do the req->next_status check before the signing checks
Stefan Metzmacher
1
-15
/
+15
2012-09-22
s3:smb2_server: reset req->last_session_id and req->last_tid after using it
Stefan Metzmacher
1
-0
/
+4
[prev]
[next]