summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* Fix bug disclosed by lock8 torture testVolker Lendecke2009-05-201-0/+17
* Demonstrate a bug we have when dealing with real os-level share modesVolker Lendecke2009-05-201-0/+75
* s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2009-05-201-0/+2
* Do not do a merged build without shared libsVolker Lendecke2009-05-201-0/+1
* Only build the krb5 locator when building shared libsVolker Lendecke2009-05-201-1/+3
* Make local-wbclient flexible in # of connections and opsVolker Lendecke2009-05-191-4/+6
* Fix wb_trans_done after conversion to unix calling conventionsVolker Lendecke2009-05-191-2/+2
* Fix an uninitialized variable in wb_context_initVolker Lendecke2009-05-191-0/+1
* Another attempt at fixing the static build of vfs_notify_famVolker Lendecke2009-05-191-5/+6
* Fix detection of "enum FAMCodes"Volker Lendecke2009-05-191-1/+1
* s3 onefs: Removing an incorrect TALLOC_FREEAravind Srinivasan2009-05-191-1/+0
* Use TDB_VOLATILE instead of tdb_set_max_dead()Volker Lendecke2009-05-191-5/+2
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-183-18/+45
* s3 sendfile: Fix two bugs in sendfileTim Prouty2009-05-181-3/+4
* Change access_check_samr_object -> access_check_object.Jeremy Allison2009-05-183-24/+25
* s3-lsa: let _lsa_OpenPolicy() just call _lsa_OpenPolicy2().Günther Deschner2009-05-191-37/+6
* s3-selftest: enable RPC-SAMR-USERS-PRIVILEGES.Günther Deschner2009-05-181-1/+1
* Fix SAMR server for winbindd access. Ensure we allowJeremy Allison2009-05-181-2/+2
* s3-lsa: let _lsa_GetSystemAccessAccount() call into _lsa_EnumPrivsAccount().Günther Deschner2009-05-181-3/+23
* s3-lsa: start a very basic implementation of _lsa_DeleteObject().Günther Deschner2009-05-181-1/+23
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-182-8/+22
* Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke2009-05-184-25/+40
* In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke2009-05-181-0/+16
* Add "file_walk_table" to do stuff with all open filesVolker Lendecke2009-05-182-0/+26
* Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke2009-05-181-2/+8
* Fix broken pipe handlingVolker Lendecke2009-05-182-4/+4
* Fix a type-punned warningVolker Lendecke2009-05-181-1/+1
* s3: tevent_req_poll() loops forever when pipe is brokenBo Yang2009-05-192-1/+28
* s3:fix bug #6371, unsuccessful net conf setparm leaves empty shareMichael Adam2009-05-171-3/+25