summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't limit the number of retries in wb_trans.Volker Lendecke2009-05-241-8/+0
* Don't set a timeout deep inside wb_connectVolker Lendecke2009-05-241-5/+0
* Change async_connect to use connect instead of getsockopt to get the errorVolker Lendecke2009-05-241-14/+24
* Do queueing in wbclient.cVolker Lendecke2009-05-242-46/+59
* Fix closed_fd(): select returning 0 means no fd listeningVolker Lendecke2009-05-241-4/+7
* Fix wb_simple_trans queueingVolker Lendecke2009-05-241-16/+3
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-245-7/+19
* Allow NULL queue to writev_sendVolker Lendecke2009-05-241-6/+16
* Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on aJeremy Allison2009-05-221-1/+1
* Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...Jeremy Allison2009-05-221-1/+12
* s3:smbd: implement SMB2 Tree DisconnectStefan Metzmacher2009-05-223-1/+38
* s3:smbd: implement SMB2 Tree ConnectStefan Metzmacher2009-05-225-2/+286
* s3:smbd: SMB2 session ids are 64bit...Stefan Metzmacher2009-05-222-3/+3
* tsocket: allow empty vectors at the end for tstream_writev()/readv()Stefan Metzmacher2009-05-221-0/+26
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* s3:smbd: implement SMB2 LogoffStefan Metzmacher2009-05-223-1/+47
* Don't steal when we know the ptr will be null. Thanks to Simo forJeremy Allison2009-05-211-2/+1
* Revert the last two commits (fix for #6386). The actual problemJeremy Allison2009-05-211-7/+9
* Ensure all possible uses of indirection through res are checked afterJeremy Allison2009-05-211-6/+6
* Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.Jeremy Allison2009-05-211-1/+1
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* s3 torture: Fix warningTim Prouty2009-05-211-1/+1
* s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patchTim Prouty2009-05-211-1/+1
* s3:smbd: we want to get the next command offset and not set it...Stefan Metzmacher2009-05-211-1/+1
* s3-build: fix the build of ntlm_auth. Bo Yang, please check.Günther Deschner2009-05-211-1/+1
* s4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownfail list.Günther Deschner2009-05-211-0/+1
* s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang2009-05-221-2/+8
* s3: Fix onlinestatus msg to return status of all domain instead of omitting t...Bo Yang2009-05-221-78/+51
* s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...Bo Yang2009-05-223-2/+58
* s3: Fix request flags in wbinfo when perform krb5 authenticationBo Yang2009-05-221-1/+2
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-204-75/+243
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-2010-383/+588
* s3:smbd: check the incoming session id for SMB2 requestsStefan Metzmacher2009-05-203-2/+98
* s3:smbd: implement SMB2 Session Setup with raw NTLMSSPStefan Metzmacher2009-05-204-1/+221
* s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate responseStefan Metzmacher2009-05-201-0/+3
* s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itselfStefan Metzmacher2009-05-201-42/+42
* s3:smbd: add smbd_smb2_request_done_ex()Stefan Metzmacher2009-05-202-5/+16
* s3:smbd: fix initialized memory in SMB2 responsesStefan Metzmacher2009-05-201-4/+4
* Add a security model to LSA. Similar to the SAMR code - usingJeremy Allison2009-05-201-88/+227
* s4:libcli/smb2: fix session setup with raw NTLMSSPStefan Metzmacher2009-05-201-13/+17
* s4:libcli/smb2: use raw ntlmssp if the server didn't provide a sec blobStefan Metzmacher2009-05-201-1/+8
* s4:libcli/smb2: fill in transport->negotiate.secblob with the correct dataStefan Metzmacher2009-05-201-0/+2
* Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...Volker Lendecke2009-05-201-5/+1
* s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher2009-05-204-0/+93
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-203-0/+38
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-204-1/+132
* s3:smbd: make negprot_spnego() non staticStefan Metzmacher2009-05-202-1/+3
* s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher2009-05-204-0/+1050
* s3:param: add PROTOCOL_SMB2Stefan Metzmacher2009-05-202-1/+10
* SMB2-LOCK: let the test pass against samba4Stefan Metzmacher2009-05-201-1/+7