summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Remove current_user references from trans2.cVolker Lendecke2008-06-193-4/+35
* Remove some current_user references from trans2.cVolker Lendecke2008-06-191-19/+25
* Remove reference to current_user from reply.cVolker Lendecke2008-06-191-4/+3
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-1910-41/+43
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-192-5/+5
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-193-24/+24
* RWX on a file does not imply DELETE accessVolker Lendecke2008-06-191-1/+1
* Fix checks in can_delete_file_in_directory()Volker Lendecke2008-06-191-6/+15
* Remove some codeVolker Lendecke2008-06-191-12/+4
* file_access: add a function header comment for can_access_file_acl().Michael Adam2008-06-181-0/+3
* smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()Michael Adam2008-06-181-4/+2
* file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam2008-06-172-4/+4
* Add some debug to notifyVolker Lendecke2008-06-171-0/+6
* Remove the current_user references from open.cVolker Lendecke2008-06-151-6/+4
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-152-5/+5
* Remove unused "extern struct current_user" from dir.cVolker Lendecke2008-06-151-2/+0
* Remove the reference to current_user from file_access.cVolker Lendecke2008-06-151-8/+6
* Move connection-specific vuid cache clear to uid.cVolker Lendecke2008-06-143-16/+25
* Slight refactoring for check_user_ok: It only needs vuid and server_infoVolker Lendecke2008-06-141-20/+18
* Group the access checks together in check_user_ok()Volker Lendecke2008-06-141-6/+8
* Consistently use snum in check_user_okVolker Lendecke2008-06-141-2/+2
* Compare the pointer "vuser" to NULL, not 0Volker Lendecke2008-06-141-1/+1
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-3/+1
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-281-46/+2
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-273-1/+37
* Re-enable the evil "aio write behind" parameter.Jeremy Allison2008-05-261-0/+2
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-253-14/+25
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-253-13/+23
* Remove reference to current_user_info from lanman.cVolker Lendecke2008-05-251-13/+13
* Fix type error in debug messageVolker Lendecke2008-05-201-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-205-22/+40
* Fix bug #5477 - recvfile code was broken.Jeremy Allison2008-05-201-8/+4
* sesssetup.c: Add debug message.Karolin Seeger2008-05-201-0/+3
* Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-192-38/+12
* Simplify fake_file logicVolker Lendecke2008-05-163-58/+41
* Ensure we don't keep searching for sharename if it'sJeremy Allison2008-05-141-3/+3
* Fix debug message.Jeremy Allison2008-05-131-2/+2
* Second part of patch for bug #5460. Cope with pathnamesJeremy Allison2008-05-131-15/+39
* Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison2008-05-132-2/+33
* With force user, we have the same base token for all vuidsVolker Lendecke2008-05-111-1/+9
* Fix a memleak in new auth_serversupplied codeVolker Lendecke2008-05-111-1/+2
* Fix a memleakVolker Lendecke2008-05-101-5/+0
* Remove "user" from connection_structVolker Lendecke2008-05-108-27/+37
* Remove the unix token info from connection_structVolker Lendecke2008-05-104-21/+24
* Replace nt_user_token with server_info in connection_structVolker Lendecke2008-05-103-54/+33
* Empty some nonempty blank linesVolker Lendecke2008-05-101-18/+18
* Make use of talloc_tos() in change_to_user()Volker Lendecke2008-05-101-1/+1
* Next try at making the vuid cache circularVolker Lendecke2008-05-102-10/+13
* find_forced_group can directly change the token in server_infoVolker Lendecke2008-05-101-72/+16
* Add an error return in find_forced_group()Volker Lendecke2008-05-101-0/+5