summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:torture:smb2: add a durable-open.read-only testMichael Adam2012-09-231-0/+95
* script/autobuild.py: remove --rebase-master and --push-master optionsStefan Metzmacher2012-09-231-18/+3
* s3:vfs_fake_acls fix a compiler warningChristian Ambach2012-09-231-1/+1
* s3:winbindd fix a compiler warningChristian Ambach2012-09-221-1/+1
* script/autobuild.py: add --log-base optionStefan Metzmacher2012-09-221-3/+6
* script/autobuild.py: add log_base variable to avoid hardcoded valuesStefan Metzmacher2012-09-221-11/+14
* script/autobuild.py: add --branch optionStefan Metzmacher2012-09-221-5/+8
* script/autobuild.py: use some variables for push_remote and push_branchStefan Metzmacher2012-09-221-4/+9
* script/autobuild.py: use some variables for rebase_remote and rebase_branchStefan Metzmacher2012-09-221-27/+53
* selftest: skip the samba4.smb2.compound testsuiteMichael Adam2012-09-221-0/+1
* s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam2012-09-221-1/+1
* selftest: we fail samba3.smb2.compound.interim2Michael Adam2012-09-221-0/+1
* s4:torture:smb2:compound: remove two unused macrosMichael Adam2012-09-221-3/+0
* s4:torture:smb2: don't skip the compound.interim2 test for non win7/win2k8Michael Adam2012-09-221-4/+0
* s4:torture:smb2: don't skip the compound.interim1 test for non win7/win2k8Michael Adam2012-09-221-4/+0
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-226-8/+0
* s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-14/+2
* s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-18/+0
* s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...Stefan Metzmacher2012-09-221-34/+1
* s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher2012-09-221-2/+1
* s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-26/+3
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-09-221-2/+6
* s4:torture:smb2: extend the compound.invalid1 testStefan Metzmacher2012-09-221-3/+8
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-09-222-51/+3
* s3:smbd:smb2: add check for session_status for compound requestsMichael Adam2012-09-221-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-09-221-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-09-221-0/+4
* s4:torture:smb2: fix the compound.invalid3 test to work against windowsMichael Adam2012-09-221-2/+2
* s4:torture:smb2: fix compound.related3 test to work against windowsMichael Adam2012-09-221-2/+2
* s3: Compound requests should continue processing.Ira Cooper2012-09-221-3/+2
* build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SETAndrew Bartlett2012-09-223-9/+9
* build: Try not build with LDAP if we do not have ldap.hAndrew Bartlett2012-09-221-1/+1
* s4:dns.py: reproducer for (bug #9184)Stefan Metzmacher2012-09-221-0/+29
* lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher2012-09-221-4/+1
* libcli/echo: validate the message lengthStefan Metzmacher2012-09-221-0/+5
* s3:pdb_ldap remove unused functionChristian Ambach2012-09-221-23/+0
* s3:rpcclient fix a compiler warningChristian Ambach2012-09-221-0/+2
* s3:utils/net fix a compiler warningChristian Ambach2012-09-221-1/+1
* auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...Andrew Bartlett2012-09-221-0/+3
* s3:smbd: release the share mode lock before calling exit_server() (bug #9191)Stefan Metzmacher2012-09-211-0/+2
* s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supportedGregor Beck2012-09-211-0/+1
* libtorture: factor out simple ui backendGregor Beck2012-09-214-65/+88
* s3:dbwrap: remove unused args from db_open_file()Gregor Beck2012-09-212-6/+2
* s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...Gregor Beck2012-09-211-2/+5
* dynconfig/config.m4: disallow --prefix=/usr and --prefix=/usr/local without -...Stefan Metzmacher2012-09-211-0/+4
* libwbclient: bump ABI to 0.11 as wbcAuthenticateUserEx now provides PAC parsingAndrew Bartlett2012-09-213-2/+79
* s4-torture: Complete test for winbindd PAC parsingChristof Schmitt2012-09-201-6/+86
* auth/kerberos: Adjust log level for failed PAC signature verificationChristof Schmitt2012-09-201-1/+1
* winbind: Extend wbcAuthenticateUserEx to provide PACChristof Schmitt2012-09-206-27/+191
* auth: Fix some nonempty blank linesVolker Lendecke2012-09-201-61/+59