summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison2008-07-011-1/+1
* Let send_trans_reply work on only the inbufVolker Lendecke2008-06-282-53/+56
* Factor out create_outbuf, creating an outbuf just given an inbufVolker Lendecke2008-06-281-9/+20
* Fix a debug messageVolker Lendecke2008-06-261-1/+1
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-262-2/+2
* remove unused extern current_user from lanman.cVolker Lendecke2008-06-261-2/+0
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-261-6/+12
* smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* smbd: don't panic if messaging_init() fails but return NULLMichael Adam2008-06-261-1/+1
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-241-17/+53
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-11/+11
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-221-0/+1
* Fix an abort in junction_to_local_pathVolker Lendecke2008-06-221-1/+1
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-221-0/+2
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-221-1/+2
* Fix a double-closedir() in form_junctions()Volker Lendecke2008-06-211-1/+0
* Remove current_user references from nttrans.cVolker Lendecke2008-06-191-3/+2
* 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