summaryrefslogtreecommitdiffstats
path: root/source3/smbd
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: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-206-374/+537
* 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-203-1/+220
* 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
* s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)Stefan Metzmacher2009-05-203-0/+92
* s3:smbd: allow SMB 2.002 dialect in SMB1 negprotStefan Metzmacher2009-05-203-0/+38
* s3:smbd: add support for SMB2 NegotiateStefan Metzmacher2009-05-203-0/+131
* s3:smbd: make negprot_spnego() non staticStefan Metzmacher2009-05-202-1/+3
* s3:smbd: add infrastructure for SMB2 supportStefan Metzmacher2009-05-203-0/+1049
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-182-17/+44
* s3 sendfile: Fix two bugs in sendfileTim Prouty2009-05-181-3/+4
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-181-6/+0
* Add "file_walk_table" to do stuff with all open filesVolker Lendecke2009-05-181-0/+22
* Make us pass SHORTNAME-TEST.Jeremy Allison2009-05-141-3/+17
* Remove one use of mangle_is_8_3(), not needed.Jeremy Allison2009-05-141-4/+2
* Fix a type-punned warningVolker Lendecke2009-05-141-1/+1
* s3 onefs: Self-contend level2 oplocks on BRLZack Kirsch2009-05-121-1/+0
* s3: Fix strict locking with chained readsTim Prouty2009-05-121-22/+24
* Fix warning about unused label with no sendfile.Jeremy Allison2009-05-111-1/+2
* Pass also sername to check password scriptSimo Sorce2009-05-091-4/+12
* Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangledVolker Lendecke2009-05-091-6/+11
* s3: Fix chained sesssetupAndX/tconn messagesTim Prouty2009-05-081-0/+7
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+4
* Expand the comment explaining why user_in_group_sid isJeremy Allison2009-05-081-1/+6
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-05-081-3/+18
* s3:smbd: fix the fix for mapped IPv4 address handling in release_ip().Michael Adam2009-05-081-2/+2
* s3: make release_ip() call (ctdb) cope with IPv4 mapped addressesMichael Adam2009-05-081-1/+8
* s3-samr: disable check for ACB_DISABLED in check_oem_password().Günther Deschner2009-05-081-1/+4
* s3-samr: rework check_oem_password() to take a struct samu, not to return one.Günther Deschner2009-05-081-39/+27
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-10/+7
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-052-6/+51
* Fix bug 6302: Give the VFS a chance to read from 0-byte filesVolker Lendecke2009-05-051-8/+9
* Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event.Jeremy Allison2009-05-041-3/+44
* Increase debug level of "create_connection_server_info failed" messageVolker Lendecke2009-05-041-1/+1
* s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner2009-05-041-0/+2
* Fix notify_onelevel: notify is not necessarily enabledVolker Lendecke2009-04-301-0/+4
* s3:vfs: untangle logic for loading and probing modules in vfs_init_custom()Michael Adam2009-04-291-11/+23
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-70/+3
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke2009-04-231-23/+7
* Fix profile acls in some corner casesSimo Sorce2009-04-221-3/+18
* Avoid duplicate acesSimo Sorce2009-04-221-7/+48
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-211-4/+4
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-202-3/+3
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-207-20/+350
|\
| * Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-04-201-7/+23
| * Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-191-1/+1