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-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
2012-09-22
s4:torture:smb2: fix the compound.invalid3 test to work against windows
Michael Adam
1
-2
/
+2
2012-09-22
s4:torture:smb2: fix compound.related3 test to work against windows
Michael Adam
1
-2
/
+2
2012-09-22
s3: Compound requests should continue processing.
Ira Cooper
1
-3
/
+2
2012-09-22
build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET
Andrew Bartlett
3
-9
/
+9
2012-09-22
build: Try not build with LDAP if we do not have ldap.h
Andrew Bartlett
1
-1
/
+1
2012-09-22
s4:dns.py: reproducer for (bug #9184)
Stefan Metzmacher
1
-0
/
+29
2012-09-22
lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)
Stefan Metzmacher
1
-4
/
+1
2012-09-22
libcli/echo: validate the message length
Stefan Metzmacher
1
-0
/
+5
2012-09-22
s3:pdb_ldap remove unused function
Christian Ambach
1
-23
/
+0
2012-09-22
s3:rpcclient fix a compiler warning
Christian Ambach
1
-0
/
+2
2012-09-22
s3:utils/net fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...
Andrew Bartlett
1
-0
/
+3
2012-09-21
s3:smbd: release the share mode lock before calling exit_server() (bug #9191)
Stefan Metzmacher
1
-0
/
+2
2012-09-21
s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported
Gregor Beck
1
-0
/
+1
2012-09-21
libtorture: factor out simple ui backend
Gregor Beck
4
-65
/
+88
2012-09-21
s3:dbwrap: remove unused args from db_open_file()
Gregor Beck
2
-6
/
+2
2012-09-21
s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...
Gregor Beck
1
-2
/
+5
2012-09-21
dynconfig/config.m4: disallow --prefix=/usr and --prefix=/usr/local without -...
Stefan Metzmacher
1
-0
/
+4
2012-09-21
libwbclient: bump ABI to 0.11 as wbcAuthenticateUserEx now provides PAC parsing
Andrew Bartlett
3
-2
/
+79
2012-09-20
s4-torture: Complete test for winbindd PAC parsing
Christof Schmitt
1
-6
/
+86
2012-09-20
auth/kerberos: Adjust log level for failed PAC signature verification
Christof Schmitt
1
-1
/
+1
[next]