summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-132-5/+13
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-1/+3
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+4
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-7/+0
* Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam2008-08-121-0/+1
* Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam2008-08-121-1/+1
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+2
* fix smb_len calculation for chained requestsVolker Lendecke2008-08-101-3/+5
* Fix andx offset calculation for more than 2 chained requestsVolker Lendecke2008-08-101-1/+7
* Fix a debug messageVolker Lendecke2008-07-271-1/+1
* Remove a pointless CONST_DISCARDVolker Lendecke2008-07-271-1/+1
* Make create_conn_struct() publicVolker Lendecke2008-07-271-1/+1
* Fix bug creating files using DOS clients with mixedJeremy Allison2008-07-251-1/+1
* If we're not allowing streams on this conn ptr,Jeremy Allison2008-07-241-0/+5
* Fix various build warningsZach Loafman2008-07-221-1/+2
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Introduce is_known_pipenameVolker Lendecke2008-07-192-46/+2
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-14/+26
* 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